PartItem.php 179 B

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