|
|
@@ -1,5 +1,6 @@ |
|
|
|
package com.iformall.domain.po; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField; |
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
|
|
|
import com.iformall.domain.po.base.TenantEntity; |
|
|
@@ -30,4 +31,9 @@ public class WxCUser extends TenantEntity { |
|
|
|
private Date validStartTime; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="生效结束时间",name="validEndTime") |
|
|
|
private Date validEndTime; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
private Integer isMember; |
|
|
|
@TableField(exist = false) |
|
|
|
private Integer isValid; |
|
|
|
} |