mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-29 05:39:06 +08:00
版本预发布
This commit is contained in:
@@ -30,7 +30,7 @@ type LogListInp struct {
|
||||
|
||||
type LogListModel struct {
|
||||
entity.SysLog
|
||||
MemberName string `json:"member_name"`
|
||||
MemberName string `json:"memberName"`
|
||||
Region string `json:"region"`
|
||||
}
|
||||
|
||||
@@ -41,6 +41,7 @@ type LogViewInp struct {
|
||||
|
||||
type LogViewModel struct {
|
||||
entity.SysLog
|
||||
CityLabel string `json:"cityLabel" description:"城市标签"`
|
||||
}
|
||||
|
||||
// LogDeleteInp 删除
|
||||
|
Reference in New Issue
Block a user