lib/types/totaltaxitem.go

10 lines
167 B
Go

package types
// TotalTaxItem is a DB struct
type TotalTaxItem struct {
ID string
TotalItem string
TaxTransaction string
TenantID string
}