| | |
| | | package com.ruoyi.production.pojo; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Builder; |
| | | import lombok.Data; |
| | | |
| | |
| | | private Long id; |
| | | |
| | | /** |
| | | * 销售排产-报工表id |
| | | * 报工表id |
| | | */ |
| | | private Long salesLedgerWorkId; |
| | | |
| | | /** |
| | | * 销售排产表id |
| | | */ |
| | | private Long salesLedgerSchedulingId; |
| | | |
| | | /** |
| | | * 销售台账id |
| | | */ |
| | | private Long salesLedgerId; |
| | | |
| | | /** |
| | | * 销售产品id |
| | | */ |
| | | private Long salesLedgerProductId; |
| | | private Long productMainId; |
| | | |
| | | /** |
| | | * 生产人id |
| | |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long tenantId; |
| | | |
| | | private Long ProductMainId; |
| | | |
| | | |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long deptId; |
| | | |
| | | private Long deviceId; |
| | | |
| | | @ApiModelProperty("工时") |
| | | private Long workHour; |
| | | |
| | | } |