update 对接内蒙古平台

This commit is contained in:
2024-04-08 15:26:18 +08:00
parent ce3c1c0e66
commit dce696e402
10 changed files with 256 additions and 85 deletions

View File

@@ -10,6 +10,12 @@ public class CommonParamsDTO {
@JsonProperty(value = "OperatorID")
private String operatorID;
/**
* 数据请求方的标识 请求方组织机构代码九位
*/
@JsonProperty(value = "PlatformID")
private String platformID;
@JsonProperty(value = "Data")
private String data;