OrderLogisticsUrge.php 110 B

12345678
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. // 订单催发
  5. class OrderLogisticsUrge extends Model
  6. {
  7. }