refactor: 修改图片上传区分模块
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user