forked from I3-YF/i3plus-mes-pcn-yfai
工步开发
parent
00f91f4c38
commit
e0ab2b732c
@ -0,0 +1,14 @@
|
|||||||
|
package cn.estsh.i3plus.ext.mes.pcn.pojo.model;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.mes.bean.MesEquipmentLog;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class MesEquipmentLogModel {
|
||||||
|
|
||||||
|
private Long recordId;
|
||||||
|
|
||||||
|
private List<MesEquipmentLog> mesEquipmentLogList;
|
||||||
|
}
|
Loading…
Reference in New Issue