import { Http,Util } from '@/utils'; import IBIZSample0002ServiceBase from './ibizsample0002-service-base'; /** * 示例实体02服务对象 * 基于 APP/src/service/%DE_PKGPATH%/%DE_PKGPATH%-service.ts.ftl 生成 * @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); } }