liding
3 天以前 4c33acfe648e9b008f91c5e2cf446550e6b0174d
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")
@@ -84,6 +90,11 @@
    @TableField(value = "registrant_id")
    private Long registrantId;
    /**
     * 煤质方案id
     */
    @TableField(value = "coal_plan_id")
    private Long coalPlanId;
    /**
     * 登记日期
     */
    @TableField(value = "registration_date")