2 天以前 f7273277023f3497ac071bf98f556a569cb4dd25
yudao-module-mdm/src/main/java/cn/iocoder/yudao/module/mdm/controller/admin/item/vo/MdmItemSaveReqVO.java
@@ -24,9 +24,6 @@
    @Schema(description = "规格型号", example = "M8*20")
    private String specification;
    @Schema(description = "物料分类编号(关联 MES 物料分类 mes_md_item_type)", example = "1")
    private Long categoryId;
    @Schema(description = "计量单位编号", example = "1")
    private Long unitMeasureId;
@@ -53,9 +50,6 @@
    @Schema(description = "状态", requiredMode = Schema.RequiredMode.REQUIRED, example = "0")
    private Integer status;
    @Schema(description = "采购价格", example = "10.00")
    private BigDecimal purchasePrice;
    @Schema(description = "销售价格", example = "15.00")
    private BigDecimal salesPrice;
@@ -113,4 +107,6 @@
    @Schema(description = "质量状态必填", example = "false")
    private Boolean qualityStatusFlag;
    private Long mdmItemId;
}