Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pension
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
mengmeng
pension
Commits
13445401
Commit
13445401
authored
4 years ago
by
mengmeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
admin 修改service表字段
parent
148bfc90
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
PensionServiceDTO.java
...a/io/hmit/modules/serviceOrder/dto/PensionServiceDTO.java
+2
-2
PensionServiceEntity.java
...mit/modules/serviceOrder/entity/PensionServiceEntity.java
+3
-3
PensionServiceExcel.java
.../hmit/modules/serviceOrder/excel/PensionServiceExcel.java
+3
-3
No files found.
hmit-admin/src/main/java/io/hmit/modules/serviceOrder/dto/PensionServiceDTO.java
View file @
13445401
...
...
@@ -31,8 +31,8 @@ public class PensionServiceDTO implements Serializable {
@ApiModelProperty
(
value
=
"服务内容介绍"
)
private
String
serviceContent
;
@ApiModelProperty
(
value
=
"服务
类型
"
)
private
Long
serviceParentI
d
;
@ApiModelProperty
(
value
=
"服务
父类id
"
)
private
Long
pi
d
;
@ApiModelProperty
(
value
=
"排序"
)
private
Integer
sort
;
...
...
This diff is collapsed.
Click to expand it.
hmit-admin/src/main/java/io/hmit/modules/serviceOrder/entity/PensionServiceEntity.java
View file @
13445401
...
...
@@ -25,9 +25,9 @@ public class PensionServiceEntity extends BaseEntity {
*/
private
String
name
;
/**
* 服务
类型
* 服务
父类id
*/
private
Long
serviceParentI
d
;
private
Long
pi
d
;
/**
* 排序
*/
...
...
@@ -77,4 +77,4 @@ public class PensionServiceEntity extends BaseEntity {
*/
private
String
serviceContent
;
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
hmit-admin/src/main/java/io/hmit/modules/serviceOrder/excel/PensionServiceExcel.java
View file @
13445401
...
...
@@ -18,8 +18,8 @@ public class PensionServiceExcel {
private
Long
id
;
@Excel
(
name
=
"服务名称"
)
private
String
name
;
@Excel
(
name
=
"服务
类型
"
)
private
Long
serviceParentI
d
;
@Excel
(
name
=
"服务
父类id
"
)
private
Long
pi
d
;
@Excel
(
name
=
"排序"
)
private
Integer
sort
;
@Excel
(
name
=
"首页图标地址"
)
...
...
@@ -50,4 +50,4 @@ public class PensionServiceExcel {
@Excel
(
name
=
"服务内容介绍"
)
private
String
serviceContent
;
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
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