ClearRefundSn.php 191 B

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