feat:完善项目
This commit is contained in:
16
app/common/model/work_detail.go
Normal file
16
app/common/model/work_detail.go
Normal file
@ -0,0 +1,16 @@
|
||||
package model
|
||||
|
||||
// WorkDetail 工单详细信息
|
||||
type WorkDetail struct {
|
||||
Model
|
||||
ModelDeleted
|
||||
ModelAt
|
||||
}
|
||||
|
||||
func (m *WorkDetail) TableName() string {
|
||||
return "work_detail"
|
||||
}
|
||||
|
||||
func NewWorkDetail() *WorkDetail {
|
||||
return &WorkDetail{}
|
||||
}
|
Reference in New Issue
Block a user