|
@@ -16,7 +16,7 @@ class ClassModel extends BaseModel
|
|
主键
|
|
主键
|
|
*/
|
|
*/
|
|
protected $primaryKey = 'id';
|
|
protected $primaryKey = 'id';
|
|
-
|
|
|
|
|
|
+ protected $fillable = ['store_id', 'class'];
|
|
//分页
|
|
//分页
|
|
protected $perPage = PAGE_NUMS;
|
|
protected $perPage = PAGE_NUMS;
|
|
}
|
|
}
|