refactor: 调整图片/视频上传

This commit is contained in:
2025-02-19 16:58:31 +08:00
parent 5c15fb83e1
commit fd06b1b1ac
7 changed files with 36 additions and 36 deletions

View File

@@ -23,10 +23,10 @@ class SysImageBaseModel extends Model
'module' => 'string',
'image_path' => 'string',
'image_thumb' => 'string',
'image_size' => 'int',
'image_type' => 'string',
'image_md5' => 'string',
'image_sha1' => 'string',
'file_size' => 'int',
'file_type' => 'string',
'file_md5' => 'string',
'file_sha1' => 'string',
'created_at' => 'datetime',
'deleted_at' => 'datetime',
];