<?php namespace biz\shop\models; use biz\base\models\Base; class ShopCoupon extends Base { public static function tableName() { return 'xhHb'; } }