xiaoyi
3 天以前 abf1c0a35d85d38239ff5d2ed746a4e4b797c9d1
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/md/item/vo/MesMdItemSaveReqVO.java
@@ -42,6 +42,9 @@
    @Schema(description = "最高库存量", example = "10000.0000")
    private BigDecimal maxStock;
    @Schema(description = "电力物资分类(字典 mes_material_category)", example = "1")
    private Integer materialCategory;
    @Schema(description = "是否高值物料", example = "false")
    private Boolean highValue;
@@ -51,6 +54,9 @@
    @Schema(description = "备注", example = "备注")
    private String remark;
    @Schema(description = "状态", example = "1")
    private Integer status;
    @Schema(description = "是否同步到 MDM", example = "true")
    private Boolean syncMdm;