项目结构更新

This commit is contained in:
JACKYMYPERSON
2025-09-15 11:09:22 +08:00
parent 2ab7614ea0
commit 8ccf028ae4
25 changed files with 608 additions and 17 deletions

View File

@@ -0,0 +1,12 @@
package main
type PayOrder struct {
}
func (P *PayOrder) GenerateOrderID() string {
return ""
}
func PayOrderService() {
}