update
This commit is contained in:
@@ -4,15 +4,15 @@
|
|||||||
*/
|
*/
|
||||||
package com.jeesite.modules.sys.entity;
|
package com.jeesite.modules.sys.entity;
|
||||||
|
|
||||||
import javax.validation.constraints.Size;
|
|
||||||
import javax.validation.constraints.NotBlank;
|
|
||||||
|
|
||||||
import com.jeesite.common.entity.DataEntity;
|
import com.jeesite.common.entity.DataEntity;
|
||||||
import com.jeesite.common.entity.TreeEntity;
|
import com.jeesite.common.entity.TreeEntity;
|
||||||
import com.jeesite.common.mybatis.annotation.Column;
|
import com.jeesite.common.mybatis.annotation.Column;
|
||||||
import com.jeesite.common.mybatis.annotation.Table;
|
import com.jeesite.common.mybatis.annotation.Table;
|
||||||
import com.jeesite.common.mybatis.mapper.query.QueryType;
|
import com.jeesite.common.mybatis.mapper.query.QueryType;
|
||||||
|
|
||||||
|
import javax.validation.constraints.NotBlank;
|
||||||
|
import javax.validation.constraints.Size;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 行政区划Entity
|
* 行政区划Entity
|
||||||
* @author ThinkGem
|
* @author ThinkGem
|
||||||
@@ -79,9 +79,9 @@ public class Area extends TreeEntity<Area> {
|
|||||||
this.areaType = areaType;
|
this.areaType = areaType;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
// @Override
|
||||||
public String toString() {
|
// public String toString() {
|
||||||
return areaCode;
|
// return areaCode;
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -239,9 +239,9 @@ public class Office extends TreeEntity<Office> {
|
|||||||
return office;
|
return office;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
// @Override
|
||||||
public String toString() {
|
// public String toString() {
|
||||||
return officeCode;
|
// return officeCode;
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user