IntegralProject.php 194 B

1234567891011121314
  1. <?php
  2. namespace app\common\model;
  3. /**
  4. * Description of IntegralProject
  5. *
  6. * @author sgq
  7. */
  8. class IntegralProject extends RedisBaseModel {
  9. protected $table = "new_integral_project";
  10. }