app-portal-view-db-dashboard-model.ts 352 字节
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 生成
/**
 * AppPortalView_db 部件模型
 *
 * @export
 * @class AppPortalView_dbModel
 */
export default class AppPortalView_dbModel {

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


}