部署
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user