import { Http,Util } from '@/utils';
import IBIZSample0003ServiceBase from './ibizsample0003-service-base';


/**
 * 示例实体03服务对象
 * 基于 APP/src/service/%DE_PKGPATH%/%DE_PKGPATH%-service.ts.ftl 生成
 * @export
 * @class IBIZSample0003Service
 * @extends {IBIZSample0003ServiceBase}
 */
export default class IBIZSample0003Service extends IBIZSample0003ServiceBase {

    /**
     * Creates an instance of  IBIZSample0003Service.
     * 
     * @param {*} [opts={}]
     * @memberof  IBIZSample0003Service
     */
    constructor(opts: any = {}) {
        super(opts);
    }


}