main-business/src/main/java/com/ruoyi/business/entity/PendingInventory.java
@@ -55,6 +55,11 @@ @TableField(value = "coal_id") private Long coalId; /** * 煤料类型 1-成品 2-原料 */ @TableField(value = "type") private Integer type; /** * 单位 */ @TableField(value = "unit") @@ -95,6 +100,11 @@ @TableField(value = "coal_plan_id") private Long coalPlanId; /** * 采购类型 */ @TableField(value = "purchase_type") private Integer purchaseType; /** * 登记日期 */ @TableField(value = "registration_date")