Add LOT model mapping management, UI, and first-seen tracking
This commit is contained in:
@@ -34,6 +34,15 @@ type Lot struct {
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
}
|
||||
|
||||
type LotModelMapping struct {
|
||||
ID string `json:"id"`
|
||||
Model string `json:"model"`
|
||||
LotID string `json:"lot_id"`
|
||||
LotCode string `json:"lot_code,omitempty"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
}
|
||||
|
||||
type Machine struct {
|
||||
ID string `json:"id"`
|
||||
ProjectID string `json:"project_id"`
|
||||
|
||||
Reference in New Issue
Block a user