| | |
| | | private Integer id; |
| | | |
| | | /** |
| | | * 产品信息表id |
| | | * 产品信息表id(生产扣库存的时候使用) |
| | | */ |
| | | private Integer salesLedgerProductId; |
| | | private Long salesLedgerProductId; |
| | | |
| | | /** |
| | | * 入库id |
| | |
| | | private String inboundBatches; |
| | | |
| | | /** |
| | | * 出出库数量 |
| | | * 出库数量 |
| | | */ |
| | | private BigDecimal inboundNum; |
| | | |
| | | |
| | | /** |
| | | * 出出库用户 |
| | | * 出库类型 1-采购 2-销售 3-自定义 |
| | | */ |
| | | private Integer type; |
| | | |
| | | /** |
| | | * 出库用户 |
| | | */ |
| | | private String createBy; |
| | | /** |
| | |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long tenantId; |
| | | |
| | | /** |
| | | * 产品ID |
| | | */ |
| | | private Long productModelId; |
| | | |
| | | /** |
| | | * 出库批次(扣库存用) |
| | | */ |
| | | private String batchNo; |
| | | |
| | | /** |
| | | * 销售出库时自动生成的发货台账id |
| | | */ |
| | | private Long shippingInfoId; |
| | | |
| | | |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long deptId; |
| | | } |