zss
2 天以前 64984c01892d6fe51d8ab550c6a28f2d0e81d6fe
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;
}