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