@ -10,6 +10,7 @@ import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Lob;
import javax.persistence.Table;
/**
@ -39,6 +40,7 @@ public class MesRoute extends BaseBean {
@ApiParam("流程类型 10-扫描类型 20-监控类型")
private Integer routeType;
@Lob
@Column(name = "POSITION")
@ApiParam("GOJS位置")
private String position;
@ -35,6 +36,7 @@ public class MesRoute extends BaseBean {
@ApiParam("流程名称")
private String routeName;