mirror of
https://github.com/Receipt-Wrangler/receipt-wrangler-api.git
synced 2026-05-05 16:49:24 -05:00
7 lines
125 B
Go
7 lines
125 B
Go
package models
|
|
|
|
type ReceiptCategory struct {
|
|
ReceiptId string `json:"receiptId"`
|
|
CategoryId string `json:"categoryId"`
|
|
}
|