1
This commit is contained in:
parent
51db761716
commit
34f2225568
@ -123,3 +123,8 @@ type CastWorkLog struct {
|
||||
func (m *CastWorkLog) TableName() string {
|
||||
return "cast_work_log"
|
||||
}
|
||||
|
||||
type CostLogPo struct {
|
||||
CostLog
|
||||
CostType int `gorm:"column:cost_type;type:int(11)" json:"costType"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user