|
@@ -43,7 +43,7 @@ func (m *WaybillGetCustomerPageReq) GetNeedSearch() interface{} {
|
|
|
|
|
|
|
|
type WaybillInsertReq struct {
|
|
type WaybillInsertReq struct {
|
|
|
Id int `json:"id" comment:"编码" swaggerignore:"true"` // 编码
|
|
Id int `json:"id" comment:"编码" swaggerignore:"true"` // 编码
|
|
|
- No string `json:"no" swaggerignore:"true"` //单号
|
|
|
|
|
|
|
+ No string `json:"no"` //单号 可以手动输入,不输入则默认系统单号
|
|
|
Status int `json:"status" swaggerignore:"true"` //运单状态:1-待处理;102-待装车 103-运输中 104-已签收
|
|
Status int `json:"status" swaggerignore:"true"` //运单状态:1-待处理;102-待装车 103-运输中 104-已签收
|
|
|
SenderAddressDetails string `json:"senderAddressDetails"` //发货地址详情
|
|
SenderAddressDetails string `json:"senderAddressDetails"` //发货地址详情
|
|
|
SenderAddressName string `json:"senderAddressName"` //发货地址名称
|
|
SenderAddressName string `json:"senderAddressName"` //发货地址名称
|
|
@@ -269,8 +269,9 @@ type WaybillSendMailPdfReq struct {
|
|
|
|
|
|
|
|
type WaybillLogisticsUpdateReq struct {
|
|
type WaybillLogisticsUpdateReq struct {
|
|
|
WaybillLogisticsList []struct {
|
|
WaybillLogisticsList []struct {
|
|
|
- Id int `json:"id" comment:"编码" swaggerignore:"true"` // 编码
|
|
|
|
|
- Time model2.Time `json:"time" gorm:"size:128"` // 开始时间
|
|
|
|
|
|
|
+ Id int `json:"id" comment:"编码" swaggerignore:"true"` // 编码
|
|
|
|
|
+ Address string `json:"address"` // 地址
|
|
|
|
|
+ Time model2.Time `json:"time"` // 开始时间
|
|
|
} `json:"waybillLogistics"`
|
|
} `json:"waybillLogistics"`
|
|
|
model2.ControlBy `swaggerignore:"true"`
|
|
model2.ControlBy `swaggerignore:"true"`
|
|
|
model2.DeptBy `swaggerignore:"true"`
|
|
model2.DeptBy `swaggerignore:"true"`
|