Commit 57a90150 by 朱继来

调整字段

parent 0ed2d07b
Showing with 1 additions and 0 deletions
......@@ -6,6 +6,7 @@ type Kefu struct {
SaleName string `json:"sale_name" db:"sale_name"`
Email string `json:"email" db:"email"`
Status int `json:"status" db:"status"`
Type int `json:"type" db:"type"`
OperatorId int `json:"operator_id" db:"operator_id"`
OperatorName string `json:"operator_name" db:"operator_name"`
Create_Time int64 `json:"create_time" db:"create_time"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment