liujiandao
2023-10-24 6aa75c2a266a2522ae713b13dc702b5ad0a08f87
model/request/salesDetails.go
@@ -3,7 +3,6 @@
import (
   "aps_crm/constvar"
   "aps_crm/model"
   "aps_crm/proto/code"
)
type AddSalesDetails struct {
@@ -29,7 +28,7 @@
   LogisticNumber      string            `json:"logisticNumber" gorm:"column:logistic_number;type:varchar(255);comment:物流单号"`
   LogisticCost        float64           `json:"logisticCost" gorm:"column:logistic_cost;type:decimal(10,2);comment:物流费用"`
   CodeStandID         string            `json:"codeStandID"` //编码id
   CodeRule            code.CodeStandard `json:"codeRule"`
   DeliverType         int              `json:"deliverType"` //交付类型:1.一次发货,2.多次发货
}
type UpdateSalesDetails struct {