TalentLog.php 190 B

12345678910111213141516
  1. <?php
  2. namespace app\common\model;
  3. use think\model;
  4. /**
  5. * Description of TalentLog
  6. *
  7. * @author sgq
  8. */
  9. class TalentLog extends model {
  10. protected $table = "new_talent_checklog";
  11. }