feat: release v1.0.0

This commit is contained in:
2026-07-29 22:10:36 +08:00
parent ee9f50b859
commit c903b5a6b5
81 changed files with 2776 additions and 1044 deletions

View File

@@ -14,6 +14,8 @@ const (
SysPermissionsCodeKey = "sys_permissions_code_key"
SysApisMethodPathKey = "sys_apis_method_path_key"
CategoryCodeKey = "categories_code_key"
TagCodeKey = "tags_code_key"
SysMenusPathUniqueIdx = "sys_menus_path_unique_idx"
)
func MapRowsAffected(rows int64, err error, notFoundErr error) error {