Compare commits
3 Commits
dev_1
...
d08782ae9e
| Author | SHA1 | Date | |
|---|---|---|---|
| d08782ae9e | |||
| 3ffe173dd6 | |||
| 4ce4a717db |
@@ -99,10 +99,7 @@
|
|||||||
"Bash(git -C \"D:\\\\ccdi\\\\ccdi\" status --short)",
|
"Bash(git -C \"D:\\\\ccdi\\\\ccdi\" status --short)",
|
||||||
"Bash(git -C \"D:\\\\ccdi\\\\ccdi\" add \"doc/plans/2025-02-08-intermediary-import-history-cleanup.md\" \"doc/reports/2026-02-08-intermediary-import-history-cleanup-completion.md\")",
|
"Bash(git -C \"D:\\\\ccdi\\\\ccdi\" add \"doc/plans/2025-02-08-intermediary-import-history-cleanup.md\" \"doc/reports/2026-02-08-intermediary-import-history-cleanup-completion.md\")",
|
||||||
"Bash(git -C \"D:\\\\ccdi\\\\ccdi\" commit -m \"$\\(cat <<''EOF''\ndocs: 添加中介导入历史清除功能完成报告\n\n- 添加功能设计文档\n- 添加功能完成总结报告\n- 包含代码审查结果和后续优化建议\n\nCo-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>\nEOF\n\\)\")",
|
"Bash(git -C \"D:\\\\ccdi\\\\ccdi\" commit -m \"$\\(cat <<''EOF''\ndocs: 添加中介导入历史清除功能完成报告\n\n- 添加功能设计文档\n- 添加功能完成总结报告\n- 包含代码审查结果和后续优化建议\n\nCo-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>\nEOF\n\\)\")",
|
||||||
"Bash(git -C \"D:\\\\ccdi\\\\ccdi\" log --oneline -5)",
|
"Bash(git -C \"D:\\\\ccdi\\\\ccdi\" log --oneline -5)"
|
||||||
"Bash([:*)",
|
|
||||||
"Bash([ -d modules ])",
|
|
||||||
"Bash([ -d test-data ])"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"enabledMcpjsonServers": [
|
"enabledMcpjsonServers": [
|
||||||
|
|||||||
28
doc/docs/ccdi_staff_fmy_relation.csv
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
1.人员家庭关系表:ccdi_staff_fmy_relation,,,,,,
|
||||||
|
序号,字段名,类型,默认值,是否可为空,是否主键,注释
|
||||||
|
1,id,BIGINT,-,否,自动递增,主键,唯一标识
|
||||||
|
2,person_id,VARCHAR,-,否,-,员工身份证号,关联员工表的外键
|
||||||
|
3,relation_type,VARCHAR,-,否,-,关系类型,如:配偶、子女、父母、兄弟姐妹等
|
||||||
|
4,relation_name,VARCHAR,-,否,-,关系人姓名
|
||||||
|
5,gender,CHAR,-,是,-,M:男 F:女 O:其他
|
||||||
|
6,birth_date,DATE,-,是,-,关系人出生日期
|
||||||
|
7,relation_cert_type,VARCHAR,-,是,-,身份证、护照、军官证等
|
||||||
|
8,relation_cert_no,VARCHAR,-,是,-,证件号码
|
||||||
|
9,mobile_phone1,VARCHAR,-,是,-,手机号码1
|
||||||
|
10,mobile_phone2,VARCHAR,-,是,-,手机号码2
|
||||||
|
11,wechat_no1,VARCHAR,-,是,-,微信名称1
|
||||||
|
12,wechat_no2,VARCHAR,-,是,-,微信名称2
|
||||||
|
13,wechat_no3,VARCHAR,-,是,-,微信名称3
|
||||||
|
14,contact_address,VARCHAR,-,是,-,详细联系地址
|
||||||
|
15,relation_desc,VARCHAR,-,是,-,关系详细描述
|
||||||
|
16,status,INT,1,否,-,关系是否有效:0 - 无效、1 - 有效(默认有效)
|
||||||
|
17,effective_date,DATETIME,-,是,-,关系生效日期
|
||||||
|
18,invalid_date,DATETIME,,是,,关系失效日期
|
||||||
|
19,remark,TEXT,-,是,-,备注信息
|
||||||
|
20,data_source,VARCHAR(50),,是,否,数据来源(系统名称)
|
||||||
|
21,is_emp_family,TINYINT(1),0,否,否,是否是员工的家庭关系:0-否 1-是
|
||||||
|
22,is_cust_family,TINYINT(1),0,否,否,是否是信贷客户的家庭关系:0-否 1-是
|
||||||
|
23,created_by,VARCHAR,-,否,-,记录创建人
|
||||||
|
24,updated_by,VARCHAR,-,是,-,记录更新人
|
||||||
|
25,create_time,DATETIME,,否,,记录创建时间
|
||||||
|
26,update_time,DATETIME,-,是,-,记录更新时间
|
||||||
|
|
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 161 KiB |
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 393 KiB After Width: | Height: | Size: 393 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 139 KiB |
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 143 KiB |
|
Before Width: | Height: | Size: 379 KiB After Width: | Height: | Size: 379 KiB |
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 351 KiB After Width: | Height: | Size: 351 KiB |
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 361 KiB After Width: | Height: | Size: 361 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |