%APP_DEUILOGIC%-ui-logic-base.ts.ftl 283 字节
Newer Older
ibizdev's avatar
ibizdev committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<#ibiztemplate>
TARGET=PSAPPDEUILOGIC
</#ibiztemplate>
import { UILogicBase } from '@/ibiz-core';

/**
 * ${item.name}界面逻辑基类
 *
 * @export
 * @class ${item.codeName}UILogicBase
 * @extends {UILogicBase}
 */
export class ${item.codeName}UILogicBase extends UILogicBase { }