|
@@ -30,7 +30,7 @@ use Illuminate\Database\Eloquent\SoftDeletes;
|
|
|
class GoodsCategoryMap extends BaseModel
|
|
|
{
|
|
|
protected $table = "goods_category_map";
|
|
|
- protected $fillable = ['goods_id', "category_id"];
|
|
|
+ protected $fillable = ['goods_id', "category_id", "is_public"];
|
|
|
|
|
|
public function format(...$options)
|
|
|
{
|