feat: 植物识别
This commit is contained in:
@@ -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:图片宽度"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user