zss
16 小时以前 a7cd6f35388746cfd03d3afabfcc32e3ac0d95c1
src/main/java/com/ruoyi/production/pojo/ProductionProductOutput.java
@@ -14,16 +14,13 @@
    @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 = "创建时间")
@@ -33,10 +30,6 @@
    @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;