cr-report-app/internal/db/HardInquiry.go

8 lines
93 B
Go

package db
type HardInquiryDB struct {
ID string
UserID string
VendorID string
}