/ app / Models / Oracle / Labcompetencehistory.php
Labcompetencehistory.php
 1  <?php
 2  
 3  namespace App\Models\Oracle;
 4  
 5  /**
 6   * App\Models\Oracle\Labcompetencehistory
 7   *
 8   * @property string $lcomphlab
 9   * @property string $lcompheval
10   * @property int $lcomphorder
11   * @property string $lcomphdate
12   * @property string $lcomphlevel
13   * @property string $lcompharea
14   * @property string $lcomhtipodoc
15   * @property int $lcomhdoccod
16   * @method static \Illuminate\Database\Eloquent\Builder|Labcompetencehistory newModelQuery()
17   * @method static \Illuminate\Database\Eloquent\Builder|Labcompetencehistory newQuery()
18   * @method static \Illuminate\Database\Eloquent\Builder|Labcompetencehistory query()
19   * @method static \Illuminate\Database\Eloquent\Builder|Labcompetencehistory whereLCOMHDOCCOD($value)
20   * @method static \Illuminate\Database\Eloquent\Builder|Labcompetencehistory whereLCOMHTIPODOC($value)
21   * @method static \Illuminate\Database\Eloquent\Builder|Labcompetencehistory whereLCOMPHAREA($value)
22   * @method static \Illuminate\Database\Eloquent\Builder|Labcompetencehistory whereLCOMPHDATE($value)
23   * @method static \Illuminate\Database\Eloquent\Builder|Labcompetencehistory whereLCOMPHEVAL($value)
24   * @method static \Illuminate\Database\Eloquent\Builder|Labcompetencehistory whereLCOMPHLAB($value)
25   * @method static \Illuminate\Database\Eloquent\Builder|Labcompetencehistory whereLCOMPHLEVEL($value)
26   * @method static \Illuminate\Database\Eloquent\Builder|Labcompetencehistory whereLCOMPHORDER($value)
27   * @mixin \Eloquent
28   */
29  class Labcompetencehistory extends OracleModel
30  {
31  
32      protected $table='labcompetencehistory';
33  
34  }