Commit 9e8ca984 authored by tangwei's avatar tangwei

修改映射字段

parent b483e0b1
...@@ -10,6 +10,7 @@ import javax.persistence.OneToMany; ...@@ -10,6 +10,7 @@ import javax.persistence.OneToMany;
import javax.persistence.Table; import javax.persistence.Table;
import org.hibernate.annotations.Where; import org.hibernate.annotations.Where;
import org.springframework.data.annotation.Transient;
/** /**
...@@ -32,6 +33,7 @@ public class Route extends BasicEntity { ...@@ -32,6 +33,7 @@ public class Route extends BasicEntity {
/** /**
* 巡查点下是否存在巡查对象 * 巡查点下是否存在巡查对象
* */ * */
@Transient
private String isExist; private String isExist;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment