export class CreateEmployeeDto {
  id: string;
  name: string;
  employeeNo: string;
  department: string;
  departmentLevel: string;
  status: string;
  workbenchName: string;
  project: string;
  type: string;
  address: string;
  roles: string;
  lastUpdateUser: string;
  createTime: string;
}
