国贸推送合同接口:接口请求号参数名修改

This commit is contained in:
guojunyun
2025-11-12 09:28:20 +08:00
parent 1f949f7013
commit 1747b96d2b

View File

@@ -8,7 +8,7 @@ import lombok.Data;
public class IntPushContractReqVO { public class IntPushContractReqVO {
@Schema(description = "接口请求号") @Schema(description = "接口请求号")
private String __requestId_; private String __requestId__;
@Schema(description = "接口类型") @Schema(description = "接口类型")
private String __interfaceType__; private String __interfaceType__;
@Schema(description = "操作标志") @Schema(description = "操作标志")