This commit is contained in:
wangchuxiao
2023-03-23 19:02:20 +08:00
parent 3e15014e0a
commit 132e1b987c
33 changed files with 818 additions and 785 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ func (ChatLogModel) TableName() string {
}
type ChatLogModelInterface interface {
Create(msg pbMsg.MsgDataToMQ) error
Create(msg *pbMsg.MsgDataToMQ) error
GetChatLog(chatLog *ChatLogModel, pageNumber, showNumber int32, contentTypes []int32) (int64, []ChatLogModel, error)
}