package models type FlowNo struct { Type *string `json:"type" db:"type"` Prefix *string `json:"prefix" db:"prefix"` CurrDate *string `json:"currDate" db:"curr_date"` CurrNo *string `json:"currNo" db:"curr_no"` CurrSeq *int32 `json:"currSeq" db:"curr_seq"` TenantId *string `json:"tenantId" db:"tenant_id"` }