PtItemCat.php 230 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * User: admin
  4. * Date Time: 2021/4/10 14:39
  5. */
  6. namespace biz\item\models;
  7. use biz\base\models\Base;
  8. class PtItemCat extends Base
  9. {
  10. public static function tableName()
  11. {
  12. return 'xhPtItemCat';
  13. }
  14. }