declare namespace Common { interface Paging { pageNum?: number; pageSize?: number; } interface Res { code: number; msg: string; } }