data-view-exp-view-layoutdataviewexpbar-dataviewexpbar-model.ts 440 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
// 基于 @CONTROL/卡片视图导航/MODEL.ts.ftl 生成
/**
 * DataViewExpView_layoutdataviewexpbar 部件模型
 *
 * @export
 * @class DataViewExpView_layoutdataviewexpbarModel
 */
export default class DataViewExpView_layoutdataviewexpbarModel {

	/**
	 * 获取数据项集合
	 *
	 * @returns {any[]}
	 * @memberof DataViewExpView_layoutdataviewexpbarDataviewexpbarMode
	 */
	public getDataItems(): any[] {
		return [
      
		]
	}

}