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
jinli gu
MCMS
Commits
7b226c5c
Commit
7b226c5c
authored
May 12, 2021
by
msgroup
Browse files
去掉禁用列表状态字段,解析业务逻辑替代
parent
1de70257
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/cms/entity/CategoryEntity.java
View file @
7b226c5c
...
...
@@ -99,10 +99,7 @@ public class CategoryEntity extends BaseEntity {
*/
private
String
categoryImg
;
/**
* 禁用生成列表
*/
private
boolean
categoryDisableList
=
false
;
/**
* 自定义链接
*/
...
...
@@ -458,11 +455,4 @@ public class CategoryEntity extends BaseEntity {
return
categoryImg
;
}
public
boolean
isCategoryDisableList
()
{
return
categoryDisableList
;
}
public
void
setCategoryDisableList
(
boolean
categoryDisableList
)
{
this
.
categoryDisableList
=
categoryDisableList
;
}
}
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