修改字段类型
This commit is contained in:
@@ -72,7 +72,7 @@ type ShipmentAdd struct {
|
||||
VouchingClerkId int64 // 单证id
|
||||
EstSailingDate *time.Time // 预计船期
|
||||
InvoiceSerial string // 发票号
|
||||
InvoiceDate time.Time // 发票日期
|
||||
InvoiceDate *time.Time // 发票日期
|
||||
ContractDate *time.Time // 合同日期
|
||||
TradeType string // 贸易类型
|
||||
OurCompany string // 我方公司
|
||||
|
||||
Reference in New Issue
Block a user