SThirdAnswerSheet.php 383 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Created by 上海互教教育科技有限公司.
  4. * User: 刘红伟
  5. * QQ : 454303753
  6. * Date: 2017/6/20 0020
  7. * Time: 下午 13:52
  8. */
  9. class SThirdAnswerSheet extends MyActiveRecord{
  10. public static function model($className = __CLASS__){
  11. return parent::model($className);
  12. }
  13. public function tableName(){
  14. return 'third_answer_sheet';
  15. }
  16. }