| | |
| | | package com.moral.entity;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import javax.persistence.Id;
|
| | | import javax.persistence.Transient;
|
| | |
|
| | |
| | | *
|
| | | * @mbggenerated Thu Dec 07 16:40:22 CST 2017
|
| | | */
|
| | | private double longitude;
|
| | | private Double longitude;
|
| | |
|
| | | /**
|
| | | * This field was generated by MyBatis Generator.
|
| | |
| | | *
|
| | | * @mbggenerated Thu Dec 07 16:40:22 CST 2017
|
| | | */
|
| | | private double latitude;
|
| | | private Double latitude;
|
| | |
|
| | | /**
|
| | | * This field was generated by MyBatis Generator.
|
| | |
| | | */
|
| | | private String description;
|
| | | @Transient
|
| | | private Integer state;
|
| | | @Transient
|
| | | private AreaNames areaNames;
|
| | | @Transient
|
| | | private Organization organization;
|
| | |
|
| | | private Long townCode;
|
| | | private Long villageCode;
|
| | | |
| | | @Transient
|
| | | private List<Device> devices;
|
| | | } |