| | |
| | | /**班组长*/ |
| | | @Excel(name = "班组长", width = 15) |
| | | @ApiModelProperty(value = "班组长") |
| | | @Dict(dictTable = "sys_user", dicCode = "id", dicText = "realname") |
| | | private String groupManager; |
| | | /**状态*/ |
| | | @Excel(name = "状态", width = 15) |
| | |
| | | /**班次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) |