????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/users/entities/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/users/entities/user.entity.d.ts

import BaseEntity from '@/apps/models/base-entity.model';
import { Role } from 'src/apps/roles/entities/role.entity';
export declare class User extends BaseEntity {
    displayName: string;
    firstName: string;
    lastName: string;
    username: string;
    password: string;
    refreshToken: string;
    isActive: boolean;
    roles: Role[];
}