数据底座
This commit is contained in:
@ -33,30 +33,38 @@ public interface DtFeignClient {
|
||||
|
||||
|
||||
/**
|
||||
* 参考:客商主数据平台接口说明书(客户)-征求意见稿V2.3.docx(上游).docx
|
||||
* 客户数据单条维护接口
|
||||
* POST /mdm/maintain
|
||||
* opType:
|
||||
* C新增
|
||||
* U更新
|
||||
* D停用(冻结)
|
||||
* E启用(解除冻结)
|
||||
* S保存(用于不便区分操作类型的业务场景)
|
||||
* K校验(进行合规校验和标准校验,不正式写入)
|
||||
参数:
|
||||
{
|
||||
"masterDataCode": "ods_custsup_customer_vendor_info",
|
||||
"opType": "C",
|
||||
"updateColumns": {
|
||||
"sourceId": "20001DERJ291",
|
||||
"sourceStatus": "1",
|
||||
"sourceCompany": "9999100300",
|
||||
"sourceSystem": "XT20210873086",
|
||||
"code": "30911103027886014929",
|
||||
"name": "联通数字科技有限公司",
|
||||
"nameLanguage": "ZH",
|
||||
"localName": "联通数字科技有限公司",
|
||||
"nature": "20",
|
||||
"country": "CN",
|
||||
"certificateType": "10",
|
||||
"certificateId": "911103027886014929",
|
||||
"organizationType": "30",
|
||||
"createdDate": "2025-06-18 16:47:21",
|
||||
"lastModifiedUser": "IRIS4",
|
||||
"lastModifiedDate": "2025-06-18 16:47:21"
|
||||
}
|
||||
"masterDataCode": "ods_custsup_customer_vendor_info",
|
||||
"opType": "C",// C新增, U更新, D删除
|
||||
"updateColumns": {
|
||||
"sourceId": "20001DERJ291",
|
||||
"sourceStatus": "1",
|
||||
"sourceCompany": "9999100300",
|
||||
"sourceSystem": "XT20210873086",
|
||||
"code": "30911103027886014929",
|
||||
"name": "联通数字科技有限公司",
|
||||
"nameLanguage": "ZH",
|
||||
"localName": "联通数字科技有限公司",
|
||||
"nature": "20",
|
||||
"country": "CN",
|
||||
"certificateType": "10",
|
||||
"certificateId": "911103027886014929",
|
||||
"organizationType": "30",
|
||||
"createdDate": "2025-06-18 16:47:21",
|
||||
"lastModifiedUser": "IRIS4",
|
||||
"lastModifiedDate": "2025-06-18 16:47:21"
|
||||
}
|
||||
}
|
||||
返回:
|
||||
{
|
||||
|
Reference in New Issue
Block a user