import IBIZSample0021UIServiceBase from './ibizsample0021-ui-service-base';
/**
* 订单UI服务对象
*
* @export
* @class IBIZSample0021UIService
*/
export default class IBIZSample0021UIService extends IBIZSample0021UIServiceBase {
/**
* Creates an instance of IBIZSample0021UIService.
*
* @param {*} [opts={}]
* @memberof IBIZSample0021UIService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于d27a1c66