liu
昨天 c3b0503f8e2ecf955d0e8e4ca9294e6cd5199c0b
yudao-module-mdm/src/main/java/cn/iocoder/yudao/module/mdm/api/item/dto/MdmItemSyncReqDTO.java
@@ -8,7 +8,7 @@
/**
 * MDM 物料同步 Request DTO
 *
 * @author 芋道源码
 * @author 超级管理员
 */
@Schema(description = "MDM 物料同步 Request DTO")
@Data
@@ -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;