Commit 3ff29522 authored by 赵啸非's avatar 赵啸非

添加站点参数

parent a171dbf6
...@@ -155,3 +155,8 @@ CREATE TABLE mortals_xhx_device_blackapp( ...@@ -155,3 +155,8 @@ CREATE TABLE mortals_xhx_device_blackapp(
`updateTime` datetime COMMENT '修改时间', `updateTime` datetime COMMENT '修改时间',
PRIMARY KEY (`id`) PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='设备应用黑名单'; ) 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;
...@@ -1437,6 +1437,9 @@ data|object|数据对象|- ...@@ -1437,6 +1437,9 @@ data|object|数据对象|-
  workday5|Integer|周五 (1.上班,0.不上)|-   workday5|Integer|周五 (1.上班,0.不上)|-
  workday6|Integer|周六 (1.上班,0.不上)|-   workday6|Integer|周六 (1.上班,0.不上)|-
  workday7|Integer|周日 (1.上班,0.不上)|-   workday7|Integer|周日 (1.上班,0.不上)|-
  onlineTake|Integer|在线取号(0.否,1.是)
  appointment|Integer|微预约(0.否,1.是)
  gowMap|Integer|政务地图(0.否,1.是)
  level|Integer|楼层|-   level|Integer|楼层|-
  building|Integer|楼栋|-   building|Integer|楼栋|-
  modelIds|String|部署模块,逗号分隔|-   modelIds|String|部署模块,逗号分隔|-
...@@ -1534,6 +1537,9 @@ data|object|数据对象|- ...@@ -1534,6 +1537,9 @@ data|object|数据对象|-
 workday5|Integer|周五 (1.上班,0.不上)|-  workday5|Integer|周五 (1.上班,0.不上)|-
 workday6|Integer|周六 (1.上班,0.不上)|-  workday6|Integer|周六 (1.上班,0.不上)|-
 workday7|Integer|周日 (1.上班,0.不上)|-  workday7|Integer|周日 (1.上班,0.不上)|-
 onlineTake|Integer|在线取号(0.否,1.是)
 appointment|Integer|微预约(0.否,1.是)
 gowMap|Integer|政务地图(0.否,1.是)
 level|Integer|楼层|-  level|Integer|楼层|-
 building|Integer|楼栋|-  building|Integer|楼栋|-
 logoPath|String|设备logo地址  logoPath|String|设备logo地址
...@@ -1600,6 +1606,9 @@ workday4|Integer|周四 (1.上班,0.不上)|是|- ...@@ -1600,6 +1606,9 @@ workday4|Integer|周四 (1.上班,0.不上)|是|-
workday5|Integer|周五 (1.上班,0.不上)|是|- workday5|Integer|周五 (1.上班,0.不上)|是|-
workday6|Integer|周六 (1.上班,0.不上)|是|- workday6|Integer|周六 (1.上班,0.不上)|是|-
workday7|Integer|周日 (1.上班,0.不上)|是|- workday7|Integer|周日 (1.上班,0.不上)|是|-
onlineTake|Integer|否|在线取号(0.否,1.是)
appointment|Integer|否|微预约(0.否,1.是)
gowMap|Integer|否|政务地图(0.否,1.是)
level|Integer|楼层|是|- level|Integer|楼层|是|-
building|Integer|楼栋|是|- building|Integer|楼栋|是|-
logoPath|String|是|设备logo地址|- logoPath|String|是|设备logo地址|-
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment