|
|
@@ -254,7 +254,7 @@ public class OrganizationIdentity {
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_identity.enterprise_scale
|
|
|
* @mbg.generated Wed Jun 06 10:26:09 CST 2018
|
|
|
*/
|
|
|
- private Integer enterpriseScale;
|
|
|
+ private String enterpriseScale;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column organization_identity.register_type
|
|
|
* @mbg.generated Wed Jun 06 10:26:09 CST 2018
|
|
|
@@ -1233,7 +1233,7 @@ public class OrganizationIdentity {
|
|
|
* @return the value of organization_identity.enterprise_scale
|
|
|
* @mbg.generated Wed Jun 06 10:26:09 CST 2018
|
|
|
*/
|
|
|
- public Integer getEnterpriseScale() {
|
|
|
+ public String getEnterpriseScale() {
|
|
|
return enterpriseScale;
|
|
|
}
|
|
|
|
|
|
@@ -1242,7 +1242,7 @@ public class OrganizationIdentity {
|
|
|
* @param enterpriseScale the value for organization_identity.enterprise_scale
|
|
|
* @mbg.generated Wed Jun 06 10:26:09 CST 2018
|
|
|
*/
|
|
|
- public void setEnterpriseScale(Integer enterpriseScale) {
|
|
|
+ public void setEnterpriseScale(String enterpriseScale) {
|
|
|
this.enterpriseScale = enterpriseScale;
|
|
|
}
|
|
|
|