| | |
| | | private Long id; |
| | | |
| | | /** |
| | | * 销售排产-报工表id |
| | | * 报工表id |
| | | */ |
| | | private Long salesLedgerWorkId; |
| | | |
| | | /** |
| | | * 销售排产表id |
| | | */ |
| | | private Long salesLedgerSchedulingId; |
| | | |
| | | /** |
| | | * 销售台账id |
| | | */ |
| | | private Long salesLedgerId; |
| | | |
| | | /** |
| | | * 销售产品id |
| | | */ |
| | | private Long salesLedgerProductId; |
| | | private Long productMainId; |
| | | |
| | | /** |
| | | * 生产人id |
| | |
| | | private LocalDate schedulingDate; |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | private Integer status; |
| | | |
| | | /** |
| | | * 创建者 |
| | | */ |
| | | @TableField(fill = FieldFill.INSERT) |
| | |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long tenantId; |
| | | |
| | | |
| | | |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long deptId; |
| | | } |