fengxiang
2018-01-10 3517e796f650b8aed52165c1a5905456f54033ef
src/app/business/entity/grid.ts
File was renamed from src/app/core/entity/grid.ts
@@ -1,11 +1,6 @@
import { Column } from '@core/entity/grid';
import { Types } from '@core/enum/types.enum';
import { Types } from '@business/enum/types.enum';
export interface AreaNames {
    provinceName?: string;
    cityName?: string;
    areaName?: string;
}
export interface Column {
   text?: string;
   name?: string;