增加get set属性
This commit is contained in:
parent
6ef4426bb8
commit
cda89826a6
@ -132,6 +132,14 @@ public class LuckRecord implements java.io.Serializable {
|
|||||||
this.name = name;
|
this.name = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getMobile() {
|
||||||
|
return mobile;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setMobile(String mobile) {
|
||||||
|
this.mobile = mobile;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 是否中将 0为中将 1中将
|
* 是否中将 0为中将 1中将
|
||||||
* @return
|
* @return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user