20240131.sql 159 B

12345
  1. alter table wm_task_type
  2. add task_remark text null comment '任务备注';
  3. alter table wm_score_package
  4. add end_time date null comment '截止日期';