Income.php 333 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. *
  5. * User: king/QQ:995265288
  6. * Date: 2018/6/5 下午4:54
  7. * Email: livsyitian@163.com
  8. */
  9. namespace app\frontend\modules\withdraw\models;
  10. use app\common\scopes\MemberIdScope;
  11. use Illuminate\Support\Facades\DB;
  12. class Income extends \app\common\models\Income
  13. {
  14. protected $appends = [];
  15. }