|
|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.qniao.dam.api.query.product.user.request; |
|
|
|
|
|
|
|
import com.qniao.dam.domian.aggregate.product.constant.ProductStatusEnum; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
@ -19,4 +20,7 @@ public class UserPageProductByOperatorQueryParam { |
|
|
|
@ApiModelProperty("是否需要管理") |
|
|
|
private Boolean manageEnable; |
|
|
|
|
|
|
|
@ApiModelProperty("状态(已上架、已下架)") |
|
|
|
private Integer status; |
|
|
|
|
|
|
|
} |