移动mespcn公用model
parent
4e70422bec
commit
00252caa0c
@ -0,0 +1,37 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author Wynne.Lu
|
||||
* @date 2020/3/9 15:35
|
||||
* @desc
|
||||
*/
|
||||
@Data
|
||||
public class ActorMessageModel<T> {
|
||||
|
||||
private String msgType;
|
||||
|
||||
private String clientInfo;
|
||||
|
||||
private String workCellCode;
|
||||
|
||||
private String workCenterCode;
|
||||
|
||||
private String organizeCode;
|
||||
|
||||
private String routeCode;
|
||||
|
||||
private String serialNumber;
|
||||
|
||||
private String productSn;
|
||||
|
||||
private T dataObj;
|
||||
|
||||
private List<? extends T> dataList;
|
||||
|
||||
private Map<String, Object> dataMap;
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
package cn.estsh.i3plus.pojo.model.mes;
|
||||
package cn.estsh.i3plus.pojo.mes.model;
|
||||
|
||||
|
||||
import io.swagger.annotations.ApiParam;
|
@ -1,4 +1,4 @@
|
||||
package cn.estsh.i3plus.pojo.model.mes;
|
||||
package cn.estsh.i3plus.pojo.mes.model;
|
||||
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
Loading…
Reference in New Issue