修改交班数据
This commit is contained in:
@@ -42,6 +42,12 @@ public class ShopUserDuty implements Serializable {
|
||||
private String type;
|
||||
private List<ShopUserDutyDetail> detailList;
|
||||
|
||||
private BigDecimal memberInAmount;
|
||||
|
||||
private BigDecimal memberOutAmount;
|
||||
|
||||
private BigDecimal quickAmount;
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public ShopUserDuty() {
|
||||
|
||||
@@ -42,6 +42,8 @@ public class TbShopUser implements Serializable {
|
||||
|
||||
private String code;
|
||||
|
||||
private String dynamicCode;
|
||||
|
||||
private Byte isAttention;
|
||||
|
||||
private Integer attentionAt;
|
||||
@@ -285,4 +287,12 @@ public class TbShopUser implements Serializable {
|
||||
public void setMiniOpenId(String miniOpenId) {
|
||||
this.miniOpenId = miniOpenId == null ? null : miniOpenId.trim();
|
||||
}
|
||||
|
||||
public String getDynamicCode() {
|
||||
return dynamicCode;
|
||||
}
|
||||
|
||||
public void setDynamicCode(String dynamicCode) {
|
||||
this.dynamicCode = dynamicCode;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user