update 委员会,委员查询
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user