import IBIZSample0009UIServiceBase from './ibizsample0009-ui-service-base'; /** * 商品价格明细UI服务对象 * 基于 APP/src/uiservice/%DE_PKGPATH%/%DE_PKGPATH%-ui-service.ts.ftl 生成 * @export * @class IBIZSample0009UIService */ export default class IBIZSample0009UIService extends IBIZSample0009UIServiceBase { /** * Creates an instance of IBIZSample0009UIService. * * @param {*} [opts={}] * @memberof IBIZSample0009UIService */ constructor(opts: any = {}) { super(opts); } }