Freight.php 227 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * User.php
  4. * @des
  5. * Created by PhpStorm.
  6. * Date: 2020/12/2
  7. * Time: 17:57
  8. */
  9. namespace addons\ddrive\model;
  10. use think\Model;
  11. class Freight extends Model
  12. {
  13. // 表名
  14. protected $name = 'ddrive_hy_freight';
  15. }