| | |
| | | @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; |
| | | /** |
| | | * 供货商名称 |
| | | */ |
| | |
| | | /** |
| | | * 煤种 |
| | | */ |
| | | @TableField(value = "coal_type") |
| | | private String coalType; |
| | | @TableField(value = "coal") |
| | | private String coal; |
| | | /** |
| | | * 单位 |
| | | */ |
| | |
| | | /** |
| | | * 登记人 |
| | | */ |
| | | @TableField(value = "registrant") |
| | | private String registrant; |
| | | @TableField(value = "registrant_id") |
| | | private String registrantId; |
| | | /** |
| | | * 登记时间 |
| | | */ |