|
@@ -11,6 +11,15 @@ public class UserInfoModel {
|
|
|
private String openid;// 绑定微信公众号的openid
|
|
|
private String proOpenid;// 绑定微信小程序的openid
|
|
|
|
|
|
+ public String getInsetTime() {
|
|
|
+ return insetTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInsetTime(String insetTime) {
|
|
|
+ this.insetTime = insetTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ private String insetTime;//新增人员的时间
|
|
|
private String personCode;
|
|
|
private String personName;
|
|
|
private String postDate;
|