add 会议发布
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
ALTER TABLE `pay_meeting`
|
||||
ADD COLUMN `release` tinyint(1) NULL COMMENT '是否发布' AFTER `remind`;
|
||||
ADD COLUMN is_release tinyint(1) NULL COMMENT '是否发布' AFTER `remind`;
|
||||
|
||||
INSERT INTO sys_dict (id, dict_name, dict_code, description, del_flag, create_by, create_time)
|
||||
VALUES ('1476073127111663617', '发布状态', 'release', '', 0, 'LKGLZ', '2021-12-29 14:10:32');
|
||||
|
||||
Reference in New Issue
Block a user