import IBIZSample0018AuthServiceBase from './ibizsample0018-auth-service-base';
/**
* 示例实体18权限服务对象
*
* @export
* @class IBIZSample0018AuthService
* @extends {IBIZSample0018AuthServiceBase}
*/
export default class IBIZSample0018AuthService extends IBIZSample0018AuthServiceBase {
/**
* Creates an instance of IBIZSample0018AuthService.
*
* @param {*} [opts={}]
* @memberof IBIZSample0018AuthService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于ac59cb0c