Commit 6c83161e by guojuxing

微盟店铺列表添加主键字段

parent 0e9adec3
......@@ -12,6 +12,11 @@ public class WmStoreVO implements Serializable{
private static final long serialVersionUID = -8992915235298409360L;
/**
*
*/
private Integer wmMallStoreId;
/**
* 微盟主账号
*/
private String wmMainAccount;
......@@ -122,4 +127,13 @@ public class WmStoreVO implements Serializable{
this.mallMode = mallMode;
return this;
}
public Integer getWmMallStoreId() {
return wmMallStoreId;
}
public WmStoreVO setWmMallStoreId(Integer wmMallStoreId) {
this.wmMallStoreId = wmMallStoreId;
return this;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment