liyong
2026-07-02 784f2aa43bf07122474628cd8165e6d404fb42a3
yudao-module-mdm-api/src/main/java/cn/iocoder/yudao/module/mdm/api/item/dto/MdmItemUpdateReqDTO.java
@@ -30,6 +30,24 @@
    @Schema(description = "计量单位编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
    private Long unitMeasureId;
    @Schema(description = "辅单位1编号", example = "2")
    private Long unitMeasureId2;
    @Schema(description = "辅单位1换算比率", example = "12")
    private BigDecimal unitMeasureRate1;
    @Schema(description = "辅单位2编号", example = "3")
    private Long unitMeasureId3;
    @Schema(description = "辅单位2换算比率", example = "100")
    private BigDecimal unitMeasureRate2;
    @Schema(description = "默认仓库编号", example = "1")
    private Long warehouseId;
    @Schema(description = "默认仓库编码", example = "WH001")
    private String warehouseCode;
    @Schema(description = "品牌编号", example = "1")
    private Long brandId;