This commit is contained in:
2024-08-13 16:06:41 +08:00
parent d31e958210
commit 65c59f2c7b
8 changed files with 344 additions and 1 deletions

View File

@@ -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 编辑采购合同