Blame view

interface.d.ts 139 Bytes
c9a263f8   王强   init
1
2
3
  declare namespace <feewee>替换name</feewee> {
    interface QueryParams {}
  
4022eef8   王强   fix
4
5
6
7
    interface ListVO {
      id?: number;
      name?: string;
    }
c9a263f8   王强   init
8
  }