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