feat: 植物识别

This commit is contained in:
Blizzard
2026-02-10 12:35:46 +08:00
parent e612234c91
commit 556ab6baff
24 changed files with 2745 additions and 11473 deletions
-2
View File
@@ -12,6 +12,4 @@ type Oss struct {
Key string `json:"key" form:"key" gorm:"column:key;comment:文件key"`
Suffix string `json:"suffix" form:"suffix" gorm:"column:suffix;comment:文件后缀"`
MD5 string `json:"md5" form:"md5" gorm:"column:md5;comment:文件md5"`
Height int `json:"height" form:"height" gorm:"column:height;comment:图片高度"`
Width int `json:"width" form:"width" gorm:"column:width;comment:图片宽度"`
}