lib/app/ratingengineitem.go

16 lines
312 B
Go
Raw Normal View History

2021-01-10 23:44:39 +00:00
package app
2021-01-10 18:40:46 +00:00
import "github.com/go-sql-driver/mysql"
// Ratingengineitem is a first class object type
type Ratingengineitem struct {
Createdbyid string
Createddate mysql.NullTime
ID string
Name string
Productcode string
Ratingengine string
Ref string
Taxnexuscode string
}