|
|
@ -20,6 +20,7 @@ package com.elink.esua.epdc.user.entity; |
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
|
|
|
|
import com.elink.esua.epdc.commons.mybatis.entity.BaseEpdcEntity; |
|
|
|
import com.elink.esua.epdc.commons.mybatis.entity.DeptScope; |
|
|
|
import lombok.Data; |
|
|
|
import lombok.EqualsAndHashCode; |
|
|
|
|
|
|
@ -34,7 +35,7 @@ import java.util.Date; |
|
|
|
@Data |
|
|
|
@EqualsAndHashCode(callSuper=false) |
|
|
|
@TableName("epdc_party_standard_bearer_apply") |
|
|
|
public class PartyStandardBearerApplyEntity extends BaseEpdcEntity { |
|
|
|
public class PartyStandardBearerApplyEntity extends DeptScope { |
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
@ -58,26 +59,6 @@ public class PartyStandardBearerApplyEntity extends BaseEpdcEntity { |
|
|
|
*/ |
|
|
|
private String deptId; |
|
|
|
|
|
|
|
/** |
|
|
|
* 上级机构ID拼接 |
|
|
|
*/ |
|
|
|
private String parentDeptIds; |
|
|
|
|
|
|
|
/** |
|
|
|
* 上级机构名称拼接 |
|
|
|
*/ |
|
|
|
private String parentDeptNames; |
|
|
|
|
|
|
|
/** |
|
|
|
* 全部机构ID拼接 |
|
|
|
*/ |
|
|
|
private String allDeptIds; |
|
|
|
|
|
|
|
/** |
|
|
|
* 全部机构名称拼接 |
|
|
|
*/ |
|
|
|
private String allDeptNames; |
|
|
|
|
|
|
|
/** |
|
|
|
* 审核人姓名 |
|
|
|
*/ |
|
|
|