mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 16:00:25 +08:00
8 lines
206 B
Go
8 lines
206 B
Go
package entity
|
|
|
|
type SysLogQuery struct {
|
|
CreatorId uint64 `json:"creatorId" form:"creatorId"`
|
|
Type int8 `json:"type" form:"type"`
|
|
Description string `json:"description" form:"description"`
|
|
}
|