新增销售订单明细装运地点非空校验
This commit is contained in:
@@ -68,6 +68,7 @@ public class SalesOrderDetailSaveReqVO {
|
||||
private String projectCategory;
|
||||
|
||||
@Schema(description = "装运地点;推送ERP")
|
||||
@NotEmpty(message = "装运地点;推送ERP不能为空")
|
||||
private String shippingPlace;
|
||||
|
||||
@Schema(description = "物料科目分配组;推送ERP(必须)")
|
||||
|
||||
Reference in New Issue
Block a user