%APP_DEUILOGIC%-ui-logic-base.ts.ftl 460 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<#ibiztemplate>
TARGET=PSAPPDEUILOGIC
</#ibiztemplate>

/**
 * ${item.name}
 *
 * @export
 * @class ${srfclassname('${item.getCodeName()}')}UILogicBase
 */
export default class ${srfclassname('${item.getCodeName()}')}UILogicBase {

    /**
     * Creates an instance of  ${item.codeName}Base.
     * 
     * @param {*} [opts={}]
     * @memberof  ${srfclassname('${item.getCodeName()}')}UILogicBase
     */
    constructor(opts: any = {}) {
        
    }



}