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
d2137b96
Commit
d2137b96
authored
Aug 07, 2021
by
macro
Browse files
Update PmsProductCategoryNode.java
parent
26f4d029
Changes
1
Show whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/domain/PmsProductCategoryNode.java
View file @
d2137b96
package
com.macro.mall.portal.domain
;
import
com.macro.mall.model.PmsProductCategory
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Getter
;
import
lombok.Setter
;
...
...
@@ -13,5 +14,6 @@ import java.util.List;
@Getter
@Setter
public
class
PmsProductCategoryNode
extends
PmsProductCategory
{
@ApiModelProperty
(
"子分类集合"
)
private
List
<
PmsProductCategoryNode
>
children
;
}
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