liujiandao
2023-10-24 d8c708a30d938ceb87348257add9dc10926044df
model/request/salesDetails.go
@@ -29,6 +29,7 @@
   LogisticCost        float64          `json:"logisticCost" gorm:"column:logistic_cost;type:decimal(10,2);comment:物流费用"`
   CodeStandID         string           `json:"codeStandID"` //编码id
   DeliverType         int              `json:"deliverType"` //交付类型:1.一次发货,2.多次发货
   QuotationId         int              `json:"quotationId" gorm:"column:quotation_id;type:int;comment:报价单id"`
}
type UpdateSalesDetails struct {