浏览代码

implement Identity

sainw 6 年之前
父节点
当前提交
ac00367c9d
共有 1 个文件被更改,包括 7 次插入0 次删除
  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