模版编制相关实现

This commit is contained in:
潘荣晟
2025-09-28 15:26:54 +08:00
parent 6b77c9033e
commit 646d847d46

View File

@@ -21,7 +21,7 @@ public class TemplateInstanceDataSaveReqVO {
private String fldKy;
@Schema(description = "用户填写的值", requiredMode = Schema.RequiredMode.REQUIRED)
@NotEmpty(message = "用户填写的值不能为空")
// @NotEmpty(message = "用户填写的值不能为空")
private String fldVal;
}