This website works better with JavaScript.
Explore
Help
Register
Sign In
xzsjob
/
problem_check_system
Watch
1
Star
0
Fork
You've already forked problem_check_system
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
2
Branches
0
Tags
2.1 MiB
Tree:
2267d6fc91
dev
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2267d6fc91'
${ noResults }
problem_check_system
/
lib
/
modules
/
login
/
models
/
login_model.dart
5 lines
69 B
Raw
Normal View
History
Unescape
Escape
问题检查系统
3 weeks ago
class
LoginModel
{
String
username
=
"
"
;
String
password
=
"
"
;
}