PicTextGoods.php 195 B

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