Commit 92817d4f authored by macro's avatar macro
Browse files

Update PmsProductAttributeParam.java

parent ca75b719
......@@ -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->支持")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment