|
|
@@ -1,5 +1,6 @@ |
|
|
|
package com.iformall.domain.po; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField; |
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
import com.iformall.domain.po.base.TenantEntity; |
|
|
|
import lombok.Data; |
|
|
@@ -47,7 +48,14 @@ public class UserBasicPropertyLog extends TenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="创建时间",name="createDate") |
|
|
|
private Date createDate; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="记录对应的业务ID",name="extraId") |
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="",name="extraIds") |
|
|
|
private List<Long> extraIds; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
private Date startDate; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
private Date endDate; |
|
|
|
|
|
|
|
} |