feat(staff-enterprise-relation): 添加员工姓名字段到VO
This commit is contained in:
@@ -29,6 +29,10 @@ public class CcdiStaffEnterpriseRelationVO implements Serializable {
|
|||||||
@Schema(description = "身份证号")
|
@Schema(description = "身份证号")
|
||||||
private String personId;
|
private String personId;
|
||||||
|
|
||||||
|
/** 员工姓名 */
|
||||||
|
@Schema(description = "员工姓名")
|
||||||
|
private String personName;
|
||||||
|
|
||||||
/** 关联人在企业的职务 */
|
/** 关联人在企业的职务 */
|
||||||
@Schema(description = "关联人在企业的职务")
|
@Schema(description = "关联人在企业的职务")
|
||||||
private String relationPersonPost;
|
private String relationPersonPost;
|
||||||
|
|||||||
Reference in New Issue
Block a user