Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
92817d4f
Commit
92817d4f
authored
Mar 12, 2024
by
macro
Browse files
Update PmsProductAttributeParam.java
parent
ca75b719
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/dto/PmsProductAttributeParam.java
View file @
92817d4f
...
...
@@ -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->支持"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment