Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CnChunfeng
/
crm_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
57a90150
authored
Sep 27, 2021
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整字段
parent
0ed2d07b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
internal/model/kefu.go
internal/model/kefu.go
View file @
57a90150
...
@@ -6,6 +6,7 @@ type Kefu struct {
...
@@ -6,6 +6,7 @@ type Kefu struct {
SaleName
string
`json:"sale_name" db:"sale_name"`
SaleName
string
`json:"sale_name" db:"sale_name"`
Email
string
`json:"email" db:"email"`
Email
string
`json:"email" db:"email"`
Status
int
`json:"status" db:"status"`
Status
int
`json:"status" db:"status"`
Type
int
`json:"type" db:"type"`
OperatorId
int
`json:"operator_id" db:"operator_id"`
OperatorId
int
`json:"operator_id" db:"operator_id"`
OperatorName
string
`json:"operator_name" db:"operator_name"`
OperatorName
string
`json:"operator_name" db:"operator_name"`
Create_Time
int64
`json:"create_time" db:"create_time"`
Create_Time
int64
`json:"create_time" db:"create_time"`
...
...
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