import IBIZSample0009UIServiceBase from './ibizsample0009-ui-service-base';
/**
* 商品价格明细UI服务对象
*
* @export
* @class IBIZSample0009UIService
*/
export default class IBIZSample0009UIService extends IBIZSample0009UIServiceBase {
/**
* Creates an instance of IBIZSample0009UIService.
*
* @param {*} [opts={}]
* @memberof IBIZSample0009UIService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于d5ca85cf