IntegralItem.php 185 B

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