OrderTree.php 188 B

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