feat: 统一sql命名、函数命名

This commit is contained in:
2026-08-02 12:02:04 +08:00
parent d39342ce5f
commit 0e674e9d56
68 changed files with 1985 additions and 1720 deletions

View File

@@ -29,6 +29,8 @@ type File struct {
FileName string `json:"file_name"`
// 文件路径 带path /xxx/xxx.jpg
FilePath string `json:"file_path"`
// 完整路径
FileUrl string `json:"file_url"`
// 原始文件名
OriginalName string `json:"original_name"`
// 文件夹名称