<#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 = {}) {
}
}
-
由 ibizdev 提交于101e1714