|
@ -74,7 +74,7 @@ public class IotCompanyDO extends UuidIdentityEntityWithOperator implements Seri
|
|
|
@Column(name = "audit_name")
|
|
|
private String auditName;//审核人姓名
|
|
|
@Transient
|
|
|
private List<IotCompanyAppDO> appList;//应用实体
|
|
|
// private List<IotCompanyAppDO> appList;//应用实体
|
|
|
|
|
|
public String getSaasId() {
|
|
|
return saasId;
|
|
@ -285,11 +285,11 @@ public class IotCompanyDO extends UuidIdentityEntityWithOperator implements Seri
|
|
|
this.auditName = auditName;
|
|
|
}
|
|
|
|
|
|
public List<IotCompanyAppDO> getAppList() {
|
|
|
return appList;
|
|
|
}
|
|
|
|
|
|
public void setAppList(List<IotCompanyAppDO> appList) {
|
|
|
this.appList = appList;
|
|
|
}
|
|
|
// public List<IotCompanyAppDO> getAppList() {
|
|
|
// return appList;
|
|
|
// }
|
|
|
//
|
|
|
// public void setAppList(List<IotCompanyAppDO> appList) {
|
|
|
// this.appList = appList;
|
|
|
// }
|
|
|
}
|