소스 검색

Merge branch 'dev' of http://192.168.1.220:10080/Amoy2/wlyy2.0 into dev

# Conflicts:
#	svr/svr-internet-hospital/src/main/java/com/yihu/jw/hospital/endpoint/consult/PatientConsultEndpoint.java
wangzhinan 4 년 전
부모
커밋
8f15b01d68
1개의 변경된 파일9개의 추가작업 그리고 7개의 파일을 삭제
  1. 9 7
      common/common-entity/src/main/java/com/yihu/jw/entity/iot/equipment/IotEquipmentDetailDO.java

+ 9 - 7
common/common-entity/src/main/java/com/yihu/jw/entity/iot/equipment/IotEquipmentDetailDO.java

@ -74,13 +74,6 @@ public class IotEquipmentDetailDO extends UuidIdentityEntityWithOperator {
     */
    private String latitude;
    public String getBelongAreCode() {
        return belongAreCode;
    }
    public void setBelongAreCode(String belongAreCode) {
        this.belongAreCode = belongAreCode;
    }
    public String getLongitude() {
        return longitude;
@ -201,4 +194,13 @@ public class IotEquipmentDetailDO extends UuidIdentityEntityWithOperator {
    public void setBelongAre(String belongAre) {
        this.belongAre = belongAre;
    }
    public String getBelongAreCode() {
        return belongAreCode;
    }
    public void setBelongAreCode(String belongAreCode) {
        this.belongAreCode = belongAreCode;
    }
}