Commit e0e745a5cc69616dd20cd5d72ac0213d4a3814c9
1 parent
b8bb31dc
买家 卖家查询接口 update
Showing
1 changed file
with
1 additions
and
0 deletions
myapp-web/src/main/java/com/b2c/myapp/api/SellerInfoApi.java
... | ... | @@ -11,6 +11,7 @@ import com.b2c.myapp.domain.SellerInfo; |
11 | 11 | import com.b2c.myapp.service.SellerInfoService; |
12 | 12 | import com.b2c.myapp.utils.BeanConver; |
13 | 13 | import com.b2c.myapp.utils.BeanValidator; |
14 | +import com.b2c.myapp.utils.CommonUtils; | |
14 | 15 | import io.swagger.annotations.Api; |
15 | 16 | import io.swagger.annotations.ApiImplicitParam; |
16 | 17 | import io.swagger.annotations.ApiImplicitParams; |
... | ... |