liding
4 天以前 2da4c045299aad5898dea78d7c9371491ce2c155
main-business/src/main/java/com/ruoyi/business/entity/PendingInventory.java
@@ -20,13 +20,11 @@
@TableName("pending_inventory")
public class PendingInventory extends MyBaseEntity {
    private static final long serialVersionUID = 1L;
    /**
     * 主键ID
     */
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    private Long id;
    /**
     * 供货商名称
     */