????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/ht-cay-xanhs/entities/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/ht-cay-xanhs/entities/ht-cay-xanh.entity.d.ts

import { LogCayXanh } from '@/apps/log-cay-xanhs/entities/log-cay-xanh.entity';
import { GBaseEntity } from '@/apps/models/base-entity.model';
export declare class HTCayXanh extends GBaseEntity {
    SoThuTu: string;
    DoCao: number;
    DuongKinhGoc: number;
    TinhTrang: number;
    GhiChu: string;
    TenLoaiCay: string;
    MaDuong: string;
    NamCapNhat: string;
    logCayXanhs: LogCayXanh[];
}