UserIntegralLog.php 114 B

123456789
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. // 积分变更记录
  5. class UserIntegralLog extends Model
  6. {
  7. }