liding
昨天 d75958896efd4c8a6daee9c56d048641b99cacf6
main-business/src/main/java/com/ruoyi/business/entity/PendingInventory.java
@@ -25,16 +25,28 @@
     */
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
     *
     * 生产加工id
     */
    @TableField(value = "master_id")
    private Long masterId;
    /**
     * 供货商名称
     */
    @TableField(value = "supplier_name")
    private String supplierName;
    /**
     * 供货商名称
     */
    @TableField(value = "supplier_id")
    private Long supplierId;
    /**
     * 煤种
     */
    @TableField(value = "coal")
    private String coal;
    @TableField(value = "coal_id")
    private Long coalId;
    /**
     * 单位
     */