|
|
|
@ -132,6 +132,10 @@ public class MesQueueOrder extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("工作中心")
|
|
|
|
|
private String workCenterCode;
|
|
|
|
|
|
|
|
|
|
@Column(name = "GROUP_NO")
|
|
|
|
|
@ApiParam("分组号")
|
|
|
|
|
private String groupNo;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("起始车号")
|
|
|
|
|
private String custFlagNoStart;
|
|
|
|
|