maven
11 小时以前 5eec9b5a9d8bf9e49663d5a51cab7490fef5b204
main-business/src/main/java/com/ruoyi/business/entity/PendingInventory.java
@@ -34,6 +34,12 @@
    @TableField(value = "master_id")
    private Long masterId;
    /**
     *
     * 采购id
     */
    @TableField(value = "purchase_id")
    private Long purchaseId;
    /**
     * 供货商名称
     */
    @TableField(value = "supplier_name")
@@ -48,6 +54,11 @@
     */
    @TableField(value = "coal_id")
    private Long coalId;
    /**
     * 煤料类型 1-成品 2-原料
     */
    @TableField(value = "type")
    private Integer type;
    /**
     * 单位
     */
@@ -84,6 +95,11 @@
    @TableField(value = "registrant_id")
    private Long registrantId;
    /**
     * 煤质方案id
     */
    @TableField(value = "coal_plan_id")
    private Long coalPlanId;
    /**
     * 登记日期
     */
    @TableField(value = "registration_date")