import IBIZSample0003UIServiceBase from './ibizsample0003-ui-service-base'; /** * 示例实体03UI服务对象 * * @export * @class IBIZSample0003UIService */ export default class IBIZSample0003UIService extends IBIZSample0003UIServiceBase { /** * Creates an instance of IBIZSample0003UIService. * * @param {*} [opts={}] * @memberof IBIZSample0003UIService */ constructor(opts: any = {}) { super(opts); } }