import { Http,Util } from '@/utils'; import IBIZSample0018ServiceBase from './ibizsample0018-service-base'; /** * 示例实体18服务对象 * 基于 APP/src/service/%DE_PKGPATH%/%DE_PKGPATH%-service.ts.ftl 生成 * @export * @class IBIZSample0018Service * @extends {IBIZSample0018ServiceBase} */ export default class IBIZSample0018Service extends IBIZSample0018ServiceBase { /** * Creates an instance of IBIZSample0018Service. * * @param {*} [opts={}] * @memberof IBIZSample0018Service */ constructor(opts: any = {}) { super(opts); } }