import IBIZSample0013AuthServiceBase from './ibizsample0013-auth-service-base'; /** * 订单明细权限服务对象 * * @export * @class IBIZSample0013AuthService * @extends {IBIZSample0013AuthServiceBase} */ export default class IBIZSample0013AuthService extends IBIZSample0013AuthServiceBase { /** * Creates an instance of IBIZSample0013AuthService. * * @param {*} [opts={}] * @memberof IBIZSample0013AuthService */ constructor(opts: any = {}) { super(opts); } }