合同内容校验

This commit is contained in:
guojunyun
2025-09-29 17:57:59 +08:00
parent a596b6f320
commit 1d9521b0d1
2 changed files with 17 additions and 16 deletions

View File

@@ -192,6 +192,7 @@ public class ContractSaveReqVO {
@Schema(description = "代理方;与ERP(ZLIFNR)对应,拓展信息", example = "代理方")
private String agent;
@NotBlank(message = "合同类别不能为空")
@Schema(description = "类别;与ERP(HTLB)对应,拓展信息", example = "PROCESSING")
private String category;