This commit is contained in:
wangchuxiao
2023-03-08 17:29:03 +08:00
parent 345bf3a882
commit 9ce50095b5
23 changed files with 89 additions and 128 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ import (
const (
singleGocMsgNum = 5000
msg = "msg"
Msg = "msg"
OldestList = 0
NewestList = -1
)
@@ -38,7 +38,7 @@ type MsgDocModelInterface interface {
}
func (MsgDocModel) TableName() string {
return msg
return Msg
}
func (MsgDocModel) GetSingleGocMsgNum() int64 {