liding
2 天以前 c0efb2e8358f4e7ee0774c340afd453c3d0c2471
main-business/src/main/java/com/ruoyi/business/entity/OfficialInventory.java
@@ -26,7 +26,12 @@
     * 主键ID
     */
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    private Long id;
    /**
     * 待入库id
     */
    @TableField(value = "pending_id")
    private Long pendingId;
    /**
     * 供货商名称
     */
@@ -35,8 +40,8 @@
    /**
     * 煤种
     */
    @TableField(value = "coal_type")
    private String coalType;
    @TableField(value = "coal")
    private String coal;
    /**
     * 单位
     */