Commit 5e1cef84d82eb2b5ef4548753551973968da686b

Authored by weiliwhereareyou@163.com
1 parent 27cb428a

初始化工程-接口定义

Showing 86 changed files with 45 additions and 4461 deletions

Too many changes to show.

To preserve performance only 86 of 236 files are displayed.

mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/AppraiseInfo.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol;  
2 -  
3 -import java.util.Date;  
4 -  
5 -/**  
6 - * <B>Description</B> 评价信息 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime Aug 14, 2014 8:36:41 PM  
11 - * @author wujianjun  
12 - */  
13 -public class AppraiseInfo {  
14 -  
15 - /**  
16 - * 评分  
17 - */  
18 - private Float score;  
19 - /**  
20 - * 评价者-会员名  
21 - */  
22 - private String creator;  
23 - /**  
24 - * 评价内容  
25 - */  
26 - private String content;  
27 - /**  
28 - * 评价时间  
29 - */  
30 - private Date createTime;  
31 -  
32 - /**  
33 - * get value of AppraiseInfo.score  
34 - * @return the score  
35 - * @createTime Aug 14, 2014 8:39:22 PM  
36 - * @author wujianjun  
37 - */  
38 - public Float getScore() {  
39 - return score;  
40 - }  
41 -  
42 - /**  
43 - * set value of AppraiseInfo.score  
44 - * @param score the score to set  
45 - * @createTime Aug 14, 2014 8:39:22 PM  
46 - * @author wujianjun  
47 - */  
48 - public void setScore(Float score) {  
49 - this.score = score;  
50 - }  
51 -  
52 - /**  
53 - * get value of AppraiseInfo.creator  
54 - * @return the creator  
55 - * @createTime Aug 14, 2014 8:39:22 PM  
56 - * @author wujianjun  
57 - */  
58 - public String getCreator() {  
59 - return creator;  
60 - }  
61 -  
62 - /**  
63 - * set value of AppraiseInfo.creator  
64 - * @param creator the creator to set  
65 - * @createTime Aug 14, 2014 8:39:22 PM  
66 - * @author wujianjun  
67 - */  
68 - public void setCreator(String creator) {  
69 - this.creator = creator;  
70 - }  
71 -  
72 - /**  
73 - * get value of AppraiseInfo.content  
74 - * @return the content  
75 - * @createTime Aug 14, 2014 8:39:22 PM  
76 - * @author wujianjun  
77 - */  
78 - public String getContent() {  
79 - return content;  
80 - }  
81 -  
82 - /**  
83 - * set value of AppraiseInfo.content  
84 - * @param content the content to set  
85 - * @createTime Aug 14, 2014 8:39:22 PM  
86 - * @author wujianjun  
87 - */  
88 - public void setContent(String content) {  
89 - this.content = content;  
90 - }  
91 -  
92 - /**  
93 - * get value of AppraiseInfo.createTime  
94 - * @return the createTime  
95 - * @createTime Aug 14, 2014 8:39:22 PM  
96 - * @author wujianjun  
97 - */  
98 - public Date getCreateTime() {  
99 - return createTime;  
100 - }  
101 -  
102 - /**  
103 - * set value of AppraiseInfo.createTime  
104 - * @param createTime the createTime to set  
105 - * @createTime Aug 14, 2014 8:39:22 PM  
106 - * @author wujianjun  
107 - */  
108 - public void setCreateTime(Date createTime) {  
109 - this.createTime = createTime;  
110 - }  
111 -  
112 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/BaseReq.java
@@ -43,31 +43,7 @@ public class BaseReq implements java.io.Serializable { @@ -43,31 +43,7 @@ public class BaseReq implements java.io.Serializable {
43 this.token = token; 43 this.token = token;
44 } 44 }
45 45
46 - ///**  
47 - // * get value of BaseReq.deviceId  
48 - // * @return the deviceId  
49 - // * @createTime Aug 12, 2014 4:47:24 PM  
50 - // * @author wujianjun  
51 - // */  
52 - //public String getDeviceId() {  
53 - // //TODO 后期需要删除  
54 - // if (this.deviceId != null) {  
55 - // return deviceId;  
56 - //}else {  
57 - // return token == null ? null:this.getToken().getDeviceId();  
58 - //}  
59 - //}  
60 - //  
61 - ///**  
62 - // * set value of BaseReq.deviceId  
63 - // * @param deviceId the deviceId to set  
64 - // * @createTime Aug 12, 2014 4:47:24 PM  
65 - // * @author wujianjun  
66 - // */  
67 - //@Deprecated  
68 - //public void setDeviceId(String deviceId) {  
69 - // this.deviceId = deviceId;  
70 - //} 46 +
71 public String getDeviceId() { 47 public String getDeviceId() {
72 return token == null ? null:token.getDeviceId(); 48 return token == null ? null:token.getDeviceId();
73 } 49 }
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/CategoryChoice.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol;  
2 -  
3 -import java.util.List;  
4 -  
5 -  
6 -/**  
7 - * <B>Description</B> 商品分类,搜索筛选协议体 <br />  
8 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
9 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
10 - * <B>Company</B> 地利集团  
11 - * @createTime 2014年9月12日 下午5:12:27  
12 - * @author zhangshirui  
13 - */  
14 -public class CategoryChoice extends Category{  
15 -  
16 - private List<Category> categoryList;  
17 -  
18 - /**  
19 - * get value of CategoryChoice.categoryList  
20 - * @return the categoryList  
21 - * @createTime 2014年9月16日 上午10:32:09  
22 - * @author zhangshirui  
23 - */  
24 - public List<Category> getCategoryList() {  
25 - return categoryList;  
26 - }  
27 -  
28 -  
29 - /**  
30 - * set value of CategoryChoice.categoryList  
31 - * @param categoryList the categoryList to set  
32 - * @createTime 2014年9月16日 上午10:32:09  
33 - * @author zhangshirui  
34 - */  
35 - public void setCategoryList(List<Category> categoryList) {  
36 - this.categoryList = categoryList;  
37 - }  
38 -  
39 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/CleanCartItem.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol;  
2 -  
3 -  
4 -/**  
5 - * <B>Description</B> 移除购物车商品信息 <br />  
6 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
7 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
8 - * <B>Company</B> 地利集团  
9 - *  
10 - * @author wujianjun  
11 - * @createTime 2014/8/26 17:17  
12 - */  
13 -public class CleanCartItem {  
14 - /**  
15 - * SKU信息  
16 - */  
17 - private String sku;  
18 - /**  
19 - * 提货点ID  
20 - */  
21 - private Integer pickupId;  
22 -  
23 -  
24 - public String getSku() {  
25 - return sku;  
26 - }  
27 -  
28 - public void setSku(String sku) {  
29 - this.sku = sku;  
30 - }  
31 -  
32 - public Integer getPickupId() {  
33 - return pickupId;  
34 - }  
35 -  
36 - public void setPickupId(Integer pickupId) {  
37 - this.pickupId = pickupId;  
38 - }  
39 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/DeliveryConsigneeInfo.java renamed to mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/GetShopDeliveryTimeReq.java
1 package com.diligrp.mobsite.getway.domain.protocol; 1 package com.diligrp.mobsite.getway.domain.protocol;
2 2
3 -import java.io.Serializable; 3 +import com.diligrp.mobsite.getway.domain.base.BaseListReq;
4 4
5 /** 5 /**
6 - * Created by xxxzzz on 2016/9/18. 6 + * Created by xxxzzz on 2016/12/21.
7 */ 7 */
8 -public class DeliveryConsigneeInfo implements Serializable {  
9 -  
10 - private String name;  
11 -  
12 - private String mobile;  
13 -  
14 - 8 +public class GetShopDeliveryTimeReq extends BaseListReq {
15 } 9 }
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/GetShopDeliveryTimeResp.java 0 → 100644
  1 +package com.diligrp.mobsite.getway.domain.protocol;
  2 +
  3 +import com.diligrp.mobsite.getway.domain.base.BaseListResp;
  4 +
  5 +/**
  6 + * Created by xxxzzz on 2016/12/21.
  7 + */
  8 +public class GetShopDeliveryTimeResp extends BaseListResp {
  9 +
  10 +
  11 +
  12 +
  13 +
  14 +
  15 +}
  16 +
  17 +
  18 +
  19 +
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/Market.java
1 package com.diligrp.mobsite.getway.domain.protocol; 1 package com.diligrp.mobsite.getway.domain.protocol;
2 2
3 import java.io.Serializable; 3 import java.io.Serializable;
4 -import java.util.List;  
5 -  
6 4
7 5
8 /** 6 /**
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/PicSupplyMessage.java
@@ -10,7 +10,7 @@ package com.diligrp.mobsite.getway.domain.protocol; @@ -10,7 +10,7 @@ package com.diligrp.mobsite.getway.domain.protocol;
10 * @author wujianjun 10 * @author wujianjun
11 * @createTime 2014/9/9 14:18 11 * @createTime 2014/9/9 14:18
12 */ 12 */
13 -public class PicSupplyMessage extends SupplyMessage { 13 +public class PicSupplyMessage {
14 /** 14 /**
15 * 图片地址 15 * 图片地址
16 * 多张图片,以分号分隔 16 * 多张图片,以分号分隔
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/Quotation.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 价格区间 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年9月9日 下午2:21:47  
11 - * @author zhangshirui  
12 - */  
13 -public class Quotation {  
14 -  
15 - private Integer id;  
16 - /**  
17 - * 区间最大量  
18 - */  
19 - private Integer maxScope;  
20 -  
21 - /**  
22 - * 区间最小量  
23 - */  
24 - private Integer minScope;  
25 -  
26 - /**  
27 - * 区间价格  
28 - */  
29 - private Integer price;  
30 -  
31 -  
32 - /**  
33 - * get value of Quotation.maxScope  
34 - * @return the maxScope  
35 - * @createTime 2014年9月9日 下午5:14:11  
36 - * @author zhangshirui  
37 - */  
38 - public Integer getMaxScope() {  
39 - return maxScope;  
40 - }  
41 -  
42 -  
43 - /**  
44 - * set value of Quotation.maxScope  
45 - * @param maxScope the maxScope to set  
46 - * @createTime 2014年9月9日 下午5:14:11  
47 - * @author zhangshirui  
48 - */  
49 - public void setMaxScope(Integer maxScope) {  
50 - this.maxScope = maxScope;  
51 - }  
52 -  
53 -  
54 - /**  
55 - * get value of Quotation.minScope  
56 - * @return the minScope  
57 - * @createTime 2014年9月9日 下午5:14:11  
58 - * @author zhangshirui  
59 - */  
60 - public Integer getMinScope() {  
61 - return minScope;  
62 - }  
63 -  
64 -  
65 - /**  
66 - * set value of Quotation.minScope  
67 - * @param minScope the minScope to set  
68 - * @createTime 2014年9月9日 下午5:14:11  
69 - * @author zhangshirui  
70 - */  
71 - public void setMinScope(Integer minScope) {  
72 - this.minScope = minScope;  
73 - }  
74 -  
75 -  
76 - /**  
77 - * get value of Quotation.price  
78 - * @return the price  
79 - * @createTime 2014年9月9日 下午5:14:11  
80 - * @author zhangshirui  
81 - */  
82 - public Integer getPrice() {  
83 - return price;  
84 - }  
85 -  
86 -  
87 - /**  
88 - * set value of Quotation.price  
89 - * @param price the price to set  
90 - * @createTime 2014年9月9日 下午5:14:11  
91 - * @author zhangshirui  
92 - */  
93 - public void setPrice(Integer price) {  
94 - this.price = price;  
95 - }  
96 -  
97 -  
98 -  
99 - public Integer getId() {  
100 - return id;  
101 - }  
102 -  
103 -  
104 -  
105 - public void setId(Integer id) {  
106 - this.id = id;  
107 - }  
108 -  
109 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/SupplyMessage.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol;  
2 -  
3 -import java.util.Date;  
4 -  
5 -/**  
6 - * <B>Description</B> 供应消息 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - *  
11 - * @author wujianjun  
12 - * @createTime 2014/9/10 18:24  
13 - */  
14 -public class SupplyMessage {  
15 - /**  
16 - * 文本供应消息  
17 - */  
18 - public static final int MESSAGE_TYPE_TEXT = 1;  
19 - /**  
20 - * 图片供应消息  
21 - */  
22 - public static final int MESSAGE_TYPE_PIC = 2;  
23 -  
24 - /**  
25 - * * 1-审核通过,2-已过期,3-已关闭,4-审核失败,5-待审核  
26 - * 进行中-审核通过  
27 - */  
28 - public static final int STATUS_PASS = 1;  
29 - /**  
30 - * 已过期  
31 - */  
32 - public static final int STATUS_OVER_TIME = 2;  
33 - /**  
34 - * 已经关闭  
35 - */  
36 - public static final int STATUS_CLOSEED = 3;  
37 - /**  
38 - * 审核失败  
39 - */  
40 - public static final int STATUS_UNPASS = 4;  
41 - /**  
42 - * 待审核  
43 - */  
44 - public static final int STATUS_AUDITING = 5;  
45 -  
46 - /**  
47 - * 消息ID  
48 - */  
49 - protected Long id;  
50 - /**  
51 - * 商品品类ID  
52 - */  
53 - protected Long categoryId;  
54 - /**  
55 - * 商品名称 -- 品类名  
56 - */  
57 - protected String productName;  
58 - /**  
59 - * 状态  
60 - */  
61 - protected Integer status;  
62 - /**  
63 - * 发布时间  
64 - */  
65 - protected Date createTime;  
66 - /**  
67 - * 发布者  
68 - */  
69 - protected Long creator;  
70 - /**  
71 - * 发布者名称  
72 - */  
73 - protected String creatorName;  
74 - /**  
75 - * 发布者手机号  
76 - */  
77 - protected String creatorMobile;  
78 - /**  
79 - * 消息类型  
80 - */  
81 - private Integer messageType;  
82 - /**  
83 - * 市场id  
84 - */  
85 - private Long marketId;  
86 - /**  
87 - * 提货点名字  
88 - */  
89 - private String mName;  
90 - /**  
91 - * 描述  
92 - */  
93 - private String remark;  
94 -  
95 -  
96 - public String getCreatorMobile() {  
97 - return creatorMobile;  
98 - }  
99 -  
100 - public void setCreatorMobile(String creatorMobile) {  
101 - this.creatorMobile = creatorMobile;  
102 - }  
103 -  
104 - public Integer getMessageType() {  
105 - return messageType;  
106 - }  
107 -  
108 - public void setMessageType(Integer messageType) {  
109 - this.messageType = messageType;  
110 - }  
111 -  
112 - public String getProductName() {  
113 - return productName;  
114 - }  
115 -  
116 - public void setProductName(String productName) {  
117 - this.productName = productName;  
118 - }  
119 -  
120 - public Integer getStatus() {  
121 - return status;  
122 - }  
123 -  
124 - public void setStatus(Integer status) {  
125 - this.status = status;  
126 - }  
127 -  
128 - public Date getCreateTime() {  
129 - return createTime;  
130 - }  
131 -  
132 - public void setCreateTime(Date createTime) {  
133 - this.createTime = createTime;  
134 - }  
135 -  
136 - public Long getId() {  
137 - return id;  
138 - }  
139 -  
140 - public void setId(Long id) {  
141 - this.id = id;  
142 - }  
143 -  
144 - public Long getCategoryId() {  
145 - return categoryId;  
146 - }  
147 -  
148 - public void setCategoryId(Long categoryId) {  
149 - this.categoryId = categoryId;  
150 - }  
151 -  
152 - public Long getCreator() {  
153 - return creator;  
154 - }  
155 -  
156 - public void setCreator(Long creator) {  
157 - this.creator = creator;  
158 - }  
159 -  
160 - public String getCreatorName() {  
161 - return creatorName;  
162 - }  
163 -  
164 - public void setCreatorName(String creatorName) {  
165 - this.creatorName = creatorName;  
166 - }  
167 -  
168 -  
169 - /**  
170 - * get value of SupplyMessage.marketId  
171 - * @return the marketId  
172 - * @createTime 2014年11月25日 上午10:08:43  
173 - * @author zhangshirui  
174 - */  
175 - public Long getMarketId() {  
176 - return marketId;  
177 - }  
178 -  
179 -  
180 - /**  
181 - * set value of SupplyMessage.marketId  
182 - * @param marketId the marketId to set  
183 - * @createTime 2014年11月25日 上午10:08:44  
184 - * @author zhangshirui  
185 - */  
186 - public void setMarketId(Long marketId) {  
187 - this.marketId = marketId;  
188 - }  
189 -  
190 -  
191 - /**  
192 - * get value of SupplyMessage.remark  
193 - * @return the remark  
194 - * @createTime 2014年11月26日 下午5:09:30  
195 - * @author zhangshirui  
196 - */  
197 - public String getRemark() {  
198 - return remark;  
199 - }  
200 -  
201 -  
202 - /**  
203 - * set value of SupplyMessage.remark  
204 - * @param remark the remark to set  
205 - * @createTime 2014年11月26日 下午5:09:30  
206 - * @author zhangshirui  
207 - */  
208 - public void setRemark(String remark) {  
209 - this.remark = remark;  
210 - }  
211 -  
212 -  
213 - /* (non-Javadoc)  
214 - * @see java.lang.Object#hashCode()  
215 - */  
216 - @Override  
217 - public int hashCode() {  
218 - final int prime = 31;  
219 - int result = 1;  
220 - result = prime * result + ((id == null) ? 0 : id.hashCode());  
221 - return result;  
222 - }  
223 -  
224 - /* (non-Javadoc)  
225 - * @see java.lang.Object#equals(java.lang.Object)  
226 - */  
227 - @Override  
228 - public boolean equals(Object obj) {  
229 - if (this == obj)  
230 - return true;  
231 - if (obj == null)  
232 - return false;  
233 - if (getClass() != obj.getClass())  
234 - return false;  
235 - SupplyMessage other = (SupplyMessage) obj;  
236 - if (id == null) {  
237 - if (other.id != null)  
238 - return false;  
239 - } else if (!id.equals(other.id))  
240 - return false;  
241 - return true;  
242 - }  
243 -  
244 -  
245 - public String getmName() {  
246 - return mName;  
247 - }  
248 -  
249 -  
250 - public void setmName(String mName) {  
251 - this.mName = mName;  
252 - }  
253 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/TextSupplyMessage.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol;  
2 -  
3 -  
4 -/**  
5 - * <B>Description</B> 文本供应消息 <br />  
6 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
7 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
8 - * <B>Company</B> 地利集团  
9 - *  
10 - * @author wujianjun  
11 - * @createTime 2014/9/9 11:48  
12 - */  
13 -public class TextSupplyMessage extends SupplyMessage {  
14 - /**  
15 - * 商品产地  
16 - */  
17 - private Long producingArea;  
18 - /**  
19 - * 商品产地名称  
20 - */  
21 - private String producingAreaName;  
22 - /**  
23 - * 商品所在地名称  
24 - */  
25 - private String locationName;  
26 - /**  
27 - * 商品所在地ID  
28 - */  
29 - private Long locationId;  
30 -  
31 - /**  
32 - * 提货点ID  
33 - */  
34 - private Long packupAddrCode;  
35 - /**  
36 - * 库存量  
37 - */  
38 - private Long stockNum;  
39 - /**  
40 - * 起批量  
41 - */  
42 - private Long minNum;  
43 - /**  
44 - * 价格  
45 - */  
46 - private Long price;  
47 - /**  
48 - * 销售单位  
49 - */  
50 - private Long saleUnit;  
51 - /**  
52 - * 销售单位  
53 - */  
54 - private String saleUnitName;  
55 -  
56 - public Long getProducingArea() {  
57 - return producingArea;  
58 - }  
59 -  
60 - public void setProducingArea(Long producingArea) {  
61 - this.producingArea = producingArea;  
62 - }  
63 -  
64 - public String getProducingAreaName() {  
65 - return producingAreaName;  
66 - }  
67 -  
68 - public void setProducingAreaName(String producingAreaName) {  
69 - this.producingAreaName = producingAreaName;  
70 - }  
71 -  
72 - public String getLocationName() {  
73 - return locationName;  
74 - }  
75 -  
76 - public void setLocationName(String locationName) {  
77 - this.locationName = locationName;  
78 - }  
79 -  
80 - public Long getLocationId() {  
81 - return locationId;  
82 - }  
83 -  
84 - public void setLocationId(Long locationId) {  
85 - this.locationId = locationId;  
86 - }  
87 -  
88 - public Long getPackupAddrCode() {  
89 - return packupAddrCode;  
90 - }  
91 -  
92 - public void setPackupAddrCode(Long packupAddrCode) {  
93 - this.packupAddrCode = packupAddrCode;  
94 - }  
95 -  
96 - public Long getStockNum() {  
97 - return stockNum;  
98 - }  
99 -  
100 - public void setStockNum(Long stockNum) {  
101 - this.stockNum = stockNum;  
102 - }  
103 -  
104 - public Long getMinNum() {  
105 - return minNum;  
106 - }  
107 -  
108 - public void setMinNum(Long minNum) {  
109 - this.minNum = minNum;  
110 - }  
111 -  
112 - public Long getPrice() {  
113 - return price;  
114 - }  
115 -  
116 - public void setPrice(Long price) {  
117 - this.price = price;  
118 - }  
119 -  
120 - public Long getSaleUnit() {  
121 - return saleUnit;  
122 - }  
123 -  
124 - public void setSaleUnit(Long saleUnit) {  
125 - this.saleUnit = saleUnit;  
126 - }  
127 -  
128 - public String getSaleUnitName() {  
129 - return saleUnitName;  
130 - }  
131 -  
132 - public void setSaleUnitName(String saleUnitName) {  
133 - this.saleUnitName = saleUnitName;  
134 - }  
135 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/ActivityResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import java.io.Serializable;  
4 -  
5 -public class ActivityResp implements Serializable {  
6 -  
7 - /**  
8 - *  
9 - */  
10 - private static final long serialVersionUID = 2716968554908144078L;  
11 -  
12 - private Long id;  
13 - private String title;  
14 - private Long price;  
15 - private String beginTime;  
16 - private String endTime;  
17 - private String place;  
18 - /**  
19 - * 活动状态:10火速报名中、20活动进行中、30活动已结束、40草稿  
20 - */  
21 - private Integer state;  
22 - private String pictureUrl;  
23 -  
24 - public Long getId() {  
25 - return id;  
26 - }  
27 -  
28 - public void setId(Long id) {  
29 - this.id = id;  
30 - }  
31 -  
32 - public String getTitle() {  
33 - return title;  
34 - }  
35 -  
36 - public void setTitle(String title) {  
37 - this.title = title;  
38 - }  
39 -  
40 - public Long getPrice() {  
41 - return price;  
42 - }  
43 -  
44 - public void setPrice(Long price) {  
45 - this.price = price;  
46 - }  
47 -  
48 - public String getBeginTime() {  
49 - return beginTime;  
50 - }  
51 -  
52 - public void setBeginTime(String beginTime) {  
53 - this.beginTime = beginTime;  
54 - }  
55 -  
56 - public String getEndTime() {  
57 - return endTime;  
58 - }  
59 -  
60 - public void setEndTime(String endTime) {  
61 - this.endTime = endTime;  
62 - }  
63 -  
64 - public String getPlace() {  
65 - return place;  
66 - }  
67 -  
68 - public void setPlace(String place) {  
69 - this.place = place;  
70 - }  
71 -  
72 - public Integer getState() {  
73 - return state;  
74 - }  
75 -  
76 - public void setState(Integer state) {  
77 - this.state = state;  
78 - }  
79 -  
80 - public String getPictureUrl() {  
81 - return pictureUrl;  
82 - }  
83 -  
84 - public void setPictureUrl(String pictureUrl) {  
85 - this.pictureUrl = pictureUrl;  
86 - }  
87 -  
88 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/ActivitysByUserIdResponse.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import java.io.Serializable;  
4 -import java.util.Date;  
5 -import java.util.List;  
6 -  
7 -public class ActivitysByUserIdResponse implements Serializable {  
8 -  
9 - /**  
10 - *  
11 - */  
12 - private static final long serialVersionUID = 6262364847481917999L;  
13 -  
14 - /**  
15 - * 活动id  
16 - */  
17 - private Long id;  
18 - /**  
19 - * 报名id  
20 - */  
21 - private Long applyId;  
22 - /**  
23 - * 图片  
24 - */  
25 - private String image;  
26 - /**  
27 - * 活动名字  
28 - */  
29 - private String activityName;  
30 - /**  
31 - * 活动总人数  
32 - */  
33 - private Long activityUsertotal;  
34 - /**  
35 - * 已报名人数  
36 - */  
37 - private Long activityApplynumber;  
38 - /**  
39 - * 活动开始时间  
40 - */  
41 - private Date activityStartdate;  
42 - /**  
43 - * 活动结束时间  
44 - */  
45 - private Date activityEnddate;  
46 - /**  
47 - * 活动申请状态  
48 - */  
49 - private Integer applystate;  
50 - /**  
51 - * 活动地址  
52 - */  
53 - private String adress;  
54 - /**  
55 - * 活动状态:10火速报名中、20活动进行中、30活动已结束、40草稿  
56 - */  
57 - private Integer activityState;  
58 - /**  
59 - * 是否免费  
60 - */  
61 - private Integer activityIsfree;  
62 - /**  
63 - * 市场id  
64 - */  
65 - private List<Long> marketIds;  
66 -  
67 -  
68 -  
69 - public Long getApplyId() {  
70 - return applyId;  
71 - }  
72 -  
73 - public void setApplyId(Long applyId) {  
74 - this.applyId = applyId;  
75 - }  
76 -  
77 - public Long getId() {  
78 - return id;  
79 - }  
80 -  
81 - public void setId(Long id) {  
82 - this.id = id;  
83 - }  
84 -  
85 - public String getImage() {  
86 - return image;  
87 - }  
88 -  
89 - public void setImage(String image) {  
90 - this.image = image;  
91 - }  
92 -  
93 - public String getActivityName() {  
94 - return activityName;  
95 - }  
96 -  
97 - public void setActivityName(String activityName) {  
98 - this.activityName = activityName;  
99 - }  
100 -  
101 - public Long getActivityUsertotal() {  
102 - return activityUsertotal;  
103 - }  
104 -  
105 - public void setActivityUsertotal(Long activityUsertotal) {  
106 - this.activityUsertotal = activityUsertotal;  
107 - }  
108 -  
109 - public Long getActivityApplynumber() {  
110 - return activityApplynumber;  
111 - }  
112 -  
113 - public void setActivityApplynumber(Long activityApplynumber) {  
114 - this.activityApplynumber = activityApplynumber;  
115 - }  
116 -  
117 - public Date getActivityStartdate() {  
118 - return activityStartdate;  
119 - }  
120 -  
121 - public void setActivityStartdate(Date activityStartdate) {  
122 - this.activityStartdate = activityStartdate;  
123 - }  
124 -  
125 - public Date getActivityEnddate() {  
126 - return activityEnddate;  
127 - }  
128 -  
129 - public void setActivityEnddate(Date activityEnddate) {  
130 - this.activityEnddate = activityEnddate;  
131 - }  
132 -  
133 - public Integer getApplystate() {  
134 - return applystate;  
135 - }  
136 -  
137 - public void setApplystate(Integer applystate) {  
138 - this.applystate = applystate;  
139 - }  
140 -  
141 - public String getAdress() {  
142 - return adress;  
143 - }  
144 -  
145 - public void setAdress(String adress) {  
146 - this.adress = adress;  
147 - }  
148 -  
149 - public Integer getActivityState() {  
150 - return activityState;  
151 - }  
152 -  
153 - public void setActivityState(Integer activityState) {  
154 - this.activityState = activityState;  
155 - }  
156 -  
157 - public Integer getActivityIsfree() {  
158 - return activityIsfree;  
159 - }  
160 -  
161 - public void setActivityIsfree(Integer activityIsfree) {  
162 - this.activityIsfree = activityIsfree;  
163 - }  
164 -  
165 - public List<Long> getMarketIds() {  
166 - return marketIds;  
167 - }  
168 -  
169 - public void setMarketIds(List<Long> marketIds) {  
170 - this.marketIds = marketIds;  
171 - }  
172 -  
173 -  
174 -  
175 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/AppraiseActivityRequest.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseReq;  
4 -  
5 -public class AppraiseActivityRequest extends BaseReq {  
6 -  
7 - /**  
8 - *  
9 - */  
10 - private static final long serialVersionUID = 4450042799233175930L;  
11 -  
12 - private String username;  
13 - private Long userId;  
14 - private Long applyId;  
15 - private String content;  
16 - private String imgs;  
17 - private Integer evaluateStarLevel;  
18 -  
19 - public String getUsername() {  
20 - return username;  
21 - }  
22 -  
23 - public void setUsername(String username) {  
24 - this.username = username;  
25 - }  
26 -  
27 - public Long getUserId() {  
28 - return userId;  
29 - }  
30 -  
31 - public void setUserId(Long userId) {  
32 - this.userId = userId;  
33 - }  
34 -  
35 - public Long getApplyId() {  
36 - return applyId;  
37 - }  
38 -  
39 - public void setApplyId(Long applyId) {  
40 - this.applyId = applyId;  
41 - }  
42 -  
43 - public String getContent() {  
44 - return content;  
45 - }  
46 -  
47 - public void setContent(String content) {  
48 - this.content = content;  
49 - }  
50 -  
51 - public String getImgs() {  
52 - return imgs;  
53 - }  
54 -  
55 - public void setImgs(String imgs) {  
56 - this.imgs = imgs;  
57 - }  
58 -  
59 - public Integer getEvaluateStarLevel() {  
60 - return evaluateStarLevel;  
61 - }  
62 -  
63 - public void setEvaluateStarLevel(Integer evaluateStarLevel) {  
64 - this.evaluateStarLevel = evaluateStarLevel;  
65 - }  
66 -  
67 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/BeforeActivityResponse.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import java.io.Serializable;  
4 -  
5 -public class BeforeActivityResponse implements Serializable {  
6 -  
7 - /**  
8 - *  
9 - */  
10 - private static final long serialVersionUID = -5924749227762135555L;  
11 -  
12 - private Long id;  
13 - private String image;  
14 - private String activityName;  
15 -  
16 - public Long getId() {  
17 - return id;  
18 - }  
19 -  
20 - public void setId(Long id) {  
21 - this.id = id;  
22 - }  
23 -  
24 - public String getImage() {  
25 - return image;  
26 - }  
27 -  
28 - public void setImage(String image) {  
29 - this.image = image;  
30 - }  
31 -  
32 - public String getActivityName() {  
33 - return activityName;  
34 - }  
35 -  
36 - public void setActivityName(String activityName) {  
37 - this.activityName = activityName;  
38 - }  
39 -  
40 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/CancelActivityApplyRequest.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseReq;  
4 -  
5 -public class CancelActivityApplyRequest extends BaseReq {  
6 -  
7 - /**  
8 - *  
9 - */  
10 - private static final long serialVersionUID = 3097351395749385528L;  
11 -  
12 - private Long id;  
13 -  
14 - public Long getId() {  
15 - return id;  
16 - }  
17 -  
18 - public void setId(Long id) {  
19 - this.id = id;  
20 - }  
21 -  
22 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/CancelActivityApplyResponse.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
4 -  
5 -public class CancelActivityApplyResponse extends BaseResp {  
6 -  
7 - /**  
8 - *  
9 - */  
10 - private static final long serialVersionUID = -1650935127420444060L;  
11 -  
12 - private Integer data;  
13 -  
14 - public Integer getData() {  
15 - return data;  
16 - }  
17 -  
18 - public void setData(Integer data) {  
19 - this.data = data;  
20 - }  
21 -  
22 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/EvaluateVO.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import java.io.Serializable;  
4 -import java.util.Date;  
5 -  
6 -public class EvaluateVO implements Serializable {  
7 -  
8 - /**  
9 - *  
10 - */  
11 - private static final long serialVersionUID = 4923807044909300441L;  
12 -  
13 - /**  
14 - * 用户id  
15 - */  
16 - private Long userId;  
17 - /**  
18 - * 评价内容  
19 - */  
20 - private String content;  
21 - /**  
22 - * 评价时间  
23 - */  
24 - private Date creattime;  
25 - /**  
26 - * 评分  
27 - */  
28 - private Integer score;  
29 -  
30 - public Long getUserId() {  
31 - return userId;  
32 - }  
33 -  
34 - public void setUserId(Long userId) {  
35 - this.userId = userId;  
36 - }  
37 -  
38 - public String getContent() {  
39 - return content;  
40 - }  
41 -  
42 - public void setContent(String content) {  
43 - this.content = content;  
44 - }  
45 -  
46 - public Date getCreattime() {  
47 - return creattime;  
48 - }  
49 -  
50 - public void setCreattime(Date creattime) {  
51 - this.creattime = creattime;  
52 - }  
53 -  
54 - public Integer getScore() {  
55 - return score;  
56 - }  
57 -  
58 - public void setScore(Integer score) {  
59 - this.score = score;  
60 - }  
61 -  
62 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/GetActivityDetailReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseReq;  
4 -  
5 -public class GetActivityDetailReq extends BaseReq {  
6 -  
7 - /**  
8 - *  
9 - */  
10 - private static final long serialVersionUID = -4122891743615170320L;  
11 -  
12 - private Long id;  
13 -  
14 - public Long getId() {  
15 - return id;  
16 - }  
17 -  
18 - public void setId(Long id) {  
19 - this.id = id;  
20 - }  
21 -  
22 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/GetActivityDetailResponse.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
6 -  
7 -public class GetActivityDetailResponse extends BaseResp {  
8 -  
9 - /**  
10 - *  
11 - */  
12 - private static final long serialVersionUID = -4636958068461951306L;  
13 -  
14 - private Long id;  
15 - private String title;  
16 - private Long peopleNum;  
17 - private Long signupNum;  
18 - private Integer commentNum;  
19 - private Integer activityType;  
20 - private Long price;  
21 - private String contactInfo;  
22 - private List<String> pictures;  
23 - /**  
24 - * 活动状态:10火速报名中、20活动进行中、30活动已结束、40草稿  
25 - */  
26 - private Integer state;  
27 - private String place;  
28 - private String beginTime;  
29 - private String endTime;  
30 - private String description;  
31 -  
32 - public Long getId() {  
33 - return id;  
34 - }  
35 -  
36 - public void setId(Long id) {  
37 - this.id = id;  
38 - }  
39 -  
40 - public String getTitle() {  
41 - return title;  
42 - }  
43 -  
44 - public void setTitle(String title) {  
45 - this.title = title;  
46 - }  
47 -  
48 - public Long getPeopleNum() {  
49 - return peopleNum;  
50 - }  
51 -  
52 - public void setPeopleNum(Long peopleNum) {  
53 - this.peopleNum = peopleNum;  
54 - }  
55 -  
56 - public Long getSignupNum() {  
57 - return signupNum;  
58 - }  
59 -  
60 - public void setSignupNum(Long signupNum) {  
61 - this.signupNum = signupNum;  
62 - }  
63 -  
64 - public Integer getCommentNum() {  
65 - return commentNum;  
66 - }  
67 -  
68 - public void setCommentNum(Integer commentNum) {  
69 - this.commentNum = commentNum;  
70 - }  
71 -  
72 - public Integer getActivityType() {  
73 - return activityType;  
74 - }  
75 -  
76 - public void setActivityType(Integer activityType) {  
77 - this.activityType = activityType;  
78 - }  
79 -  
80 - public Long getPrice() {  
81 - return price;  
82 - }  
83 -  
84 - public void setPrice(Long price) {  
85 - this.price = price;  
86 - }  
87 -  
88 - public String getContactInfo() {  
89 - return contactInfo;  
90 - }  
91 -  
92 - public void setContactInfo(String contactInfo) {  
93 - this.contactInfo = contactInfo;  
94 - }  
95 -  
96 - public List<String> getPictures() {  
97 - return pictures;  
98 - }  
99 -  
100 - public void setPictures(List<String> pictures) {  
101 - this.pictures = pictures;  
102 - }  
103 -  
104 - public Integer getState() {  
105 - return state;  
106 - }  
107 -  
108 - public void setState(Integer state) {  
109 - this.state = state;  
110 - }  
111 -  
112 - public String getPlace() {  
113 - return place;  
114 - }  
115 -  
116 - public void setPlace(String place) {  
117 - this.place = place;  
118 - }  
119 -  
120 - public String getBeginTime() {  
121 - return beginTime;  
122 - }  
123 -  
124 - public void setBeginTime(String beginTime) {  
125 - this.beginTime = beginTime;  
126 - }  
127 -  
128 - public String getEndTime() {  
129 - return endTime;  
130 - }  
131 -  
132 - public void setEndTime(String endTime) {  
133 - this.endTime = endTime;  
134 - }  
135 -  
136 - public String getDescription() {  
137 - return description;  
138 - }  
139 -  
140 - public void setDescription(String description) {  
141 - this.description = description;  
142 - }  
143 -  
144 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/GetActivitysByMarketReponse.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import java.util.Date;  
4 -import java.util.List;  
5 -  
6 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
7 -  
8 -public class GetActivitysByMarketReponse extends BaseResp {  
9 -  
10 - /**  
11 - *  
12 - */  
13 - private static final long serialVersionUID = -8340612736760837363L;  
14 -  
15 - /**  
16 - * 活动id  
17 - */  
18 - private Long id;  
19 - /**  
20 - * 图片  
21 - */  
22 - private String image;  
23 - /**  
24 - * 活动名字  
25 - */  
26 - private String activityName;  
27 - /**  
28 - * 活动总人数  
29 - */  
30 - private Long activityUsertotal;  
31 - /**  
32 - * 已报名人数  
33 - */  
34 - private Long activityApplynumber;  
35 - /**  
36 - * 活动开始时间  
37 - */  
38 - private Date activityStartdate;  
39 - /**  
40 - * 活动结束时间  
41 - */  
42 - private Date activityEnddate;  
43 - /**  
44 - * 活动申请状态  
45 - */  
46 - private Integer applystate;  
47 - /**  
48 - * 活动地址  
49 - */  
50 - private String adress;  
51 - /**  
52 - * 活动状态:10火速报名中、20活动进行中、30活动已结束、40草稿  
53 - */  
54 - private Integer activityState;  
55 - /**  
56 - * 是否免费  
57 - */  
58 - private Integer activityIsfree;  
59 - /**  
60 - * 市场id  
61 - */  
62 - private List<Long> marketIds;  
63 -  
64 - private Object des;  
65 -  
66 - public Long getId() {  
67 - return id;  
68 - }  
69 -  
70 - public void setId(Long id) {  
71 - this.id = id;  
72 - }  
73 -  
74 - public String getImage() {  
75 - return image;  
76 - }  
77 -  
78 - public void setImage(String image) {  
79 - this.image = image;  
80 - }  
81 -  
82 - public String getActivityName() {  
83 - return activityName;  
84 - }  
85 -  
86 - public void setActivityName(String activityName) {  
87 - this.activityName = activityName;  
88 - }  
89 -  
90 - public Long getActivityUsertotal() {  
91 - return activityUsertotal;  
92 - }  
93 -  
94 - public void setActivityUsertotal(Long activityUsertotal) {  
95 - this.activityUsertotal = activityUsertotal;  
96 - }  
97 -  
98 - public Long getActivityApplynumber() {  
99 - return activityApplynumber;  
100 - }  
101 -  
102 - public void setActivityApplynumber(Long activityApplynumber) {  
103 - this.activityApplynumber = activityApplynumber;  
104 - }  
105 -  
106 - public Date getActivityStartdate() {  
107 - return activityStartdate;  
108 - }  
109 -  
110 - public void setActivityStartdate(Date activityStartdate) {  
111 - this.activityStartdate = activityStartdate;  
112 - }  
113 -  
114 - public Date getActivityEnddate() {  
115 - return activityEnddate;  
116 - }  
117 -  
118 - public void setActivityEnddate(Date activityEnddate) {  
119 - this.activityEnddate = activityEnddate;  
120 - }  
121 -  
122 - public Integer getApplystate() {  
123 - return applystate;  
124 - }  
125 -  
126 - public void setApplystate(Integer applystate) {  
127 - this.applystate = applystate;  
128 - }  
129 -  
130 - public String getAdress() {  
131 - return adress;  
132 - }  
133 -  
134 - public void setAdress(String adress) {  
135 - this.adress = adress;  
136 - }  
137 -  
138 - public Integer getActivityState() {  
139 - return activityState;  
140 - }  
141 -  
142 - public void setActivityState(Integer activityState) {  
143 - this.activityState = activityState;  
144 - }  
145 -  
146 - public Integer getActivityIsfree() {  
147 - return activityIsfree;  
148 - }  
149 -  
150 - public void setActivityIsfree(Integer activityIsfree) {  
151 - this.activityIsfree = activityIsfree;  
152 - }  
153 -  
154 - public List<Long> getMarketIds() {  
155 - return marketIds;  
156 - }  
157 -  
158 - public void setMarketIds(List<Long> marketIds) {  
159 - this.marketIds = marketIds;  
160 - }  
161 -  
162 - public Object getDes() {  
163 - return des;  
164 - }  
165 -  
166 - public void setDes(Object des) {  
167 - this.des = des;  
168 - }  
169 -  
170 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/GetActivitysByUserIdReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseReq;  
4 -  
5 -public class GetActivitysByUserIdReq extends BaseReq {  
6 -  
7 - /**  
8 - *  
9 - */  
10 - private static final long serialVersionUID = -5415557674472186817L;  
11 -  
12 - private Integer pageNum=1;  
13 -  
14 - public Integer getPageNum() {  
15 - return pageNum;  
16 - }  
17 -  
18 - public void setPageNum(Integer pageNum) {  
19 - this.pageNum = pageNum;  
20 - }  
21 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/GetActivitysByUserIdResponse.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
6 -  
7 -public class GetActivitysByUserIdResponse extends BaseResp {  
8 -  
9 - /**  
10 - *  
11 - */  
12 - private static final long serialVersionUID = 2270577210147305524L;  
13 -  
14 - private List<ActivitysByUserIdResponse> activitys;  
15 - private Integer maxpage;  
16 -  
17 - public List<ActivitysByUserIdResponse> getActivitys() {  
18 - return activitys;  
19 - }  
20 -  
21 - public void setActivitys(List<ActivitysByUserIdResponse> activitys) {  
22 - this.activitys = activitys;  
23 - }  
24 -  
25 - public Integer getMaxpage() {  
26 - return maxpage;  
27 - }  
28 -  
29 - public void setMaxpage(Integer maxpage) {  
30 - this.maxpage = maxpage;  
31 - }  
32 -  
33 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/GetBeforeActivitysResponse.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
6 -  
7 -public class GetBeforeActivitysResponse extends BaseResp {  
8 -  
9 - /**  
10 - *  
11 - */  
12 - private static final long serialVersionUID = -3222055072911310202L;  
13 -  
14 - private Integer maxpage;  
15 - private List<BeforeActivityResponse> activitys;  
16 -  
17 - public Integer getMaxpage() {  
18 - return maxpage;  
19 - }  
20 -  
21 - public void setMaxpage(Integer maxpage) {  
22 - this.maxpage = maxpage;  
23 - }  
24 -  
25 - public List<BeforeActivityResponse> getActivitys() {  
26 - return activitys;  
27 - }  
28 -  
29 - public void setActivitys(List<BeforeActivityResponse> activitys) {  
30 - this.activitys = activitys;  
31 - }  
32 -  
33 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/GetEvaluatesReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseReq;  
4 -  
5 -/**  
6 - * Created by xxxzzz on 2016/11/23.  
7 - */  
8 -public class GetEvaluatesReq extends BaseReq{  
9 -  
10 -  
11 - private Integer id;  
12 -  
13 - public Integer getId() {  
14 - return id;  
15 - }  
16 -  
17 - public void setId(Integer id) {  
18 - this.id = id;  
19 - }  
20 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/GetEvaluatesResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
4 -  
5 -import java.util.List;  
6 -  
7 -/**  
8 - * Created by xxxzzz on 2016/11/23.  
9 - */  
10 -public class GetEvaluatesResp extends BaseResp {  
11 -  
12 - private List<EvaluateVO> evaluates;  
13 -  
14 -  
15 - public List<EvaluateVO> getEvaluates() {  
16 - return evaluates;  
17 - }  
18 -  
19 - public void setEvaluates(List<EvaluateVO> evaluates) {  
20 - this.evaluates = evaluates;  
21 - }  
22 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/GetHotActivitiesReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.base.BaseListReq;  
4 -  
5 -public class GetHotActivitiesReq extends BaseListReq {  
6 -  
7 - /**  
8 - *  
9 - */  
10 - private static final long serialVersionUID = -2983131491247508803L;  
11 -  
12 - private Integer pageSize = 20;  
13 -  
14 - public Integer getPageSize() {  
15 - return pageSize;  
16 - }  
17 -  
18 - public void setPageSize(Integer pageSize) {  
19 - this.pageSize = pageSize;  
20 - }  
21 -  
22 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/GetHotActivitiesResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.base.BaseListResp;  
6 -  
7 -public class GetHotActivitiesResp extends BaseListResp {  
8 -  
9 - /**  
10 - *  
11 - */  
12 - private static final long serialVersionUID = -3511586058156967341L;  
13 -  
14 - private List<ActivityResp> activities;  
15 -  
16 - public List<ActivityResp> getActivities() {  
17 - return activities;  
18 - }  
19 -  
20 - public void setActivities(List<ActivityResp> activities) {  
21 - this.activities = activities;  
22 - }  
23 -  
24 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/GetLastActivityReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseReq;  
4 -  
5 -public class GetLastActivityReq extends BaseReq {  
6 -  
7 - /**  
8 - *  
9 - */  
10 - private static final long serialVersionUID = 327135732342738132L;  
11 -  
12 - private Integer isApplyMess;  
13 -  
14 - public Integer getIsApplyMess() {  
15 - return isApplyMess;  
16 - }  
17 -  
18 - public void setIsApplyMess(Integer isApplyMess) {  
19 - this.isApplyMess = isApplyMess;  
20 - }  
21 -  
22 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/GetLastActivityResponse.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import java.util.Date;  
4 -import java.util.List;  
5 -  
6 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
7 -  
8 -public class GetLastActivityResponse extends BaseResp {  
9 -  
10 - /**  
11 - *  
12 - */  
13 - private static final long serialVersionUID = 7041288274283500699L;  
14 -  
15 - /**  
16 - * 图片  
17 - */  
18 - private String image;  
19 - /**  
20 - * 活动总人数  
21 - */  
22 - private Long activityUsertotal;  
23 - /**  
24 - * 已报名人数  
25 - */  
26 - private Long activityApplynumber;  
27 - /**  
28 - * 活动开始时间  
29 - */  
30 - private Date activityStartdate;  
31 - /**  
32 - * 活动结束时间  
33 - */  
34 - private Date activityEnddate;  
35 - /**  
36 - * 申请记录  
37 - */  
38 - private List<LastActivityResponse> applyList;  
39 -  
40 - public String getImage() {  
41 - return image;  
42 - }  
43 -  
44 - public void setImage(String image) {  
45 - this.image = image;  
46 - }  
47 -  
48 - public Long getActivityUsertotal() {  
49 - return activityUsertotal;  
50 - }  
51 -  
52 - public void setActivityUsertotal(Long activityUsertotal) {  
53 - this.activityUsertotal = activityUsertotal;  
54 - }  
55 -  
56 - public Long getActivityApplynumber() {  
57 - return activityApplynumber;  
58 - }  
59 -  
60 - public void setActivityApplynumber(Long activityApplynumber) {  
61 - this.activityApplynumber = activityApplynumber;  
62 - }  
63 -  
64 - public Date getActivityStartdate() {  
65 - return activityStartdate;  
66 - }  
67 -  
68 - public void setActivityStartdate(Date activityStartdate) {  
69 - this.activityStartdate = activityStartdate;  
70 - }  
71 -  
72 - public Date getActivityEnddate() {  
73 - return activityEnddate;  
74 - }  
75 -  
76 - public void setActivityEnddate(Date activityEnddate) {  
77 - this.activityEnddate = activityEnddate;  
78 - }  
79 -  
80 - public List<LastActivityResponse> getApplyList() {  
81 - return applyList;  
82 - }  
83 -  
84 - public void setApplyList(List<LastActivityResponse> applyList) {  
85 - this.applyList = applyList;  
86 - }  
87 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/HotActivitysResponse.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import java.io.Serializable;  
4 -import java.util.Date;  
5 -  
6 -public class HotActivitysResponse implements Serializable {  
7 -  
8 - /**  
9 - *  
10 - */  
11 - private static final long serialVersionUID = -8173879336152087215L;  
12 -  
13 - /**  
14 - * 活动id  
15 - */  
16 - private Long id;  
17 - /**  
18 - * 图片  
19 - */  
20 - private String image;  
21 - /**  
22 - * 活动名字  
23 - */  
24 - private String activityName;  
25 - /**  
26 - * 活动总人数  
27 - */  
28 - private Long activityUsertotal;  
29 - /**  
30 - * 已报名人数  
31 - */  
32 - private Long activityApplynumber;  
33 - /**  
34 - * 活动开始时间  
35 - */  
36 - private Date activityStartdate;  
37 - /**  
38 - * 活动结束时间  
39 - */  
40 - private Date activityEnddate;  
41 - /**  
42 - * 活动申请状态  
43 - */  
44 - private Integer applystate;  
45 -  
46 - public Long getId() {  
47 - return id;  
48 - }  
49 -  
50 - public void setId(Long id) {  
51 - this.id = id;  
52 - }  
53 -  
54 - public String getImage() {  
55 - return image;  
56 - }  
57 -  
58 - public void setImage(String image) {  
59 - this.image = image;  
60 - }  
61 -  
62 - public String getActivityName() {  
63 - return activityName;  
64 - }  
65 -  
66 - public void setActivityName(String activityName) {  
67 - this.activityName = activityName;  
68 - }  
69 -  
70 - public Long getActivityUsertotal() {  
71 - return activityUsertotal;  
72 - }  
73 -  
74 - public void setActivityUsertotal(Long activityUsertotal) {  
75 - this.activityUsertotal = activityUsertotal;  
76 - }  
77 -  
78 - public Long getActivityApplynumber() {  
79 - return activityApplynumber;  
80 - }  
81 -  
82 - public void setActivityApplynumber(Long activityApplynumber) {  
83 - this.activityApplynumber = activityApplynumber;  
84 - }  
85 -  
86 - public Date getActivityStartdate() {  
87 - return activityStartdate;  
88 - }  
89 -  
90 - public void setActivityStartdate(Date activityStartdate) {  
91 - this.activityStartdate = activityStartdate;  
92 - }  
93 -  
94 - public Date getActivityEnddate() {  
95 - return activityEnddate;  
96 - }  
97 -  
98 - public void setActivityEnddate(Date activityEnddate) {  
99 - this.activityEnddate = activityEnddate;  
100 - }  
101 -  
102 - public Integer getApplystate() {  
103 - return applystate;  
104 - }  
105 -  
106 - public void setApplystate(Integer applystate) {  
107 - this.applystate = applystate;  
108 - }  
109 -  
110 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/IsAlreadyApplyRequest.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseReq;  
4 -  
5 -public class IsAlreadyApplyRequest extends BaseReq {  
6 -  
7 - /**  
8 - *  
9 - */  
10 - private static final long serialVersionUID = -5454008088782297014L;  
11 -  
12 - private Long userId;  
13 - private Long activityId;  
14 -  
15 - public Long getUserId() {  
16 - return userId;  
17 - }  
18 -  
19 - public void setUserId(Long userId) {  
20 - this.userId = userId;  
21 - }  
22 -  
23 - public Long getActivityId() {  
24 - return activityId;  
25 - }  
26 -  
27 - public void setActivityId(Long activityId) {  
28 - this.activityId = activityId;  
29 - }  
30 -  
31 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/IsAlreadyApplyResponse.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
4 -  
5 -public class IsAlreadyApplyResponse extends BaseResp {  
6 -  
7 - /**  
8 - *  
9 - */  
10 - private static final long serialVersionUID = -5774726751614267836L;  
11 -  
12 - private Integer data;  
13 -  
14 - public Integer getData() {  
15 - return data;  
16 - }  
17 -  
18 - public void setData(Integer data) {  
19 - this.data = data;  
20 - }  
21 -  
22 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/LastActivityResponse.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import java.io.Serializable;  
4 -import java.util.Date;  
5 -  
6 -public class LastActivityResponse implements Serializable {  
7 -  
8 - /**  
9 - *  
10 - */  
11 - private static final long serialVersionUID = -5900032885089392744L;  
12 -  
13 - private String userName;  
14 - private Date applyTime;  
15 -  
16 - public String getUserName() {  
17 - return userName;  
18 - }  
19 -  
20 - public void setUserName(String userName) {  
21 - this.userName = userName;  
22 - }  
23 -  
24 - public Date getApplyTime() {  
25 - return applyTime;  
26 - }  
27 -  
28 - public void setApplyTime(Date applyTime) {  
29 - this.applyTime = applyTime;  
30 - }  
31 -  
32 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/SubmitActivityApplyRequest.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseReq;  
4 -  
5 -public class SubmitActivityApplyRequest extends BaseReq {  
6 -  
7 - /**  
8 - *  
9 - */  
10 - private static final long serialVersionUID = -7585144796169136825L;  
11 -  
12 - /**  
13 - * 活动id  
14 - */  
15 - private Long activityId;  
16 - private Long adultNum;  
17 - private Long childNum;  
18 - private String contactName;  
19 - private String contactMobile;  
20 - private String contactEmail;  
21 - private String remark;  
22 - private Long marketId;  
23 -  
24 -  
25 -  
26 - public Long getMarketId() {  
27 - return marketId;  
28 - }  
29 -  
30 - public void setMarketId(Long marketId) {  
31 - this.marketId = marketId;  
32 - }  
33 -  
34 - public Long getAdultNum() {  
35 - return adultNum;  
36 - }  
37 -  
38 - public void setAdultNum(Long adultNum) {  
39 - this.adultNum = adultNum;  
40 - }  
41 -  
42 - public Long getChildNum() {  
43 - return childNum;  
44 - }  
45 -  
46 - public void setChildNum(Long childNum) {  
47 - this.childNum = childNum;  
48 - }  
49 -  
50 - public String getContactName() {  
51 - return contactName;  
52 - }  
53 -  
54 - public void setContactName(String contactName) {  
55 - this.contactName = contactName;  
56 - }  
57 -  
58 - public String getContactMobile() {  
59 - return contactMobile;  
60 - }  
61 -  
62 - public void setContactMobile(String contactMobile) {  
63 - this.contactMobile = contactMobile;  
64 - }  
65 -  
66 - public String getContactEmail() {  
67 - return contactEmail;  
68 - }  
69 -  
70 - public void setContactEmail(String contactEmail) {  
71 - this.contactEmail = contactEmail;  
72 - }  
73 -  
74 - public String getRemark() {  
75 - return remark;  
76 - }  
77 -  
78 - public void setRemark(String remark) {  
79 - this.remark = remark;  
80 - }  
81 -  
82 - public Long getActivityId() {  
83 - return activityId;  
84 - }  
85 -  
86 - public void setActivityId(Long activityId) {  
87 - this.activityId = activityId;  
88 - }  
89 -  
90 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/activity/SubmitActivityApplyResponse.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.activity;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
4 -  
5 -public class SubmitActivityApplyResponse extends BaseResp {  
6 -  
7 - /**  
8 - *  
9 - */  
10 - private static final long serialVersionUID = 2706701313248871487L;  
11 -  
12 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/cart/model/SaleInfo.java
1 1
2 package com.diligrp.mobsite.getway.domain.protocol.cart.model; 2 package com.diligrp.mobsite.getway.domain.protocol.cart.model;
3 3
4 -import java.util.List;  
5 -  
6 import com.diligrp.mobsite.getway.domain.common.enums.CreditStateEnum; 4 import com.diligrp.mobsite.getway.domain.common.enums.CreditStateEnum;
7 import com.diligrp.mobsite.getway.domain.protocol.Attribute; 5 import com.diligrp.mobsite.getway.domain.protocol.Attribute;
8 import com.diligrp.mobsite.getway.domain.protocol.GoodsSuper; 6 import com.diligrp.mobsite.getway.domain.protocol.GoodsSuper;
9 import com.diligrp.mobsite.getway.domain.protocol.SKUInfo; 7 import com.diligrp.mobsite.getway.domain.protocol.SKUInfo;
10 import com.diligrp.mobsite.getway.domain.protocol.shop.model.ShopInfo; 8 import com.diligrp.mobsite.getway.domain.protocol.shop.model.ShopInfo;
11 9
  10 +import java.util.List;
  11 +
12 /** 12 /**
13 * 商品销售信息 13 * 商品销售信息
14 * @createTime 2015年7月13日 14 * @createTime 2015年7月13日
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/detail/GetProductAppraiseResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.detail;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.AppraiseInfo;  
6 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
7 -import com.diligrp.mobsite.getway.domain.protocol.product.model.AppraiseRate;  
8 -  
9 -/**  
10 - * <B>Description</B> 获取商品评价响应 <br />  
11 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
12 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
13 - * <B>Company</B> 地利集团  
14 - * @createTime Aug 14, 2014 8:33:13 PM  
15 - * @author wujianjun  
16 - */  
17 -@SuppressWarnings("serial")  
18 -public class GetProductAppraiseResp extends BaseResp {  
19 -  
20 - /**  
21 - * 满意度信息  
22 - */  
23 - private AppraiseRate appraiseRate;  
24 - /**  
25 - * 评价信息  
26 - */  
27 - private List<AppraiseInfo> appraises;  
28 - /**  
29 - * 页码  
30 - */  
31 - private Integer maxPage;  
32 -  
33 - public AppraiseRate getAppraiseRate() {  
34 - return appraiseRate;  
35 - }  
36 -  
37 - public void setAppraiseRate(AppraiseRate appraiseRate) {  
38 - this.appraiseRate = appraiseRate;  
39 - }  
40 -  
41 - public List<AppraiseInfo> getAppraises() {  
42 - return appraises;  
43 - }  
44 -  
45 - public void setAppraises(List<AppraiseInfo> appraises) {  
46 - this.appraises = appraises;  
47 - }  
48 -  
49 - public Integer getMaxPage() {  
50 - return maxPage;  
51 - }  
52 -  
53 - public void setMaxPage(Integer maxPage) {  
54 - this.maxPage = maxPage;  
55 - }  
56 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/detail/GetProductDetailResp.java
1 package com.diligrp.mobsite.getway.domain.protocol.detail; 1 package com.diligrp.mobsite.getway.domain.protocol.detail;
2 2
3 -import java.util.List;  
4 -  
5 import com.diligrp.mobsite.getway.domain.protocol.Attribute; 3 import com.diligrp.mobsite.getway.domain.protocol.Attribute;
6 import com.diligrp.mobsite.getway.domain.protocol.BaseResp; 4 import com.diligrp.mobsite.getway.domain.protocol.BaseResp;
7 5
  6 +import java.util.List;
  7 +
8 /** 8 /**
9 * <B>Description</B> 详情详情页中获取商品详情响应 <br /> 9 * <B>Description</B> 详情详情页中获取商品详情响应 <br />
10 * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br /> 10 * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/login/LoginReq.java
@@ -3,6 +3,8 @@ package com.diligrp.mobsite.getway.domain.protocol.login; @@ -3,6 +3,8 @@ package com.diligrp.mobsite.getway.domain.protocol.login;
3 import com.diligrp.mobsite.getway.domain.protocol.BaseReq; 3 import com.diligrp.mobsite.getway.domain.protocol.BaseReq;
4 import io.swagger.annotations.ApiModelProperty; 4 import io.swagger.annotations.ApiModelProperty;
5 5
  6 +import javax.validation.constraints.NotNull;
  7 +
6 /** 8 /**
7 * <B>Description</B> 登录请求 <br /> 9 * <B>Description</B> 登录请求 <br />
8 * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br /> 10 * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />
@@ -16,11 +18,13 @@ public class LoginReq extends BaseReq { @@ -16,11 +18,13 @@ public class LoginReq extends BaseReq {
16 /** 18 /**
17 * 会员名称 19 * 会员名称
18 */ 20 */
  21 + @NotNull(message = "账号不能为空")
19 @ApiModelProperty(value = "登录账号",required = true) 22 @ApiModelProperty(value = "登录账号",required = true)
20 private String accountName; 23 private String accountName;
21 /** 24 /**
22 * 密码 25 * 密码
23 */ 26 */
  27 + @NotNull(message = "密码不能为空")
24 @ApiModelProperty(value = "登录密码",required = true) 28 @ApiModelProperty(value = "登录密码",required = true)
25 private String password; 29 private String password;
26 30
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/market/GetDeliveryMarketsResp.java
1 package com.diligrp.mobsite.getway.domain.protocol.market; 1 package com.diligrp.mobsite.getway.domain.protocol.market;
2 2
3 -import com.diligrp.mobsite.getway.domain.protocol.AreaInfo;  
4 import com.diligrp.mobsite.getway.domain.protocol.BaseResp; 3 import com.diligrp.mobsite.getway.domain.protocol.BaseResp;
5 4
6 -import java.util.Set;  
7 -  
8 /** 5 /**
9 * Created by xxxzzz on 2016/9/8. 6 * Created by xxxzzz on 2016/9/8.
10 */ 7 */
11 public class GetDeliveryMarketsResp extends BaseResp { 8 public class GetDeliveryMarketsResp extends BaseResp {
12 9
13 10
14 - public Set<AreaInfo> citys;  
15 -  
16 -  
17 - public Set<AreaInfo> getCitys() {  
18 - return citys;  
19 - }  
20 -  
21 - public void setCitys(Set<AreaInfo> citys) {  
22 - this.citys = citys;  
23 - } 11 + //public Set<AreaInfo> citys;
  12 + //
  13 + //
  14 + //public Set<AreaInfo> getCitys() {
  15 + // return citys;
  16 + //}
  17 + //
  18 + //public void setCitys(Set<AreaInfo> citys) {
  19 + // this.citys = citys;
  20 + //}
24 } 21 }
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/out/SignRequest.java
@@ -5,7 +5,7 @@ import com.diligrp.mobsite.getway.domain.protocol.saler.order.GuardOperateCommon @@ -5,7 +5,7 @@ import com.diligrp.mobsite.getway.domain.protocol.saler.order.GuardOperateCommon
5 /** 5 /**
6 * Created by david on 2015/7/14. 6 * Created by david on 2015/7/14.
7 */ 7 */
8 -public class SignRequest extends GuardOperateCommonReq{ 8 +public class SignRequest extends GuardOperateCommonReq {
9 9
10 /** 10 /**
11 *门卫名字 11 *门卫名字
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/priceIndex/GetCiIndexReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.priceIndex;  
2 -  
3 -import org.nutz.json.JsonField;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.BaseReq;  
6 -  
7 -  
8 -/**  
9 - * <B>Description</B> 根据市场id查询,分类价格指数 <br />  
10 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
11 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
12 - * <B>Company</B> 地利集团  
13 - * @createTime 2014年10月14日 下午3:56:52  
14 - * @author zhangshirui  
15 - */  
16 -public class GetCiIndexReq extends BaseReq {  
17 -  
18 - /**  
19 - * 市场名称  
20 - */  
21 - private String market;  
22 -  
23 - /**  
24 - * 上次更新时间  
25 - *  
26 - */  
27 - private String updateDate;  
28 -  
29 -  
30 - /**  
31 - * get value of GetCiIndexReq.market  
32 - * @return the market  
33 - * @createTime 2014年10月14日 下午4:11:42  
34 - * @author zhangshirui  
35 - */  
36 - public String getMarket() {  
37 - return market;  
38 - }  
39 -  
40 -  
41 - /**  
42 - * set value of GetCiIndexReq.market  
43 - * @param market the market to set  
44 - * @createTime 2014年10月14日 下午4:11:42  
45 - * @author zhangshirui  
46 - */  
47 - public void setMarket(String market) {  
48 - this.market = market;  
49 - }  
50 -  
51 -  
52 -  
53 - /**  
54 - * get value of GetCiIndexReq.updateDate  
55 - * @return the updateDate  
56 - * @createTime 2014年10月14日 下午6:43:01  
57 - * @author zhangshirui  
58 - */  
59 - public String getUpdateDate() {  
60 - return updateDate;  
61 - }  
62 -  
63 -  
64 -  
65 - /**  
66 - * set value of GetCiIndexReq.updateDate  
67 - * @param updateDate the updateDate to set  
68 - * @createTime 2014年10月14日 下午6:43:01  
69 - * @author zhangshirui  
70 - */  
71 - public void setUpdateDate(String updateDate) {  
72 - this.updateDate = updateDate;  
73 - }  
74 -  
75 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/priceIndex/GetCiIndexResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.priceIndex;  
2 -  
3 -import java.util.List;  
4 -  
5 -import org.nutz.json.JsonField;  
6 -  
7 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
8 -  
9 -  
10 -/**  
11 - * <B>Description</B> 根据市场id查询,分类价格指数响应 <br />  
12 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
13 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
14 - * <B>Company</B> 地利集团  
15 - * @createTime 2014年10月14日 下午3:57:28  
16 - * @author zhangshirui  
17 - */  
18 -public class GetCiIndexResp extends BaseResp {  
19 -  
20 - /**  
21 - * 最近一次  
22 - * 分类价格指数列表  
23 - *  
24 - */  
25 - private List<PriceIndex> priceIndexs;  
26 -  
27 -  
28 - /**  
29 - * get value of GetCiIndexResp.priceIndexs  
30 - * @return the priceIndexs  
31 - * @createTime 2014年10月14日 下午4:11:56  
32 - * @author zhangshirui  
33 - */  
34 - public List<PriceIndex> getPriceIndexs() {  
35 - return priceIndexs;  
36 - }  
37 -  
38 -  
39 - /**  
40 - * set value of GetCiIndexResp.priceIndexs  
41 - * @param priceIndexs the priceIndexs to set  
42 - * @createTime 2014年10月14日 下午4:11:56  
43 - * @author zhangshirui  
44 - */  
45 - public void setPriceIndexs(List<PriceIndex> priceIndexs) {  
46 - this.priceIndexs = priceIndexs;  
47 - }  
48 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/priceIndex/GetPriceIndexReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.priceIndex;  
2 -  
3 -import org.nutz.json.JsonField;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.BaseReq;  
6 -  
7 -  
8 -/**  
9 - * <B>Description</B> 根据分类id查询价格指数请求 <br />  
10 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
11 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
12 - * <B>Company</B> 地利集团  
13 - * @createTime 2014年10月13日 下午3:34:29  
14 - * @author zhangshirui  
15 - */  
16 -public class GetPriceIndexReq extends BaseReq {  
17 -  
18 - /**  
19 - * 查询价格指数时间段:周(1)、月(2)、季(3)  
20 - * 周(1)  
21 - */  
22 - public static final int DATE_FLAG_WEEK = 1;  
23 - /**  
24 - * 月(2)  
25 - */  
26 - public static final int DATE_FLAG_MONTH = 2;  
27 - /**  
28 - * 季(3)  
29 - */  
30 - public static final int DATE_FLAG_SEASON = 3;  
31 -  
32 - /**  
33 - * 市场id  
34 - */  
35 - private String market;  
36 -  
37 - /**  
38 - * 分类id  
39 - */  
40 - private String category;  
41 -  
42 - /**  
43 - * 获取某段日期的指数:  
44 - * 周(1)、月(2)、季(3)  
45 - */  
46 - private Integer dateFlag;  
47 -  
48 - /**  
49 - * get value of GetCiPriceIndexReq.dateFlag  
50 - * @return the dateFlag  
51 - * @createTime 2014年10月13日 下午3:44:59  
52 - * @author zhangshirui  
53 - */  
54 - public Integer getDateFlag() {  
55 - return dateFlag;  
56 - }  
57 -  
58 -  
59 - /**  
60 - * set value of GetCiPriceIndexReq.dateFlag  
61 - * @param dateFlag the dateFlag to set  
62 - * @createTime 2014年10月13日 下午3:44:59  
63 - * @author zhangshirui  
64 - */  
65 - public void setDateFlag(Integer dateFlag) {  
66 - this.dateFlag = dateFlag;  
67 - }  
68 -  
69 -  
70 -  
71 - /**  
72 - * get value of GetCiPriceIndexReq.market  
73 - * @return the market  
74 - * @createTime 2014年10月14日 下午2:24:53  
75 - * @author zhangshirui  
76 - */  
77 - public String getMarket() {  
78 - return market;  
79 - }  
80 -  
81 -  
82 -  
83 - /**  
84 - * set value of GetCiPriceIndexReq.market  
85 - * @param market the market to set  
86 - * @createTime 2014年10月14日 下午2:24:53  
87 - * @author zhangshirui  
88 - */  
89 - public void setMarket(String market) {  
90 - this.market = market;  
91 - }  
92 -  
93 -  
94 -  
95 - /**  
96 - * get value of GetCiPriceIndexReq.category  
97 - * @return the category  
98 - * @createTime 2014年10月14日 下午2:24:53  
99 - * @author zhangshirui  
100 - */  
101 - public String getCategory() {  
102 - return category;  
103 - }  
104 -  
105 -  
106 -  
107 - /**  
108 - * set value of GetCiPriceIndexReq.category  
109 - * @param category the category to set  
110 - * @createTime 2014年10月14日 下午2:24:53  
111 - * @author zhangshirui  
112 - */  
113 - public void setCategory(String category) {  
114 - this.category = category;  
115 - }  
116 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/priceIndex/GetPriceIndexResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.priceIndex;  
2 -  
3 -import java.util.List;  
4 -  
5 -import org.nutz.json.JsonField;  
6 -  
7 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
8 -  
9 -  
10 -/**  
11 - * <B>Description</B> 根据分类id查询价格指数响应 <br />  
12 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
13 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
14 - * <B>Company</B> 地利集团  
15 - * @createTime 2014年10月13日 下午3:34:44  
16 - * @author zhangshirui  
17 - */  
18 -public class GetPriceIndexResp extends GetCiIndexResp {  
19 -  
20 - /**  
21 - * 该时间段内的最低价格  
22 - */  
23 - private Integer lowestPrice;  
24 -  
25 - /**  
26 - * 该时间段内的最高价格  
27 - */  
28 - private Integer highestPrice;  
29 -  
30 -  
31 - /**  
32 - * get value of GetCiPriceIndexResp.lowestPrice  
33 - * @return the lowestPrice  
34 - * @createTime 2014年10月14日 下午3:28:47  
35 - * @author zhangshirui  
36 - */  
37 - public Integer getLowestPrice() {  
38 - return lowestPrice;  
39 - }  
40 -  
41 -  
42 - /**  
43 - * set value of GetCiPriceIndexResp.lowestPrice  
44 - * @param lowestPrice the lowestPrice to set  
45 - * @createTime 2014年10月14日 下午3:28:47  
46 - * @author zhangshirui  
47 - */  
48 - public void setLowestPrice(Integer lowestPrice) {  
49 - this.lowestPrice = lowestPrice;  
50 - }  
51 -  
52 -  
53 - /**  
54 - * get value of GetCiPriceIndexResp.highestPrice  
55 - * @return the highestPrice  
56 - * @createTime 2014年10月14日 下午3:28:47  
57 - * @author zhangshirui  
58 - */  
59 - public Integer getHighestPrice() {  
60 - return highestPrice;  
61 - }  
62 -  
63 -  
64 - /**  
65 - * set value of GetCiPriceIndexResp.highestPrice  
66 - * @param highestPrice the highestPrice to set  
67 - * @createTime 2014年10月14日 下午3:28:47  
68 - * @author zhangshirui  
69 - */  
70 - public void setHighestPrice(Integer highestPrice) {  
71 - this.highestPrice = highestPrice;  
72 - }  
73 -  
74 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/priceIndex/PriceIndex.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.priceIndex;  
2 -  
3 -import org.nutz.json.JsonField;  
4 -  
5 -  
6 -/**  
7 - * <B>Description</B> 分类价格指数 <br />  
8 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
9 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
10 - * <B>Company</B> 地利集团  
11 - * @createTime 2014年10月14日 下午2:46:27  
12 - * @author zhangshirui  
13 - */  
14 -public class PriceIndex {  
15 -  
16 - /**  
17 - * 分类名称  
18 - */  
19 - private String category;  
20 - /**  
21 - * 当日平均价格  
22 - */  
23 - private Integer avg;  
24 - /**  
25 - * 当日最高价格(可能为空)  
26 - */  
27 - private Integer high;  
28 - /**  
29 - * 当日最低价格(可能为空)  
30 - */  
31 - private Integer low;  
32 - /**  
33 - * 当日交易量(单位:公斤,可能为空)  
34 - */  
35 - private Integer volume;  
36 - /**  
37 - * 产地(可能为空)  
38 - */  
39 - private String region;  
40 - /**  
41 - * 价格发布日期  
42 - */  
43 - private String date;  
44 -  
45 - /**  
46 - * get value of PriceIndex.category  
47 - * @return the category  
48 - * @createTime 2014年10月14日 下午3:03:03  
49 - * @author zhangshirui  
50 - */  
51 - public String getCategory() {  
52 - return category;  
53 - }  
54 -  
55 - /**  
56 - * set value of PriceIndex.category  
57 - * @param category the category to set  
58 - * @createTime 2014年10月14日 下午3:03:03  
59 - * @author zhangshirui  
60 - */  
61 - public void setCategory(String category) {  
62 - this.category = category;  
63 - }  
64 -  
65 - /**  
66 - * get value of PriceIndex.avg  
67 - * @return the avg  
68 - * @createTime 2014年10月14日 下午3:03:03  
69 - * @author zhangshirui  
70 - */  
71 - public Integer getAvg() {  
72 - return avg;  
73 - }  
74 -  
75 - /**  
76 - * set value of PriceIndex.avg  
77 - * @param avg the avg to set  
78 - * @createTime 2014年10月14日 下午3:03:03  
79 - * @author zhangshirui  
80 - */  
81 - public void setAvg(Integer avg) {  
82 - this.avg = avg;  
83 - }  
84 -  
85 - /**  
86 - * get value of PriceIndex.high  
87 - * @return the high  
88 - * @createTime 2014年10月14日 下午3:03:03  
89 - * @author zhangshirui  
90 - */  
91 - public Integer getHigh() {  
92 - return high;  
93 - }  
94 -  
95 - /**  
96 - * set value of PriceIndex.high  
97 - * @param high the high to set  
98 - * @createTime 2014年10月14日 下午3:03:03  
99 - * @author zhangshirui  
100 - */  
101 - public void setHigh(Integer high) {  
102 - this.high = high;  
103 - }  
104 -  
105 - /**  
106 - * get value of PriceIndex.low  
107 - * @return the low  
108 - * @createTime 2014年10月14日 下午3:03:03  
109 - * @author zhangshirui  
110 - */  
111 - public Integer getLow() {  
112 - return low;  
113 - }  
114 -  
115 - /**  
116 - * set value of PriceIndex.low  
117 - * @param low the low to set  
118 - * @createTime 2014年10月14日 下午3:03:03  
119 - * @author zhangshirui  
120 - */  
121 - public void setLow(Integer low) {  
122 - this.low = low;  
123 - }  
124 -  
125 - /**  
126 - * get value of PriceIndex.volume  
127 - * @return the volume  
128 - * @createTime 2014年10月14日 下午3:03:03  
129 - * @author zhangshirui  
130 - */  
131 - public Integer getVolume() {  
132 - return volume;  
133 - }  
134 -  
135 - /**  
136 - * set value of PriceIndex.volume  
137 - * @param volume the volume to set  
138 - * @createTime 2014年10月14日 下午3:03:03  
139 - * @author zhangshirui  
140 - */  
141 - public void setVolume(Integer volume) {  
142 - this.volume = volume;  
143 - }  
144 -  
145 - /**  
146 - * get value of PriceIndex.region  
147 - * @return the region  
148 - * @createTime 2014年10月14日 下午3:03:03  
149 - * @author zhangshirui  
150 - */  
151 - public String getRegion() {  
152 - return region;  
153 - }  
154 -  
155 - /**  
156 - * set value of PriceIndex.region  
157 - * @param region the region to set  
158 - * @createTime 2014年10月14日 下午3:03:03  
159 - * @author zhangshirui  
160 - */  
161 - public void setRegion(String region) {  
162 - this.region = region;  
163 - }  
164 -  
165 - /**  
166 - * get value of PriceIndex.date  
167 - * @return the date  
168 - * @createTime 2014年10月14日 下午3:03:03  
169 - * @author zhangshirui  
170 - */  
171 - public String getDate() {  
172 - return date;  
173 - }  
174 -  
175 - /**  
176 - * set value of PriceIndex.date  
177 - * @param date the date to set  
178 - * @createTime 2014年10月14日 下午3:03:03  
179 - * @author zhangshirui  
180 - */  
181 - public void setDate(String date) {  
182 - this.date = date;  
183 - }  
184 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/saler/product/GetProductAttrResp.java
@@ -2,7 +2,6 @@ package com.diligrp.mobsite.getway.domain.protocol.saler.product; @@ -2,7 +2,6 @@ package com.diligrp.mobsite.getway.domain.protocol.saler.product;
2 2
3 import com.diligrp.mobsite.getway.domain.protocol.BaseResp; 3 import com.diligrp.mobsite.getway.domain.protocol.BaseResp;
4 import com.diligrp.mobsite.getway.domain.protocol.saler.product.model.Sattribute; 4 import com.diligrp.mobsite.getway.domain.protocol.saler.product.model.Sattribute;
5 -import com.diligrp.mobsite.getway.domain.protocol.saler.product.model.SellerGoods;  
6 5
7 import java.util.List; 6 import java.util.List;
8 import java.util.Map; 7 import java.util.Map;
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/saler/product/GetProductsResp.java
1 package com.diligrp.mobsite.getway.domain.protocol.saler.product; 1 package com.diligrp.mobsite.getway.domain.protocol.saler.product;
2 2
3 import com.diligrp.mobsite.getway.domain.base.BaseListResp; 3 import com.diligrp.mobsite.getway.domain.base.BaseListResp;
4 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
5 -import com.diligrp.mobsite.getway.domain.protocol.saler.product.model.SellerGoods;  
6 -  
7 -import java.util.List;  
8 4
9 /** 5 /**
10 * <B>Description</B> 获取商品搜索属性响应 <br /> 6 * <B>Description</B> 获取商品搜索属性响应 <br />
@@ -15,16 +11,4 @@ import java.util.List; @@ -15,16 +11,4 @@ import java.util.List;
15 */ 11 */
16 public class GetProductsResp extends BaseListResp { 12 public class GetProductsResp extends BaseListResp {
17 13
18 - /**  
19 - * 获取商品列表  
20 - */  
21 - private List<SellerGoods> sellerProducts;  
22 -  
23 - public List<SellerGoods> getSellerProducts() {  
24 - return sellerProducts;  
25 - }  
26 -  
27 - public void setSellerProducts(List<SellerGoods> sellerProducts) {  
28 - this.sellerProducts = sellerProducts;  
29 } 14 }
30 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/saler/product/GetSellerProductDetailResp.java
1 package com.diligrp.mobsite.getway.domain.protocol.saler.product; 1 package com.diligrp.mobsite.getway.domain.protocol.saler.product;
2 2
3 import com.diligrp.mobsite.getway.domain.protocol.BaseResp; 3 import com.diligrp.mobsite.getway.domain.protocol.BaseResp;
4 -import com.diligrp.mobsite.getway.domain.protocol.saler.product.model.SellerQuotation;  
5 import com.diligrp.mobsite.getway.domain.protocol.saler.product.model.SellerSku; 4 import com.diligrp.mobsite.getway.domain.protocol.saler.product.model.SellerSku;
6 5
7 import java.util.List; 6 import java.util.List;
@@ -16,10 +15,6 @@ import java.util.List; @@ -16,10 +15,6 @@ import java.util.List;
16 */ 15 */
17 public class GetSellerProductDetailResp extends BaseResp { 16 public class GetSellerProductDetailResp extends BaseResp {
18 17
19 - /**  
20 - * 区间价格列表  
21 - */  
22 - private List<SellerQuotation> quotationList;  
23 18
24 /** 19 /**
25 * sku属性列表 20 * sku属性列表
@@ -27,14 +22,6 @@ public class GetSellerProductDetailResp extends BaseResp { @@ -27,14 +22,6 @@ public class GetSellerProductDetailResp extends BaseResp {
27 private List<SellerSku> skuInfoList; 22 private List<SellerSku> skuInfoList;
28 23
29 24
30 - public List<SellerQuotation> getQuotationList() {  
31 - return quotationList;  
32 - }  
33 -  
34 - public void setQuotationList(List<SellerQuotation> quotationList) {  
35 - this.quotationList = quotationList;  
36 - }  
37 -  
38 public List<SellerSku> getSkuInfoList() { 25 public List<SellerSku> getSkuInfoList() {
39 return skuInfoList; 26 return skuInfoList;
40 } 27 }
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/saler/product/SellerPublishProductReq.java
@@ -2,7 +2,6 @@ package com.diligrp.mobsite.getway.domain.protocol.saler.product; @@ -2,7 +2,6 @@ package com.diligrp.mobsite.getway.domain.protocol.saler.product;
2 2
3 import com.diligrp.mobsite.getway.domain.protocol.BaseReq; 3 import com.diligrp.mobsite.getway.domain.protocol.BaseReq;
4 import com.diligrp.mobsite.getway.domain.protocol.saler.product.model.Sattribute; 4 import com.diligrp.mobsite.getway.domain.protocol.saler.product.model.Sattribute;
5 -import com.diligrp.mobsite.getway.domain.protocol.saler.product.model.SellerQuotation;  
6 5
7 import java.util.List; 6 import java.util.List;
8 7
@@ -74,10 +73,6 @@ public class SellerPublishProductReq extends BaseReq { @@ -74,10 +73,6 @@ public class SellerPublishProductReq extends BaseReq {
74 private List<SellerSkuReq> skus; 73 private List<SellerSkuReq> skus;
75 74
76 75
77 - /**  
78 - * 商品报价列表  
79 - */  
80 - private List<SellerQuotation> productQuotation;  
81 76
82 /** 77 /**
83 * 描述属性 78 * 描述属性
@@ -209,13 +204,7 @@ public class SellerPublishProductReq extends BaseReq { @@ -209,13 +204,7 @@ public class SellerPublishProductReq extends BaseReq {
209 this.skus = skus; 204 this.skus = skus;
210 } 205 }
211 206
212 - public List<SellerQuotation> getProductQuotation() {  
213 - return productQuotation;  
214 - }  
215 207
216 - public void setProductQuotation(List<SellerQuotation> productQuotation) {  
217 - this.productQuotation = productQuotation;  
218 - }  
219 208
220 public List<Sattribute> getDescAtt() { 209 public List<Sattribute> getDescAtt() {
221 return descAtt; 210 return descAtt;
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/saler/product/SellerSkuReq.java
1 package com.diligrp.mobsite.getway.domain.protocol.saler.product; 1 package com.diligrp.mobsite.getway.domain.protocol.saler.product;
2 2
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseReq;  
4 -import com.diligrp.mobsite.getway.domain.protocol.saler.product.model.Sattribute;  
5 -import com.diligrp.mobsite.getway.domain.protocol.saler.product.model.SellerQuotation;  
6 -import com.diligrp.mobsite.getway.domain.protocol.saler.product.model.SellerSku;  
7 -  
8 -import java.util.List;  
9 -  
10 /** 3 /**
11 * <B>Description</B> 检测用户会员名是否合法 <br /> 4 * <B>Description</B> 检测用户会员名是否合法 <br />
12 * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br /> 5 * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/saler/product/model/SellerGoodDetail.java
@@ -46,7 +46,6 @@ public class SellerGoodDetail { @@ -46,7 +46,6 @@ public class SellerGoodDetail {
46 private Integer minNum; 46 private Integer minNum;
47 private Integer stockNum; 47 private Integer stockNum;
48 protected Integer commentNum; 48 protected Integer commentNum;
49 - private List<SellerQuotation> productQuotation;  
50 private List<SellerAttribute> descAtt; 49 private List<SellerAttribute> descAtt;
51 private List<SellerAttribute> saleAtt; 50 private List<SellerAttribute> saleAtt;
52 private List<SellerAttribute> searchAtt; 51 private List<SellerAttribute> searchAtt;
@@ -273,13 +272,7 @@ public class SellerGoodDetail { @@ -273,13 +272,7 @@ public class SellerGoodDetail {
273 this.productionAddrId = productionAddrId; 272 this.productionAddrId = productionAddrId;
274 } 273 }
275 274
276 - public List<SellerQuotation> getProductQuotation() {  
277 - return productQuotation;  
278 - }  
279 275
280 - public void setProductQuotation(List<SellerQuotation> productQuotation) {  
281 - this.productQuotation = productQuotation;  
282 - }  
283 276
284 public Long getPublishedLocationID() { 277 public Long getPublishedLocationID() {
285 return publishedLocationID; 278 return publishedLocationID;
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/saler/product/model/SellerGoods.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.saler.product.model;  
2 -import com.diligrp.mobsite.getway.domain.protocol.Quotation;  
3 -import java.util.List;  
4 -  
5 -/**  
6 - * Created by david on 2015/4/7.  
7 - */  
8 -public class SellerGoods{  
9 -  
10 - /**  
11 - * 价格方式:1-普通价格方式,2-价格区间方式  
12 - *  
13 - * 1-普通价格方式  
14 - */  
15 - public static final int PRICE_TYPE_NORMAL = 1;  
16 - /**  
17 - * 2-价格区间方式  
18 - */  
19 - public static final int PRICE_TYPE_QUOTATION = 2;  
20 -  
21 - /**  
22 - * 商品状态:  
23 - * 1-库存为零,销售完毕  
24 - * 2-商品状态:已下架或删除  
25 - * 3-在售并且正常  
26 - */  
27 - /**  
28 - * 1-已售罄,销售完毕  
29 - */  
30 - public static final int STATE_SOLD_OUT = 1;  
31 - /**  
32 - * 2-商品状态:已下架或删除  
33 - */  
34 - public static final int STATE_DOWN_DEL=2;  
35 - /**  
36 - * 3-在售并且正常  
37 - */  
38 - public static final int STATE_ON_SALE = 3;  
39 -  
40 - /**  
41 - * 商品ID  
42 - */  
43 - private Long pid;  
44 -  
45 - /**  
46 - * 商品标题  
47 - */  
48 - private String productName;  
49 -  
50 - /**  
51 - * 商品默认图片  
52 - */  
53 - private String defaultPic;  
54 -  
55 - /**  
56 - * 商品图片  
57 - */  
58 - private List<String> pictures;  
59 -  
60 - /**  
61 - * 单位  
62 - */  
63 - private String unit;  
64 - /**  
65 - * 状态  
66 - */  
67 - private Integer status;  
68 -  
69 - /**  
70 - * 价格展示类型:1-普通方式,2-价格区间方式  
71 - */  
72 - private Integer priceType;  
73 -  
74 - /**  
75 - * 价格  
76 - */  
77 - private Long price;  
78 -  
79 - /**  
80 - * 商品最低价格  
81 - */  
82 - private Long minPrice;  
83 -  
84 - /**  
85 - * 商品最高价格  
86 - */  
87 - private Long maxPrice;  
88 -  
89 - /**  
90 - * 商品总库存  
91 - */  
92 - private Long totalStore;  
93 -  
94 - /**  
95 - * 最小起批量  
96 - */  
97 - private Integer minWholesale;  
98 -  
99 - /**  
100 - * 价格区间  
101 - */  
102 - private List<Quotation> quotationList;  
103 -  
104 - /**  
105 - * 是否为特价商品 2是 1不是  
106 - */  
107 - private Integer hasSpecial;  
108 -  
109 - /**  
110 - * 商品审核失败原因  
111 - */  
112 - private String failedReason;  
113 -  
114 - public Long getPid() {  
115 - return pid;  
116 - }  
117 -  
118 - public void setPid(Long pid) {  
119 - this.pid = pid;  
120 - }  
121 -  
122 - public String getProductName() {  
123 - return productName;  
124 - }  
125 -  
126 - public void setProductName(String productName) {  
127 - this.productName = productName;  
128 - }  
129 -  
130 - public String getDefaultPic() {  
131 - return defaultPic;  
132 - }  
133 -  
134 - public void setDefaultPic(String defaultPic) {  
135 - this.defaultPic = defaultPic;  
136 - }  
137 -  
138 - public List<String> getPictures() {  
139 - return pictures;  
140 - }  
141 -  
142 - public void setPictures(List<String> pictures) {  
143 - this.pictures = pictures;  
144 - }  
145 -  
146 - public String getUnit() {  
147 - return unit;  
148 - }  
149 -  
150 - public void setUnit(String unit) {  
151 - this.unit = unit;  
152 - }  
153 -  
154 - public Integer getStatus() {  
155 - return status;  
156 - }  
157 -  
158 - public void setStatus(Integer status) {  
159 - this.status = status;  
160 - }  
161 -  
162 - public Integer getPriceType() {  
163 - return priceType;  
164 - }  
165 -  
166 - public void setPriceType(Integer priceType) {  
167 - this.priceType = priceType;  
168 - }  
169 -  
170 - public Long getPrice() {  
171 - return price;  
172 - }  
173 -  
174 - public void setPrice(Long price) {  
175 - this.price = price;  
176 - }  
177 -  
178 - public Long getMinPrice() {  
179 - return minPrice;  
180 - }  
181 -  
182 - public void setMinPrice(Long minPrice) {  
183 - this.minPrice = minPrice;  
184 - }  
185 -  
186 - public Long getMaxPrice() {  
187 - return maxPrice;  
188 - }  
189 -  
190 - public void setMaxPrice(Long maxPrice) {  
191 - this.maxPrice = maxPrice;  
192 - }  
193 -  
194 - public List<Quotation> getQuotationList() {  
195 - return quotationList;  
196 - }  
197 -  
198 - public void setQuotationList(List<Quotation> quotationList) {  
199 - this.quotationList = quotationList;  
200 - }  
201 -  
202 - public Long getTotalStore() {  
203 - return totalStore;  
204 - }  
205 -  
206 - public void setTotalStore(Long totalStore) {  
207 - this.totalStore = totalStore;  
208 - }  
209 -  
210 - public Integer getMinWholesale() {  
211 - return minWholesale;  
212 - }  
213 -  
214 - public void setMinWholesale(Integer minWholesale) {  
215 - this.minWholesale = minWholesale;  
216 - }  
217 -  
218 - public Integer getHasSpecial() {  
219 - return hasSpecial;  
220 - }  
221 -  
222 - public void setHasSpecial(Integer hasSpecial) {  
223 - this.hasSpecial = hasSpecial;  
224 - }  
225 -  
226 - public String getFailedReason() {  
227 - return failedReason;  
228 - }  
229 -  
230 - public void setFailedReason(String failedReason) {  
231 - this.failedReason = failedReason;  
232 - }  
233 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/saler/product/model/SellerQuotation.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.saler.product.model;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.Quotation;  
4 -  
5 -/**  
6 - * 卖家端返回区间价格对象  
7 - * Created by david on 2015/4/9.  
8 - */  
9 -public class SellerQuotation extends Quotation {  
10 -  
11 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/search/GetSearchAttrResp.java
1 package com.diligrp.mobsite.getway.domain.protocol.search; 1 package com.diligrp.mobsite.getway.domain.protocol.search;
2 2
3 -import java.util.List;  
4 -  
5 -import org.nutz.json.JsonField;  
6 -  
7 import com.diligrp.mobsite.getway.domain.protocol.Attribute; 3 import com.diligrp.mobsite.getway.domain.protocol.Attribute;
8 import com.diligrp.mobsite.getway.domain.protocol.BaseResp; 4 import com.diligrp.mobsite.getway.domain.protocol.BaseResp;
9 5
  6 +import java.util.List;
  7 +
10 /** 8 /**
11 * <B>Description</B> 获取商品搜索属性响应 <br /> 9 * <B>Description</B> 获取商品搜索属性响应 <br />
12 * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br /> 10 * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/AddCombineSaleReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.service.model.CombineSaleGoods;  
4 -  
5 -  
6 -/**  
7 - * <B>Description</B> 添加联营联销 <br />  
8 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
9 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
10 - * <B>Company</B> 地利集团  
11 - * @createTime 2014年10月23日 下午5:31:42  
12 - * @author zhangshirui  
13 - */  
14 -@SuppressWarnings("serial")  
15 -public class AddCombineSaleReq extends BaseAddServiceReq {  
16 -  
17 - /**  
18 - * 商品信息  
19 - */  
20 - private CombineSaleGoods combineSaleGoods;  
21 -  
22 -  
23 - /**  
24 - * get value of AddCombineSaleReq.combineSaleGoods  
25 - * @return the combineSaleGoods  
26 - * @createTime 2014年10月24日 下午12:48:50  
27 - * @author zhangshirui  
28 - */  
29 - public CombineSaleGoods getCombineSaleGoods() {  
30 - return combineSaleGoods;  
31 - }  
32 -  
33 -  
34 - /**  
35 - * set value of AddCombineSaleReq.combineSaleGoods  
36 - * @param combineSaleGoods the combineSaleGoods to set  
37 - * @createTime 2014年10月24日 下午12:48:50  
38 - * @author zhangshirui  
39 - */  
40 - public void setCombineSaleGoods(CombineSaleGoods combineSaleGoods) {  
41 - this.combineSaleGoods = combineSaleGoods;  
42 - }  
43 -  
44 -  
45 -  
46 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/AddCombineSaleResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 添加联营联销resp <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年10月23日 下午5:31:54  
11 - * @author zhangshirui  
12 - */  
13 -@SuppressWarnings("serial")  
14 -public class AddCombineSaleResp extends BaseAddServiceResp {  
15 -  
16 -  
17 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/AddFinishPkgReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.service.model.FinishPkgGoods;  
6 -  
7 -  
8 -/**  
9 - * <B>Description</B> 理货包装添加实体 <br />  
10 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
11 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
12 - * <B>Company</B> 地利集团  
13 - * @createTime 2014年10月23日 下午5:32:51  
14 - * @author zhangshirui  
15 - */  
16 -@SuppressWarnings("serial")  
17 -public class AddFinishPkgReq extends BaseAddServiceReq {  
18 - private List<FinishPkgGoods> goodsList;  
19 -  
20 - public List<FinishPkgGoods> getGoodsList() {  
21 - return goodsList;  
22 - }  
23 -  
24 - public void setGoodsList(List<FinishPkgGoods> goodsList) {  
25 - this.goodsList = goodsList;  
26 - }  
27 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/AddFinishPkgResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 添加理货包装resp <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年10月23日 下午5:33:07  
11 - * @author zhangshirui  
12 - */  
13 -@SuppressWarnings("serial")  
14 -public class AddFinishPkgResp extends BaseAddServiceResp {  
15 -  
16 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/AddFreshCoolReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.service.model.FreshCoolGoods;  
6 -  
7 -  
8 -/**  
9 - * <B>Description</B> 保鲜预冷 <br />  
10 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
11 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
12 - * <B>Company</B> 地利集团  
13 - * @createTime 2014年10月23日 下午5:33:43  
14 - * @author zhangshirui  
15 - */  
16 -@SuppressWarnings("serial")  
17 -public class AddFreshCoolReq extends BaseAddServiceReq {  
18 - private List<FreshCoolGoods> goodsList;  
19 -  
20 - public List<FreshCoolGoods> getGoodsList() {  
21 - return goodsList;  
22 - }  
23 -  
24 - public void setGoodsList(List<FreshCoolGoods> goodsList) {  
25 - this.goodsList = goodsList;  
26 - }  
27 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/AddFreshCoolResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 添加保鲜预冷 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年10月23日 下午5:34:18  
11 - * @author zhangshirui  
12 - */  
13 -@SuppressWarnings("serial")  
14 -public class AddFreshCoolResp extends BaseAddServiceResp {  
15 -  
16 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/AddLogisticsReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.service.model.LogisticsGoods;  
6 -  
7 -  
8 -/**  
9 - * <B>Description</B> 物流配送 <br />  
10 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
11 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
12 - * <B>Company</B> 地利集团  
13 - * @createTime 2014年10月23日 下午5:34:56  
14 - * @author zhangshirui  
15 - */  
16 -@SuppressWarnings("serial")  
17 -public class AddLogisticsReq extends BaseAddServiceReq {  
18 - private List<LogisticsGoods> goodsList;  
19 -  
20 - public List<LogisticsGoods> getGoodsList() {  
21 - return goodsList;  
22 - }  
23 -  
24 - public void setGoodsList(List<LogisticsGoods> goodsList) {  
25 - this.goodsList = goodsList;  
26 - }  
27 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/AddLogisticsResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 物流配送 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年10月23日 下午5:35:11  
11 - * @author zhangshirui  
12 - */  
13 -@SuppressWarnings("serial")  
14 -public class AddLogisticsResp extends BaseAddServiceResp {  
15 -  
16 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/AddWarehouseReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.service.model.WarehouseGoods;  
6 -  
7 -  
8 -/**  
9 - * <B>Description</B> 仓储服务 <br />  
10 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
11 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
12 - * <B>Company</B> 地利集团  
13 - * @createTime 2014年10月23日 下午5:35:39  
14 - * @author zhangshirui  
15 - */  
16 -@SuppressWarnings("serial")  
17 -public class AddWarehouseReq extends BaseAddServiceReq {  
18 -  
19 - /**  
20 - * 商品信息  
21 - */  
22 - private List<WarehouseGoods> warehouseGoods;  
23 -  
24 -  
25 - /**  
26 - * get value of AddWarehouseReq.warehouseGoods  
27 - * @return the warehouseGoods  
28 - * @createTime 2014年10月24日 下午4:01:10  
29 - * @author zhangshirui  
30 - */  
31 - public List<WarehouseGoods> getWarehouseGoods() {  
32 - return warehouseGoods;  
33 - }  
34 -  
35 -  
36 - /**  
37 - * set value of AddWarehouseReq.warehouseGoods  
38 - * @param warehouseGoods the warehouseGoods to set  
39 - * @createTime 2014年10月24日 下午4:01:10  
40 - * @author zhangshirui  
41 - */  
42 - public void setWarehouseGoods(List<WarehouseGoods> warehouseGoods) {  
43 - this.warehouseGoods = warehouseGoods;  
44 - }  
45 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/AddWarehouseResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 仓储服务 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年10月23日 下午5:35:51  
11 - * @author zhangshirui  
12 - */  
13 -@SuppressWarnings("serial")  
14 -public class AddWarehouseResp extends BaseAddServiceResp {  
15 -  
16 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/BaseAddServiceReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseReq;  
4 -import com.diligrp.mobsite.getway.domain.protocol.ConsigneeInfo;  
5 -  
6 -  
7 -/**  
8 - * <B>Description</B> 添加申请服务基类 <br />  
9 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
10 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
11 - * <B>Company</B> 地利集团  
12 - * @createTime 2014年10月23日 下午5:40:06  
13 - * @author zhangshirui  
14 - */  
15 -@SuppressWarnings("serial")  
16 -public class BaseAddServiceReq extends BaseReq {  
17 -  
18 - /**  
19 - * 订单服务最大商品数量  
20 - */  
21 - public static final int ORDER_SERVICE_MAX_GOODS_NUM = 10;  
22 -  
23 - /**  
24 - * 提货人信息  
25 - */  
26 - private ConsigneeInfo consigneeInfo;  
27 -  
28 - /**  
29 - * 市场id  
30 - */  
31 - private Long pickUpId;  
32 -  
33 - /**  
34 - * 留言  
35 - */  
36 - private String remark;  
37 -  
38 - /**  
39 - * 订单id  
40 - */  
41 - private Long orderId;  
42 -  
43 - /**  
44 - * get value of BaseAddServiceReq.pickUpId  
45 - * @return the pickUpId  
46 - * @createTime 2014年10月24日 上午10:49:58  
47 - * @author zhangshirui  
48 - */  
49 - public Long getPickUpId() {  
50 - return pickUpId;  
51 - }  
52 -  
53 -  
54 - /**  
55 - * set value of BaseAddServiceReq.pickUpId  
56 - * @param pickUpId the pickUpId to set  
57 - * @createTime 2014年10月24日 上午10:49:58  
58 - * @author zhangshirui  
59 - */  
60 - public void setPickUpId(Long pickUpId) {  
61 - this.pickUpId = pickUpId;  
62 - }  
63 -  
64 -  
65 - /**  
66 - * get value of BaseAddServiceReq.remark  
67 - * @return the remark  
68 - * @createTime 2014年10月24日 上午10:49:58  
69 - * @author zhangshirui  
70 - */  
71 - public String getRemark() {  
72 - return remark;  
73 - }  
74 -  
75 -  
76 - /**  
77 - * set value of BaseAddServiceReq.remark  
78 - * @param remark the remark to set  
79 - * @createTime 2014年10月24日 上午10:49:58  
80 - * @author zhangshirui  
81 - */  
82 - public void setRemark(String remark) {  
83 - this.remark = remark;  
84 - }  
85 -  
86 - /**  
87 - * get value of BaseAddServiceReq.orderId  
88 - * @return the orderId  
89 - * @createTime 2014年10月24日 上午11:47:40  
90 - * @author zhangshirui  
91 - */  
92 - public Long getOrderId() {  
93 - return orderId;  
94 - }  
95 -  
96 -  
97 -  
98 - /**  
99 - * set value of BaseAddServiceReq.orderId  
100 - * @param orderId the orderId to set  
101 - * @createTime 2014年10月24日 上午11:47:40  
102 - * @author zhangshirui  
103 - */  
104 - public void setOrderId(Long orderId) {  
105 - this.orderId = orderId;  
106 - }  
107 -  
108 -  
109 -  
110 - public ConsigneeInfo getConsigneeInfo() {  
111 - return consigneeInfo;  
112 - }  
113 -  
114 -  
115 -  
116 - public void setConsigneeInfo(ConsigneeInfo consigneeInfo) {  
117 - this.consigneeInfo = consigneeInfo;  
118 - }  
119 -  
120 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/BaseAddServiceResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
4 -  
5 -  
6 -/**  
7 - * <B>Description</B> 添加服务基类 <br />  
8 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
9 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
10 - * <B>Company</B> 地利集团  
11 - * @createTime 2014年10月24日 上午11:19:57  
12 - * @author zhangshirui  
13 - */  
14 -@SuppressWarnings("serial")  
15 -public class BaseAddServiceResp extends BaseResp {  
16 -  
17 - public static final int CANCEL_RESULT_FAILED = 520;  
18 -  
19 - /**  
20 - * 申请id  
21 - */  
22 - private Long applyId;  
23 -  
24 -  
25 - /**  
26 - * get value of BaseAddServiceResp.applyId  
27 - * @return the applyId  
28 - * @createTime 2014年10月24日 上午11:21:15  
29 - * @author zhangshirui  
30 - */  
31 - public Long getApplyId() {  
32 - return applyId;  
33 - }  
34 -  
35 -  
36 - /**  
37 - * set value of BaseAddServiceResp.applyId  
38 - * @param applyId the applyId to set  
39 - * @createTime 2014年10月24日 上午11:21:15  
40 - * @author zhangshirui  
41 - */  
42 - public void setApplyId(Long applyId) {  
43 - this.applyId = applyId;  
44 - }  
45 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/BaseServiceReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.base.BaseListReq;  
4 -  
5 -  
6 -/**  
7 - * <B>Description</B> 服务基类req <br />  
8 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
9 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
10 - * <B>Company</B> 地利集团  
11 - * @createTime 2014年10月23日 下午4:14:08  
12 - * @author zhangshirui  
13 - */  
14 -@SuppressWarnings("serial")  
15 -public class BaseServiceReq extends BaseListReq {  
16 -  
17 - /**  
18 - *  
19 - */  
20 - private Long serviceId;  
21 -  
22 -  
23 - /**  
24 - * get value of BaseServiceReq.serviceId  
25 - * @return the serviceId  
26 - * @createTime 2014年10月23日 下午4:14:39  
27 - * @author zhangshirui  
28 - */  
29 - public Long getServiceId() {  
30 - return serviceId;  
31 - }  
32 -  
33 -  
34 - /**  
35 - * set value of BaseServiceReq.serviceId  
36 - * @param serviceId the serviceId to set  
37 - * @createTime 2014年10月23日 下午4:14:39  
38 - * @author zhangshirui  
39 - */  
40 - public void setServiceId(Long serviceId) {  
41 - this.serviceId = serviceId;  
42 - }  
43 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/BaseServiceResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
4 -  
5 -  
6 -/**  
7 - * <B>Description</B> 服务基类resp <br />  
8 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
9 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
10 - * <B>Company</B> 地利集团  
11 - * @createTime 2014年10月23日 下午4:09:49  
12 - * @author zhangshirui  
13 - */  
14 -@SuppressWarnings("serial")  
15 -public class BaseServiceResp extends BaseResp {  
16 -  
17 - public static final int CANCEL_RESULT_FAILED = 520;  
18 - /**  
19 - * 服务号  
20 - */  
21 - private Long serviceId;  
22 -  
23 - /**  
24 - * 申请时间  
25 - */  
26 - private String applyTime;  
27 -  
28 - /**  
29 - * 申请人名字  
30 - */  
31 - private String applyUserName;  
32 -  
33 - /**  
34 - * 申请人电话  
35 - */  
36 - private String applyUserMobile;  
37 -  
38 - /**  
39 - * 状态  
40 - */  
41 - private Integer state;  
42 -  
43 - /**  
44 - * 状态名称  
45 - */  
46 - private String stateName;  
47 -  
48 - /**  
49 - * 状态描述  
50 - */  
51 - private String stateDec;  
52 -  
53 - /**  
54 - * 服务金额  
55 - */  
56 - private Long serviceAmount;  
57 -  
58 -  
59 - /**  
60 - * 仓储地,发货地址,提货点地址  
61 - */  
62 - private String pickUpName;  
63 -  
64 - /**  
65 - * 留言  
66 - */  
67 - private String remark;  
68 -  
69 - /**  
70 - * get value of ServiceBaseResp.serviceId  
71 - * @return the serviceId  
72 - * @createTime 2014年10月23日 下午4:11:36  
73 - * @author zhangshirui  
74 - */  
75 - public Long getServiceId() {  
76 - return serviceId;  
77 - }  
78 -  
79 -  
80 - /**  
81 - * set value of ServiceBaseResp.serviceId  
82 - * @param serviceId the serviceId to set  
83 - * @createTime 2014年10月23日 下午4:11:36  
84 - * @author zhangshirui  
85 - */  
86 - public void setServiceId(Long serviceId) {  
87 - this.serviceId = serviceId;  
88 - }  
89 -  
90 -  
91 - /**  
92 - * get value of ServiceBaseResp.applyTime  
93 - * @return the applyTime  
94 - * @createTime 2014年10月23日 下午4:11:36  
95 - * @author zhangshirui  
96 - */  
97 - public String getApplyTime() {  
98 - return applyTime;  
99 - }  
100 -  
101 -  
102 - /**  
103 - * set value of ServiceBaseResp.applyTime  
104 - * @param applyTime the applyTime to set  
105 - * @createTime 2014年10月23日 下午4:11:36  
106 - * @author zhangshirui  
107 - */  
108 - public void setApplyTime(String applyTime) {  
109 - this.applyTime = applyTime;  
110 - }  
111 -  
112 -  
113 - /**  
114 - * get value of ServiceBaseResp.applyUserName  
115 - * @return the applyUserName  
116 - * @createTime 2014年10月23日 下午4:11:36  
117 - * @author zhangshirui  
118 - */  
119 - public String getApplyUserName() {  
120 - return applyUserName;  
121 - }  
122 -  
123 -  
124 - /**  
125 - * set value of ServiceBaseResp.applyUserName  
126 - * @param applyUserName the applyUserName to set  
127 - * @createTime 2014年10月23日 下午4:11:36  
128 - * @author zhangshirui  
129 - */  
130 - public void setApplyUserName(String applyUserName) {  
131 - this.applyUserName = applyUserName;  
132 - }  
133 -  
134 -  
135 - /**  
136 - * get value of ServiceBaseResp.applyUserMobile  
137 - * @return the applyUserMobile  
138 - * @createTime 2014年10月23日 下午4:11:36  
139 - * @author zhangshirui  
140 - */  
141 - public String getApplyUserMobile() {  
142 - return applyUserMobile;  
143 - }  
144 -  
145 -  
146 - /**  
147 - * set value of ServiceBaseResp.applyUserMobile  
148 - * @param applyUserMobile the applyUserMobile to set  
149 - * @createTime 2014年10月23日 下午4:11:36  
150 - * @author zhangshirui  
151 - */  
152 - public void setApplyUserMobile(String applyUserMobile) {  
153 - this.applyUserMobile = applyUserMobile;  
154 - }  
155 -  
156 -  
157 - /**  
158 - * get value of ServiceBaseResp.state  
159 - * @return the state  
160 - * @createTime 2014年10月23日 下午4:11:36  
161 - * @author zhangshirui  
162 - */  
163 - public Integer getState() {  
164 - return state;  
165 - }  
166 -  
167 -  
168 - /**  
169 - * set value of ServiceBaseResp.state  
170 - * @param state the state to set  
171 - * @createTime 2014年10月23日 下午4:11:36  
172 - * @author zhangshirui  
173 - */  
174 - public void setState(Integer state) {  
175 - this.state = state;  
176 - }  
177 -  
178 -  
179 - /**  
180 - * get value of ServiceBaseResp.stateName  
181 - * @return the stateName  
182 - * @createTime 2014年10月23日 下午4:11:36  
183 - * @author zhangshirui  
184 - */  
185 - public String getStateName() {  
186 - return stateName;  
187 - }  
188 -  
189 -  
190 - /**  
191 - * set value of ServiceBaseResp.stateName  
192 - * @param stateName the stateName to set  
193 - * @createTime 2014年10月23日 下午4:11:36  
194 - * @author zhangshirui  
195 - */  
196 - public void setStateName(String stateName) {  
197 - this.stateName = stateName;  
198 - }  
199 -  
200 -  
201 -  
202 - /**  
203 - * get value of BaseServiceResp.serviceAmount  
204 - * @return the serviceAmount  
205 - * @createTime 2014年10月23日 下午4:24:19  
206 - * @author zhangshirui  
207 - */  
208 - public Long getServiceAmount() {  
209 - return serviceAmount;  
210 - }  
211 -  
212 -  
213 -  
214 - /**  
215 - * set value of BaseServiceResp.serviceAmount  
216 - * @param serviceAmount the serviceAmount to set  
217 - * @createTime 2014年10月23日 下午4:24:19  
218 - * @author zhangshirui  
219 - */  
220 - public void setServiceAmount(Long serviceAmount) {  
221 - this.serviceAmount = serviceAmount;  
222 - }  
223 -  
224 -  
225 -  
226 - /**  
227 - * get value of BaseServiceResp.pickUpName  
228 - * @return the pickUpName  
229 - * @createTime 2014年10月23日 下午4:24:19  
230 - * @author zhangshirui  
231 - */  
232 - public String getPickUpName() {  
233 - return pickUpName;  
234 - }  
235 -  
236 -  
237 -  
238 - /**  
239 - * set value of BaseServiceResp.pickUpName  
240 - * @param pickUpName the pickUpName to set  
241 - * @createTime 2014年10月23日 下午4:24:19  
242 - * @author zhangshirui  
243 - */  
244 - public void setPickUpName(String pickUpName) {  
245 - this.pickUpName = pickUpName;  
246 - }  
247 -  
248 -  
249 -  
250 - /**  
251 - * get value of BaseServiceResp.remark  
252 - * @return the remark  
253 - * @createTime 2014年10月23日 下午4:24:19  
254 - * @author zhangshirui  
255 - */  
256 - public String getRemark() {  
257 - return remark;  
258 - }  
259 -  
260 -  
261 -  
262 - /**  
263 - * set value of BaseServiceResp.remark  
264 - * @param remark the remark to set  
265 - * @createTime 2014年10月23日 下午4:24:19  
266 - * @author zhangshirui  
267 - */  
268 - public void setRemark(String remark) {  
269 - this.remark = remark;  
270 - }  
271 -  
272 -  
273 -  
274 - /**  
275 - * get value of BaseServiceResp.stateDec  
276 - * @return the stateDec  
277 - * @createTime 2014年10月23日 下午5:24:54  
278 - * @author zhangshirui  
279 - */  
280 - public String getStateDec() {  
281 - return stateDec;  
282 - }  
283 -  
284 -  
285 -  
286 - /**  
287 - * set value of BaseServiceResp.stateDec  
288 - * @param stateDec the stateDec to set  
289 - * @createTime 2014年10月23日 下午5:24:54  
290 - * @author zhangshirui  
291 - */  
292 - public void setStateDec(String stateDec) {  
293 - this.stateDec = stateDec;  
294 - }  
295 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/CancelServiceReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseReq;  
4 -  
5 -  
6 -/**  
7 - * <B>Description</B> 取消服务req <br />  
8 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
9 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
10 - * <B>Company</B> 地利集团  
11 - * @createTime 2014年10月24日 下午6:31:05  
12 - * @author zhangshirui  
13 - */  
14 -@SuppressWarnings("serial")  
15 -public class CancelServiceReq extends BaseReq {  
16 -  
17 - /**  
18 - * 申请id  
19 - */  
20 - private Long applyId;  
21 -  
22 - /**  
23 - * 取消原因  
24 - */  
25 - private String reason;  
26 -  
27 - /**  
28 - * 服务code  
29 - */  
30 - private String serviceCode;  
31 -  
32 -  
33 - /**  
34 - * get value of CancelServiceReq.applyId  
35 - * @return the applyId  
36 - * @createTime 2014年10月24日 下午6:34:30  
37 - * @author zhangshirui  
38 - */  
39 - public Long getApplyId() {  
40 - return applyId;  
41 - }  
42 -  
43 -  
44 - /**  
45 - * set value of CancelServiceReq.applyId  
46 - * @param applyId the applyId to set  
47 - * @createTime 2014年10月24日 下午6:34:30  
48 - * @author zhangshirui  
49 - */  
50 - public void setApplyId(Long applyId) {  
51 - this.applyId = applyId;  
52 - }  
53 -  
54 -  
55 - /**  
56 - * get value of CancelServiceReq.serviceCode  
57 - * @return the serviceCode  
58 - * @createTime 2014年10月24日 下午6:34:30  
59 - * @author zhangshirui  
60 - */  
61 - public String getServiceCode() {  
62 - return serviceCode;  
63 - }  
64 -  
65 -  
66 - /**  
67 - * set value of CancelServiceReq.serviceCode  
68 - * @param serviceCode the serviceCode to set  
69 - * @createTime 2014年10月24日 下午6:34:30  
70 - * @author zhangshirui  
71 - */  
72 - public void setServiceCode(String serviceCode) {  
73 - this.serviceCode = serviceCode;  
74 - }  
75 -  
76 -  
77 -  
78 - /**  
79 - * get value of CancelServiceReq.reason  
80 - * @return the reason  
81 - * @createTime 2014年10月25日 上午11:47:49  
82 - * @author zhangshirui  
83 - */  
84 - public String getReason() {  
85 - return reason;  
86 - }  
87 -  
88 -  
89 -  
90 - /**  
91 - * set value of CancelServiceReq.reason  
92 - * @param reason the reason to set  
93 - * @createTime 2014年10月25日 上午11:47:49  
94 - * @author zhangshirui  
95 - */  
96 - public void setReason(String reason) {  
97 - this.reason = reason;  
98 - }  
99 -  
100 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/CancelServiceResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import com.diligrp.mobsite.getway.domain.protocol.BaseResp;  
4 -  
5 -  
6 -/**  
7 - * <B>Description</B> 取消服务 <br />  
8 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
9 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
10 - * <B>Company</B> 地利集团  
11 - * @createTime 2014年10月24日 下午6:31:32  
12 - * @author zhangshirui  
13 - */  
14 -@SuppressWarnings("serial")  
15 -public class CancelServiceResp extends BaseResp{  
16 -  
17 - public static final int CANCEL_RESULT_FAILED = 520;  
18 -  
19 -  
20 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/GetApplyedServiceReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 查询我申请的服务 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年10月22日 下午2:01:27  
11 - * @author zhangshirui  
12 - */  
13 -@SuppressWarnings("serial")  
14 -public class GetApplyedServiceReq extends BaseServiceReq {  
15 -  
16 - /**  
17 - * 查询申请的特定服务项  
18 - */  
19 - private String serviceCode;  
20 -  
21 - /**  
22 - * get value of GetApplyedServiceReq.serviceCode  
23 - * @return the serviceCode  
24 - * @createTime 2014年10月22日 下午2:03:03  
25 - * @author zhangshirui  
26 - */  
27 - public String getServiceCode() {  
28 - return serviceCode;  
29 - }  
30 -  
31 -  
32 - /**  
33 - * set value of GetApplyedServiceReq.serviceCode  
34 - * @param serviceCode the serviceCode to set  
35 - * @createTime 2014年10月22日 下午2:03:03  
36 - * @author zhangshirui  
37 - */  
38 - public void setServiceCode(String serviceCode) {  
39 - this.serviceCode = serviceCode;  
40 - }  
41 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/GetApplyedServiceResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.base.BaseListResp;  
6 -import com.diligrp.mobsite.getway.domain.protocol.service.model.ServiceInfo;  
7 -  
8 -  
9 -/**  
10 - * <B>Description</B> 查询我申请的服务 <br />  
11 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
12 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
13 - * <B>Company</B> 地利集团  
14 - * @createTime 2014年10月22日 下午2:03:26  
15 - * @author zhangshirui  
16 - */  
17 -@SuppressWarnings("serial")  
18 -public class GetApplyedServiceResp extends BaseListResp {  
19 -  
20 - /**  
21 - * 申请的特定服务列表  
22 - */  
23 - private List<ServiceInfo> serviceInfos;  
24 -  
25 - /**  
26 - * get value of GetApplyedServiceResp.serviceInfos  
27 - * @return the serviceInfos  
28 - * @createTime 2014年10月22日 下午4:07:51  
29 - * @author zhangshirui  
30 - */  
31 - public List<ServiceInfo> getServiceInfos() {  
32 - return serviceInfos;  
33 - }  
34 -  
35 -  
36 - /**  
37 - * set value of GetApplyedServiceResp.serviceInfos  
38 - * @param serviceInfos the serviceInfos to set  
39 - * @createTime 2014年10月22日 下午4:07:51  
40 - * @author zhangshirui  
41 - */  
42 - public void setServiceInfos(List<ServiceInfo> serviceInfos) {  
43 - this.serviceInfos = serviceInfos;  
44 - }  
45 -  
46 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/GetCombineSaleDetailReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 联营联销详情 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年10月23日 下午3:49:05  
11 - * @author zhangshirui  
12 - */  
13 -@SuppressWarnings("serial")  
14 -public class GetCombineSaleDetailReq extends BaseServiceReq {  
15 -  
16 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/GetCombineSaleDetailResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.service.model.CombineSaleGoods;  
6 -  
7 -  
8 -/**  
9 - * <B>Description</B> 联营联销详情 <br />  
10 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
11 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
12 - * <B>Company</B> 地利集团  
13 - * @createTime 2014年10月23日 下午3:49:19  
14 - * @author zhangshirui  
15 - */  
16 -@SuppressWarnings("serial")  
17 -public class GetCombineSaleDetailResp extends BaseServiceResp {  
18 -  
19 - private List<CombineSaleGoods> combineSaleGoods;  
20 -  
21 -  
22 - /**  
23 - * get value of GetCombineSaleDetailResp.combineSaleGoods  
24 - * @return the combineSaleGoods  
25 - * @createTime 2014年10月23日 下午5:05:11  
26 - * @author zhangshirui  
27 - */  
28 - public List<CombineSaleGoods> getCombineSaleGoods() {  
29 - return combineSaleGoods;  
30 - }  
31 -  
32 -  
33 - /**  
34 - * set value of GetCombineSaleDetailResp.combineSaleGoods  
35 - * @param combineSaleGoods the combineSaleGoods to set  
36 - * @createTime 2014年10月23日 下午5:05:11  
37 - * @author zhangshirui  
38 - */  
39 - public void setCombineSaleGoods(List<CombineSaleGoods> combineSaleGoods) {  
40 - this.combineSaleGoods = combineSaleGoods;  
41 - }  
42 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/GetFinishPkgDetailReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 理货包装详情 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年10月23日 下午3:47:23  
11 - * @author zhangshirui  
12 - */  
13 -@SuppressWarnings("serial")  
14 -public class GetFinishPkgDetailReq extends BaseServiceReq {  
15 -  
16 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/GetFinishPkgDetailResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.service.model.FinishPkgGoods;  
6 -  
7 -  
8 -/**  
9 - * <B>Description</B> 理货包装详情 <br />  
10 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
11 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
12 - * <B>Company</B> 地利集团  
13 - * @createTime 2014年10月23日 下午3:47:38  
14 - * @author zhangshirui  
15 - */  
16 -@SuppressWarnings("serial")  
17 -public class GetFinishPkgDetailResp extends BaseServiceResp {  
18 -  
19 - private List<FinishPkgGoods> finishPkgGoods;  
20 -  
21 -  
22 - /**  
23 - * get value of GetFinishPkgDetailResp.finishPkgGoods  
24 - * @return the finishPkgGoods  
25 - * @createTime 2014年10月23日 下午5:05:41  
26 - * @author zhangshirui  
27 - */  
28 - public List<FinishPkgGoods> getFinishPkgGoods() {  
29 - return finishPkgGoods;  
30 - }  
31 -  
32 -  
33 - /**  
34 - * set value of GetFinishPkgDetailResp.finishPkgGoods  
35 - * @param finishPkgGoods the finishPkgGoods to set  
36 - * @createTime 2014年10月23日 下午5:05:41  
37 - * @author zhangshirui  
38 - */  
39 - public void setFinishPkgGoods(List<FinishPkgGoods> finishPkgGoods) {  
40 - this.finishPkgGoods = finishPkgGoods;  
41 - }  
42 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/GetFreshCoolDetailReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 保鲜预冷 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年10月23日 下午3:45:59  
11 - * @author zhangshirui  
12 - */  
13 -@SuppressWarnings("serial")  
14 -public class GetFreshCoolDetailReq extends BaseServiceReq {  
15 -  
16 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/GetFreshCoolDetailResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.service.model.FreshCoolGoods;  
6 -  
7 -  
8 -/**  
9 - * <B>Description</B> 保鲜预冷 <br />  
10 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
11 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
12 - * <B>Company</B> 地利集团  
13 - * @createTime 2014年10月23日 下午3:46:16  
14 - * @author zhangshirui  
15 - */  
16 -@SuppressWarnings("serial")  
17 -public class GetFreshCoolDetailResp extends BaseServiceResp {  
18 -  
19 - /**  
20 - *  
21 - */  
22 - private List<FreshCoolGoods> freshCoolGoods;  
23 -  
24 -  
25 - /**  
26 - * get value of GetFreshCoolDetailResp.freshCoolGoods  
27 - * @return the freshCoolGoods  
28 - * @createTime 2014年10月23日 下午5:06:13  
29 - * @author zhangshirui  
30 - */  
31 - public List<FreshCoolGoods> getFreshCoolGoods() {  
32 - return freshCoolGoods;  
33 - }  
34 -  
35 -  
36 - /**  
37 - * set value of GetFreshCoolDetailResp.freshCoolGoods  
38 - * @param freshCoolGoods the freshCoolGoods to set  
39 - * @createTime 2014年10月23日 下午5:06:13  
40 - * @author zhangshirui  
41 - */  
42 - public void setFreshCoolGoods(List<FreshCoolGoods> freshCoolGoods) {  
43 - this.freshCoolGoods = freshCoolGoods;  
44 - }  
45 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/GetLogisticsDetailReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 物流配送 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年10月23日 下午3:46:46  
11 - * @author zhangshirui  
12 - */  
13 -@SuppressWarnings("serial")  
14 -public class GetLogisticsDetailReq extends BaseServiceReq {  
15 -  
16 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/GetLogisticsDetailResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.service.model.LogisticsGoods;  
6 -  
7 -  
8 -/**  
9 - * <B>Description</B> 物流配送 <br />  
10 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
11 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
12 - * <B>Company</B> 地利集团  
13 - * @createTime 2014年10月23日 下午3:47:00  
14 - * @author zhangshirui  
15 - */  
16 -@SuppressWarnings("serial")  
17 -public class GetLogisticsDetailResp extends BaseServiceResp {  
18 -  
19 - /**  
20 - * 发货地址  
21 - */  
22 - private String deliveryAddr;  
23 -  
24 - /**  
25 - * 收货地址  
26 - */  
27 - private String takeAddr;  
28 -  
29 - /**  
30 - * 到货时间  
31 - */  
32 - private String arriveTime;  
33 -  
34 - /**  
35 - * 交货时间  
36 - */  
37 - private String deliveryTime;  
38 -  
39 - /**  
40 - * 商品信息  
41 - */  
42 - private List<LogisticsGoods> logisticsGoods;  
43 -  
44 - /**  
45 - * get value of GetLogisticsDetailResp.logisticsGoods  
46 - * @return the logisticsGoods  
47 - * @createTime 2014年10月23日 下午5:06:42  
48 - * @author zhangshirui  
49 - */  
50 - public List<LogisticsGoods> getLogisticsGoods() {  
51 - return logisticsGoods;  
52 - }  
53 -  
54 -  
55 - /**  
56 - * set value of GetLogisticsDetailResp.logisticsGoods  
57 - * @param logisticsGoods the logisticsGoods to set  
58 - * @createTime 2014年10月23日 下午5:06:42  
59 - * @author zhangshirui  
60 - */  
61 - public void setLogisticsGoods(List<LogisticsGoods> logisticsGoods) {  
62 - this.logisticsGoods = logisticsGoods;  
63 - }  
64 -  
65 -  
66 -  
67 - /**  
68 - * get value of GetLogisticsDetailResp.deliveryAddr  
69 - * @return the deliveryAddr  
70 - * @createTime 2014年10月23日 下午5:57:21  
71 - * @author zhangshirui  
72 - */  
73 - public String getDeliveryAddr() {  
74 - return deliveryAddr;  
75 - }  
76 -  
77 -  
78 -  
79 - /**  
80 - * set value of GetLogisticsDetailResp.deliveryAddr  
81 - * @param deliveryAddr the deliveryAddr to set  
82 - * @createTime 2014年10月23日 下午5:57:21  
83 - * @author zhangshirui  
84 - */  
85 - public void setDeliveryAddr(String deliveryAddr) {  
86 - this.deliveryAddr = deliveryAddr;  
87 - }  
88 -  
89 -  
90 -  
91 - /**  
92 - * get value of GetLogisticsDetailResp.takeAddr  
93 - * @return the takeAddr  
94 - * @createTime 2014年10月23日 下午5:57:21  
95 - * @author zhangshirui  
96 - */  
97 - public String getTakeAddr() {  
98 - return takeAddr;  
99 - }  
100 -  
101 -  
102 -  
103 - /**  
104 - * set value of GetLogisticsDetailResp.takeAddr  
105 - * @param takeAddr the takeAddr to set  
106 - * @createTime 2014年10月23日 下午5:57:21  
107 - * @author zhangshirui  
108 - */  
109 - public void setTakeAddr(String takeAddr) {  
110 - this.takeAddr = takeAddr;  
111 - }  
112 -  
113 -  
114 -  
115 - /**  
116 - * get value of GetLogisticsDetailResp.arriveTime  
117 - * @return the arriveTime  
118 - * @createTime 2014年10月27日 下午2:11:30  
119 - * @author zhangshirui  
120 - */  
121 - public String getArriveTime() {  
122 - return arriveTime;  
123 - }  
124 -  
125 -  
126 -  
127 - /**  
128 - * set value of GetLogisticsDetailResp.arriveTime  
129 - * @param arriveTime the arriveTime to set  
130 - * @createTime 2014年10月27日 下午2:11:30  
131 - * @author zhangshirui  
132 - */  
133 - public void setArriveTime(String arriveTime) {  
134 - this.arriveTime = arriveTime;  
135 - }  
136 -  
137 -  
138 -  
139 - /**  
140 - * get value of GetLogisticsDetailResp.deliveryTime  
141 - * @return the deliveryTime  
142 - * @createTime 2014年10月27日 下午2:11:30  
143 - * @author zhangshirui  
144 - */  
145 - public String getDeliveryTime() {  
146 - return deliveryTime;  
147 - }  
148 -  
149 -  
150 -  
151 - /**  
152 - * set value of GetLogisticsDetailResp.deliveryTime  
153 - * @param deliveryTime the deliveryTime to set  
154 - * @createTime 2014年10月27日 下午2:11:30  
155 - * @author zhangshirui  
156 - */  
157 - public void setDeliveryTime(String deliveryTime) {  
158 - this.deliveryTime = deliveryTime;  
159 - }  
160 -  
161 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/GetWarehouseDetailReq.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 仓储 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年10月23日 下午3:49:54  
11 - * @author zhangshirui  
12 - */  
13 -@SuppressWarnings("serial")  
14 -public class GetWarehouseDetailReq extends BaseServiceReq {  
15 -  
16 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/GetWarehouseDetailResp.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service;  
2 -  
3 -import java.util.List;  
4 -  
5 -import com.diligrp.mobsite.getway.domain.protocol.service.model.WarehouseGoods;  
6 -  
7 -  
8 -/**  
9 - * <B>Description</B> 仓储 <br />  
10 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
11 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
12 - * <B>Company</B> 地利集团  
13 - * @createTime 2014年10月23日 下午3:50:09  
14 - * @author zhangshirui  
15 - */  
16 -@SuppressWarnings("serial")  
17 -public class GetWarehouseDetailResp extends BaseServiceResp {  
18 -  
19 - private List<WarehouseGoods> warehouseGoods;  
20 -  
21 -  
22 - /**  
23 - * get value of GetWarehouseDetailResp.warehouseGoods  
24 - * @return the warehouseGoods  
25 - * @createTime 2014年10月23日 下午5:07:10  
26 - * @author zhangshirui  
27 - */  
28 - public List<WarehouseGoods> getWarehouseGoods() {  
29 - return warehouseGoods;  
30 - }  
31 -  
32 -  
33 - /**  
34 - * set value of GetWarehouseDetailResp.warehouseGoods  
35 - * @param warehouseGoods the warehouseGoods to set  
36 - * @createTime 2014年10月23日 下午5:07:10  
37 - * @author zhangshirui  
38 - */  
39 - public void setWarehouseGoods(List<WarehouseGoods> warehouseGoods) {  
40 - this.warehouseGoods = warehouseGoods;  
41 - }  
42 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/model/BaseServiceGoods.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service.model;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 服务商品 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年10月23日 上午11:07:06  
11 - * @author zhangshirui  
12 - */  
13 -public class BaseServiceGoods {  
14 -  
15 - /**  
16 - * 商品名称  
17 - */  
18 - private String goodsName;  
19 -  
20 - /**  
21 - * sku 从订单添加服务时需要添加  
22 - */  
23 - private String sku;  
24 - /**  
25 - * 商品ID  
26 - */  
27 - private Long productId;  
28 - /**  
29 - * 分类id  
30 - */  
31 - private Long categoryId;  
32 -  
33 - public Long getProductId() {  
34 - return productId;  
35 - }  
36 -  
37 - public void setProductId(Long productId) {  
38 - this.productId = productId;  
39 - }  
40 -  
41 - /**  
42 - * get value of ServiceGoods.goodsName  
43 - * @return the goodsName  
44 - * @createTime 2014年10月23日 上午11:30:20  
45 - * @author zhangshirui  
46 - */  
47 - public String getGoodsName() {  
48 - return goodsName;  
49 - }  
50 -  
51 -  
52 - /**  
53 - * set value of ServiceGoods.goodsName  
54 - * @param goodsName the goodsName to set  
55 - * @createTime 2014年10月23日 上午11:30:20  
56 - * @author zhangshirui  
57 - */  
58 - public void setGoodsName(String goodsName) {  
59 - this.goodsName = goodsName;  
60 - }  
61 -  
62 -  
63 - public String getSku() {  
64 - return sku;  
65 - }  
66 -  
67 - public void setSku(String sku) {  
68 - this.sku = sku;  
69 - }  
70 -  
71 -  
72 - public Long getCategoryId() {  
73 - return categoryId;  
74 - }  
75 -  
76 -  
77 - public void setCategoryId(Long categoryId) {  
78 - this.categoryId = categoryId;  
79 - }  
80 -}  
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/service/model/CombineSaleGoods.java deleted 100644 → 0
1 -package com.diligrp.mobsite.getway.domain.protocol.service.model;  
2 -  
3 -  
4 -  
5 -/**  
6 - * <B>Description</B> 联合营销 <br />  
7 - * <B>Copyright</B> Copyright (c) 2014 www.diligrp.com All rights reserved. <br />  
8 - * 本软件源代码版权归地利集团,未经许可不得任意复制与传播.<br />  
9 - * <B>Company</B> 地利集团  
10 - * @createTime 2014年10月23日 下午4:38:47  
11 - * @author zhangshirui  
12 - */  
13 -public class CombineSaleGoods extends BaseServiceGoods {  
14 -  
15 -}