19 lines
608 B
Go
19 lines
608 B
Go
// Code generated by gorm.io/gen. DO NOT EDIT.
|
|
// Code generated by gorm.io/gen. DO NOT EDIT.
|
|
// Code generated by gorm.io/gen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
const TableNameStaOperationService = "staOperationServices"
|
|
|
|
// StaOperationService mapped from table <staOperationServices>
|
|
type StaOperationService struct {
|
|
OperationID int32 `gorm:"column:operationID;type:INTEGER" json:"operationID"`
|
|
ServiceID int32 `gorm:"column:serviceID;type:INTEGER" json:"serviceID"`
|
|
}
|
|
|
|
// TableName StaOperationService's table name
|
|
func (*StaOperationService) TableName() string {
|
|
return TableNameStaOperationService
|
|
}
|