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