部署
This commit is contained in:
@@ -108,6 +108,10 @@ type ReplyPurchaseInfo struct {
|
||||
SideMark string `json:"sideMark"`
|
||||
InnerBoxText string `json:"innerBoxText"`
|
||||
Remarks string `json:"remarks"`
|
||||
Currency string `json:"currency"`
|
||||
CurrencyName string `json:"currencyName"`
|
||||
CurrencySymbol string `json:"currencySymbol"`
|
||||
CurrencyRate decimal.Decimal `json:"currencyRate"`
|
||||
CreatedAt *time.Time `json:"createdAt"`
|
||||
UpdatedAt *time.Time `json:"updatedAt"`
|
||||
}
|
||||
@@ -138,6 +142,10 @@ type ArgsPurchaseEdit struct {
|
||||
SideMark string // 侧面唛头
|
||||
InnerBoxText string // 内盒文字
|
||||
Remarks string // 合同备注
|
||||
Currency string // 币种
|
||||
CurrencyName string // 币种名称
|
||||
CurrencySymbol string // 币种符号
|
||||
CurrencyRate decimal.Decimal // 币种汇率
|
||||
}
|
||||
|
||||
// Edit @TITLE 编辑采购合同
|
||||
|
||||
Reference in New Issue
Block a user