feat: opt page style

This commit is contained in:
engigu
2025-12-25 20:28:20 +08:00
parent 28b365991b
commit 52068279c6
11 changed files with 634 additions and 468 deletions
+5
View File
@@ -9,6 +9,11 @@ import (
"github.com/gin-gonic/gin"
)
// ParseInt 解析字符串为整数
func ParseInt(s string) (int, error) {
return strconv.Atoi(s)
}
// Pagination 分页参数
type Pagination struct {
Page int