src/main/java/com/ruoyi/production/pojo/ProductionProductInput.java
@@ -14,14 +14,14 @@
    @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 = "来源领料记录id(production_order_pick.id),保证同一笔领料只被一次报工归集")
    private Long productionOrderPickId;
    @Schema(description = "数量")
    private BigDecimal quantity;
@@ -37,9 +37,6 @@
    @TableField(fill = FieldFill.INSERT_UPDATE)
    private LocalDateTime updateTime;
    @Schema(description = "租户ID")
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    @Schema(description = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;