逻辑更新
This commit is contained in:
@@ -227,7 +227,7 @@ type ReserveTimeFilter struct {
|
||||
|
||||
// AddrServiceTime 服务地址时间排期
|
||||
type AddrServiceTime struct {
|
||||
Id int `gorm:"primaryKey;autoIncrement" json:"id"` //id
|
||||
ServiceAddrId int64 `gorm:"index;not null" json:"ServiceAddrId"` //服务地址ID
|
||||
Times string `gorm:"index;not null" json:"times"` //时间列表
|
||||
Id int `gorm:"primaryKey;autoIncrement" json:"id"` //id
|
||||
ServiceAddrId int64 `gorm:"not null" json:"ServiceAddrId"` //服务地址ID
|
||||
Times string `gorm:"not null" json:"times"` //时间列表
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user