Commit bdccbf4370f6da42918db80ca7dea50b387cd8e7
1 parent
e960f6fe
时间段 update
Showing
2 changed files
with
2 additions
and
3 deletions
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/GetShopDeliveryTimeReq.java
... | ... | @@ -6,7 +6,7 @@ import io.swagger.annotations.ApiModelProperty; |
6 | 6 | /** |
7 | 7 | * Created by xxxzzz on 2016/12/21. |
8 | 8 | */ |
9 | -public class GetShopDeliveryTimeReq extends BaseListReq { | |
9 | +public class GetShopDeliveryTimeReq extends BaseReq{ | |
10 | 10 | @ApiModelProperty(value = "店铺ID") |
11 | 11 | private Long shopId; |
12 | 12 | ... | ... |
mobsite-getway-domain/src/main/java/com/diligrp/mobsite/getway/domain/protocol/GetShopDeliveryTimeResp.java
1 | 1 | package com.diligrp.mobsite.getway.domain.protocol; |
2 | 2 | |
3 | -import com.diligrp.mobsite.getway.domain.base.BaseListResp; | |
4 | 3 | import com.diligrp.mobsite.getway.domain.protocol.shop.DeliveryTimeInfo; |
5 | 4 | import io.swagger.annotations.ApiModelProperty; |
6 | 5 | |
... | ... | @@ -9,7 +8,7 @@ import java.util.List; |
9 | 8 | /** |
10 | 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 | ... | ... |