|
|
|
@ -2,7 +2,6 @@ package com.glxp.api.entity.sup;
|
|
|
|
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
|
@ -113,9 +112,5 @@ public class UserRegisterEntity implements Serializable {
|
|
|
|
|
@TableField(value = "checkTime")
|
|
|
|
|
private Date checkTime;
|
|
|
|
|
|
|
|
|
|
//负责人列表
|
|
|
|
|
private List<UserPersonEntity> userPersons;
|
|
|
|
|
//证书列表
|
|
|
|
|
private List<UserCertEntity> userCerts;
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
}
|
|
|
|
|