REQ-3581: 添加bizCode
This commit is contained in:
parent
f2853c074c
commit
63eefa1ce3
@ -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的合同不能重复
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user