|
@ -4,6 +4,7 @@ import org.jfw.apt.orm.annotation.entry.Column;
|
4
|
4
|
import org.jfw.apt.orm.annotation.entry.PrimaryKey;
|
5
|
5
|
import org.jfw.apt.orm.annotation.entry.Table;
|
6
|
6
|
import org.jfw.apt.orm.core.defaultImpl.FixLenStringHandler;
|
|
7
|
import org.jfw.apt.orm.core.defaultImpl.StringHandler;
|
7
|
8
|
import org.jfw.apt.orm.core.enums.DE;
|
8
|
9
|
|
9
|
10
|
import com.ekexiu.portal.basepo.CreateTimeSupported;
|
|
@ -53,7 +54,7 @@ public class OrgRetrieve implements CreateTimeSupported {
|
53
|
54
|
public void setPasswd(String passwd) {
|
54
|
55
|
this.passwd = passwd;
|
55
|
56
|
}
|
56
|
|
@Column(handlerClass=FixLenStringHandler.class,dbType="CHAR(2)",nullable=false)
|
|
57
|
@Column(handlerClass=StringHandler.class,dbType="VARCHAR(2)",nullable=false)
|
57
|
58
|
public String getSolveStatus() {
|
58
|
59
|
return solveStatus;
|
59
|
60
|
}
|