GhsNotice.php 215 B

12345678910111213141516
  1. <?php
  2. namespace bizGhs\shop\models;
  3. use bizGhs\base\models\Base;
  4. /**
  5. * 批发端通知公告
  6. */
  7. class GhsNotice extends Base
  8. {
  9. public static function tableName()
  10. {
  11. return 'xhGhsNotice';
  12. }
  13. }