import WFExpBarCounterServiceBase from './wfexp-bar-counter-base';
/**
* 流程导航栏计数器计数器服务对象
* 基于 APP/src/counter/%APP_COUNTER%/%APP_COUNTER%-counter.ts.ftl 生成
* @export
* @class WFExpBarCounterService
*/
export default class WFExpBarCounterService extends WFExpBarCounterServiceBase {
/**
* Creates an instance of WFExpBarCounterService.
*
* @param {*} [opts={}]
* @memberof WFExpBarCounterService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于be4f4363