20231114.sql 186 B

123456
  1. alter table wm_dept_task_type_template
  2. add detail json null comment '规则详情' after template;
  3. alter table wm_user_sign_detail
  4. add detail json null comment '详情数据';