CpsProblem.php 237 B

12345678910111213141516
  1. <?php
  2. namespace app\common\model;
  3. /**
  4. * 申诉常见问题
  5. * @author Administrator
  6. */
  7. class CpsProblem extends \think\Model
  8. {
  9. protected $pk = 'id';
  10. protected $table= 'cy_csc_problem';
  11. protected $dateFormat = false;
  12. }