haungxing
2 years ago
6 changed files with 19 additions and 2 deletions
@ -0,0 +1,4 @@
|
||||
-- 巡检计划添加消息模板字段 |
||||
alter table `hz_st_re_plan` add column `message_template_id` bigint(20) comment '消息模板ID'; |
||||
-- 巡检任务添加消息模板字段 |
||||
alter table `hz_st_ex_task` add column `message_template_id` bigint(20) comment '消息模板ID'; |
Loading…
Reference in new issue