* VIEW @@ -54,7 +49,7 @@ /** * 责任人用户ID */ - private Long user; + private Long userId; /** * 名字 */ @@ -64,9 +59,6 @@ */ private String phone; - - - public Long getId() { return id; } @@ -142,11 +134,11 @@ } public Long getUser() { - return user; + return userId; } - public void setUser(Long user) { - this.user = user; + public void setUser(Long userId) { + this.userId = userId; } public String getUserName() { @@ -165,7 +157,6 @@ this.phone = phone; } - @Override public String toString() { return "DeptUserView{" + @@ -177,7 +168,7 @@ ", version=" + version + ", num=" + num + ", tips=" + tips + - ", user=" + user + + ", userId=" + userId + ", userName=" + userName + ", phone=" + phone + "}"; diff --git a/casic-alarm/src/main/java/com/casic/missiles/modular/system/dao/mapping/SysDictMapper.xml b/casic-alarm/src/main/java/com/casic/missiles/modular/system/dao/mapping/SysDictMapper.xml index 36e65a7..bd5ec10 100644 --- a/casic-alarm/src/main/java/com/casic/missiles/modular/system/dao/mapping/SysDictMapper.xml +++ b/casic-alarm/src/main/java/com/casic/missiles/modular/system/dao/mapping/SysDictMapper.xml @@ -127,7 +127,7 @@
* VIEW
@@ -54,7 +49,7 @@
/**
* 责任人用户ID
*/
- private Long user;
+ private Long userId;
/**
* 名字
*/
@@ -64,9 +59,6 @@
*/
private String phone;
-
-
-
public Long getId() {
return id;
}
@@ -142,11 +134,11 @@
}
public Long getUser() {
- return user;
+ return userId;
}
- public void setUser(Long user) {
- this.user = user;
+ public void setUser(Long userId) {
+ this.userId = userId;
}
public String getUserName() {
@@ -165,7 +157,6 @@
this.phone = phone;
}
-
@Override
public String toString() {
return "DeptUserView{" +
@@ -177,7 +168,7 @@
", version=" + version +
", num=" + num +
", tips=" + tips +
- ", user=" + user +
+ ", userId=" + userId +
", userName=" + userName +
", phone=" + phone +
"}";
diff --git a/casic-web/pom.xml b/casic-web/pom.xml
index 0644151..b3b8281 100644
--- a/casic-web/pom.xml
+++ b/casic-web/pom.xml
@@ -74,11 +74,6 @@
* VIEW
@@ -54,7 +49,7 @@
/**
* 责任人用户ID
*/
- private Long user;
+ private Long userId;
/**
* 名字
*/
@@ -64,9 +59,6 @@
*/
private String phone;
-
-
-
public Long getId() {
return id;
}
@@ -142,11 +134,11 @@
}
public Long getUser() {
- return user;
+ return userId;
}
- public void setUser(Long user) {
- this.user = user;
+ public void setUser(Long userId) {
+ this.userId = userId;
}
public String getUserName() {
@@ -165,7 +157,6 @@
this.phone = phone;
}
-
@Override
public String toString() {
return "DeptUserView{" +
@@ -177,7 +168,7 @@
", version=" + version +
", num=" + num +
", tips=" + tips +
- ", user=" + user +
+ ", userId=" + userId +
", userName=" + userName +
", phone=" + phone +
"}";
diff --git a/casic-web/pom.xml b/casic-web/pom.xml
index 0644151..b3b8281 100644
--- a/casic-web/pom.xml
+++ b/casic-web/pom.xml
@@ -74,11 +74,6 @@