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