商品分类,代码 REVIEW 完成
This commit is contained in:
@@ -11,6 +11,7 @@ import lombok.experimental.Accessors;
|
||||
* @time 2019-04-06 13:22
|
||||
*/
|
||||
@Data
|
||||
// TODO FROM 芋艿 to 小范:如果继承了,需要添加 @EqualsAndHashCode(callSuper = true) 注解
|
||||
@Accessors(chain = true)
|
||||
public class UsersUserAddressDO extends DeletableDO {
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ import java.io.Serializable;
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
// TODO FROM 芋艿 to 小范:service 要做 validation 哈。其它同理
|
||||
public class UserAddressUpdateDTO implements Serializable {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user