src/main/java/com/ruoyi/production/pojo/ProductionProductInput.java
@@ -14,9 +14,6 @@ @TableId(type = IdType.AUTO) private Long id; @Schema(description = "报工id") private Long productMainId; @Schema(description = "生产报工主表id") private Long productionProductMainId; @@ -37,9 +34,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;