import IBIZSample0010UIServiceBase from './ibizsample0010-ui-service-base'; /** * 订单UI服务对象 * 基于 APP/src/uiservice/%DE_PKGPATH%/%DE_PKGPATH%-ui-service.ts.ftl 生成 * @export * @class IBIZSample0010UIService */ export default class IBIZSample0010UIService extends IBIZSample0010UIServiceBase { /** * Creates an instance of IBIZSample0010UIService. * * @param {*} [opts={}] * @memberof IBIZSample0010UIService */ constructor(opts: any = {}) { super(opts); } }