main-business/src/main/java/com/ruoyi/business/entity/PendingInventory.java
@@ -44,6 +44,7 @@ */ @TableField(value = "supplier_name") private String supplierName; /** * 供货商名称 */ @@ -55,10 +56,21 @@ @TableField(value = "coal_id") private Long coalId; /** * 煤料类型 1-成品 2-原料 */ @TableField(value = "type") private Integer type; /** * 单位 */ @TableField(value = "unit") private String unit; /** * 编码 */ @TableField(value = "code") private String code; /** * 库存数量 */