maven
2025-09-22 1d2933b4209f891d7dbd431ba44577c7d5e5eef4
main-business/src/main/java/com/ruoyi/business/vo/OfficialInventoryVo.java
@@ -8,6 +8,7 @@
public class OfficialInventoryVo {
    private Long id;  // 主键ID
    private Long coalId;   // 煤种id
    private String coal;   // 煤种
    private String unit;   // 单位
    private BigDecimal inventoryQuantity;  // 库存数量