import IBIZSample0011AuthServiceBase from './ibizsample0011-auth-service-base';


/**
 * 订单明细权限服务对象
 * 基于 APP/src/authservice/%DE_PKGPATH%/%DE_PKGPATH%-auth-service.ts.ftl 生成
 * @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);
    }


}