|
|
@@ -1,5 +1,6 @@
|
|
|
package com.cyksj.model.entity;
|
|
|
|
|
|
+import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.cyksj.model.BaseEntity;
|
|
|
import com.ejlchina.searcher.bean.DbIgnore;
|
|
|
import com.ejlchina.searcher.bean.SearchBean;
|
|
|
@@ -91,8 +92,10 @@ public class GroupsRelationExpiryRecord extends BaseEntity {
|
|
|
private Integer accountStatus;
|
|
|
|
|
|
@DbIgnore
|
|
|
+ @TableField(exist = false)
|
|
|
private String corpUserName;
|
|
|
|
|
|
@DbIgnore
|
|
|
+ @TableField(exist = false)
|
|
|
private String corpHeadImgUrl;
|
|
|
}
|