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
683b6ddb
Commit
683b6ddb
authored
May 31, 2020
by
macro
Browse files
Update PmsProductCategoryParam.java
parent
79988715
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/dto/PmsProductCategoryParam.java
View file @
683b6ddb
...
...
@@ -2,6 +2,8 @@ package com.macro.mall.dto;
import
com.macro.mall.validator.FlagValidator
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
javax.validation.constraints.Min
;
import
javax.validation.constraints.NotEmpty
;
...
...
@@ -11,6 +13,8 @@ import java.util.List;
* 添加更新产品分类的参数
* Created by macro on 2018/4/26.
*/
@Data
@EqualsAndHashCode
(
callSuper
=
false
)
public
class
PmsProductCategoryParam
{
@ApiModelProperty
(
"父分类的编号"
)
private
Long
parentId
;
...
...
@@ -36,84 +40,4 @@ public class PmsProductCategoryParam {
private
String
description
;
@ApiModelProperty
(
"产品相关筛选属性集合"
)
private
List
<
Long
>
productAttributeIdList
;
public
Long
getParentId
()
{
return
parentId
;
}
public
void
setParentId
(
Long
parentId
)
{
this
.
parentId
=
parentId
;
}
public
String
getName
()
{
return
name
;
}
public
void
setName
(
String
name
)
{
this
.
name
=
name
;
}
public
String
getProductUnit
()
{
return
productUnit
;
}
public
void
setProductUnit
(
String
productUnit
)
{
this
.
productUnit
=
productUnit
;
}
public
Integer
getNavStatus
()
{
return
navStatus
;
}
public
void
setNavStatus
(
Integer
navStatus
)
{
this
.
navStatus
=
navStatus
;
}
public
Integer
getShowStatus
()
{
return
showStatus
;
}
public
void
setShowStatus
(
Integer
showStatus
)
{
this
.
showStatus
=
showStatus
;
}
public
Integer
getSort
()
{
return
sort
;
}
public
void
setSort
(
Integer
sort
)
{
this
.
sort
=
sort
;
}
public
String
getIcon
()
{
return
icon
;
}
public
void
setIcon
(
String
icon
)
{
this
.
icon
=
icon
;
}
public
String
getKeywords
()
{
return
keywords
;
}
public
void
setKeywords
(
String
keywords
)
{
this
.
keywords
=
keywords
;
}
public
String
getDescription
()
{
return
description
;
}
public
void
setDescription
(
String
description
)
{
this
.
description
=
description
;
}
public
List
<
Long
>
getProductAttributeIdList
()
{
return
productAttributeIdList
;
}
public
void
setProductAttributeIdList
(
List
<
Long
>
productAttributeIdList
)
{
this
.
productAttributeIdList
=
productAttributeIdList
;
}
}
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