liyong
8 天以前 1ab2b329a40decba8ff7eefbeb158ff259aceb6d
yudao-module-mdm/src/main/java/cn/iocoder/yudao/module/mdm/controller/admin/item/vo/MdmItemSaveReqVO.java
@@ -24,7 +24,7 @@
    @Schema(description = "规格型号", example = "M8*20")
    private String specification;
    @Schema(description = "物料分类编号", example = "1")
    @Schema(description = "物料分类编号(关联 MES 物料分类 mes_md_item_type)", example = "1")
    private Long categoryId;
    @Schema(description = "计量单位编号", example = "1")
@@ -87,4 +87,7 @@
    @Schema(description = "备注", example = "备注信息")
    private String remark;
    @Schema(description = "是否同步到 MES", example = "false")
    private Boolean syncMes;
}