Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
kefu_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6e023090
authored
Dec 24, 2019
by
chenxianqi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
message add key comment
parent
6c0d73da
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
models/message.go
models/message.go
View file @
6e023090
...
...
@@ -16,6 +16,7 @@ package models
// 12 welcome 欢迎语
// 13 system 系统消息
// 14 search_knowledge 检索关键词知识库消息
// 15 key 消息key
type
Message
struct
{
ID
int64
`orm:"auto;pk;column(id)" json:"id"`
// 消息ID
FromAccount
int64
`orm:"type(bigint);column(from_account)" json:"from_account"`
// 发送人账号
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment