From 27d341342925f11c19fb7a31da7050f5e9041319 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期四, 19 十月 2023 17:52:29 +0800 Subject: [PATCH] 新增数据分析模块 --- src/main/java/com/flightfeather/monitor/domain/ds1/entity/DustSiteInfo.java | 1100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 1,100 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/flightfeather/monitor/domain/ds1/entity/DustSiteInfo.java b/src/main/java/com/flightfeather/monitor/domain/ds1/entity/DustSiteInfo.java new file mode 100644 index 0000000..c9a27b8 --- /dev/null +++ b/src/main/java/com/flightfeather/monitor/domain/ds1/entity/DustSiteInfo.java @@ -0,0 +1,1100 @@ +package com.flightfeather.monitor.domain.ds1.entity; + +import java.util.Date; +import javax.persistence.*; + +@Table(name = "ja_t_dust_site_info") +public class DustSiteInfo { + @Id + private Integer id; + + /** + * 璁惧缂栫爜 + */ + @Column(name = "mn_code") + private String mnCode; + + /** + * 瀹夎鍦板潃 + */ + private String address; + + /** + * 绔欑偣鍚嶇О + */ + private String name; + + /** + * 绔欑偣缂栫爜 + */ + private String code; + + /** + * 寮�宸ユ椂闂� + */ + @Column(name = "begin_date") + private Date beginDate; + + /** + * 杩愮淮鍟� + */ + @Column(name = "duty_company") + private String dutyCompany; + + /** + * 杩愮淮鍟唅d + */ + @Column(name = "duty_company_id") + private String dutyCompanyId; + + /** + * 缁撴潫鏃堕棿 + */ + @Column(name = "end_date") + private Date endDate; + + /** + * 褰撳墠鏂藉伐闃舵 + */ + @Column(name = "engineering_stage") + private String engineeringStage; + + /** + * 鎵�灞炲尯鍘夸唬鐮� + */ + @Column(name = "group_id") + private String groupId; + + /** + * 鎵�灞炲尯鍘� + */ + @Column(name = "group_name") + private String groupName; + + /** + * 鏄惁鍦ㄧ嚎 + */ + @Column(name = "is_online") + private String isOnline; + + /** + * 璁惧鏄惁寮傚父 + */ + @Column(name = "is_trouble") + private String isTrouble; + + /** + * 鏇存柊鏃堕棿 + */ + @Column(name = "jhpt_update_time") + private String jhptUpdateTime; + + private String kindex; + + /** + * 绾害 + */ + private String latitude; + + /** + * 鑱旂郴浜� + */ + private String linkman; + + /** + * 缁忓害 + */ + private String longitude; + + /** + * 鑱旂郴浜虹數璇� + */ + private String phone; + + /** + * 鎵�灞炵渷浠� + */ + private String province; + + /** + * 鍐呬腑澶栫幆缂栫爜 + */ + @Column(name = "ring_id") + private String ringId; + + /** + * 鍐呬腑澶栫幆 + */ + @Column(name = "ring_name") + private String ringName; + + /** + * 绫诲瀷缂栫爜 + */ + @Column(name = "type_id") + private String typeId; + + /** + * 绫诲瀷鍚嶇О + */ + private String typename; + + /** + * 鍋滄鏃堕棿 + */ + @Column(name = "stop_time") + private Date stopTime; + + private String active; + + /** + * 鏁呴殰娆℃暟 + */ + @Column(name = "trouble_num") + private Integer troubleNum; + + /** + * 鏂板鏃堕棿 + */ + @Column(name = "insert_time") + private Date insertTime; + + /** + * 闃舵寮�濮嬫棩鏈� + */ + @Column(name = "stage_begin_date") + private Date stageBeginDate; + + /** + * tsp娴撳害 + */ + private Double tsp; + + /** + * 缁熻绫诲瀷缂栫爜 + */ + @Column(name = "union_type_id") + private String unionTypeId; + + /** + * 鍥村楂樺害 + */ + @Column(name = "wall_height") + private String wallHeight; + + /** + * 涓氬姟鏃堕棿 + */ + @Column(name = "ywsj_date") + private Date ywsjDate; + + /** + * 寤虹瓚闈㈢Н + */ + @Column(name = "build_area") + private String buildArea; + + /** + * 鏂藉伐鍗曚綅 + */ + @Column(name = "construction_unit") + private String constructionUnit; + + /** + * 鐐逛綅鎺у埗绾� + */ + @Column(name = "control_level") + private String controlLevel; + + /** + * 寮�鍙戝晢 + */ + private String developers; + + /** + * 鎵ц鏃堕棿 + */ + @Column(name = "do_time") + private Date doTime; + + /** + * 鏄惁鏈夌洃娴� + */ + @Column(name = "has_monitor") + private String hasMonitor; + + /** + * 閲囬泦鏃堕棿 + */ + @Column(name = "data_time") + private Date dataTime; + + /** + * 褰撳墠鏂藉伐闃舵缂栫爜 + */ + @Column(name = "engineering_stage_code") + private String engineeringStageCode; + + /** + * 璁惧缂栫爜 + */ + @Column(name = "equipment_code") + private String equipmentCode; + + /** + * 鍗犲湴闈㈢Н + */ + @Column(name = "floor_area") + private String floorArea; + + /** + * 鍒犻櫎鏍囧織浣� + */ + @Column(name = "jhpt_delete") + private String jhptDelete; + + /** + * 鍣0鍔熻兘鍖� + */ + @Column(name = "noise_region") + private String noiseRegion; + + /** + * 璐熻矗浜� + */ + private String responsible; + + /** + * @return id + */ + public Integer getId() { + return id; + } + + /** + * @param id + */ + public void setId(Integer id) { + this.id = id; + } + + /** + * 鑾峰彇璁惧缂栫爜 + * + * @return mn_code - 璁惧缂栫爜 + */ + public String getMnCode() { + return mnCode; + } + + /** + * 璁剧疆璁惧缂栫爜 + * + * @param mnCode 璁惧缂栫爜 + */ + public void setMnCode(String mnCode) { + this.mnCode = mnCode == null ? null : mnCode.trim(); + } + + /** + * 鑾峰彇瀹夎鍦板潃 + * + * @return address - 瀹夎鍦板潃 + */ + public String getAddress() { + return address; + } + + /** + * 璁剧疆瀹夎鍦板潃 + * + * @param address 瀹夎鍦板潃 + */ + public void setAddress(String address) { + this.address = address == null ? null : address.trim(); + } + + /** + * 鑾峰彇绔欑偣鍚嶇О + * + * @return name - 绔欑偣鍚嶇О + */ + public String getName() { + return name; + } + + /** + * 璁剧疆绔欑偣鍚嶇О + * + * @param name 绔欑偣鍚嶇О + */ + public void setName(String name) { + this.name = name == null ? null : name.trim(); + } + + /** + * 鑾峰彇绔欑偣缂栫爜 + * + * @return code - 绔欑偣缂栫爜 + */ + public String getCode() { + return code; + } + + /** + * 璁剧疆绔欑偣缂栫爜 + * + * @param code 绔欑偣缂栫爜 + */ + public void setCode(String code) { + this.code = code == null ? null : code.trim(); + } + + /** + * 鑾峰彇寮�宸ユ椂闂� + * + * @return begin_date - 寮�宸ユ椂闂� + */ + public Date getBeginDate() { + return beginDate; + } + + /** + * 璁剧疆寮�宸ユ椂闂� + * + * @param beginDate 寮�宸ユ椂闂� + */ + public void setBeginDate(Date beginDate) { + this.beginDate = beginDate; + } + + /** + * 鑾峰彇杩愮淮鍟� + * + * @return duty_company - 杩愮淮鍟� + */ + public String getDutyCompany() { + return dutyCompany; + } + + /** + * 璁剧疆杩愮淮鍟� + * + * @param dutyCompany 杩愮淮鍟� + */ + public void setDutyCompany(String dutyCompany) { + this.dutyCompany = dutyCompany == null ? null : dutyCompany.trim(); + } + + /** + * 鑾峰彇杩愮淮鍟唅d + * + * @return duty_company_id - 杩愮淮鍟唅d + */ + public String getDutyCompanyId() { + return dutyCompanyId; + } + + /** + * 璁剧疆杩愮淮鍟唅d + * + * @param dutyCompanyId 杩愮淮鍟唅d + */ + public void setDutyCompanyId(String dutyCompanyId) { + this.dutyCompanyId = dutyCompanyId == null ? null : dutyCompanyId.trim(); + } + + /** + * 鑾峰彇缁撴潫鏃堕棿 + * + * @return end_date - 缁撴潫鏃堕棿 + */ + public Date getEndDate() { + return endDate; + } + + /** + * 璁剧疆缁撴潫鏃堕棿 + * + * @param endDate 缁撴潫鏃堕棿 + */ + public void setEndDate(Date endDate) { + this.endDate = endDate; + } + + /** + * 鑾峰彇褰撳墠鏂藉伐闃舵 + * + * @return engineering_stage - 褰撳墠鏂藉伐闃舵 + */ + public String getEngineeringStage() { + return engineeringStage; + } + + /** + * 璁剧疆褰撳墠鏂藉伐闃舵 + * + * @param engineeringStage 褰撳墠鏂藉伐闃舵 + */ + public void setEngineeringStage(String engineeringStage) { + this.engineeringStage = engineeringStage == null ? null : engineeringStage.trim(); + } + + /** + * 鑾峰彇鎵�灞炲尯鍘夸唬鐮� + * + * @return group_id - 鎵�灞炲尯鍘夸唬鐮� + */ + public String getGroupId() { + return groupId; + } + + /** + * 璁剧疆鎵�灞炲尯鍘夸唬鐮� + * + * @param groupId 鎵�灞炲尯鍘夸唬鐮� + */ + public void setGroupId(String groupId) { + this.groupId = groupId == null ? null : groupId.trim(); + } + + /** + * 鑾峰彇鎵�灞炲尯鍘� + * + * @return group_name - 鎵�灞炲尯鍘� + */ + public String getGroupName() { + return groupName; + } + + /** + * 璁剧疆鎵�灞炲尯鍘� + * + * @param groupName 鎵�灞炲尯鍘� + */ + public void setGroupName(String groupName) { + this.groupName = groupName == null ? null : groupName.trim(); + } + + /** + * 鑾峰彇鏄惁鍦ㄧ嚎 + * + * @return is_online - 鏄惁鍦ㄧ嚎 + */ + public String getIsOnline() { + return isOnline; + } + + /** + * 璁剧疆鏄惁鍦ㄧ嚎 + * + * @param isOnline 鏄惁鍦ㄧ嚎 + */ + public void setIsOnline(String isOnline) { + this.isOnline = isOnline == null ? null : isOnline.trim(); + } + + /** + * 鑾峰彇璁惧鏄惁寮傚父 + * + * @return is_trouble - 璁惧鏄惁寮傚父 + */ + public String getIsTrouble() { + return isTrouble; + } + + /** + * 璁剧疆璁惧鏄惁寮傚父 + * + * @param isTrouble 璁惧鏄惁寮傚父 + */ + public void setIsTrouble(String isTrouble) { + this.isTrouble = isTrouble == null ? null : isTrouble.trim(); + } + + /** + * 鑾峰彇鏇存柊鏃堕棿 + * + * @return jhpt_update_time - 鏇存柊鏃堕棿 + */ + public String getJhptUpdateTime() { + return jhptUpdateTime; + } + + /** + * 璁剧疆鏇存柊鏃堕棿 + * + * @param jhptUpdateTime 鏇存柊鏃堕棿 + */ + public void setJhptUpdateTime(String jhptUpdateTime) { + this.jhptUpdateTime = jhptUpdateTime == null ? null : jhptUpdateTime.trim(); + } + + /** + * @return kindex + */ + public String getKindex() { + return kindex; + } + + /** + * @param kindex + */ + public void setKindex(String kindex) { + this.kindex = kindex == null ? null : kindex.trim(); + } + + /** + * 鑾峰彇绾害 + * + * @return latitude - 绾害 + */ + public String getLatitude() { + return latitude; + } + + /** + * 璁剧疆绾害 + * + * @param latitude 绾害 + */ + public void setLatitude(String latitude) { + this.latitude = latitude == null ? null : latitude.trim(); + } + + /** + * 鑾峰彇鑱旂郴浜� + * + * @return linkman - 鑱旂郴浜� + */ + public String getLinkman() { + return linkman; + } + + /** + * 璁剧疆鑱旂郴浜� + * + * @param linkman 鑱旂郴浜� + */ + public void setLinkman(String linkman) { + this.linkman = linkman == null ? null : linkman.trim(); + } + + /** + * 鑾峰彇缁忓害 + * + * @return longitude - 缁忓害 + */ + public String getLongitude() { + return longitude; + } + + /** + * 璁剧疆缁忓害 + * + * @param longitude 缁忓害 + */ + public void setLongitude(String longitude) { + this.longitude = longitude == null ? null : longitude.trim(); + } + + /** + * 鑾峰彇鑱旂郴浜虹數璇� + * + * @return phone - 鑱旂郴浜虹數璇� + */ + public String getPhone() { + return phone; + } + + /** + * 璁剧疆鑱旂郴浜虹數璇� + * + * @param phone 鑱旂郴浜虹數璇� + */ + public void setPhone(String phone) { + this.phone = phone == null ? null : phone.trim(); + } + + /** + * 鑾峰彇鎵�灞炵渷浠� + * + * @return province - 鎵�灞炵渷浠� + */ + public String getProvince() { + return province; + } + + /** + * 璁剧疆鎵�灞炵渷浠� + * + * @param province 鎵�灞炵渷浠� + */ + public void setProvince(String province) { + this.province = province == null ? null : province.trim(); + } + + /** + * 鑾峰彇鍐呬腑澶栫幆缂栫爜 + * + * @return ring_id - 鍐呬腑澶栫幆缂栫爜 + */ + public String getRingId() { + return ringId; + } + + /** + * 璁剧疆鍐呬腑澶栫幆缂栫爜 + * + * @param ringId 鍐呬腑澶栫幆缂栫爜 + */ + public void setRingId(String ringId) { + this.ringId = ringId == null ? null : ringId.trim(); + } + + /** + * 鑾峰彇鍐呬腑澶栫幆 + * + * @return ring_name - 鍐呬腑澶栫幆 + */ + public String getRingName() { + return ringName; + } + + /** + * 璁剧疆鍐呬腑澶栫幆 + * + * @param ringName 鍐呬腑澶栫幆 + */ + public void setRingName(String ringName) { + this.ringName = ringName == null ? null : ringName.trim(); + } + + /** + * 鑾峰彇绫诲瀷缂栫爜 + * + * @return type_id - 绫诲瀷缂栫爜 + */ + public String getTypeId() { + return typeId; + } + + /** + * 璁剧疆绫诲瀷缂栫爜 + * + * @param typeId 绫诲瀷缂栫爜 + */ + public void setTypeId(String typeId) { + this.typeId = typeId == null ? null : typeId.trim(); + } + + /** + * 鑾峰彇绫诲瀷鍚嶇О + * + * @return typename - 绫诲瀷鍚嶇О + */ + public String getTypename() { + return typename; + } + + /** + * 璁剧疆绫诲瀷鍚嶇О + * + * @param typename 绫诲瀷鍚嶇О + */ + public void setTypename(String typename) { + this.typename = typename == null ? null : typename.trim(); + } + + /** + * 鑾峰彇鍋滄鏃堕棿 + * + * @return stop_time - 鍋滄鏃堕棿 + */ + public Date getStopTime() { + return stopTime; + } + + /** + * 璁剧疆鍋滄鏃堕棿 + * + * @param stopTime 鍋滄鏃堕棿 + */ + public void setStopTime(Date stopTime) { + this.stopTime = stopTime; + } + + /** + * @return active + */ + public String getActive() { + return active; + } + + /** + * @param active + */ + public void setActive(String active) { + this.active = active == null ? null : active.trim(); + } + + /** + * 鑾峰彇鏁呴殰娆℃暟 + * + * @return trouble_num - 鏁呴殰娆℃暟 + */ + public Integer getTroubleNum() { + return troubleNum; + } + + /** + * 璁剧疆鏁呴殰娆℃暟 + * + * @param troubleNum 鏁呴殰娆℃暟 + */ + public void setTroubleNum(Integer troubleNum) { + this.troubleNum = troubleNum; + } + + /** + * 鑾峰彇鏂板鏃堕棿 + * + * @return insert_time - 鏂板鏃堕棿 + */ + public Date getInsertTime() { + return insertTime; + } + + /** + * 璁剧疆鏂板鏃堕棿 + * + * @param insertTime 鏂板鏃堕棿 + */ + public void setInsertTime(Date insertTime) { + this.insertTime = insertTime; + } + + /** + * 鑾峰彇闃舵寮�濮嬫棩鏈� + * + * @return stage_begin_date - 闃舵寮�濮嬫棩鏈� + */ + public Date getStageBeginDate() { + return stageBeginDate; + } + + /** + * 璁剧疆闃舵寮�濮嬫棩鏈� + * + * @param stageBeginDate 闃舵寮�濮嬫棩鏈� + */ + public void setStageBeginDate(Date stageBeginDate) { + this.stageBeginDate = stageBeginDate; + } + + /** + * 鑾峰彇tsp娴撳害 + * + * @return tsp - tsp娴撳害 + */ + public Double getTsp() { + return tsp; + } + + /** + * 璁剧疆tsp娴撳害 + * + * @param tsp tsp娴撳害 + */ + public void setTsp(Double tsp) { + this.tsp = tsp; + } + + /** + * 鑾峰彇缁熻绫诲瀷缂栫爜 + * + * @return union_type_id - 缁熻绫诲瀷缂栫爜 + */ + public String getUnionTypeId() { + return unionTypeId; + } + + /** + * 璁剧疆缁熻绫诲瀷缂栫爜 + * + * @param unionTypeId 缁熻绫诲瀷缂栫爜 + */ + public void setUnionTypeId(String unionTypeId) { + this.unionTypeId = unionTypeId == null ? null : unionTypeId.trim(); + } + + /** + * 鑾峰彇鍥村楂樺害 + * + * @return wall_height - 鍥村楂樺害 + */ + public String getWallHeight() { + return wallHeight; + } + + /** + * 璁剧疆鍥村楂樺害 + * + * @param wallHeight 鍥村楂樺害 + */ + public void setWallHeight(String wallHeight) { + this.wallHeight = wallHeight == null ? null : wallHeight.trim(); + } + + /** + * 鑾峰彇涓氬姟鏃堕棿 + * + * @return ywsj_date - 涓氬姟鏃堕棿 + */ + public Date getYwsjDate() { + return ywsjDate; + } + + /** + * 璁剧疆涓氬姟鏃堕棿 + * + * @param ywsjDate 涓氬姟鏃堕棿 + */ + public void setYwsjDate(Date ywsjDate) { + this.ywsjDate = ywsjDate; + } + + /** + * 鑾峰彇寤虹瓚闈㈢Н + * + * @return build_area - 寤虹瓚闈㈢Н + */ + public String getBuildArea() { + return buildArea; + } + + /** + * 璁剧疆寤虹瓚闈㈢Н + * + * @param buildArea 寤虹瓚闈㈢Н + */ + public void setBuildArea(String buildArea) { + this.buildArea = buildArea == null ? null : buildArea.trim(); + } + + /** + * 鑾峰彇鏂藉伐鍗曚綅 + * + * @return construction_unit - 鏂藉伐鍗曚綅 + */ + public String getConstructionUnit() { + return constructionUnit; + } + + /** + * 璁剧疆鏂藉伐鍗曚綅 + * + * @param constructionUnit 鏂藉伐鍗曚綅 + */ + public void setConstructionUnit(String constructionUnit) { + this.constructionUnit = constructionUnit == null ? null : constructionUnit.trim(); + } + + /** + * 鑾峰彇鐐逛綅鎺у埗绾� + * + * @return control_level - 鐐逛綅鎺у埗绾� + */ + public String getControlLevel() { + return controlLevel; + } + + /** + * 璁剧疆鐐逛綅鎺у埗绾� + * + * @param controlLevel 鐐逛綅鎺у埗绾� + */ + public void setControlLevel(String controlLevel) { + this.controlLevel = controlLevel == null ? null : controlLevel.trim(); + } + + /** + * 鑾峰彇寮�鍙戝晢 + * + * @return developers - 寮�鍙戝晢 + */ + public String getDevelopers() { + return developers; + } + + /** + * 璁剧疆寮�鍙戝晢 + * + * @param developers 寮�鍙戝晢 + */ + public void setDevelopers(String developers) { + this.developers = developers == null ? null : developers.trim(); + } + + /** + * 鑾峰彇鎵ц鏃堕棿 + * + * @return do_time - 鎵ц鏃堕棿 + */ + public Date getDoTime() { + return doTime; + } + + /** + * 璁剧疆鎵ц鏃堕棿 + * + * @param doTime 鎵ц鏃堕棿 + */ + public void setDoTime(Date doTime) { + this.doTime = doTime; + } + + /** + * 鑾峰彇鏄惁鏈夌洃娴� + * + * @return has_monitor - 鏄惁鏈夌洃娴� + */ + public String getHasMonitor() { + return hasMonitor; + } + + /** + * 璁剧疆鏄惁鏈夌洃娴� + * + * @param hasMonitor 鏄惁鏈夌洃娴� + */ + public void setHasMonitor(String hasMonitor) { + this.hasMonitor = hasMonitor == null ? null : hasMonitor.trim(); + } + + /** + * 鑾峰彇閲囬泦鏃堕棿 + * + * @return data_time - 閲囬泦鏃堕棿 + */ + public Date getDataTime() { + return dataTime; + } + + /** + * 璁剧疆閲囬泦鏃堕棿 + * + * @param dataTime 閲囬泦鏃堕棿 + */ + public void setDataTime(Date dataTime) { + this.dataTime = dataTime; + } + + /** + * 鑾峰彇褰撳墠鏂藉伐闃舵缂栫爜 + * + * @return engineering_stage_code - 褰撳墠鏂藉伐闃舵缂栫爜 + */ + public String getEngineeringStageCode() { + return engineeringStageCode; + } + + /** + * 璁剧疆褰撳墠鏂藉伐闃舵缂栫爜 + * + * @param engineeringStageCode 褰撳墠鏂藉伐闃舵缂栫爜 + */ + public void setEngineeringStageCode(String engineeringStageCode) { + this.engineeringStageCode = engineeringStageCode == null ? null : engineeringStageCode.trim(); + } + + /** + * 鑾峰彇璁惧缂栫爜 + * + * @return equipment_code - 璁惧缂栫爜 + */ + public String getEquipmentCode() { + return equipmentCode; + } + + /** + * 璁剧疆璁惧缂栫爜 + * + * @param equipmentCode 璁惧缂栫爜 + */ + public void setEquipmentCode(String equipmentCode) { + this.equipmentCode = equipmentCode == null ? null : equipmentCode.trim(); + } + + /** + * 鑾峰彇鍗犲湴闈㈢Н + * + * @return floor_area - 鍗犲湴闈㈢Н + */ + public String getFloorArea() { + return floorArea; + } + + /** + * 璁剧疆鍗犲湴闈㈢Н + * + * @param floorArea 鍗犲湴闈㈢Н + */ + public void setFloorArea(String floorArea) { + this.floorArea = floorArea == null ? null : floorArea.trim(); + } + + /** + * 鑾峰彇鍒犻櫎鏍囧織浣� + * + * @return jhpt_delete - 鍒犻櫎鏍囧織浣� + */ + public String getJhptDelete() { + return jhptDelete; + } + + /** + * 璁剧疆鍒犻櫎鏍囧織浣� + * + * @param jhptDelete 鍒犻櫎鏍囧織浣� + */ + public void setJhptDelete(String jhptDelete) { + this.jhptDelete = jhptDelete == null ? null : jhptDelete.trim(); + } + + /** + * 鑾峰彇鍣0鍔熻兘鍖� + * + * @return noise_region - 鍣0鍔熻兘鍖� + */ + public String getNoiseRegion() { + return noiseRegion; + } + + /** + * 璁剧疆鍣0鍔熻兘鍖� + * + * @param noiseRegion 鍣0鍔熻兘鍖� + */ + public void setNoiseRegion(String noiseRegion) { + this.noiseRegion = noiseRegion == null ? null : noiseRegion.trim(); + } + + /** + * 鑾峰彇璐熻矗浜� + * + * @return responsible - 璐熻矗浜� + */ + public String getResponsible() { + return responsible; + } + + /** + * 璁剧疆璐熻矗浜� + * + * @param responsible 璐熻矗浜� + */ + public void setResponsible(String responsible) { + this.responsible = responsible == null ? null : responsible.trim(); + } +} \ No newline at end of file -- Gitblit v1.9.3