old mode 100644
new mode 100755
| | |
| | | package com.java110.vo.api.auditAppUserBindingOwner; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | public class ApiAuditAppUserBindingOwnerDataVo implements Serializable { |
| | | |
| | |
| | | private String state; |
| | | private String stateName; |
| | | private String createTime; |
| | | private String appType; |
| | | private String appTypeName; |
| | | |
| | | private String areaCode; |
| | | private String areaName; |
| | | private String parentAreaCode; |
| | | private String parentAreaName; |
| | | |
| | | private String userId; |
| | | private String ownerId; |
| | | private String ownerName; |
| | | |
| | | public String getAppUserId() { |
| | | return appUserId; |
| | |
| | | public void setAreaName(String areaName) { |
| | | this.areaName = areaName; |
| | | } |
| | | |
| | | public String getParentAreaCode() { |
| | | return parentAreaCode; |
| | | } |
| | | |
| | | public void setParentAreaCode(String parentAreaCode) { |
| | | this.parentAreaCode = parentAreaCode; |
| | | } |
| | | |
| | | public String getParentAreaName() { |
| | | return parentAreaName; |
| | | } |
| | | |
| | | public void setParentAreaName(String parentAreaName) { |
| | | this.parentAreaName = parentAreaName; |
| | | } |
| | | |
| | | public String getUserId() { |
| | | return userId; |
| | | } |
| | | |
| | | public void setUserId(String userId) { |
| | | this.userId = userId; |
| | | } |
| | | |
| | | public String getAppType() { |
| | | return appType; |
| | | } |
| | | |
| | | public void setAppType(String appType) { |
| | | this.appType = appType; |
| | | } |
| | | |
| | | public String getAppTypeName() { |
| | | return appTypeName; |
| | | } |
| | | |
| | | public void setAppTypeName(String appTypeName) { |
| | | this.appTypeName = appTypeName; |
| | | } |
| | | |
| | | public String getOwnerId() { |
| | | return ownerId; |
| | | } |
| | | |
| | | public void setOwnerId(String ownerId) { |
| | | this.ownerId = ownerId; |
| | | } |
| | | |
| | | public String getOwnerName() { |
| | | return ownerName; |
| | | } |
| | | |
| | | public void setOwnerName(String ownerName) { |
| | | this.ownerName = ownerName; |
| | | } |
| | | } |