SymptomDictionary.php 138 B

1234567891011
  1. <?php
  2. namespace app\model;
  3. use think\Model;
  4. class SymptomDictionary extends Model
  5. {
  6. protected $table = "jm_symptom_dictionary";
  7. }