import IBIZSupplierAuthServiceBase from './ibizsupplier-auth-service-base';
/**
* 供货商权限服务对象
*
* @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);
}
}
-
由 ibizdev 提交于3f283ca5