export interface ServiceVO { code: string; name: string; requestUrl: string; url: string; }