????

Your IP : 3.128.205.62


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/slides/entities/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/slides/entities/slide.entity.d.ts

import BaseEntity from '../../models/base-entity.model';
import { Post } from '../../posts/entities/post.entity';
export declare class Slide extends BaseEntity {
    postId: number;
    imageUrl: string;
    lang: string;
    post: Post;
}