Merge branch 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into test
commit
f19ee854be
@ -0,0 +1,27 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.mes.model;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.mes.bean.MesProduceSn;
|
||||||
|
import io.swagger.annotations.ApiParam;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description: 条码解绑实体
|
||||||
|
* @Reference:
|
||||||
|
* @Author: siliter.yuan
|
||||||
|
* @CreateDate: 2020-06-28-11:44
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
@Data
|
||||||
|
public class FutrueTaskModel {
|
||||||
|
|
||||||
|
@ApiParam("实现类")
|
||||||
|
private Object futrueTaskService;
|
||||||
|
|
||||||
|
@ApiParam("包装条码")
|
||||||
|
private StationRequestBean stationRequestBean;
|
||||||
|
|
||||||
|
@ApiParam("过程条码")
|
||||||
|
private MesProduceSn produceSn;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue