PicTextGoods.php 193 B

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