maven
8 天以前 ea66f8ba50bd32589cab54dc67cb49bed728c1e7
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;
}