xhUserCapitalService.php 186 B

1234567891011121314
  1. <?php
  2. namespace common\services;
  3. use Yii;
  4. use common\models\xhUserCapital;
  5. class xhUserCapitalService {
  6. public static function add($data)
  7. {
  8. return xhUserCapital::add($data);
  9. }
  10. }