UserProfitLog.php 111 B

12345678910111213
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. /**
  5. * 模型
  6. */
  7. class UserProfitLog extends Model
  8. {
  9. }