Commit bdccbf4370f6da42918db80ca7dea50b387cd8e7

Authored by jiangchengyong
1 parent e960f6fe

时间段 update

mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/GetShopDeliveryTimeReq.java
@@ -6,7 +6,7 @@ import io.swagger.annotations.ApiModelProperty; @@ -6,7 +6,7 @@ import io.swagger.annotations.ApiModelProperty;
6 /** 6 /**
7 * Created by xxxzzz on 2016/12/21. 7 * Created by xxxzzz on 2016/12/21.
8 */ 8 */
9 -public class GetShopDeliveryTimeReq extends BaseListReq { 9 +public class GetShopDeliveryTimeReq extends BaseReq{
10 @ApiModelProperty(value = "店铺ID") 10 @ApiModelProperty(value = "店铺ID")
11 private Long shopId; 11 private Long shopId;
12 12
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/GetShopDeliveryTimeResp.java
1 package com.diligrp.mobsite.getway.domain.protocol; 1 package com.diligrp.mobsite.getway.domain.protocol;
2 2
3 -import com.diligrp.mobsite.getway.domain.base.BaseListResp;  
4 import com.diligrp.mobsite.getway.domain.protocol.shop.DeliveryTimeInfo; 3 import com.diligrp.mobsite.getway.domain.protocol.shop.DeliveryTimeInfo;
5 import io.swagger.annotations.ApiModelProperty; 4 import io.swagger.annotations.ApiModelProperty;
6 5
@@ -9,7 +8,7 @@ import java.util.List; @@ -9,7 +8,7 @@ import java.util.List;
9 /** 8 /**
10 * Created by xxxzzz on 2016/12/21. 9 * Created by xxxzzz on 2016/12/21.
11 */ 10 */
12 -public class GetShopDeliveryTimeResp extends BaseListResp { 11 +public class GetShopDeliveryTimeResp extends BaseResp {
13 12
14 13
15 14