Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
peizhen-java
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PeiZhen-Java
peizhen-java
Commits
e7041ffb
Commit
e7041ffb
authored
Sep 22, 2023
by
邹磊浩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
c174c387
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletions
+13
-1
pz-system/src/main/java/com/pz/system/domain/Services.java
+4
-0
pz-system/src/main/java/com/pz/system/domain/bo/ServicesBo.java
+5
-0
pz-system/src/main/java/com/pz/system/domain/vo/ServicesVo.java
+4
-1
No files found.
pz-system/src/main/java/com/pz/system/domain/Services.java
View file @
e7041ffb
...
@@ -32,6 +32,10 @@ public class Services extends BaseEntity {
...
@@ -32,6 +32,10 @@ public class Services extends BaseEntity {
*/
*/
private
Integer
bid
;
private
Integer
bid
;
/**
/**
* 城市id
*/
private
Integer
cityId
;
/**
* 服务名称
* 服务名称
*/
*/
private
String
name
;
private
String
name
;
...
...
pz-system/src/main/java/com/pz/system/domain/bo/ServicesBo.java
View file @
e7041ffb
...
@@ -31,6 +31,11 @@ public class ServicesBo extends BaseEntity {
...
@@ -31,6 +31,11 @@ public class ServicesBo extends BaseEntity {
private
Integer
bid
;
private
Integer
bid
;
/**
/**
* 城市id
*/
private
Integer
cityId
;
/**
* 服务名称
* 服务名称
*/
*/
private
String
name
;
private
String
name
;
...
...
pz-system/src/main/java/com/pz/system/domain/vo/ServicesVo.java
View file @
e7041ffb
...
@@ -31,7 +31,10 @@ public class ServicesVo {
...
@@ -31,7 +31,10 @@ public class ServicesVo {
*/
*/
@ExcelProperty
(
value
=
""
)
@ExcelProperty
(
value
=
""
)
private
Integer
id
;
private
Integer
id
;
/**
* 城市id
*/
private
Integer
cityId
;
/**
/**
* 所属业务
* 所属业务
*/
*/
...
...
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