import IBIZSample0013AuthServiceBase from './ibizsample0013-auth-service-base';


/**
 * 订单明细权限服务对象
 * 基于 APP/src/authservice/%DE_PKGPATH%/%DE_PKGPATH%-auth-service.ts.ftl 生成
 * @export
 * @class IBIZSample0013AuthService
 * @extends {IBIZSample0013AuthServiceBase}
 */
export default class IBIZSample0013AuthService extends IBIZSample0013AuthServiceBase {

    /**
     * Creates an instance of  IBIZSample0013AuthService.
     * 
     * @param {*} [opts={}]
     * @memberof  IBIZSample0013AuthService
     */
    constructor(opts: any = {}) {
        super(opts);
    }


}