app-portal-view2-db-dashboard-model.ts 304 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
/**
 * AppPortalView2_db 部件模型
 *
 * @export
 * @class AppPortalView2_dbModel
 */
export default class AppPortalView2_dbModel {

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


}