REQ-3581: 添加bizCode

This commit is contained in:
yanglin 2025-02-24 11:07:52 +08:00
parent f2853c074c
commit 63eefa1ce3

View File

@ -29,7 +29,7 @@ public abstract class CreateContractRequest {
* 业务编码 * 业务编码
*/ */
@NotNull(message = "bizCode不能为空") @NotNull(message = "bizCode不能为空")
private String bizCode = ""; private String bizCode;
/** /**
* 幂等编码, 最大长度200. 使用appCode和idempotentCode的合同不能重复 * 幂等编码, 最大长度200. 使用appCode和idempotentCode的合同不能重复