fixBankInSlip

This commit is contained in:
lonetrinity
2018-09-12 15:36:49 +08:00
commit ced8c02203
363 changed files with 41654 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class SettingTaxRate extends Model
{
protected $fillable = ['tax_rate'];
}