import { IDataContainer } from '../listView/interface'; /** * 数据容器-数据视图 */ export type IDataView = IDataContainer;