Browse Source

修改打印机表

master
Mike 5 years ago
parent
commit
b4fb45b2b5
  1. 2
      app/Models/Feprint.php

2
app/Models/Feprint.php

@ -10,5 +10,5 @@ use Illuminate\Database\Eloquent\Model;
class Feprint extends Model
{
use HasDateTimeFormatter;
protected $table = 'ims_cjdc_feprint';
protected $table = 'lanzu_feprint';
}
Loading…
Cancel
Save