|
@@ -6,4 +6,5 @@ type EggAccessRecordsDao interface { |
|
|
//TODO:: You can add specific method definitions here |
|
|
//TODO:: You can add specific method definitions here |
|
|
EggAccessRecordsExist(uid int64, date string, index string) (bool, error) |
|
|
EggAccessRecordsExist(uid int64, date string, index string) (bool, error) |
|
|
EggAccessRecordsInsert(m *model.EggAccessRecords) (int64, error) |
|
|
EggAccessRecordsInsert(m *model.EggAccessRecords) (int64, error) |
|
|
|
|
|
EggAccessRecordsDeleteByDateByPage(date string, limit int) (int64, error) |
|
|
} |
|
|
} |