2026-07-01 6b5f7c66fc40d7f6099d561e31a34fbd50dd20d3
yudao-module-mdm/src/main/java/cn/iocoder/yudao/module/mdm/api/item/dto/MdmItemRespDTO.java
@@ -51,6 +51,12 @@
    @Schema(description = "安全库存", example = "100")
    private BigDecimal safetyStock;
    @Schema(description = "最低库存", example = "50")
    private BigDecimal minStock;
    @Schema(description = "最高库存", example = "500")
    private BigDecimal maxStock;
    @Schema(description = "保质期天数", example = "365")
    private Integer expiryDay;