REQ-3581: 改字段名称

This commit is contained in:
yanglin 2025-02-21 18:57:31 +08:00
parent 13c5606de1
commit 738e9733a7

View File

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