hub apis
This commit is contained in:
@@ -105,6 +105,7 @@ type BookingAssignment struct {
|
||||
Acceptedat *time.Time `json:"acceptedat" gorm:"column:acceptedat"`
|
||||
Completedat *time.Time `json:"completedat" gorm:"column:completedat"`
|
||||
Remarks string `json:"remarks" gorm:"column:remarks"`
|
||||
AgentDecisionID *uint64 `json:"agent_decision_id,omitempty" gorm:"column:agent_decision_id"`
|
||||
}
|
||||
|
||||
func (BookingAssignment) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user