model/request/serviceOrder.go
@@ -2,6 +2,7 @@ import ( "aps_crm/constvar" "aps_crm/proto/code" ) type AddServiceOrder struct { @@ -32,6 +33,8 @@ Solution string `gorm:"solution" json:"solution"` // 解决方法 SolutionRemark string `gorm:"solution_remark" json:"solutionRemark"` // 内部备注 Remark string `gorm:"remark" json:"remark"` // 备注 CodeStandID string `json:"codeStandID"` //编码id CodeRule code.CodeStandard `json:"codeRule"` } type UpdateServiceOrder struct {