예제 #1
0
 public function getPOLists()
 {
     $data = PurchaseOrders::getPOLists();
     return response()->json($data);
 }