mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
opt: log page (#967)
This commit is contained in:
committed by
GitHub
parent
16fa47e8e9
commit
c75a68dacc
@@ -1,12 +1,12 @@
|
||||
class LoginLogItem {
|
||||
String ip;
|
||||
int? time;
|
||||
String timeAt;
|
||||
bool? status;
|
||||
int? type;
|
||||
String geo;
|
||||
final String ip;
|
||||
final int? time;
|
||||
final String timeAt;
|
||||
final bool? status;
|
||||
final int? type;
|
||||
final String geo;
|
||||
|
||||
LoginLogItem({
|
||||
const LoginLogItem({
|
||||
required this.ip,
|
||||
this.time,
|
||||
required this.timeAt,
|
||||
|
||||
Reference in New Issue
Block a user