提交 | 用户 | age
|
d365dc
|
1 |
package com.hz.crm.dto; |
W |
2 |
|
|
3 |
/** |
|
4 |
* @author fwq |
|
5 |
* 标识扩展类 |
|
6 |
*/ |
|
7 |
public class IdDto extends PageDto{ |
|
8 |
|
|
9 |
/**标识父标识*/ |
|
10 |
private String id; |
|
11 |
/**子标识*/ |
|
12 |
private String sonId; |
|
13 |
/**上级标识*/ |
|
14 |
private String parentId; |
|
15 |
/**分类(类型)标识*/ |
|
16 |
private String typeId; |
|
17 |
/**门店编号*/ |
|
18 |
private String shopNo; |
|
19 |
/**无限二维码携带参数*/ |
|
20 |
private String sceneCode; |
|
21 |
/**his标识*/ |
|
22 |
private String hisId; |
|
23 |
/**商品类型*/ |
|
24 |
private String goodsType; |
|
25 |
/**标识父标识字符串逗号分隔*/ |
|
26 |
private String ids; |
|
27 |
/**团购活动id*/ |
|
28 |
private String groupBuyId; |
|
29 |
|
|
30 |
private String shopId; |
|
31 |
|
|
32 |
public String getId() { |
|
33 |
return id; |
|
34 |
} |
|
35 |
|
|
36 |
public void setId(String id) { |
|
37 |
this.id = id; |
|
38 |
} |
|
39 |
|
|
40 |
public String getParentId() { |
|
41 |
return parentId; |
|
42 |
} |
|
43 |
|
|
44 |
public void setParentId(String parentId) { |
|
45 |
this.parentId = parentId; |
|
46 |
} |
|
47 |
|
|
48 |
public String getTypeId() { |
|
49 |
return typeId; |
|
50 |
} |
|
51 |
|
|
52 |
public void setTypeId(String typeId) { |
|
53 |
this.typeId = typeId; |
|
54 |
} |
|
55 |
|
|
56 |
public String getSonId() { |
|
57 |
return sonId; |
|
58 |
} |
|
59 |
|
|
60 |
public void setSonId(String sonId) { |
|
61 |
this.sonId = sonId; |
|
62 |
} |
|
63 |
|
|
64 |
public String getShopNo() { |
|
65 |
return shopNo; |
|
66 |
} |
|
67 |
|
|
68 |
public void setShopNo(String shopNo) { |
|
69 |
this.shopNo = shopNo; |
|
70 |
} |
|
71 |
|
|
72 |
public String getSceneCode() { |
|
73 |
return sceneCode; |
|
74 |
} |
|
75 |
|
|
76 |
public void setSceneCode(String sceneCode) { |
|
77 |
this.sceneCode = sceneCode; |
|
78 |
} |
|
79 |
|
|
80 |
public String getHisId() { |
|
81 |
return hisId; |
|
82 |
} |
|
83 |
|
|
84 |
public void setHisId(String hisId) { |
|
85 |
this.hisId = hisId; |
|
86 |
} |
|
87 |
|
|
88 |
public String getGoodsType() { |
|
89 |
return goodsType; |
|
90 |
} |
|
91 |
|
|
92 |
public void setGoodsType(String goodsType) { |
|
93 |
this.goodsType = goodsType; |
|
94 |
} |
|
95 |
|
|
96 |
public String getIds() { |
|
97 |
return ids; |
|
98 |
} |
|
99 |
|
|
100 |
public void setIds(String ids) { |
|
101 |
this.ids = ids; |
|
102 |
} |
|
103 |
|
|
104 |
public String getShopId() { |
|
105 |
return shopId; |
|
106 |
} |
|
107 |
|
|
108 |
public void setShopId(String shopId) { |
|
109 |
this.shopId = shopId; |
|
110 |
} |
|
111 |
|
|
112 |
public String getGroupBuyId() { |
|
113 |
return groupBuyId; |
|
114 |
} |
|
115 |
|
|
116 |
public void setGroupBuyId(String groupBuyId) { |
|
117 |
this.groupBuyId = groupBuyId; |
|
118 |
} |
|
119 |
} |