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