simplified

This commit is contained in:
yaziming
2020-05-22 15:24:49 +08:00
parent 962daab361
commit e2c876865b
3 changed files with 73 additions and 67 deletions

View File

@@ -26,7 +26,7 @@ type Node struct {
Key string `json:"key" bson:"key"`
// 前端展示
IsMaster bool `json:"is_master"`
IsMaster bool `json:"is_master" bson:"is_master"`
UpdateTs time.Time `json:"update_ts" bson:"update_ts"`
CreateTs time.Time `json:"create_ts" bson:"create_ts"`