REQ-3540: 添加约束

This commit is contained in:
yanglin 2025-03-28 11:15:24 +08:00
parent 7a41675862
commit 4268e158ef

View File

@ -38,6 +38,7 @@ abstract class NodeCreateAnonymous implements NodeCreate, IndexNodeScope {
/**
* 业务编码
*/
@NotBlank(message = "bizCode不能为空")
private String bizCode;
/**