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