Product.php 178 B

12345678910
  1. <?php
  2. namespace bizGhs\product\models;
  3. use bizGhs\base\models\Base;
  4. class Product extends Base
  5. {
  6. public static function tableName()
  7. {
  8. return 'xhGhsItem';
  9. }
  10. }