<?php namespace bizGhs\shop\models; use bizGhs\base\models\Base; /** * 批发端通知公告 */ class GhsNotice extends Base { public static function tableName() { return 'xhGhsNotice'; } }