liding
3 天以前 c494daaad7f53cd353e21e7a38a40df4d048ba5a
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;
}