test-custom-layout-panel-grid-exp-viewgridexpbar-gridexpbar-model.ts 454 字节
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 生成
/**
 * TestCustomLayoutPanelGridExpViewgridexpbar 部件模型
 *
 * @export
 * @class TestCustomLayoutPanelGridExpViewgridexpbarModel
 */
export default class TestCustomLayoutPanelGridExpViewgridexpbarModel {

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

}