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
bf5982ac
Commit
bf5982ac
authored
Jun 03, 2020
by
macro
Browse files
Update PmsProductQueryParam.java
parent
e63f19f8
Changes
1
Show whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/dto/PmsProductQueryParam.java
View file @
bf5982ac
package
com.macro.mall.dto
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
* 产品查询参数
* Created by macro on 2018/4/27.
*/
@Data
@EqualsAndHashCode
(
callSuper
=
false
)
public
class
PmsProductQueryParam
{
@ApiModelProperty
(
"上架状态"
)
private
Integer
publishStatus
;
...
...
@@ -19,52 +23,4 @@ public class PmsProductQueryParam {
private
Long
productCategoryId
;
@ApiModelProperty
(
"商品品牌编号"
)
private
Long
brandId
;
public
Integer
getPublishStatus
()
{
return
publishStatus
;
}
public
void
setPublishStatus
(
Integer
publishStatus
)
{
this
.
publishStatus
=
publishStatus
;
}
public
Integer
getVerifyStatus
()
{
return
verifyStatus
;
}
public
void
setVerifyStatus
(
Integer
verifyStatus
)
{
this
.
verifyStatus
=
verifyStatus
;
}
public
String
getKeyword
()
{
return
keyword
;
}
public
void
setKeyword
(
String
keyword
)
{
this
.
keyword
=
keyword
;
}
public
String
getProductSn
()
{
return
productSn
;
}
public
void
setProductSn
(
String
productSn
)
{
this
.
productSn
=
productSn
;
}
public
Long
getProductCategoryId
()
{
return
productCategoryId
;
}
public
void
setProductCategoryId
(
Long
productCategoryId
)
{
this
.
productCategoryId
=
productCategoryId
;
}
public
Long
getBrandId
()
{
return
brandId
;
}
public
void
setBrandId
(
Long
brandId
)
{
this
.
brandId
=
brandId
;
}
}
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