This commit is contained in:
@@ -15,7 +15,7 @@ import org.redkale.convert.json.*;
|
||||
*/
|
||||
public class NotEmptyConstructorParamsBean {
|
||||
|
||||
private int userid;
|
||||
private final int userid;
|
||||
|
||||
private String name;
|
||||
|
||||
@@ -43,10 +43,6 @@ public class NotEmptyConstructorParamsBean {
|
||||
return userid;
|
||||
}
|
||||
|
||||
public void setUserid(int userid) {
|
||||
this.userid = userid;
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user