增加get set属性

This commit is contained in:
wulin 2020-08-24 13:57:21 +08:00
parent 6ef4426bb8
commit cda89826a6

View File

@ -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