فهرست منبع

Generated model classes

Vijayakrishnan 5 سال پیش
والد
کامیت
b1b6a2fada

+ 13 - 0
app/Models/ActionItem.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ActionItem extends Model
+{
+
+    protected $table = "action_item";
+
+    //
+}

+ 13 - 0
app/Models/ActionItemContentUpdate.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ActionItemContentUpdate extends Model
+{
+
+    protected $table = "action_item_content_update";
+
+    //
+}

+ 13 - 0
app/Models/ActionItemFax.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ActionItemFax extends Model
+{
+
+    protected $table = "action_item_fax";
+
+    //
+}

+ 13 - 0
app/Models/ActionItemStatusUpdate.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ActionItemStatusUpdate extends Model
+{
+
+    protected $table = "action_item_status_update";
+
+    //
+}

+ 13 - 0
app/Models/Amendment.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Amendment extends Model
+{
+
+    protected $table = "amendment";
+
+    //
+}

+ 13 - 0
app/Models/AmendmentDecision.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class AmendmentDecision extends Model
+{
+
+    protected $table = "amendment_decision";
+
+    //
+}

+ 13 - 0
app/Models/Bill.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Bill extends Model
+{
+
+    protected $table = "bill";
+
+    //
+}

+ 13 - 0
app/Models/BillCareMonthEntry.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class BillCareMonthEntry extends Model
+{
+
+    protected $table = "bill_care_month_entry";
+
+    //
+}

+ 13 - 0
app/Models/BillStatusUpdate.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class BillStatusUpdate extends Model
+{
+
+    protected $table = "bill_status_update";
+
+    //
+}

+ 13 - 0
app/Models/CareMonth.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class CareMonth extends Model
+{
+
+    protected $table = "care_month";
+
+    //
+}

+ 13 - 0
app/Models/CareMonthEntry.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class CareMonthEntry extends Model
+{
+
+    protected $table = "care_month_entry";
+
+    //
+}

+ 13 - 0
app/Models/Client.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Client extends Model
+{
+
+    protected $table = "client";
+
+    //
+}

+ 13 - 0
app/Models/ClientAllyUpdate.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ClientAllyUpdate extends Model
+{
+
+    protected $table = "client_ally_update";
+
+    //
+}

+ 13 - 0
app/Models/ClientInfoLine.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ClientInfoLine extends Model
+{
+
+    protected $table = "client_info_line";
+
+    //
+}

+ 13 - 0
app/Models/ClientInfoLineUpdate.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ClientInfoLineUpdate extends Model
+{
+
+    protected $table = "client_info_line_update";
+
+    //
+}

+ 13 - 0
app/Models/ClientMcpUpdate.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ClientMcpUpdate extends Model
+{
+
+    protected $table = "client_mcp_update";
+
+    //
+}

+ 13 - 0
app/Models/ClientPointUpdate.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ClientPointUpdate extends Model
+{
+
+    protected $table = "client_point_update";
+
+    //
+}

+ 13 - 0
app/Models/ClientProAccess.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ClientProAccess extends Model
+{
+
+    protected $table = "client_pro_access";
+
+    //
+}

+ 13 - 0
app/Models/Facility.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Facility extends Model
+{
+
+    protected $table = "facility";
+
+    //
+}

+ 13 - 0
app/Models/Note.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Note extends Model
+{
+
+    protected $table = "note";
+
+    //
+}

+ 13 - 0
app/Models/ProRate.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ProRate extends Model
+{
+
+    protected $table = "pro_rate";
+
+    //
+}

+ 13 - 0
app/Models/ProTransaction.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ProTransaction extends Model
+{
+
+    protected $table = "pro_transaction";
+
+    //
+}

+ 13 - 0
app/Models/ScheduledProCall.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ScheduledProCall extends Model
+{
+
+    protected $table = "scheduled_pro_call";
+
+    //
+}

+ 13 - 0
app/Models/Team.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Team extends Model
+{
+
+    protected $table = "team";
+
+    //
+}