liujiandao
2023-10-24 6aa75c2a266a2522ae713b13dc702b5ad0a08f87
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 {