wwf
7 天以前 e794ed885a75be8ab5c789c2ea8db902ce338b0b
1
2
3
4
5
6
7
/**
  * @Description : ps存储的对象类型
 */
export class UserInfoBase {
  account: string = ''
  password: string = ''
}