... | ... | @@ -267,6 +267,7 @@ create table tb_company_base( |
|
|
use_flag smallint(6) default '0' comment '数据有效性,10废弃删除',
|
|
|
data_source smallint(6) default '1' comment '数据标记',
|
|
|
find_in_gsxt smallint(6) default '0' comment '#task: 能否在公示系统查到 0:能查到 1:查不到',
|
|
|
company_search_tags varchar(255) default null comment '搜索到的标签',
|
|
|
baseinfo_update_time datetime default null comment '#task: 基本信息更新时间',
|
|
|
partner_update_time datetime default null comment '#task: 股东更新时间',
|
|
|
employee_update_time datetime default null comment '#task: 主要人员更新时间',
|
... | ... | |