fix: ticket update based on review meeting
This commit is contained in:
@@ -106,7 +106,6 @@ type CallbackTicket struct {
|
||||
AgentEmail string `json:"agentEmail" gorm:"column:agent_email"` // 座席邮箱
|
||||
AgentMobile string `json:"agentMobile" gorm:"column:agent_mobile"` // 座席手机号码
|
||||
Comment string `json:"comment" gorm:"column:comment"` // 工单备注
|
||||
MsdData string `json:"msdData" gorm:"column:msd_data"` // MSD数据
|
||||
RmUid string `json:"rmUid" gorm:"column:rm_uid"` // RM用户ID
|
||||
CreatedAt int64 `json:"createdAt" gorm:"column:created_at"` // 创建时间
|
||||
UpdatedAt *int64 `json:"updatedAt" gorm:"column:updated_at;autoUpdateTime:false"` // 更新时间
|
||||
|
||||
Reference in New Issue
Block a user