Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
3ff29522
Commit
3ff29522
authored
May 07, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加站点参数
parent
a171dbf6
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1859 additions
and
1138 deletions
+1859
-1138
base-manager/db/add.sql
base-manager/db/add.sql
+5
-0
base-manager/doc/api.md
base-manager/doc/api.md
+9
-0
base-manager/src/main/java/com/mortals/xhx/module/site/model/SiteEntity.java
...in/java/com/mortals/xhx/module/site/model/SiteEntity.java
+44
-556
base-manager/src/main/java/com/mortals/xhx/module/site/model/SiteQuery.java
...ain/java/com/mortals/xhx/module/site/model/SiteQuery.java
+1299
-307
base-manager/src/main/resources/sqlmap/module/site/SiteMapper.xml
...ager/src/main/resources/sqlmap/module/site/SiteMapper.xml
+502
-275
No files found.
base-manager/db/add.sql
View file @
3ff29522
...
...
@@ -155,3 +155,8 @@ CREATE TABLE mortals_xhx_device_blackapp(
`updateTime`
datetime
COMMENT
'修改时间'
,
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
COMMENT
=
'设备应用黑名单'
;
ALTER
TABLE
mortals_sys_site
ADD
COLUMN
`onlineTake`
tinyint
(
2
)
DEFAULT
'1'
COMMENT
'在线取号(0.否,1.是)'
AFTER
workday7
;
ALTER
TABLE
mortals_sys_site
ADD
COLUMN
`appointment`
tinyint
(
2
)
DEFAULT
'1'
COMMENT
'在线取号(0.否,1.是)'
AFTER
onlineTake
;
ALTER
TABLE
mortals_sys_site
ADD
COLUMN
`gowMap`
tinyint
(
2
)
DEFAULT
'1'
COMMENT
'在线取号(0.否,1.是)'
AFTER
appointment
;
base-manager/doc/api.md
View file @
3ff29522
...
...
@@ -1437,6 +1437,9 @@ data|object|数据对象|-
  
workday5|Integer|周五 (1.上班,0.不上)|-
  
workday6|Integer|周六 (1.上班,0.不上)|-
  
workday7|Integer|周日 (1.上班,0.不上)|-
  
onlineTake|Integer|在线取号(0.否,1.是)
  
appointment|Integer|微预约(0.否,1.是)
  
gowMap|Integer|政务地图(0.否,1.是)
  
level|Integer|楼层|-
  
building|Integer|楼栋|-
  
modelIds|String|部署模块,逗号分隔|-
...
...
@@ -1534,6 +1537,9 @@ data|object|数据对象|-
 
workday5|Integer|周五 (1.上班,0.不上)|-
 
workday6|Integer|周六 (1.上班,0.不上)|-
 
workday7|Integer|周日 (1.上班,0.不上)|-
 
onlineTake|Integer|在线取号(0.否,1.是)
 
appointment|Integer|微预约(0.否,1.是)
 
gowMap|Integer|政务地图(0.否,1.是)
 
level|Integer|楼层|-
 
building|Integer|楼栋|-
 
logoPath|String|设备logo地址
...
...
@@ -1600,6 +1606,9 @@ workday4|Integer|周四 (1.上班,0.不上)|是|-
workday5|Integer|周五 (1.上班,0.不上)|是|-
workday6|Integer|周六 (1.上班,0.不上)|是|-
workday7|Integer|周日 (1.上班,0.不上)|是|-
onlineTake|Integer|否|在线取号(0.否,1.是)
appointment|Integer|否|微预约(0.否,1.是)
gowMap|Integer|否|政务地图(0.否,1.是)
level|Integer|楼层|是|-
building|Integer|楼栋|是|-
logoPath|String|是|设备logo地址|-
...
...
base-manager/src/main/java/com/mortals/xhx/module/site/model/SiteEntity.java
View file @
3ff29522
This diff is collapsed.
Click to expand it.
base-manager/src/main/java/com/mortals/xhx/module/site/model/SiteQuery.java
View file @
3ff29522
This diff is collapsed.
Click to expand it.
base-manager/src/main/resources/sqlmap/module/site/SiteMapper.xml
View file @
3ff29522
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