|
|
|
@ -55,4 +55,12 @@ public class MesPpTemplate extends BaseBean {
|
|
|
|
|
@ApiParam(value = "工单数量")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private Double qty;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "序号")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private Integer seq;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "零件组号")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
public String partGroupNo;
|
|
|
|
|
}
|
|
|
|
|