|
|
|
@@ -1,5 +1,6 @@ |
|
|
|
package com.iformall.domain.po.base; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField; |
|
|
|
import com.iformall.utils.Constant; |
|
|
|
import com.iformall.utils.UserUtil; |
|
|
|
import lombok.Data; |
|
|
|
@@ -27,7 +28,9 @@ public class BaseCUserEntity extends TenantEntity { |
|
|
|
/*用户过期时间**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="用户过期时间",name="expireTime") |
|
|
|
private Date expireTime; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="真实对象如wxCUser",name="expireTime") |
|
|
|
@TableField(exist = false) |
|
|
|
private Object realUser; |
|
|
|
|
|
|
|
/** |
|
|
|
|