初始化项目
This commit is contained in:
@@ -12,6 +12,11 @@ import (
|
||||
"order/model/entity"
|
||||
)
|
||||
|
||||
// Init 初始化DAO
|
||||
func Init() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
type order struct{}
|
||||
|
||||
// Order 订单数据访问对象
|
||||
|
||||
Reference in New Issue
Block a user