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