初始化项目

This commit is contained in:
2025-12-10 13:51:09 +08:00
parent 3c55577df8
commit 0486f468d6
19 changed files with 1078 additions and 1010 deletions

View File

@@ -1,9 +1,5 @@
package entity
import (
"time"
)
// OrderPending 待支付订单
// 对应MongoDB集合orders_pending
// 订单创建后进入此状态