完成简单的积分类型信息增删改查
Showing
with
73 additions
and
2 deletions
Please
register
or
sign in
to comment
... | ... | @@ -9,4 +9,6 @@ use Illuminate\Database\Eloquent\Model; |
class IntegralType extends Model | ||
{ | ||
public $timestamps = false; | ||
protected $fillable = ['name','status']; | ||
} | ||
\ No newline at end of file |