|
|
|
@ -72,18 +72,24 @@ public class BaseClassTeamInfo extends TenantEntity {
|
|
|
|
* BaseShiftInfo的班次名称
|
|
|
|
* BaseShiftInfo的班次名称
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@TableField(exist = false)
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String shiftName;
|
|
|
|
private String shiftName;//映射字段
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* ProdBaseStationInfo工位名称
|
|
|
|
* ProdBaseStationInfo工位名称
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@TableField(exist = false)
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String stationName;
|
|
|
|
private String stationName;//映射字段
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* ProdBaseProcessInfo工序名称
|
|
|
|
* ProdBaseProcessInfo工序名称
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@TableField(exist = false)
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String processName;
|
|
|
|
private String processName;//映射字段
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 班组负责人
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
|
|
|
|
private String teamHeadName;//映射字段
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|