公告板
版本库
filestore
活动
搜索
登录
harmony
/
app-competition2025
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
完善功能
wwf
7 天以前
e794ed885a75be8ab5c789c2ea8db902ce338b0b
[harmony/app-competition2025.git]
/
entry
/
src
/
main
/
ets
/
data
/
UserInfoBase.ets
1
2
3
4
5
6
7
/**
* @Description : ps存储的对象类型
*/
export class UserInfoBase {
account: string = ''
password: string = ''
}