<?php namespace bizHd\promote\models; use bizHd\base\models\Base; class CouponRight extends Base { public static function tableName() { return 'xhCouponRight'; } }