@@ -0,0 +1,7 @@
|
||||
package immod
|
||||
|
||||
// WebMsgRes web响应
|
||||
type WebMsgRes struct {
|
||||
Total int64 `json:"total" bson:"total"`
|
||||
List []Msg `json:"list" bson:"list"`
|
||||
}
|
||||
Reference in New Issue
Block a user