mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 12:52:07 +08:00
禅道bug#1682修复
This commit is contained in:
+2
-2
@@ -17,12 +17,12 @@ public class NoPlanFilterPlateReqVO {
|
||||
|
||||
|
||||
@Schema(description = "订单ID",requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
@NotEmpty(message = "订单ID不能为空")
|
||||
@NotEmpty(message = "订单不能为空")
|
||||
private List<Long> orderIds;
|
||||
|
||||
|
||||
@Schema(description = "实际优化的大板ID-这个是混单和非混单都用",requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
@NotEmpty(message = "大板ID不能为空")
|
||||
@NotEmpty(message = "材质不能为空")
|
||||
private List<String> goodsIdList;
|
||||
|
||||
@Schema(description = "柜体ID列表")
|
||||
|
||||
Reference in New Issue
Block a user