lib/app/totaltaxitem.go

10 lines
165 B
Go

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