Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-webapp-plug
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-webapp-plug
Commits
de1fafde
Commit
de1fafde
authored
Sep 25, 2019
by
xub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format
parent
034d706c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
16 deletions
+5
-16
GoodsCordVO.java
src/main/java/com/gic/plug/web/vo/goods/GoodsCordVO.java
+5
-16
No files found.
src/main/java/com/gic/plug/web/vo/goods/GoodsCordVO.java
View file @
de1fafde
...
...
@@ -41,9 +41,9 @@ public class GoodsCordVO {
*/
private
String
specTagChain
;
/**
* 是否叶子节点
0:不是叶子节点 1
:是叶子节点
* 是否叶子节点
false:不是叶子节点 true
:是叶子节点
*/
private
Integer
leafNodeFlag
;
private
Boolean
leafNodeFlag
;
/**
* 是否在小程序上显示 0否 1是
...
...
@@ -53,10 +53,7 @@ public class GoodsCordVO {
* 排序
*/
private
Integer
sort
;
/**
* 是否有子类
*/
private
Boolean
nextChild
;
public
Long
getSpecCordId
()
{
return
specCordId
;
...
...
@@ -114,11 +111,11 @@ public class GoodsCordVO {
this
.
specTagChain
=
specTagChain
;
}
public
Integer
getLeafNodeFlag
()
{
public
Boolean
getLeafNodeFlag
()
{
return
leafNodeFlag
;
}
public
void
setLeafNodeFlag
(
Integer
leafNodeFlag
)
{
public
void
setLeafNodeFlag
(
Boolean
leafNodeFlag
)
{
this
.
leafNodeFlag
=
leafNodeFlag
;
}
...
...
@@ -138,11 +135,4 @@ public class GoodsCordVO {
this
.
sort
=
sort
;
}
public
Boolean
getNextChild
()
{
return
nextChild
;
}
public
void
setNextChild
(
Boolean
nextChild
)
{
this
.
nextChild
=
nextChild
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
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