|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
package cn.estsh.i3plus.pojo.mes.model;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.MesShiftGroup;
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.MesWorkOrder;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
@ -27,7 +26,7 @@ public class MesBoardWorkCenterOverviewModel {
|
|
|
|
|
private String imageUrl;
|
|
|
|
|
|
|
|
|
|
@ApiParam("工单列表")
|
|
|
|
|
List<MesWorkOrder> workOrderList;
|
|
|
|
|
List<ProductBiModel> workOrderList;
|
|
|
|
|
|
|
|
|
|
@ApiParam("班组信息")
|
|
|
|
|
MesShiftGroup shiftGroup;
|
|
|
|
|