old mode 100644
new mode 100755
| | |
| | | private String machineId; |
| | | private String name; |
| | | private String openTypeCd; |
| | | private String openTypeName; |
| | | private String tel; |
| | | private String idCard; |
| | | private String recordTypeCd; |
| | | private String createTime; |
| | | |
| | | private String faceUrl; |
| | | |
| | | private String machineName; |
| | | private String locationTypeCd; |
| | | |
| | | private String locationObjName; |
| | | private String communityId; |
| | | |
| | | |
| | | public String getMachineRecordId() { |
| | |
| | | public void setRecordTypeCd(String recordTypeCd) { |
| | | this.recordTypeCd = recordTypeCd; |
| | | } |
| | | |
| | | public String getOpenTypeName() { |
| | | return openTypeName; |
| | | } |
| | | |
| | | public void setOpenTypeName(String openTypeName) { |
| | | this.openTypeName = openTypeName; |
| | | } |
| | | |
| | | public String getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getFaceUrl() { |
| | | return faceUrl; |
| | | } |
| | | |
| | | public void setFaceUrl(String faceUrl) { |
| | | this.faceUrl = faceUrl; |
| | | } |
| | | |
| | | public String getMachineName() { |
| | | return machineName; |
| | | } |
| | | |
| | | public void setMachineName(String machineName) { |
| | | this.machineName = machineName; |
| | | } |
| | | |
| | | public String getLocationTypeCd() { |
| | | return locationTypeCd; |
| | | } |
| | | |
| | | public void setLocationTypeCd(String locationTypeCd) { |
| | | this.locationTypeCd = locationTypeCd; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getLocationObjName() { |
| | | return locationObjName; |
| | | } |
| | | |
| | | public void setLocationObjName(String locationObjName) { |
| | | this.locationObjName = locationObjName; |
| | | } |
| | | } |