This commit is contained in:
2024-09-23 15:37:04 +08:00
parent ec7a10f0db
commit d19900584b
2 changed files with 13 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ type customsCost struct {
type CustomsCostItem struct {
Id int64 `json:"id"`
Name string `json:"name"`
Type int64 `json:"type"`
Amount decimal.Decimal `json:"amount"`
Remarks string `json:"remarks"`
CreatedAt *time.Time `json:"createdAt"`