|
|
@@ -32,11 +32,11 @@ public class SopSaveReqVO {
|
|
|
private Long workareaId;
|
|
|
|
|
|
@Schema(description = "mars岗位ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "21120")
|
|
|
- @NotNull(message = "mars岗位ID不能为空")
|
|
|
+ // @NotNull(message = "mars岗位ID不能为空")
|
|
|
private Long workstationId;
|
|
|
|
|
|
@Schema(description = "设备工艺ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "13384")
|
|
|
- @NotNull(message = "设备工艺ID不能为空")
|
|
|
+ // @NotNull(message = "设备工艺ID不能为空")
|
|
|
private Long machineryId;
|
|
|
|
|
|
@Schema(description = "SOP内容")
|