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