|
@ -6,6 +6,7 @@ import org.jfw.apt.orm.annotation.entry.Table;
|
6
|
6
|
import org.jfw.apt.orm.annotation.entry.Unique;
|
7
|
7
|
import org.jfw.apt.orm.annotation.entry.Uniques;
|
8
|
8
|
import org.jfw.apt.orm.core.defaultImpl.FixLenStringHandler;
|
|
9
|
import org.jfw.apt.orm.core.defaultImpl.StringHandler;
|
9
|
10
|
import org.jfw.apt.orm.core.enums.DE;
|
10
|
11
|
|
11
|
12
|
import com.ekexiu.portal.basepo.BaseOrganization;
|
|
@ -124,7 +125,7 @@ public class Organization extends BaseOrganization implements CreateTimeSupporte
|
124
|
125
|
public void setIsJoin(String isJoin) {
|
125
|
126
|
this.isJoin = isJoin;
|
126
|
127
|
}
|
127
|
|
@Column(handlerClass=FixLenStringHandler.class,dbType="CHAR(2)",renewable=false)
|
|
128
|
@Column(handlerClass=StringHandler.class,dbType="VARCHAR(2)",renewable=false)
|
128
|
129
|
public String getAuthStatus() {
|
129
|
130
|
return authStatus;
|
130
|
131
|
}
|