hard inquiry struct

master
Matthew 2024-10-23 19:44:11 -04:00
parent e1d10687b2
commit 30e0c47a08
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package db
type HardInquiryDB struct {
ID string
UserID string
VendorID string
}