|
|
|
@ -1,13 +1,10 @@
|
|
|
|
|
package cn.estsh.i3plus.pojo.mes.model;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.mes.bean.MesCellFeed;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Author: siliter.yuan
|
|
|
|
|
* @CreateDate: 2020/6/21 8:06 PM
|
|
|
|
@ -49,7 +46,4 @@ public class PaintOnLineModel {
|
|
|
|
|
|
|
|
|
|
@ApiParam("圈数")
|
|
|
|
|
private Integer rounds;
|
|
|
|
|
|
|
|
|
|
@ApiParam("工位投料数据列表")
|
|
|
|
|
private List<MesCellFeed> cellFeedList;
|
|
|
|
|
}
|
|
|
|
|