update 委员会,委员查询

This commit is contained in:
lijiarao
2024-06-07 14:08:29 +08:00
parent 46ef98a5bb
commit fa579b077d
6 changed files with 65 additions and 14 deletions
+3
View File
@@ -32,6 +32,7 @@ create table pay_committee_info
preparation_unit varchar(100) null comment '筹建单位',
committee_name varchar(100) null comment '委员会名称',
member_number int null comment '委员数量',
del_flag int null comment '逻辑删除标识',
constraint Index_1
unique (id)
)
@@ -85,6 +86,8 @@ create table pay_committee_member_info
other_languages_and_proficiency_levels varchar(100) null comment '其他语言及熟练程度',
is_academician varchar(100) null comment '是否工程院院士',
is_academy_of_sciences varchar(100) null comment '是否科学院院士',
del_flag int null comment '逻辑删除标识',
constraint Index_1
unique (id)
)