liyong
7 小时以前 1ca5584d7e3200a9af65a099bd26d3593e2ba702
src/main/java/com/ruoyi/production/pojo/ProductionProductMain.java
@@ -26,12 +26,6 @@
    @Schema(description = "报工人员")
    private String userName;
    @Schema(description = "生产项目id")
    private Long productProcessRouteItemId;
    @Schema(description = "工单id")
    private Long workOrderId;
    @Schema(description = "生产工序工单id")
    private Long productionOperationTaskId;
@@ -51,9 +45,6 @@
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime updateTime;
    @Schema(description = "租户ID")
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    @Schema(description = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;