bawu_userlogs
Userlog
dataclass
吧务用户管理日志
Attributes:
Name | Type | Description |
---|---|---|
op_type |
str
|
操作类型 |
op_duration |
int
|
操作作用时长 |
user_portrait |
str
|
被操作用户的portrait |
op_user_name |
str
|
操作人用户名 |
op_time |
datetime
|
操作时间 |
Page_userlog
dataclass
页信息
Attributes:
Name | Type | Description |
---|---|---|
current_page |
int
|
当前页码 |
total_page |
int
|
总页码 |
total_count |
int
|
总计数 |
has_more |
bool
|
是否有后继页 |
has_prev |
bool
|
是否有前驱页 |
Userlogs
dataclass
吧务用户管理日志表
Attributes:
Name | Type | Description |
---|---|---|
objs |
list[Postlog]
|
吧务用户管理日志表 |
err |
Exception | None
|
捕获的异常 |
page |
Page_userlog
|
页信息 |
has_more |
bool
|
是否还有下一页 |