refactor: 修改图片上传区分模块

This commit is contained in:
2025-01-18 17:46:35 +08:00
parent 7f58da4e24
commit ba58714f5f
4 changed files with 11 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ class ImageBaseModel extends Model
protected $schema = [
'id' => 'int',
'language_id' => 'int',
'image_name' => 'string',
'module' => 'string',
'image_path' => 'string',
'image_thumb' => 'string',
'image_size' => 'int',