zhangqian
2023-10-28 05582688724c78bc70a7bc860193c67677f6c8cf
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 {