liyong
2026-04-28 ac79dfd8d661dbe166553ff80fbdbfee64e8134e
src/main/java/com/ruoyi/production/pojo/ProductionProductMain.java
@@ -92,4 +92,29 @@
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField(value = "end_time")
    private LocalDateTime endTime;
    @TableField(value = "device_id")
    private Long deviceId;
    @TableField(value = "device_name")
    private String deviceName;
    @ApiModelProperty(value = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    /**
     * 班组成员名字
     */
    @TableField(value = "team_names")
    private String teamNames;
    /**
     * 班组成员id
     */
    @TableField(value = "team_ids")
    private String teamIds;
}