Update PmsProductAttributeParam.java

This commit is contained in:
macro 2024-03-12 09:41:48 +08:00
parent ca75b719d9
commit 92817d4f0e

View File

@ -35,7 +35,7 @@ public class PmsProductAttributeParam {
@ApiModelProperty("检索类型0->不需要进行检索1->关键字检索2->范围检索")
@FlagValidator({"0","1","2"})
private Integer searchType;
@ApiModelProperty("相同属性品是否关联0->不关联1->关联")
@ApiModelProperty("相同属性品是否关联0->不关联1->关联")
@FlagValidator({"0","1"})
private Integer relatedStatus;
@ApiModelProperty("是否支持手动新增0->不支持1->支持")