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