lib/types/totaltaxitem.go

10 lines
167 B
Go
Raw Permalink Normal View History

2021-01-10 18:40:46 +00:00
package types
// TotalTaxItem is a DB struct
type TotalTaxItem struct {
ID string
TotalItem string
TaxTransaction string
TenantID string
}