add 国际研讨会新增字段

This commit is contained in:
lijiarao
2023-10-23 14:29:03 +08:00
parent 2af1b1714c
commit afa8070b5d
5 changed files with 71 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
alter table pay_meeting
add is_wasic tinyint null comment '是否WASIC',
add link_topics varchar(50) null comment '关联课题',
add meeting_costs_two_topic decimal(12, 2) null comment '会议费用(2个课题)',
add meeting_costs_three_topic decimal(12, 2) null comment '会议费用(3个及以上)';
alter table pay_meeting_situation
add choice_topic varchar(50) null comment '选择课题';