feat: 统一sql命名、函数命名
This commit is contained in:
@@ -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"`
|
||||
// 文件夹名称
|
||||
|
||||
Reference in New Issue
Block a user