grid-exp-viewgridexpbar-gridexpbar-model.ts 318 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
/**
 * GridExpViewgridexpbar 部件模型
 *
 * @export
 * @class GridExpViewgridexpbarModel
 */
export default class GridExpViewgridexpbarModel {

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

}