LjhSn.php 170 B

123456789101112
  1. <?php
  2. namespace bizHd\ljh\models;
  3. use bizHd\base\models\Base;
  4. class LjhSn extends Base
  5. {
  6. public static function tableName()
  7. {
  8. return 'xhLjhSn';
  9. }
  10. }