EnterpriseRecord.php 206 B

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