门禁开门计费逻辑调整
This commit is contained in:
5
other/sql/202312.sql
Normal file
5
other/sql/202312.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE `smart_venue`.`sv_venue`
|
||||
ADD COLUMN `pay_style` int(11) NULL DEFAULT 0 COMMENT '计费方式 0-按次收费、1-按时收费' AFTER `copy_control`;
|
||||
|
||||
ALTER TABLE `smart_venue`.`sv_venue`
|
||||
ADD COLUMN `time_pay_hours` int(11) NULL COMMENT '按次收费几小时内免费' AFTER `pay_style`;
|
||||
Reference in New Issue
Block a user