import { Http,Util } from '@/utils'; import IBIZSample0002ServiceBase from './ibizsample0002-service-base'; /** * 示例实体02服务对象 * * @export * @class IBIZSample0002Service * @extends {IBIZSample0002ServiceBase} */ export default class IBIZSample0002Service extends IBIZSample0002ServiceBase { /** * Creates an instance of IBIZSample0002Service. * * @param {*} [opts={}] * @memberof IBIZSample0002Service */ constructor(opts: any = {}) { super(opts); } }