liujiandao
2023-10-11 34ef7217a034599217a7fdd1e28e1ae6910e1b4b
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 {