chenhj
3 天以前 770361cf5d70c7893ffea4f1dacac297628aea1d
main-business/src/main/java/com/ruoyi/business/entity/ProductionInventory.java
@@ -31,11 +31,7 @@
     */
    @TableField(value = "coal_id")
    private Long coalId;
    /**
     * 煤种
     */
    @TableField(value = "coal")
    private String coal;
    /**
     * 库存数量
     */
@@ -46,4 +42,11 @@
     */
    @TableField(value = "used_quantity")
    private Integer usedQuantity;
    /**
     * 正式库id
     */
    @TableField(value = "official_id")
    private Long officialId;
}