feat:完善项目信息
This commit is contained in:
11
app/api/enterprise/model/bill_instance.go
Normal file
11
app/api/enterprise/model/bill_instance.go
Normal file
@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import "SciencesServer/app/common/model"
|
||||
|
||||
type BillInstance struct {
|
||||
*model.BillInstance
|
||||
}
|
||||
|
||||
func NewBillInstance() *BillInstance {
|
||||
return &BillInstance{model.NewBillInstance()}
|
||||
}
|
Reference in New Issue
Block a user