|
|
# 数据字段、格式等与水滴库比较
|
|
|
| sd表名 | 字段名 | 字段类型 | 描述 | 对应qxb字段 | 处理 |
|
|
|
|-----------------------------|------------------------|----------------------------------------------------------------|------------------------------------------------------------------|---------------------|-----------------|
|
|
|
| ip_trademark | id | bigint(20) NOT NULL AUTO_INCREMENT | 自增主键 | 不需要 | |
|
|
|
| ip_trademark | update_source | smallint(6) DEFAULT NULL | 数据来源1:js1 ,2:ld ,3:js2 | 不需要 | 4 |
|
|
|
| ip_trademark | data_source | varchar(255) DEFAULT NULL | 数据来源,比如高法官网,知识产权局等 | url | |
|
|
|
| ip_trademark | update_source_id | varchar(255) DEFAULT NULL | 数据源id | _id | |
|
|
|
| ip_trademark | use_flag | smallint(6) DEFAULT '0' | 使用标志,0正常 1人工修正 2调试 3未解析 9废弃删除 | 不需要 | 逻辑处理 |
|
|
|
| ip_trademark | reg_no | varchar(40) DEFAULT NULL | 注册号 | reg_number | |
|
|
|
| ip_trademark | int_cls | smallint(6) DEFAULT NULL | 国际分类 | type_num | |
|
|
|
| ip_trademark | reg_no_cls | varchar(50) DEFAULT NULL | 注册号_cls | reg_number,type_num | 用_连接 |
|
|
|
| ip_trademark | tm_name | varchar(600) DEFAULT NULL | 商标名 | name | |
|
|
|
| ip_trademark | app_date | date DEFAULT NULL | 申请日期 | apply_date | |
|
|
|
| ip_trademark | app_year | varchar(8) DEFAULT NULL | 申请年份 | apply_date | 提取年 |
|
|
|
| ip_trademark | applicant_cn | varchar(800) DEFAULT NULL | 申请人中文 | company,ename | 替换为中文括号 |
|
|
|
| ip_trademark | address_cn | varchar(800) DEFAULT NULL | 申请人地址中文 | address_cn | |
|
|
|
| ip_trademark | applicant_other_1 | varchar(500) DEFAULT NULL | 共有申请人1 | applicantShare_1 | |
|
|
|
| ip_trademark | applicant_other_2 | varchar(500) DEFAULT NULL | 共有申请人2 | applicantShare_2 | |
|
|
|
| ip_trademark | applicant_en | varchar(800) DEFAULT NULL | 申请人英文 | company_en | |
|
|
|
| ip_trademark | address_en | varchar(800) DEFAULT NULL | 申请人地址英文 | address_en | |
|
|
|
| ip_trademark | announcement_issue | int(10) DEFAULT NULL | 初审公告期号 | first_pubno | |
|
|
|
| ip_trademark | announcement_date | date DEFAULT NULL | 初审公告日期 | first_pubdate | |
|
|
|
| ip_trademark | reg_issue | int(10) DEFAULT NULL | 注册公告期号 | reg_pubno | |
|
|
|
| ip_trademark | reg_date | date DEFAULT NULL | 注册公告日期 | reg_pubdate | |
|
|
|
| ip_trademark | exclusive_date_start | date DEFAULT NULL | 专用权期限开始日期 | start_date | |
|
|
|
| ip_trademark | exclusive_date_end | date DEFAULT NULL | 专用权期限结束日期 | end_date | |
|
|
|
| ip_trademark | notice_issue | int(10) DEFAULT NULL | 公告期号(最早的商标只有公告期号) | 不需要 | NULL |
|
|
|
| ip_trademark | notice_type | varchar(500) DEFAULT NULL | 公告类型(中文列表)_编码表维度 | 不需要 | NULL |
|
|
|
| ip_trademark | reg_type | smallint(6) DEFAULT NULL | 商标形式(立体1,声音2) | 无 | NULL |
|
|
|
| ip_trademark | reg_is_share | smallint(6) DEFAULT '0' | 是否共有商标(否0,是1) | is_shared | |
|
|
|
| ip_trademark | agent | varchar(600) DEFAULT NULL | 代理人名称 | agent | |
|
|
|
| ip_trademark | category | smallint(6) DEFAULT '0' | 商标类型 0-普通商标 1-特殊商标 2-集体商标 3-证明商标 4-立体商标 5-声音商标 | categoryFlag | 处理未定 |
|
|
|
| ip_trademark | subsequent_design_date | varchar(30) DEFAULT NULL | 后期指定日期 | hqzdrqDate | |
|
|
|
| ip_trademark | international_reg_date | varchar(30) DEFAULT NULL | 国际注册日期 | global_date | |
|
|
|
| ip_trademark | priority_date | varchar(30) DEFAULT NULL | 优先权日期 | priority_date | |
|
|
|
| ip_trademark | color | varchar(30) DEFAULT NULL | 指定颜色 | color | 处理未定 |
|
|
|
| ip_trademark | second_class_code | varchar(255) DEFAULT NULL | 商标类似群 | 无 | NULL |
|
|
|
| ip_trademark | status | smallint(6) DEFAULT '8' | 1=商标已注册;2=商标无效;3=初审公告;4=等待实质审查;5=商标申请中;6=商标异议中;7=驳回复审中;8=商标其他情形; | statusFlag | 处理未定 |
|
|
|
| ip_trademark | pic_url | varchar(300) DEFAULT NULL | 图片文件的地址 | image_url | 处理图片 |
|
|
|
| ip_trademark | create_time | datetime DEFAULT CURRENT_TIMESTAMP | 入库时间 | 不需要 | |
|
|
|
| ip_trademark | update_time | datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP | 最后更新时间 | 不需要 | |
|
|
|
| ip_trademark_applicant_list | id | bigint(20) NOT NULL AUTO_INCREMENT | 自增主键 | 不需要 | |
|
|
|
| ip_trademark_applicant_list | use_flag | tinyint(4) DEFAULT '0' | 使用标志 | 不需要 | 逻辑处理 |
|
|
|
| ip_trademark_applicant_list | reg_no_cls | varchar(50) DEFAULT NULL | 注册号_国际分类 | reg_number,type_num | 用_连接 |
|
|
|
| ip_trademark_applicant_list | applicant_cn | varchar(800) NOT NULL | 申请人(中文) | company,ename | 替换为中文括号 |
|
|
|
| ip_trademark_applicant_list | applicant_en | varchar(500) DEFAULT NULL | 申请人(英文) | company_en | |
|
|
|
| ip_trademark_applicant_list | company_name_digest | char(32) DEFAULT NULL | 对应主体唯一键 | 无 | FILTER |
|
|
|
| ip_trademark_applicant_list | company_id | char(32) DEFAULT NULL | 对应主体唯一键 | 无 | md5处理 |
|
|
|
| ip_trademark_applicant_list | is_history | smallint(6) NOT NULL DEFAULT '0' | 1商标历史拥有人,0商标当前拥有人 | 无 | 逻辑处理 |
|
|
|
| ip_trademark_applicant_list | status | smallint(6) DEFAULT '8' | 1=商标已注册;2=商标无效;3=初审公告;4=等待实质审查;5=商标申请中;6=商标异议中;7=驳回复审中;8=商标其他情形; | statusFlag | 处理 |
|
|
|
| ip_trademark_applicant_list | app_date | date DEFAULT NULL | 申请日期 | apply_date | |
|
|
|
| ip_trademark_applicant_list | create_time | datetime DEFAULT CURRENT_TIMESTAMP | 入库时间 | 不需要 | |
|
|
|
| ip_trademark_applicant_list | update_time | datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP | 最后更新时间 | 不需要 | |
|
|
|
| ip_trademark_category_list | use_flag | tinyint(4) DEFAULT '0' | 使用标志 | 不需要 | |
|
|
|
| ip_trademark_category_list | reg_no_cls | varchar(50) NOT NULL | 注册号_国际分类 | reg_number,type_num | 用_连接 |
|
|
|
| ip_trademark_category_list | cat_code | varchar(40) DEFAULT NULL | 类型编码 | products$num | |
|
|
|
| ip_trademark_category_list | cat_name | varchar(4000) NOT NULL | 类型名称 | products$name | |
|
|
|
| ip_trademark_category_list | cat_name_md5 | char(32) NOT NULL | 类型名称md5 | 无 | md5处理 |
|
|
|
| ip_trademark_category_list | create_time | datetime DEFAULT CURRENT_TIMESTAMP | 入库时间 | 不需要 | |
|
|
|
| ip_trademark_category_list | update_time | datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP | 最后更新时间 | 不需要 | |
|
|
|
| ip_trademark_flow_list | id | bigint(20) NOT NULL AUTO_INCREMENT | 自增主键 | 不需要 | |
|
|
|
| ip_trademark_flow_list | use_flag | tinyint(4) DEFAULT '0' | 使用标志 | 不需要 | 逻辑处理 |
|
|
|
| ip_trademark_flow_list | reg_no_cls | varchar(50) DEFAULT NULL | 注册号_国际分类 | reg_number,type_num | 用_连接 |
|
|
|
| ip_trademark_flow_list | flow_code | varchar(20) NOT NULL | 流程编码 | steps$step | 需要通过码表进行处理 |
|
|
|
| ip_trademark_flow_list | flow_date | datetime DEFAULT NULL | 流程日期 | steps$date | 只用hehe比sd的日期更新的 |
|
|
|
| ip_trademark_flow_list | create_time | datetime DEFAULT CURRENT_TIMESTAMP | 入库时间 | 不需要 | |
|
|
|
| ip_trademark_flow_list | update_time | datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP | 最后更新时间 | 不需要 | |
|
|
|
|
|
|
|
|
|
# 字段对应
|
|
|
|
... | ... | @@ -12,5 +79,4 @@ |
|
|
|
|
|
|
|
|
|
|
|
# 数据源存在的问题
|
|
|
|
|
|
# 数据源存在的问题 |
|
|
\ No newline at end of file |