| 123456789101112131415161718192021222324 | 
							- <?php
 
- return [
 
-     "api/customerList" => 16,
 
-     "api/paymentReceiptList" => 48,
 
-     "api/salesOrderList" => [
 
-         'key' => 'order_list',
 
-         'array' => [
 
-             1 => 37,
 
-             2 => 43,
 
-         ],
 
-     ],
 
-     "api/invoiceOrderList" => 36,
 
-     "api/ReturnExchangeOrderList" => 35,
 
-     "api/constructionList" => 34,
 
-     "api/purchaseOrderList" => [
 
-         'key' => 'order_type',
 
-         'array' => [
 
-             1 => 38,
 
-             5 => 45,
 
-         ],
 
-     ]
 
- ];
 
 
  |