初始化项目

This commit is contained in:
2025-12-10 14:39:03 +08:00
parent 0486f468d6
commit fc89b0e365
6 changed files with 13 additions and 36 deletions

View File

@@ -12,6 +12,11 @@ import (
"order/model/entity"
)
// Init 初始化DAO
func Init() error {
return nil
}
type order struct{}
// Order 订单数据访问对象