Kaynağa Gözat

更新文件 SmartUser.java

陈士柏 2 yıl önce
ebeveyn
işleme
df00ee86ff

+ 3 - 3
src/main/java/com/template/model/pojo/SmartUser.java

@@ -34,9 +34,6 @@ public class SmartUser implements Serializable {
     @TableId(value = "id", type = IdType.AUTO)
     private Integer id;
 
-    @ApiModelProperty(value = "时间组ID")
-    private Integer timeGroupId;
-
     @ApiModelProperty(value = "编号(学号)")
     private String cardNo;
 
@@ -109,6 +106,9 @@ public class SmartUser implements Serializable {
     @ApiModelProperty(value = "微信openId")
     private String openId;
 
+    @ApiModelProperty(value = "小程序openId")
+    private String xOpenId;
+
     @ApiModelProperty(value = "公众号openId")
     private String gzhOpenId;