mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-15 12:16:34 +08:00
feat: mongo优化
This commit is contained in:
@@ -16,8 +16,8 @@ type MongoCommand struct {
|
||||
}
|
||||
|
||||
type MongoRunCommand struct {
|
||||
Database string `binding:"required" json:"database"`
|
||||
Command map[string]any `json:"command"`
|
||||
Database string `binding:"required" json:"database"`
|
||||
Command []map[string]any `json:"command"`
|
||||
}
|
||||
|
||||
type MongoFindCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user