SjCapital.php 159 B

12345678910111213
  1. <?php
  2. namespace biz\sj\models;
  3. use biz\base\models\Base;
  4. class SjCapital extends Base
  5. {
  6. public static function tableName()
  7. {
  8. return 'xhSjCapital';
  9. }
  10. }