| | |
| | | */ |
| | | private Integer id; |
| | | |
| | | /** |
| | | * 产品id |
| | | */ |
| | | private Long productId; |
| | | private Long productrecordId; |
| | | |
| | | /** |
| | | * 当前库存量 |
| | | */ |
| | | private Integer stockQuantity; |
| | | |
| | | private String inboundBatch; |
| | | private Integer supplierId; |
| | | |
| | | private Long supplierId; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date boundTime; |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date inboundTime; |
| | | |
| | | /** |
| | | * 入库人 |
| | | */ |
| | | private String inboundPerson; |
| | | private Long userId; |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long tenantId; |
| | | |