????

Your IP : 216.73.216.131


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/log-cay-xanhs/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/log-cay-xanhs/log-cay-xanhs.controller.d.ts

import { LogCayXanhsService } from './log-cay-xanhs.service';
import { CrudController } from '@dataui/crud';
import { LogCayXanh } from './entities/log-cay-xanh.entity';
export declare class LogCayXanhsController implements CrudController<LogCayXanh> {
    service: LogCayXanhsService;
    constructor(service: LogCayXanhsService);
    getVersion(param: {
        id: number;
    }): Promise<{
        new: LogCayXanh;
        old: LogCayXanh;
    }>;
}