import IBIZSupplierAuthServiceBase from './ibizsupplier-auth-service-base'; /** * 供货商权限服务对象 * 基于 APP/src/authservice/%DE_PKGPATH%/%DE_PKGPATH%-auth-service.ts.ftl 生成 * @export * @class IBIZSupplierAuthService * @extends {IBIZSupplierAuthServiceBase} */ export default class IBIZSupplierAuthService extends IBIZSupplierAuthServiceBase { /** * Creates an instance of IBIZSupplierAuthService. * * @param {*} [opts={}] * @memberof IBIZSupplierAuthService */ constructor(opts: any = {}) { super(opts); } }