Optimize the sorting method of [Inbound List ID]

This commit is contained in:
心隨緣動 2025-09-21 00:12:16 +08:00 committed by GitHub
parent 9fbde9dae8
commit fd05b017a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ type User struct {
}
type Inbound struct {
Id int `json:"id" form:"id" gorm:"primaryKey;autoIncrement"`
Id int `json:"id" form:"id" gorm:"primaryKey"`
UserId int `json:"-"`
Up int64 `json:"up" form:"up"`
Down int64 `json:"down" form:"down"`