|
|
@ -71,6 +71,7 @@ public class ZyProductPlan implements Serializable { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Excel(name = "车间id", width = 15) |
|
|
|
@Excel(name = "车间id", width = 15) |
|
|
|
@ApiModelProperty(value = "车间id") |
|
|
|
@ApiModelProperty(value = "车间id") |
|
|
|
|
|
|
|
@Dict(dictTable = "sys_depart", dicText = "depart_name", dicCode = "id") |
|
|
|
private String workshopId; |
|
|
|
private String workshopId; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* 车间负责人 |
|
|
|
* 车间负责人 |
|
|
@ -83,6 +84,7 @@ public class ZyProductPlan implements Serializable { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Excel(name = "班组", width = 15) |
|
|
|
@Excel(name = "班组", width = 15) |
|
|
|
@ApiModelProperty(value = "班组") |
|
|
|
@ApiModelProperty(value = "班组") |
|
|
|
|
|
|
|
@Dict(dictTable = "station", dicText = "station_name", dicCode = "id") |
|
|
|
private String teamId; |
|
|
|
private String teamId; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* 组长 |
|
|
|
* 组长 |
|
|
|