Quellcode durchsuchen

--update filed authType to authStatusExpert;

zzy.zhiyuan.foxmail vor 8 Jahren
Ursprung
Commit
c1be747a30
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 6 6
      src/main/java/com/ekexiu/portal/pojo/AuthApplyInfo.java

+ 6 - 6
src/main/java/com/ekexiu/portal/pojo/AuthApplyInfo.java

@ -14,7 +14,7 @@ public class AuthApplyInfo extends AuthApply {
14 14
	private String orgName;
15 15
	private String office;
16 16
	private String title;
17
	private Integer authType;
17
	private Integer authStatusExpert;
18 18
	private Integer authStatus;
19 19
	private String department;
20 20
	
@ -53,12 +53,12 @@ public class AuthApplyInfo extends AuthApply {
53 53
	public void setTitle(String title) {
54 54
		this.title = title;
55 55
	}
56
	@CalcColumn(handlerClass=WIntHandler.class,column="p.auth_type")
57
	public Integer getAuthType() {
58
		return authType;
56
	@CalcColumn(handlerClass=WIntHandler.class,column="p.auth_status_expert")
57
	public Integer getAuthStatusExpert() {
58
		return authStatusExpert;
59 59
	}
60
	public void setAuthType(Integer authType) {
61
		this.authType = authType;
60
	public void setAuthStatusExpert(Integer authStatusExpert) {
61
		this.authStatusExpert = authStatusExpert;
62 62
	}
63 63
	@CalcColumn(handlerClass=WIntHandler.class,column="p.auth_status")
64 64
	public Integer getAuthStatus() {