|
|
@@ -94,7 +94,7 @@ type AddSpotContractApplyReq struct {
|
|
|
CustomerUserID int32 `json:"customeruserid" binding:"required"` // 客户ID
|
|
|
CustomerAccountID int64 `json:"customeraccountid" binding:"required"` // 客户资金账户ID
|
|
|
SignDate string `json:"signdate" binding:"required"` // 签订日期
|
|
|
- LastDate string `json:"lastdate" binding:"required"` // 交货时间
|
|
|
+ LastDate string `json:"lastdate"` // 交货时间
|
|
|
ContractAttachment string `json:"contractattachment"` // 合同附件
|
|
|
OriMarginPayer int32 `json:"orimarginpayer" binding:"required"` // 初始保证金支付方 -1:买方 2:卖方
|
|
|
OriMargin float64 `json:"orimargin" binding:"required"` // 初始保证金
|