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
3df471f5
Commit
3df471f5
authored
Jul 25, 2022
by
lining
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 子类服务详情字段
parent
cf8363b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
ServiceSubclass.java
...va/com/onsiteservice/entity/category/ServiceSubclass.java
+4
-0
ServiceSubclassVO.java
...ice/miniapp/controller/category/vo/ServiceSubclassVO.java
+3
-0
No files found.
entity/src/main/java/com/onsiteservice/entity/category/ServiceSubclass.java
View file @
3df471f5
...
...
@@ -88,5 +88,9 @@ public class ServiceSubclass implements Serializable {
@ApiModelProperty
(
"服务富文本详情"
)
private
String
textDescription
;
@Column
(
name
=
"detail_img"
)
@ApiModelProperty
(
"详情图片"
)
private
String
detailImg
;
private
static
final
long
serialVersionUID
=
1L
;
}
\ No newline at end of file
mini-app/src/main/java/com/onsiteservice/miniapp/controller/category/vo/ServiceSubclassVO.java
View file @
3df471f5
...
...
@@ -32,4 +32,7 @@ public class ServiceSubclassVO {
@ApiModelProperty
(
"服务富文本详情"
)
private
String
textDescription
;
@ApiModelProperty
(
"详情图片"
)
private
String
detailImg
;
}
\ 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