提交
This commit is contained in:
@@ -25,6 +25,8 @@ public class TbMemberIn implements Serializable {
|
||||
|
||||
private Date updateTime;
|
||||
|
||||
private Integer shopId;
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public Integer getId() {
|
||||
@@ -106,4 +108,12 @@ public class TbMemberIn implements Serializable {
|
||||
public void setUpdateTime(Date updateTime) {
|
||||
this.updateTime = updateTime;
|
||||
}
|
||||
|
||||
public Integer getShopId() {
|
||||
return shopId;
|
||||
}
|
||||
|
||||
public void setShopId(Integer shopId) {
|
||||
this.shopId = shopId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user