|
@@ -19,12 +19,12 @@ public class OaPurchaseSaveReqVO {
|
|
|
@Min(value = 0, message = "总预算金额,单位(元)最小值为 0")
|
|
|
private BigDecimal totalBudget;
|
|
|
|
|
|
- @Schema(description = "预期供应商", example = "赵六")
|
|
|
- @NotEmpty(message = "预期供应商不能为空")
|
|
|
+ @Schema(description = "预期供应商", example = "供应商1")
|
|
|
+ // @NotEmpty(message = "预期供应商不能为空")
|
|
|
private String supplierName;
|
|
|
|
|
|
@Schema(description = "采购事由", example = "不香")
|
|
|
- @NotEmpty(message = "采购事由不能为空")
|
|
|
+ @NotBlank(message = "采购事由不能为空")
|
|
|
private String reason;
|
|
|
|
|
|
@Schema(description = "备注")
|