liyong
2026-04-24 d6acba73f535b340e1ea192c8dece4beaf4f2b7f
src/main/java/com/ruoyi/production/pojo/ProductionProductMain.java
@@ -105,4 +105,16 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    /**
     * 班组成员名字
     */
    @TableField(value = "team_names")
    private String teamNames;
    /**
     * 班组成员id
     */
    @TableField(value = "team_ids")
    private String teamIds;
}