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