| | |
| | | @TableId(type = IdType.AUTO) |
| | | private Long id; |
| | | |
| | | @Schema(description = "报工id") |
| | | private Long productMainId; |
| | | |
| | | @Schema(description = "生产报工主表id") |
| | | private Long productionProductMainId; |
| | | |
| | | @Schema(description = "产品id") |
| | | private Long productModelId; |
| | | |
| | | @Schema(description = "报工数量(总数量)") |
| | | @Schema(description = "合格数量") |
| | | private BigDecimal quantity; |
| | | |
| | | @Schema(description = "创建时间") |
| | |
| | | @Schema(description = "更新时间") |
| | | @TableField(fill = FieldFill.INSERT_UPDATE) |
| | | private LocalDateTime updateTime; |
| | | |
| | | @Schema(description = "租户ID") |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long tenantId; |
| | | |
| | | @Schema(description = "报废数量") |
| | | private BigDecimal scrapQty; |