Browse Source

docs: 报告模板配置表加template字段

lixuesong 1 năm trước cách đây
mục cha
commit
938665d644
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      db/v2.0/20231219.sql

+ 2 - 0
db/v2.0/20231219.sql

@@ -0,0 +1,2 @@
+alter table report_handler_dept_relation
+    add template varchar(1024) null comment '模板文件名称';