默认接口目录
This commit is contained in:
@@ -45,10 +45,6 @@ public class ShopConfigDTO implements Serializable {
|
||||
* 备注
|
||||
*/
|
||||
private String remark;
|
||||
/**
|
||||
* 是否允许会员自定义金额 1-允许 0-不允许
|
||||
*/
|
||||
private Integer isCustomAmount;
|
||||
/**
|
||||
* 是否开启退款密码 1-启用 0-禁用
|
||||
*/
|
||||
|
||||
@@ -76,10 +76,6 @@ public class ShopInfoEditDTO {
|
||||
*/
|
||||
private Integer isReturnPwd;
|
||||
|
||||
/**
|
||||
* 是否允许会员自定义金额 1 允许 0 不允许
|
||||
*/
|
||||
private Integer isCustomAmount;
|
||||
|
||||
/**
|
||||
* 是否开启会员充值密码 1 启用 0 禁用
|
||||
|
||||
@@ -42,10 +42,10 @@ public class ShopUserAddDTO implements Serializable {
|
||||
*/
|
||||
private Integer sex;
|
||||
|
||||
/**
|
||||
* 账户积分
|
||||
*/
|
||||
private Integer accountPoints;
|
||||
// /**
|
||||
// * 账户积分
|
||||
// */
|
||||
// private Integer accountPoints;
|
||||
|
||||
/**
|
||||
* 钱包余额
|
||||
|
||||
@@ -65,10 +65,6 @@ public class ShopConfig implements Serializable {
|
||||
*/
|
||||
private String remark;
|
||||
/**
|
||||
* 是否允许会员自定义金额 1-允许 0-不允许
|
||||
*/
|
||||
private Integer isCustomAmount;
|
||||
/**
|
||||
* 是否开启退款密码 1-启用 0-禁用
|
||||
*/
|
||||
private Integer isReturnPwd;
|
||||
|
||||
@@ -283,11 +283,6 @@ public class ShopInfo implements Serializable {
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private Integer isAllowAccountLogin;
|
||||
/**
|
||||
* 是否允许会员自定义金额 1-允许 0-不允许
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private Integer isCustomAmount;
|
||||
/**
|
||||
* 是否开启退款密码 1-启用 0-禁用
|
||||
*/
|
||||
|
||||
@@ -83,11 +83,11 @@ public class ShopUser implements Serializable {
|
||||
* 用户Id
|
||||
*/
|
||||
private Long userId;
|
||||
|
||||
/**
|
||||
* 账户积分
|
||||
*/
|
||||
private Integer accountPoints;
|
||||
//
|
||||
// /**
|
||||
// * 账户积分
|
||||
// */
|
||||
// private Integer accountPoints;
|
||||
|
||||
/**
|
||||
* 钱包余额
|
||||
@@ -122,15 +122,15 @@ public class ShopUser implements Serializable {
|
||||
*/
|
||||
private String code;
|
||||
|
||||
/**
|
||||
* 最近一次积分变动时间
|
||||
*/
|
||||
private LocalDateTime lastPointsChangeTime;
|
||||
|
||||
/**
|
||||
* 最近一次浮动积分
|
||||
*/
|
||||
private Integer lastFloatPoints;
|
||||
// /**
|
||||
// * 最近一次积分变动时间
|
||||
// */
|
||||
// private LocalDateTime lastPointsChangeTime;
|
||||
//
|
||||
// /**
|
||||
// * 最近一次浮动积分
|
||||
// */
|
||||
// private Integer lastFloatPoints;
|
||||
|
||||
/**
|
||||
* 成为会员的时间
|
||||
|
||||
Reference in New Issue
Block a user