This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_model
generated from
go_rely_warehouse/test
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
update
master
dengbiao
5 months ago
parent
4b5112646d
commit
597dfb37c7
1 changed files
with
0 additions
and
14 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-14
src/implement/demo_db.go
+ 0
- 14
src/implement/demo_db.go
View File
@@ -1,14 +0,0 @@
package implement
import (
"code.fnuoos.com/go_rely_warehouse/zyos_model.git/src/dao"
"xorm.io/xorm"
)
type DemoDb struct {
Db *xorm.Engine
}
func NewDemoDb(engine *xorm.Engine) dao.DemoDao {
return &DemoDb{Db: engine}
}
Write
Preview
Loading…
Cancel
Save