| | |
| | | |
| | | /** 区县 */ |
| | | @Excel(name = "区县") |
| | | private Integer district; |
| | | private String district; |
| | | |
| | | |
| | | private String districtName; |
| | | /** 经度 */ |
| | | private Double lng; |
| | | /** 纬度 */ |
| | | private Double lat; |
| | | |
| | | /** 进度 */ |
| | | private String rate; |
| | | |
| | | public Double getLng() { |
| | | return lng; |
| | | } |
| | | |
| | | public void setLng(Double lng) { |
| | | this.lng = lng; |
| | | } |
| | | |
| | | public Double getLat() { |
| | | return lat; |
| | | } |
| | | |
| | | public void setLat(Double lat) { |
| | | this.lat = lat; |
| | | } |
| | | |
| | | public String getRate() { |
| | | return rate; |
| | | } |
| | | |
| | | public void setRate(String rate) { |
| | | this.rate = rate; |
| | | } |
| | | |
| | | public String getDistrictName() { |
| | | return districtName; |
| | |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH-mm-ss",timezone = "GMT+8") |
| | | private Date endTime; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH-mm-ss",timezone = "GMT+8") |
| | | private Date startTime; |
| | | |
| | | public Date getStartTime() { |
| | | return startTime; |
| | | } |
| | | |
| | | public void setStartTime(Date startTime) { |
| | | this.startTime = startTime; |
| | | } |
| | | |
| | | /** 钻孔编号 */ |
| | | private Integer holeNum; |
| | |
| | | { |
| | | return companyId; |
| | | } |
| | | public void setDistrict(Integer district) |
| | | public void setDistrict(String district) |
| | | { |
| | | this.district = district; |
| | | } |
| | | |
| | | public Integer getDistrict() |
| | | public String getDistrict() |
| | | { |
| | | return district; |
| | | } |