1 2 3
declare namespace <feewee>替换name</feewee> { interface QueryParams {}
4 5 6 7
interface ListVO { id?: number; name?: string; }
8
}