wwf
2025-10-01 1ce875be27d9011c3944c6b975d9f817947ecdf8
1
2
3
4
5
6
7
/**
  * @Description : ps存储的对象类型
 */
export class UserInfoBase {
  account: string = ''
  password: string = ''
}