| | |
| | | @NotNull(message = "计量单位不能为空") |
| | | private Long unitMeasureId; |
| | | |
| | | @Schema(description = "物料分类编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1") |
| | | @NotNull(message = "物料分类编号不能为空") |
| | | @Schema(description = "物料分类编号", example = "1") |
| | | private Long itemTypeId; |
| | | |
| | | @Schema(description = "是否启用安全库存", example = "false") |
| | |
| | | @Schema(description = "备注", example = "备注") |
| | | private String remark; |
| | | |
| | | @Schema(description = "状态", example = "1") |
| | | private Integer status; |
| | | |
| | | @Schema(description = "是否同步到 MDM", example = "true") |
| | | private Boolean syncMdm; |
| | | |
| | | private Long mdmItemId; |
| | | |
| | | } |