wwf
4 天以前 23fa268f56dcd99c8dcd46f50f3ffcaa4cdcbc49
1
2
3
4
5
export class HttpResponseResult<T> {
  code: number = 0
  msg: string = ''
  data: T | null = null
}