main-business/src/main/java/com/ruoyi/business/entity/PendingInventory.java
@@ -44,6 +44,7 @@ */ @TableField(value = "supplier_name") private String supplierName; /** * 供货商名称 */ @@ -64,6 +65,12 @@ */ @TableField(value = "unit") private String unit; /** * 编码 */ @TableField(value = "code") private String code; /** * 库存数量 */ @@ -100,6 +107,11 @@ @TableField(value = "coal_plan_id") private Long coalPlanId; /** * 采购类型 */ @TableField(value = "purchase_type") private Integer purchaseType; /** * 登记日期 */ @TableField(value = "registration_date")