model/request/serviceOrder.go
@@ -2,7 +2,6 @@ import ( "aps_crm/constvar" "aps_crm/proto/code" ) type AddServiceOrder struct { @@ -34,7 +33,6 @@ 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 {