6 changed files with 68 additions and 4 deletions
Unified View
Diff Options
-
13dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/product/user/ProductUserQueryController.java
-
12dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/product/user/request/UserPageProductByCustomerQueryParam.java
-
7dating-agency-mall-server/src/main/java/com/qniao/dam/infrastructure/persistent/dao/view/ProductViewDao.java
-
4dating-agency-mall-server/src/main/java/com/qniao/dam/query/product/ProductQueryService.java
-
8dating-agency-mall-server/src/main/java/com/qniao/dam/query/product/impl/ProductQueryServiceImpl.java
-
28dating-agency-mall-server/src/main/resources/mapper/product/ProductViewMapper.xml
@ -0,0 +1,12 @@ |
|||||
|
package com.qniao.dam.api.query.product.user.request; |
||||
|
|
||||
|
import io.swagger.annotations.ApiModelProperty; |
||||
|
import lombok.Data; |
||||
|
|
||||
|
@Data |
||||
|
public class UserPageProductByCustomerQueryParam { |
||||
|
|
||||
|
@ApiModelProperty("产品次分类") |
||||
|
private Integer subCategory; |
||||
|
|
||||
|
} |
||||
Write
Preview
Loading…
Cancel
Save