|
@ -1,11 +1,9 @@
|
|
package com.yihu.jw.entity.iot.company;
|
|
package com.yihu.jw.entity.iot.company;
|
|
|
|
|
|
import com.yihu.jw.entity.UuidIdentityEntityWithOperator;
|
|
import com.yihu.jw.entity.UuidIdentityEntityWithOperator;
|
|
|
|
import com.yihu.jw.entity.util.StringFStringEncryptConverter;
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
|
import javax.persistence.*;
|
|
import java.io.Serializable;
|
|
import java.io.Serializable;
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
@ -92,6 +90,7 @@ public class IotCompanyDO extends UuidIdentityEntityWithOperator implements Seri
|
|
this.status = status;
|
|
this.status = status;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Convert(converter = StringFStringEncryptConverter.class)
|
|
public String getName() {
|
|
public String getName() {
|
|
return name;
|
|
return name;
|
|
}
|
|
}
|
|
@ -140,6 +139,7 @@ public class IotCompanyDO extends UuidIdentityEntityWithOperator implements Seri
|
|
this.organizationAddress = organizationAddress;
|
|
this.organizationAddress = organizationAddress;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Convert(converter = StringFStringEncryptConverter.class)
|
|
public String getOfficePhone() {
|
|
public String getOfficePhone() {
|
|
return officePhone;
|
|
return officePhone;
|
|
}
|
|
}
|
|
@ -148,6 +148,7 @@ public class IotCompanyDO extends UuidIdentityEntityWithOperator implements Seri
|
|
this.officePhone = officePhone;
|
|
this.officePhone = officePhone;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Convert(converter = StringFStringEncryptConverter.class)
|
|
public String getContactsName() {
|
|
public String getContactsName() {
|
|
return contactsName;
|
|
return contactsName;
|
|
}
|
|
}
|
|
@ -156,6 +157,7 @@ public class IotCompanyDO extends UuidIdentityEntityWithOperator implements Seri
|
|
this.contactsName = contactsName;
|
|
this.contactsName = contactsName;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Convert(converter = StringFStringEncryptConverter.class)
|
|
public String getContactsMobile() {
|
|
public String getContactsMobile() {
|
|
return contactsMobile;
|
|
return contactsMobile;
|
|
}
|
|
}
|
|
@ -164,6 +166,7 @@ public class IotCompanyDO extends UuidIdentityEntityWithOperator implements Seri
|
|
this.contactsMobile = contactsMobile;
|
|
this.contactsMobile = contactsMobile;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Convert(converter = StringFStringEncryptConverter.class)
|
|
public String getContactsIdcard() {
|
|
public String getContactsIdcard() {
|
|
return contactsIdcard;
|
|
return contactsIdcard;
|
|
}
|
|
}
|
|
@ -277,6 +280,7 @@ public class IotCompanyDO extends UuidIdentityEntityWithOperator implements Seri
|
|
this.auditTime = auditTime;
|
|
this.auditTime = auditTime;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Convert(converter = StringFStringEncryptConverter.class)
|
|
public String getAuditName() {
|
|
public String getAuditName() {
|
|
return auditName;
|
|
return auditName;
|
|
}
|
|
}
|