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