Browse Source

implement Identity

sainw 6 years ago
parent
commit
ac00367c9d
1 changed files with 7 additions and 0 deletions
  1. 7 0
      vo.go

+ 7 - 0
vo.go

@@ -18,6 +18,13 @@ type Model struct {
 	UpdatedAt time.Time `json:"update_at"`
 }
 
+func (m Model) GetId() uint64 {
+	return m.ID
+}
+func (m Model) GetType() string {
+	return m.Type
+}
+
 type SyncLog struct {
 	Model
 	DataType string `json:"data_type"`                     // data type