| | |
| | | private Double planQuantity; |
| | | /**产线ID(冗余)*/ |
| | | @Excel(name = "产线ID(冗余)", width = 15) |
| | | @Dict(dictTable = "base_factory", dicCode = "id", dicText = "factory_name") |
| | | @ApiModelProperty(value = "产线ID(冗余)") |
| | | private String factoryId; |
| | | /**班组ID*/ |
| | | @Excel(name = "班组ID", width = 15) |
| | | @Dict(dictTable = "base_shift_group", dicCode = "id", dicText = "group_name") |
| | | @ApiModelProperty(value = "班组ID") |
| | | private String groupId; |
| | | /**班次ID(冗余)*/ |
| | | @Excel(name = "班次ID(冗余)", width = 15) |
| | | @Dict(dictTable = "base_shift", dicCode = "id", dicText = "shift_name") |
| | | @ApiModelProperty(value = "班次ID(冗余)") |
| | | private String shiftId; |
| | | /**排产日期*/ |