yaowanxin
2 天以前 d09f76ca1ffd2ab091c14327b8e50d92dfa1df7e
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;  // 库存数量