mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 13:22:07 +08:00
已排单,生产排单权限修改,禅道 1437 修复
This commit is contained in:
-11
@@ -36,23 +36,12 @@ public class CuttingSaveReqVO {
|
||||
@NotNull(message = "标签id不能空")
|
||||
private Long labelId;
|
||||
|
||||
// // 新的机台逻辑需要删除
|
||||
// @Schema(description = "机台模板id")
|
||||
// @NotNull(groups = CreateGroup.class, message = "机台模板id不能空")
|
||||
// private Long templateId;
|
||||
|
||||
@Schema(description = "品牌ID", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
@NotNull(message = "品牌ID不能为空")
|
||||
private Long brandId;
|
||||
|
||||
|
||||
// @Schema(description = "品牌", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
// private String brand;
|
||||
|
||||
// @Schema(description = "型号", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
// private String model;
|
||||
|
||||
|
||||
@Schema(description = "机台的型号-机台的ID")
|
||||
@NotNull(message = "机台型号不能为空",groups = CreateGroup.class)
|
||||
private Long machineId;
|
||||
|
||||
-1
@@ -18,7 +18,6 @@ public class MachineConvert {
|
||||
.labelId(createReqVO.getLabelId())
|
||||
.setting(createReqVO.getMachineSettingDO().toJSONString())
|
||||
.brandId(createReqVO.getBrandId())
|
||||
// .model(createReqVO.getModel())
|
||||
.build();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user