add release v4.1.4

This commit is contained in:
RockYang
2024-09-20 15:50:04 +08:00
parent 32919de7a7
commit 5fa17b300e
12 changed files with 68 additions and 53 deletions

View File

@@ -2,7 +2,6 @@ package model
import (
"geekai/core/types"
"gorm.io/gorm"
)
// Order 充值订单
@@ -20,5 +19,4 @@ type Order struct {
PayTime int64
PayWay string // 支付渠道
PayType string // 支付类型
DeletedAt gorm.DeletedAt
}