WaybillController.php 335 B

12345678910111213141516171819
  1. <?php
  2. namespace App\Http\Controllers\Api\thirdPart\flux;
  3. use App\Http\Controllers\Controller;
  4. use App\RejectedBillItem;
  5. use App\Store;
  6. use App\WMSReflectReceive;
  7. use App\WMSReflectReceiveSku;
  8. use Zttp\Zttp;
  9. class WaybillController extends Controller
  10. {
  11. public function accomplishToWMS(Store $store,array $inputs)
  12. {
  13. }
  14. }