liyong
2 天以前 f72b363ee424c5f76dbd0854ac5df9d82bec7b0b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.ruoyi.collaborativeApproval.dto;
 
import com.ruoyi.collaborativeApproval.pojo.StaffContactsPersonal;
import com.ruoyi.framework.aspectj.lang.annotation.Excel;
import lombok.Data;
 
@Data
public class StaffContactsPersonalDTO extends StaffContactsPersonal {
    private String staffNo;
    private String staffName;
    private String sex;
    private String postJob;
    private String adress;
    private String profession;
    private String identityCard;
    private String phone;
}