import { Http,Util } from '@/utils'; import JQXBJServiceBase from './jqxbj-service-base'; /** * 交强险报价服务对象 * * @export * @class JQXBJService * @extends {JQXBJServiceBase} */ export default class JQXBJService extends JQXBJServiceBase { /** * Creates an instance of JQXBJService. * * @param {*} [opts={}] * @memberof JQXBJService */ constructor(opts: any = {}) { super(opts); } }