Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
O
on-site-service
Project
Project
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
external
on-site-service
Commits
16ecdbd2
Commit
16ecdbd2
authored
Aug 10, 2022
by
shangtx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 服务小类首页字段
parent
cf925527
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
ServiceSubclass.java
...va/com/onsiteservice/entity/category/ServiceSubclass.java
+4
-0
No files found.
entity/src/main/java/com/onsiteservice/entity/category/ServiceSubclass.java
View file @
16ecdbd2
...
@@ -70,6 +70,10 @@ public class ServiceSubclass implements Serializable {
...
@@ -70,6 +70,10 @@ public class ServiceSubclass implements Serializable {
@ApiModelProperty
(
"启用"
)
@ApiModelProperty
(
"启用"
)
private
Boolean
enabled
;
private
Boolean
enabled
;
@Column
(
name
=
"show_in_home"
)
@ApiModelProperty
(
"是否在首页展示"
)
private
Boolean
showInHome
;
/**
/**
* 修改时间
* 修改时间
*/
*/
...
...
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