UNPKG

@wjya/ngx-webapp-icpc.group.pms

Version:

angular webapp : icpc.group.pms

21 lines (20 loc) 805 B
import { OnInit, Injector } from '@angular/core'; import { UserStorageService, DataDictService } from '@wjya/ngx-webapp-fx'; import { DataSourceHelper } from '../../service/data-source.helper'; export declare class ParkingProjectBillComponent implements OnInit { private dataSourceHelper; private userStorageService; private injector; private dataDictService; private listView; private dataSource; private communityDataSource; private communityGroupId; feeBillStatusOptions: any[]; communityOptions: any[]; constructor(dataSourceHelper: DataSourceHelper, userStorageService: UserStorageService, injector: Injector, dataDictService: DataDictService); ngOnInit(): void; loadAll(): void; search(e: any): void; filter(): void; }