model/request/subOrder.go
@@ -2,7 +2,6 @@ import ( "aps_crm/model" "aps_crm/proto/code" ) type AddSubOrder struct { @@ -16,7 +15,6 @@ MemberId int `json:"memberId"` Product []model.Product `json:"product"` CodeStandID string `json:"codeStandID"` //编码id CodeRule code.CodeStandard `json:"codeRule"` } type UpdateSubOrder struct {