liyong
19 小时以前 8f5be003e52fdbf034d1955216143bd184ebbdb4
yudao-module-mdm/src/main/java/cn/iocoder/yudao/module/mdm/api/item/dto/MdmItemSyncReqDTO.java
@@ -24,7 +24,7 @@
    private String specification;
    @Schema(description = "物料类型:1原料, 2半成品, 3成品, 4辅料", example = "1")
    private Integer itemType;
    private Long itemType;
    @Schema(description = "计量单位ID", example = "1")
    private Long unitMeasureId;