Talent.php 247 B

123456789101112131415161718
  1. <?php
  2. namespace app\enterprise\controller;
  3. use app\enterprise\common\EnterpriseController;
  4. /**
  5. * Description of Talent
  6. *
  7. * @author sgq
  8. */
  9. class Talent extends EnterpriseController {
  10. public function gotoTalentInfo() {
  11. }
  12. }