xufenglei
2018-01-08 904bca110bbd3cd7775c7dcbfabf0447f03e4c91
src/app/core/entity/grid.ts
@@ -13,7 +13,7 @@
   sort?: string;
   isSort?: boolean;
   type?: DataType;
   format?: Function;
   format?: (value: any, col: Column, row: any) => string;
}
export interface DataType {
    name: Types;