... | ... | @@ -149,4 +149,9 @@ company_import_export_administr_penalty表 |
|
|
| update_time | datetime | 0 | 最后更新时间 |
|
|
|
| use_flag | int | 11 | 使用标志(0正常,1人工已修正,3未解析,9历史删除,10废弃数据) |
|
|
|
|
|
|
# 样例 |
|
|
# 说明
|
|
|
## 业务唯一键
|
|
|
* company_business_import_export_credit表为:cr_code海关注册码;
|
|
|
* company_customs_import_export_credit_rating表:cr_code + identification_time + credit_rating三者拼接字符串的MD5;
|
|
|
* company_import_export_administr_penalty表:cr_code + party + penalty_date + decision_number三者拼接字符串的MD5;
|
|
|
三表通过海关注册码关联。 |
|
|
\ No newline at end of file |