ZhChannelCollateral.php 159 B

12345678910
  1. <?php
  2. namespace App\Model;
  3. use Illuminate\Database\Eloquent\Model;
  4. class ZhChannelCollateral extends Model
  5. {
  6. public $table = "jm_zh_channel_symptom";
  7. }