houshuai
2025-07-15 12f376e4468e856df7548bc0826256f698adf277
src/main/java/org/jeecg/modules/base/entity/ShiftGroup.java
@@ -69,6 +69,7 @@
   /**班组长*/
   @Excel(name = "班组长", width = 15)
    @ApiModelProperty(value = "班组长")
    @Dict(dictTable = "sys_user", dicCode = "id", dicText = "realname")
    private String groupManager;
   /**状态*/
   @Excel(name = "状态", width = 15)
@@ -77,10 +78,12 @@
   /**班次ID*/
   @Excel(name = "班次ID", width = 15)
    @ApiModelProperty(value = "班次ID")
    @Dict(dictTable = "base_shift", dicCode = "id", dicText = "shift_name")
    private String shiftId;
   /**工厂/车间/产线ID*/
   @Excel(name = "工厂/车间/产线ID", width = 15)
    @ApiModelProperty(value = "工厂/车间/产线ID")
    @Dict(dictTable = "base_factory", dicCode = "id", dicText = "factory_name")
    private String factoryId;
   /**备注*/
   @Excel(name = "备注", width = 15)