rcs_differential_lianyungang_sanzhongjixie.sql 2.03 MB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795
/*
Navicat MySQL Data Transfer

Source Server         : localhost
Source Server Version : 50735
Source Host           : localhost:3306
Source Database       : rcs_differential_lianyungang_sanzhongjixie

Target Server Type    : MYSQL
Target Server Version : 50735
File Encoding         : 65001

Date: 2024-09-19 13:35:03
*/

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------
-- Table structure for acs_task
-- ----------------------------
DROP TABLE IF EXISTS `acs_task`;
CREATE TABLE `acs_task` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `taskNo` varchar(50) DEFAULT NULL COMMENT '任务号',
  `orderNo` varchar(50) DEFAULT NULL COMMENT '工作令',
  `taskType` varchar(50) DEFAULT NULL COMMENT '任务类型',
  `startStation` varchar(50) DEFAULT NULL COMMENT '出发地',
  `endStation` varchar(50) DEFAULT NULL COMMENT '目的地',
  `status` int(11) DEFAULT NULL COMMENT '任务状态',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;

-- ----------------------------
-- Records of acs_task
-- ----------------------------

-- ----------------------------
-- Table structure for acs_task_from
-- ----------------------------
DROP TABLE IF EXISTS `acs_task_from`;
CREATE TABLE `acs_task_from` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `taskcode` varchar(50) DEFAULT NULL COMMENT '任务代码',
  `zonecode` varchar(50) DEFAULT NULL COMMENT '区域名称',
  `createTime` datetime DEFAULT NULL,
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='任务类型';

-- ----------------------------
-- Records of acs_task_from
-- ----------------------------

-- ----------------------------
-- Table structure for acs_task_his
-- ----------------------------
DROP TABLE IF EXISTS `acs_task_his`;
CREATE TABLE `acs_task_his` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `taskNo` varchar(50) DEFAULT NULL COMMENT '任务号',
  `orderNo` varchar(50) DEFAULT NULL COMMENT '工作令',
  `taskType` varchar(50) DEFAULT NULL COMMENT '任务类型',
  `startStation` varchar(50) DEFAULT NULL COMMENT '出发地',
  `endStation` varchar(50) DEFAULT NULL COMMENT '目的地',
  `status` int(11) DEFAULT NULL COMMENT '任务状态',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;

-- ----------------------------
-- Records of acs_task_his
-- ----------------------------

-- ----------------------------
-- Table structure for acs_task_type
-- ----------------------------
DROP TABLE IF EXISTS `acs_task_type`;
CREATE TABLE `acs_task_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `code` varchar(50) DEFAULT NULL COMMENT '代码',
  `name` varchar(50) DEFAULT NULL COMMENT '名称',
  `remarks` varchar(200) DEFAULT NULL COMMENT '备注',
  `createTime` datetime DEFAULT NULL,
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='任务类型';

-- ----------------------------
-- Records of acs_task_type
-- ----------------------------

-- ----------------------------
-- Table structure for acs_workstation
-- ----------------------------
DROP TABLE IF EXISTS `acs_workstation`;
CREATE TABLE `acs_workstation` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(50) DEFAULT NULL COMMENT '站点名',
  `name` varchar(200) DEFAULT NULL COMMENT '备注',
  `barcode` varchar(50) DEFAULT NULL COMMENT '条码',
  `zonename` varchar(50) DEFAULT NULL COMMENT '区域名',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='站点';

-- ----------------------------
-- Records of acs_workstation
-- ----------------------------

-- ----------------------------
-- Table structure for acs_zone
-- ----------------------------
DROP TABLE IF EXISTS `acs_zone`;
CREATE TABLE `acs_zone` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `code` varchar(50) DEFAULT NULL COMMENT '区域名',
  `name` varchar(200) DEFAULT NULL COMMENT '备注',
  `isstart` tinyint(4) DEFAULT NULL COMMENT '是否起始',
  `isend` tinyint(4) DEFAULT NULL COMMENT '是否终点',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='区域';

-- ----------------------------
-- Records of acs_zone
-- ----------------------------

-- ----------------------------
-- Table structure for acs_zone_relevance
-- ----------------------------
DROP TABLE IF EXISTS `acs_zone_relevance`;
CREATE TABLE `acs_zone_relevance` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `startzone` varchar(50) DEFAULT NULL COMMENT '区域名',
  `endzone` varchar(50) DEFAULT NULL COMMENT '目标区域',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='区域流转';

-- ----------------------------
-- Records of acs_zone_relevance
-- ----------------------------

-- ----------------------------
-- Table structure for map
-- ----------------------------
DROP TABLE IF EXISTS `map`;
CREATE TABLE `map` (
  `Id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键Id',
  `name` varchar(200) DEFAULT NULL COMMENT '地图名',
  `width` int(11) DEFAULT NULL COMMENT '宽',
  `height` int(11) DEFAULT NULL COMMENT '高',
  `mapcontent` longtext COMMENT '内容',
  `isdefault` int(11) DEFAULT NULL COMMENT '默认地图',
  `description` varchar(200) DEFAULT NULL COMMENT '备注',
  `emptymap` tinyint(4) DEFAULT NULL COMMENT '空地图',
  `mapcontentbkp` longtext COMMENT '备份',
  `bkptime` datetime DEFAULT NULL COMMENT '备份时间',
  `restoretime` datetime DEFAULT NULL COMMENT '还原时间',
  `createTime` datetime DEFAULT NULL COMMENT '建立时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '建立者',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新者',
  PRIMARY KEY (`Id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=66 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='地图';

-- ----------------------------
-- Records of map
-- ----------------------------
INSERT INTO `map` VALUES ('65', '马钢', '99999', '99999', '{\"title\":\"马钢\",\"nodes\":[],\"lines\":[],\"areas\":[{\"name\":\"运行区\",\"left\":570,\"top\":150,\"color\":\"user_yunxingqu\",\"id\":\"1723688680391\",\"width\":1710,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":570,\"top\":210,\"color\":\"user_yunxingqu\",\"id\":\"1723688708857\",\"width\":1710,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":570,\"top\":180,\"color\":\"user_yunxingqu\",\"id\":\"1723688724848\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"620\",\"left\":570,\"top\":150,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723688753141\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688753141\",\"Name\":\"620\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"620\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"820\",\"left\":570,\"top\":210,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723688753456\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688753456\",\"Name\":\"820\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"820\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"622\",\"left\":630,\"top\":150,\"color\":\"user_rfid_yxd_0001\",\"id\":\"1723688800879\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688800879\",\"Name\":\"622\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"622\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"822\",\"left\":630,\"top\":210,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723688801270\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688801270\",\"Name\":\"822\",\"Left\":\"\",\"Top\":\"\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"Is_enable\":true,\"RFID\":\"822\",\"PauseTime\":\"\",\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ArcingLevel\":\"0\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"XNegGValue\":0,\"YNegGValue\":0,\"XPosGValue\":0,\"YPosGValue\":0}},{\"name\":\"624\",\"left\":690,\"top\":150,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723688805409\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688805409\",\"Name\":\"624\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"624\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"626\",\"left\":750,\"top\":150,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723688805840\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688805840\",\"Name\":\"626\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"626\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"824\",\"left\":690,\"top\":210,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723688806511\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688806511\",\"Name\":\"824\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"824\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"826\",\"left\":750,\"top\":210,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723688806880\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688806880\",\"Name\":\"826\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"826\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":570,\"top\":240,\"color\":\"user_yunxingqu\",\"id\":\"1723688817564\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":630,\"top\":240,\"color\":\"user_yunxingqu\",\"id\":\"1723688817998\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":690,\"top\":120,\"color\":\"user_yunxingqu\",\"id\":\"1723688819009\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":750,\"top\":120,\"color\":\"user_yunxingqu\",\"id\":\"1723688819449\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"844\",\"left\":1290,\"top\":210,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723688849586\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688849586\",\"Name\":\"844\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"844\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"644\",\"left\":1290,\"top\":150,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723688861450\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688861450\",\"Name\":\"644\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"644\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"646\",\"left\":1350,\"top\":150,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723688862145\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688862145\",\"Name\":\"646\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"646\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"846\",\"left\":1350,\"top\":210,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723688862620\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688862620\",\"Name\":\"846\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"846\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1290,\"top\":120,\"color\":\"user_yunxingqu\",\"id\":\"1723688874595\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1350,\"top\":120,\"color\":\"user_yunxingqu\",\"id\":\"1723688875171\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"650\",\"left\":1470,\"top\":150,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723688891800\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688891800\",\"Name\":\"650\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"650\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"652\",\"left\":1530,\"top\":150,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723688892848\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688892848\",\"Name\":\"652\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"652\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"850\",\"left\":1470,\"top\":210,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723688893392\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688893392\",\"Name\":\"850\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"850\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"852\",\"left\":1530,\"top\":210,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723688893805\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688893805\",\"Name\":\"852\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"852\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"654\",\"left\":1590,\"top\":150,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723688894427\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688894427\",\"Name\":\"654\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"654\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"854\",\"left\":1590,\"top\":210,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723688897645\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688897645\",\"Name\":\"854\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"854\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1470,\"top\":240,\"color\":\"user_yunxingqu\",\"id\":\"1723688907872\",\"width\":30,\"height\":240,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1590,\"top\":240,\"color\":\"user_yunxingqu\",\"id\":\"1723688908573\",\"width\":30,\"height\":240,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1530,\"top\":120,\"color\":\"user_yunxingqu\",\"id\":\"1723688909621\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1590,\"top\":120,\"color\":\"user_yunxingqu\",\"id\":\"1723688910391\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"658\",\"left\":1710,\"top\":150,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723688952726\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688952726\",\"Name\":\"658\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"658\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"660\",\"left\":1770,\"top\":150,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723688953233\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688953233\",\"Name\":\"660\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"660\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"858\",\"left\":1710,\"top\":210,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723688953843\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688953843\",\"Name\":\"858\",\"Left\":\"\",\"Top\":\"\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"Is_enable\":true,\"RFID\":\"858\",\"PauseTime\":\"\",\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ArcingLevel\":\"0\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"XNegGValue\":0,\"YNegGValue\":0,\"XPosGValue\":0,\"YPosGValue\":0}},{\"name\":\"860\",\"left\":1770,\"top\":210,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723688954224\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688954224\",\"Name\":\"860\",\"Left\":\"\",\"Top\":\"\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"Is_enable\":true,\"RFID\":\"860\",\"PauseTime\":\"\",\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ArcingLevel\":\"0\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"XNegGValue\":0,\"YNegGValue\":0,\"XPosGValue\":0,\"YPosGValue\":0}},{\"name\":\"664\",\"left\":1890,\"top\":150,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723688955730\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688955730\",\"Name\":\"664\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"664\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"862\",\"left\":1830,\"top\":210,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723688956332\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688956332\",\"Name\":\"862\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"862\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"864\",\"left\":1890,\"top\":210,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723688956750\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688956750\",\"Name\":\"864\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"864\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"668\",\"left\":2010,\"top\":150,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723688976299\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688976299\",\"Name\":\"668\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"668\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"670\",\"left\":2070,\"top\":150,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723688976990\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688976990\",\"Name\":\"670\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"670\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"868\",\"left\":2010,\"top\":210,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723688977797\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688977797\",\"Name\":\"868\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"868\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"870\",\"left\":2070,\"top\":210,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723688978431\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688978431\",\"Name\":\"870\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"870\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"676\",\"left\":2250,\"top\":150,\"color\":\"user_rfid_yxd_0001\",\"id\":\"1723688997335\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688997335\",\"Name\":\"676\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"676\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"876\",\"left\":2250,\"top\":210,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723688997983\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688997983\",\"Name\":\"876\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"876\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2250,\"top\":180,\"color\":\"user_yunxingqu\",\"id\":\"1723689000146\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1710,\"top\":240,\"color\":\"user_yunxingqu\",\"id\":\"1723689021630\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1770,\"top\":240,\"color\":\"user_yunxingqu\",\"id\":\"1723689022046\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1830,\"top\":120,\"color\":\"user_yunxingqu\",\"id\":\"1723689023241\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1890,\"top\":120,\"color\":\"user_yunxingqu\",\"id\":\"1723689026350\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2010,\"top\":120,\"color\":\"user_yunxingqu\",\"id\":\"1723689027243\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2070,\"top\":120,\"color\":\"user_yunxingqu\",\"id\":\"1723689027760\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":120,\"top\":480,\"color\":\"user_yunxingqu\",\"id\":\"1723689105943\",\"width\":2610,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":120,\"top\":540,\"color\":\"user_yunxingqu\",\"id\":\"1723689139746\",\"width\":2610,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":120,\"top\":510,\"color\":\"user_yunxingqu\",\"id\":\"1723689169151\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1705\",\"left\":120,\"top\":480,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723689173509\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723689173509\",\"Name\":\"1705\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1705\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1905\",\"left\":120,\"top\":540,\"color\":\"user_rfid_yxd_0100\",\"id\":\"1723689173852\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723689173852\",\"Name\":\"1905\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1905\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":120,\"top\":810,\"color\":\"user_yunxingqu\",\"id\":\"1723689200687\",\"width\":2280,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":270,\"top\":690,\"color\":\"user_yunxingqu\",\"id\":\"1723689339160\",\"width\":30,\"height\":120,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":180,\"top\":690,\"color\":\"user_yunxingqu\",\"id\":\"1723692229219\",\"width\":30,\"height\":120,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2607\",\"left\":180,\"top\":750,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692248921\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692248921\",\"Name\":\"2607\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2607\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2807\",\"left\":180,\"top\":810,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692249664\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692249664\",\"Name\":\"2807\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2807\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":330,\"top\":690,\"color\":\"user_yunxingqu\",\"id\":\"1723692277582\",\"width\":30,\"height\":120,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2610\",\"left\":270,\"top\":750,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692288688\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692288688\",\"Name\":\"2610\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2610\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2612\",\"left\":330,\"top\":750,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692289101\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692289101\",\"Name\":\"2612\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2612\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2810\",\"left\":270,\"top\":810,\"color\":\"user_rfid_yxd_1001\",\"id\":\"1723692289633\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692289633\",\"Name\":\"2810\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2810\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2812\",\"left\":330,\"top\":810,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692290023\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692290023\",\"Name\":\"2812\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2812\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":270,\"top\":660,\"color\":\"user_yunxingqu\",\"id\":\"1723692306190\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":330,\"top\":660,\"color\":\"user_yunxingqu\",\"id\":\"1723692306609\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":360,\"top\":750,\"color\":\"user_yunxingqu\",\"id\":\"1723692309128\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2613\",\"left\":360,\"top\":750,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1723692311362\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692311362\",\"Name\":\"2613\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2613\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2310\",\"left\":270,\"top\":660,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723692325246\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692325246\",\"Name\":\"2310\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"3\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2310\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2312\",\"left\":330,\"top\":660,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723692325816\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692325816\",\"Name\":\"2312\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"3\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2312\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"充电桩1\",\"left\":270,\"top\":630,\"color\":\"user_chongdianzhuang1\",\"id\":\"1723692328044\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692328044\",\"Name\":\"充电桩1\",\"Left\":\"270\",\"Top\":\"630\",\"Width\":\"30\",\"Height\":\"30\",\"txt_up\":\"\",\"txt_down\":\"0.1\",\"txt_left\":\"\",\"txt_right\":\"\",\"ListRFID\":\"2410\",\"ChargeRFID\":\"2310\",\"ChargeDirection\":\"down\",\"ChargeLength\":\"0.1\",\"LowHeight\":\"0\",\"HighHeight\":\"0\",\"StationDirection\":\"0\",\"Code\":\"2310\",\"IsEnable\":true,\"IsLocked\":false,\"StationType\":\"0\"}},{\"name\":\"充电桩2\",\"left\":330,\"top\":630,\"color\":\"user_chongdianzhuang1\",\"id\":\"1723692328573\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692328573\",\"Name\":\"充电桩2\",\"Left\":\"330\",\"Top\":\"630\",\"Width\":\"30\",\"Height\":\"30\",\"txt_up\":\"\",\"txt_down\":\"0.1\",\"txt_left\":\"\",\"txt_right\":\"\",\"ListRFID\":\"2412\",\"ChargeRFID\":\"2312\",\"ChargeDirection\":\"down\",\"ChargeLength\":\"0.1\",\"LowHeight\":\"0\",\"HighHeight\":\"0\",\"StationDirection\":\"0\",\"Code\":\"2312\",\"IsEnable\":true,\"IsLocked\":false,\"StationType\":\"0\"}},{\"name\":\"运行区\",\"left\":180,\"top\":870,\"color\":\"user_yunxingqu\",\"id\":\"1723692348307\",\"width\":2220,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":180,\"top\":840,\"color\":\"user_yunxingqu\",\"id\":\"1723692355848\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3007\",\"left\":180,\"top\":870,\"color\":\"user_rfid_yxd_0100\",\"id\":\"1723692358435\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692358435\",\"Name\":\"3007\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3007\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3012\",\"left\":330,\"top\":870,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692364818\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692364818\",\"Name\":\"3012\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3012\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1911\",\"left\":300,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692378310\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692378310\",\"Name\":\"1911\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1911\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1913\",\"left\":360,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692379055\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692379055\",\"Name\":\"1913\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1913\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1711\",\"left\":300,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692379536\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692379536\",\"Name\":\"1711\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1711\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1713\",\"left\":360,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692379936\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692379936\",\"Name\":\"1713\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1713\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":300,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723692381565\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":360,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723692382031\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3014\",\"left\":390,\"top\":870,\"color\":\"user_rfid_yxd_0110\",\"id\":\"1723692419791\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692419791\",\"Name\":\"3014\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3014\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":330,\"top\":900,\"color\":\"user_yunxingqu\",\"id\":\"1723692422724\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":390,\"top\":900,\"color\":\"user_yunxingqu\",\"id\":\"1723692423186\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3017\",\"left\":480,\"top\":870,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692442848\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692442848\",\"Name\":\"3017\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3017\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3019\",\"left\":540,\"top\":870,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692443683\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692443683\",\"Name\":\"3019\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3019\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2817\",\"left\":480,\"top\":810,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692444240\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692444240\",\"Name\":\"2817\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2817\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2819\",\"left\":540,\"top\":810,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692444701\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692444701\",\"Name\":\"2819\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2819\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3022\",\"left\":630,\"top\":870,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692445941\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692445941\",\"Name\":\"3022\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3022\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3024\",\"left\":690,\"top\":870,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692446660\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692446660\",\"Name\":\"3024\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3024\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2822\",\"left\":630,\"top\":810,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692447130\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692447130\",\"Name\":\"2822\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2822\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2824\",\"left\":690,\"top\":810,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692447485\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692447485\",\"Name\":\"2824\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2824\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3027\",\"left\":780,\"top\":870,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692476928\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692476928\",\"Name\":\"3027\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3027\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3029\",\"left\":840,\"top\":870,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692477486\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692477486\",\"Name\":\"3029\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3029\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2827\",\"left\":780,\"top\":810,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692478122\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692478122\",\"Name\":\"2827\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2827\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2829\",\"left\":840,\"top\":810,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692478672\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692478672\",\"Name\":\"2829\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2829\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":780,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723692486734\",\"width\":30,\"height\":240,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":840,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723692487285\",\"width\":30,\"height\":240,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1727\",\"left\":780,\"top\":480,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692489398\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692489398\",\"Name\":\"1727\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1727\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1927\",\"left\":780,\"top\":540,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692490272\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692490272\",\"Name\":\"1927\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1927\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1729\",\"left\":840,\"top\":480,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692493342\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692493342\",\"Name\":\"1729\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1729\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1929\",\"left\":840,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692493684\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692493684\",\"Name\":\"1929\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1929\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1719\",\"left\":540,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692516339\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692516339\",\"Name\":\"1719\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1719\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1721\",\"left\":600,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692518059\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692518059\",\"Name\":\"1721\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1721\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1919\",\"left\":540,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692518571\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692518571\",\"Name\":\"1919\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1919\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1921\",\"left\":600,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692518959\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692518959\",\"Name\":\"1921\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1921\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":540,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723692545299\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":600,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723692549767\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":480,\"top\":780,\"color\":\"user_yunxingqu\",\"id\":\"1723692584664\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":540,\"top\":780,\"color\":\"user_yunxingqu\",\"id\":\"1723692585373\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":630,\"top\":900,\"color\":\"user_yunxingqu\",\"id\":\"1723692591258\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":690,\"top\":900,\"color\":\"user_yunxingqu\",\"id\":\"1723692596922\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"P2614\",\"left\":390,\"top\":750,\"color\":\"user_fangliaoqu\",\"id\":\"1723692605330\",\"width\":60,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692605330\",\"Name\":\"P2614\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2614\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2613\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"390\",\"Top\":\"750\",\"Height\":\"30\",\"Width\":\"60\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P2614\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P5001\",\"left\":480,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1723692617359\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723692617359\",\"Name\":\"P5001\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2617\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2817\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"480\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P5001\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P5002\",\"left\":540,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1723692621324\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723692621324\",\"Name\":\"P5002\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2619\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2819\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"540\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P5002\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"1731\",\"left\":900,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692693343\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692693343\",\"Name\":\"1731\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1731\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1733\",\"left\":960,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692693854\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692693854\",\"Name\":\"1733\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1733\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1931\",\"left\":900,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692694654\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692694654\",\"Name\":\"1931\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1931\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1933\",\"left\":960,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692695340\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692695340\",\"Name\":\"1933\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1933\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1735\",\"left\":1020,\"top\":480,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692701107\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692701107\",\"Name\":\"1735\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1735\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1737\",\"left\":1080,\"top\":480,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692702055\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692702055\",\"Name\":\"1737\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1737\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1935\",\"left\":1020,\"top\":540,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692702670\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692702670\",\"Name\":\"1935\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1935\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1937\",\"left\":1080,\"top\":540,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692703136\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692703136\",\"Name\":\"1937\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1937\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1740\",\"left\":1170,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692709734\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692709734\",\"Name\":\"1740\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1740\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1742\",\"left\":1230,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692710511\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692710511\",\"Name\":\"1742\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1742\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1940\",\"left\":1170,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692711253\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692711253\",\"Name\":\"1940\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1940\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1942\",\"left\":1230,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692711957\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692711957\",\"Name\":\"1942\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1942\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1745\",\"left\":1320,\"top\":480,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692759461\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692759461\",\"Name\":\"1745\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1745\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1747\",\"left\":1380,\"top\":480,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692760083\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692760083\",\"Name\":\"1747\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1747\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1945\",\"left\":1320,\"top\":540,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692760776\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692760776\",\"Name\":\"1945\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1945\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1947\",\"left\":1380,\"top\":540,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692761409\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692761409\",\"Name\":\"1947\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1947\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1750\",\"left\":1470,\"top\":480,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692762655\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692762655\",\"Name\":\"1750\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1750\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1754\",\"left\":1590,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692763565\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692763565\",\"Name\":\"1754\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1754\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1950\",\"left\":1470,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692768370\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692768370\",\"Name\":\"1950\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1950\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1954\",\"left\":1590,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692769303\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692769303\",\"Name\":\"1954\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1954\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":900,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723692792838\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":960,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723692793543\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1020,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723692794255\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1080,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723692794754\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1170,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723692795471\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1230,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723692795943\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1320,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723692796765\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1380,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723692797190\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1756\",\"left\":1650,\"top\":480,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692811828\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692811828\",\"Name\":\"1756\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1756\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1758\",\"left\":1710,\"top\":480,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692812427\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692812427\",\"Name\":\"1758\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1758\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1956\",\"left\":1650,\"top\":540,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692812953\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692812953\",\"Name\":\"1956\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1956\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1958\",\"left\":1710,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692813423\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692813423\",\"Name\":\"1958\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1958\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1761\",\"left\":1800,\"top\":480,\"color\":\"user_rfid_yxd_1001\",\"id\":\"1723692814708\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692814708\",\"Name\":\"1761\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1761\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1763\",\"left\":1860,\"top\":480,\"color\":\"user_rfid_yxd_1001\",\"id\":\"1723692815729\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692815729\",\"Name\":\"1763\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1763\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1961\",\"left\":1800,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692816412\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692816412\",\"Name\":\"1961\",\"Left\":\"\",\"Top\":\"\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"Is_enable\":true,\"RFID\":\"1961\",\"PauseTime\":\"\",\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ArcingLevel\":\"0\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"XNegGValue\":0,\"YNegGValue\":0,\"XPosGValue\":0,\"YPosGValue\":0}},{\"name\":\"1963\",\"left\":1860,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692816822\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692816822\",\"Name\":\"1963\",\"Left\":\"\",\"Top\":\"\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"Is_enable\":true,\"RFID\":\"1963\",\"PauseTime\":\"\",\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ArcingLevel\":\"0\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"XNegGValue\":0,\"YNegGValue\":0,\"XPosGValue\":0,\"YPosGValue\":0}},{\"name\":\"1766\",\"left\":1950,\"top\":480,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692823765\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692823765\",\"Name\":\"1766\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1766\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1768\",\"left\":2010,\"top\":480,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692824387\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692824387\",\"Name\":\"1768\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1768\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1966\",\"left\":1950,\"top\":540,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692824994\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692824994\",\"Name\":\"1966\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1966\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1968\",\"left\":2010,\"top\":540,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692825479\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692825479\",\"Name\":\"1968\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1968\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1771\",\"left\":2100,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692826570\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692826570\",\"Name\":\"1771\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1771\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1773\",\"left\":2160,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723692827157\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692827157\",\"Name\":\"1773\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1773\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1971\",\"left\":2100,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692827944\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692827944\",\"Name\":\"1971\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1971\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1973\",\"left\":2160,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723692828335\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692828335\",\"Name\":\"1973\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1973\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1776\",\"left\":2250,\"top\":480,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692885489\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692885489\",\"Name\":\"1776\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1776\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1976\",\"left\":2250,\"top\":540,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692885826\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692885826\",\"Name\":\"1976\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1976\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1778\",\"left\":2310,\"top\":480,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723692886445\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692886445\",\"Name\":\"1778\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1778\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1978\",\"left\":2310,\"top\":540,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723692886762\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692886762\",\"Name\":\"1978\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1978\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1650,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723693046031\",\"width\":30,\"height\":240,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1710,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723693052562\",\"width\":30,\"height\":240,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1800,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723693059544\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1860,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723693063058\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1950,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723693064126\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2010,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723693064493\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2100,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723693065434\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2160,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723693068487\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2250,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723693069198\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2310,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723693069995\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1780\",\"left\":2370,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723693121098\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693121098\",\"Name\":\"1780\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1780\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1782\",\"left\":2430,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723693121679\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693121679\",\"Name\":\"1782\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1782\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1980\",\"left\":2370,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723693125407\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693125407\",\"Name\":\"1980\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1980\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1982\",\"left\":2430,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723693125849\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693125849\",\"Name\":\"1982\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1982\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1784\",\"left\":2490,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723693126535\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693126535\",\"Name\":\"1784\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1784\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1786\",\"left\":2550,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723693127184\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693127184\",\"Name\":\"1786\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1786\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1986\",\"left\":2550,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723693128460\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693128460\",\"Name\":\"1986\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1986\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2370,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723693132950\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2430,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723693133395\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2490,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723693133810\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2550,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723693134202\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2700,\"top\":510,\"color\":\"user_yunxingqu\",\"id\":\"1723693148532\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1789\",\"left\":2640,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723693151055\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693151055\",\"Name\":\"1789\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1789\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1791\",\"left\":2700,\"top\":480,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723693151429\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693151429\",\"Name\":\"1791\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1791\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1989\",\"left\":2640,\"top\":540,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723693152097\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693152097\",\"Name\":\"1989\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1989\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1991\",\"left\":2700,\"top\":540,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1723693152429\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693152429\",\"Name\":\"1991\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1991\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2640,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723693155314\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2700,\"top\":450,\"color\":\"user_yunxingqu\",\"id\":\"1723693155671\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2640,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723693156495\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2700,\"top\":570,\"color\":\"user_yunxingqu\",\"id\":\"1723693159623\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2835\",\"left\":1020,\"top\":810,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723693172480\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693172480\",\"Name\":\"2835\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2835\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2837\",\"left\":1080,\"top\":810,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723693173358\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693173358\",\"Name\":\"2837\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2837\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3035\",\"left\":1020,\"top\":870,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723693187560\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693187560\",\"Name\":\"3035\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3035\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3037\",\"left\":1080,\"top\":870,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723693188075\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693188075\",\"Name\":\"3037\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3037\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3056\",\"left\":1650,\"top\":870,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723693189076\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693189076\",\"Name\":\"3056\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3056\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3054\",\"left\":1590,\"top\":870,\"color\":\"user_rfid_yxd_0110\",\"id\":\"1723693198573\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693198573\",\"Name\":\"3054\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3054\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2856\",\"left\":1650,\"top\":810,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723693204792\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693204792\",\"Name\":\"2856\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2856\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2858\",\"left\":1710,\"top\":810,\"color\":\"user_rfid_yxd_1001\",\"id\":\"1723693205225\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693205225\",\"Name\":\"2858\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2858\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3058\",\"left\":1710,\"top\":870,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723693211811\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693211811\",\"Name\":\"3058\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3058\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2846\",\"left\":1350,\"top\":810,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723693234406\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693234406\",\"Name\":\"2846\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2846\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2848\",\"left\":1410,\"top\":810,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723693235189\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693235189\",\"Name\":\"2848\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2848\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3046\",\"left\":1350,\"top\":870,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723693235656\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693235656\",\"Name\":\"3046\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3046\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3048\",\"left\":1410,\"top\":870,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723693236110\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693236110\",\"Name\":\"3048\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3048\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1020,\"top\":900,\"color\":\"user_yunxingqu\",\"id\":\"1723693246270\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1080,\"top\":900,\"color\":\"user_yunxingqu\",\"id\":\"1723693246781\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1350,\"top\":780,\"color\":\"user_yunxingqu\",\"id\":\"1723693247601\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1410,\"top\":780,\"color\":\"user_yunxingqu\",\"id\":\"1723693251020\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1590,\"top\":900,\"color\":\"user_yunxingqu\",\"id\":\"1723693252018\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1650,\"top\":900,\"color\":\"user_yunxingqu\",\"id\":\"1723693252509\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2862\",\"left\":1830,\"top\":810,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723693338578\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693338578\",\"Name\":\"2862\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2862\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2864\",\"left\":1890,\"top\":810,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723693338991\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693338991\",\"Name\":\"2864\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2864\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3062\",\"left\":1830,\"top\":870,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723693339552\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693339552\",\"Name\":\"3062\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3062\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3064\",\"left\":1890,\"top\":870,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723693339972\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693339972\",\"Name\":\"3064\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3064\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2868\",\"left\":2010,\"top\":810,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723693341567\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693341567\",\"Name\":\"2868\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2868\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2870\",\"left\":2070,\"top\":810,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723693345583\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693345583\",\"Name\":\"2870\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2870\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3068\",\"left\":2010,\"top\":870,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723693346241\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693346241\",\"Name\":\"3068\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3068\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3070\",\"left\":2070,\"top\":870,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723693346757\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693346757\",\"Name\":\"3070\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3070\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2873\",\"left\":2160,\"top\":810,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723693358509\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693358509\",\"Name\":\"2873\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2873\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2875\",\"left\":2220,\"top\":810,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723693359111\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693359111\",\"Name\":\"2875\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2875\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3073\",\"left\":2160,\"top\":870,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723693359616\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693359616\",\"Name\":\"3073\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3073\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3075\",\"left\":2220,\"top\":870,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723693359976\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693359976\",\"Name\":\"3075\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3075\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2877\",\"left\":2280,\"top\":810,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723693365629\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693365629\",\"Name\":\"2877\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2877\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2879\",\"left\":2340,\"top\":810,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1723693369185\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693369185\",\"Name\":\"2879\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2879\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3077\",\"left\":2280,\"top\":870,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723693369718\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693369718\",\"Name\":\"3077\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3077\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3079\",\"left\":2340,\"top\":870,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1723693370134\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693370134\",\"Name\":\"3079\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3079\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2280,\"top\":900,\"color\":\"user_yunxingqu\",\"id\":\"1723693407405\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2340,\"top\":900,\"color\":\"user_yunxingqu\",\"id\":\"1723693411392\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2160,\"top\":780,\"color\":\"user_yunxingqu\",\"id\":\"1723693412204\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2220,\"top\":780,\"color\":\"user_yunxingqu\",\"id\":\"1723693412651\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2010,\"top\":780,\"color\":\"user_yunxingqu\",\"id\":\"1723693413967\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":2070,\"top\":780,\"color\":\"user_yunxingqu\",\"id\":\"1723693420716\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1830,\"top\":900,\"color\":\"user_yunxingqu\",\"id\":\"1723693421680\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":1890,\"top\":900,\"color\":\"user_yunxingqu\",\"id\":\"1723693422080\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2614\",\"left\":390,\"top\":750,\"color\":\"user_rfid_yxd_0001\",\"id\":\"1723693434824\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693434824\",\"Name\":\"2614\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2614\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2617\",\"left\":480,\"top\":750,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723693435640\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693435640\",\"Name\":\"2617\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2617\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2619\",\"left\":540,\"top\":750,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723693436312\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693436312\",\"Name\":\"2619\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2619\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"P1001\",\"left\":690,\"top\":60,\"color\":\"user_fangliaoqu\",\"id\":\"1723700340477\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700340477\",\"Name\":\"P1001\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"424\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"624\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"690\",\"Top\":\"60\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P1001\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P1002\",\"left\":750,\"top\":60,\"color\":\"user_fangliaoqu\",\"id\":\"1723700340837\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700340837\",\"Name\":\"P1002\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"426\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"626\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"750\",\"Top\":\"60\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P1002\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P1003\",\"left\":1290,\"top\":60,\"color\":\"user_fangliaoqu\",\"id\":\"1723700342627\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700342627\",\"Name\":\"P1003\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"444\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"644\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1290\",\"Top\":\"60\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P1003\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P1004\",\"left\":1350,\"top\":60,\"color\":\"user_fangliaoqu\",\"id\":\"1723700343120\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700343120\",\"Name\":\"P1004\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"446\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"646\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1350\",\"Top\":\"60\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P1004\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P1005\",\"left\":1530,\"top\":60,\"color\":\"user_fangliaoqu\",\"id\":\"1723700345541\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700345541\",\"Name\":\"P1005\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"452\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"652\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1530\",\"Top\":\"60\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P1005\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P1006\",\"left\":1590,\"top\":60,\"color\":\"user_fangliaoqu\",\"id\":\"1723700351092\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700351092\",\"Name\":\"P1006\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"454\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"654\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1590\",\"Top\":\"60\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P1006\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P1007\",\"left\":1830,\"top\":60,\"color\":\"user_fangliaoqu\",\"id\":\"1723700352230\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700352230\",\"Name\":\"P1007\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"462\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"662\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1830\",\"Top\":\"60\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P1007\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P1008\",\"left\":1890,\"top\":60,\"color\":\"user_fangliaoqu\",\"id\":\"1723700352559\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700352559\",\"Name\":\"P1008\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"464\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"664\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1890\",\"Top\":\"60\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P1008\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P1009\",\"left\":2010,\"top\":60,\"color\":\"user_fangliaoqu\",\"id\":\"1723700355930\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700355930\",\"Name\":\"P1009\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"468\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"668\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2010\",\"Top\":\"60\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P1009\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P1010\",\"left\":2070,\"top\":60,\"color\":\"user_fangliaoqu\",\"id\":\"1723700356340\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700356340\",\"Name\":\"P1010\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"470\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"670\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2070\",\"Top\":\"60\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P1010\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"424\",\"left\":690,\"top\":90,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723700432816\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700432816\",\"Name\":\"424\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"424\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"426\",\"left\":750,\"top\":90,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723700433717\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700433717\",\"Name\":\"426\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"426\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"444\",\"left\":1290,\"top\":90,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723700434868\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700434868\",\"Name\":\"444\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"444\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"446\",\"left\":1350,\"top\":90,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723700435482\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700435482\",\"Name\":\"446\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"446\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"452\",\"left\":1530,\"top\":90,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723700436329\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700436329\",\"Name\":\"452\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"452\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"454\",\"left\":1590,\"top\":90,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723700436897\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700436897\",\"Name\":\"454\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"454\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"462\",\"left\":1830,\"top\":90,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723700437892\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700437892\",\"Name\":\"462\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"462\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"468\",\"left\":2010,\"top\":90,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723700439273\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700439273\",\"Name\":\"468\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"468\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"470\",\"left\":2070,\"top\":90,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723700439690\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700439690\",\"Name\":\"470\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"470\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"P2001\",\"left\":570,\"top\":270,\"color\":\"user_fangliaoqu\",\"id\":\"1723700550051\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700550051\",\"Name\":\"P2001\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1020\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"820\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"570\",\"Top\":\"270\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P2001\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P2002\",\"left\":630,\"top\":270,\"color\":\"user_fangliaoqu\",\"id\":\"1723700550375\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700550375\",\"Name\":\"P2002\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1022\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"822\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"630\",\"Top\":\"270\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P2002\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P2003\",\"left\":1710,\"top\":270,\"color\":\"user_fangliaoqu\",\"id\":\"1723700551784\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700551784\",\"Name\":\"P2003\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1058\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"858\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1710\",\"Top\":\"270\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P2003\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P2004\",\"left\":1770,\"top\":270,\"color\":\"user_fangliaoqu\",\"id\":\"1723700554792\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723700554792\",\"Name\":\"P2004\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1060\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"860\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1770\",\"Top\":\"270\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P2004\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"1020\",\"left\":570,\"top\":270,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723700573765\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700573765\",\"Name\":\"1020\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1020\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1022\",\"left\":630,\"top\":270,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723700574184\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700574184\",\"Name\":\"1022\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1022\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1058\",\"left\":1710,\"top\":270,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723700575652\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700575652\",\"Name\":\"1058\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1058\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1060\",\"left\":1770,\"top\":270,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723700576705\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700576705\",\"Name\":\"1060\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1060\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"464\",\"left\":1890,\"top\":90,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723700438366\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723700438366\",\"Name\":\"464\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"464\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"662\",\"left\":1830,\"top\":150,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1723688955082\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723688955082\",\"Name\":\"662\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"662\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"P3001\",\"left\":300,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701406890\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701406890\",\"Name\":\"P3001\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1511\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1711\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"300\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3001\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3002\",\"left\":360,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701407408\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701407408\",\"Name\":\"P3002\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1513\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1713\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"360\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3002\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3003\",\"left\":540,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701408132\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701408132\",\"Name\":\"P3003\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1519\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1719\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"540\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3003\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3004\",\"left\":600,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701408637\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701408637\",\"Name\":\"P3004\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1521\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1721\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"600\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3004\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3005\",\"left\":900,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701410010\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701410010\",\"Name\":\"P3005\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1531\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1731\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"900\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3005\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3006\",\"left\":960,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701410690\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701410690\",\"Name\":\"P3006\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1533\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1733\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"960\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3006\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3007\",\"left\":1170,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701411592\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701411592\",\"Name\":\"P3007\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1540\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1740\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1170\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3007\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3008\",\"left\":1230,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701412093\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701412093\",\"Name\":\"P3008\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1542\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1742\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1230\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3008\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P4001\",\"left\":1020,\"top\":600,\"color\":\"user_fangliaoqu\",\"id\":\"1723701417610\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701417610\",\"Name\":\"P4001\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2135\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1935\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1020\",\"Top\":\"600\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P4001\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P4002\",\"left\":1080,\"top\":600,\"color\":\"user_fangliaoqu\",\"id\":\"1723701417953\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701417953\",\"Name\":\"P4002\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2137\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1937\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1080\",\"Top\":\"600\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P4002\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P4003\",\"left\":1320,\"top\":600,\"color\":\"user_fangliaoqu\",\"id\":\"1723701418865\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701418865\",\"Name\":\"P4003\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2145\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1945\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1320\",\"Top\":\"600\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P4003\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P4004\",\"left\":1380,\"top\":600,\"color\":\"user_fangliaoqu\",\"id\":\"1723701429064\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701429064\",\"Name\":\"P4004\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2147\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1947\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1380\",\"Top\":\"600\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P4004\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3009\",\"left\":1800,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701431258\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701431258\",\"Name\":\"P3009\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1561\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1761\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1800\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3009\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3010\",\"left\":1860,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701431677\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701431677\",\"Name\":\"P3010\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1563\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1763\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1860\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3010\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P4005\",\"left\":1950,\"top\":600,\"color\":\"user_fangliaoqu\",\"id\":\"1723701435015\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701435015\",\"Name\":\"P4005\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2166\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1966\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1950\",\"Top\":\"600\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P4005\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P4006\",\"left\":2010,\"top\":600,\"color\":\"user_fangliaoqu\",\"id\":\"1723701435380\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701435380\",\"Name\":\"P4006\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2168\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1968\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2010\",\"Top\":\"600\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P4006\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3011\",\"left\":2100,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701436178\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701436178\",\"Name\":\"P3011\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1571\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1771\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2100\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3011\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3012\",\"left\":2160,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701436608\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701436608\",\"Name\":\"P3012\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1573\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1773\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2160\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3012\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P4007\",\"left\":2250,\"top\":600,\"color\":\"user_fangliaoqu\",\"id\":\"1723701437343\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701437343\",\"Name\":\"P4007\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2176\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1976\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2250\",\"Top\":\"600\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P4007\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P4008\",\"left\":2310,\"top\":600,\"color\":\"user_fangliaoqu\",\"id\":\"1723701437664\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701437664\",\"Name\":\"P4008\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2178\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1978\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2310\",\"Top\":\"600\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P4008\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3013\",\"left\":2370,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701438285\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701438285\",\"Name\":\"P3013\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1580\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1780\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2370\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3013\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3014\",\"left\":2430,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701438780\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701438780\",\"Name\":\"P3014\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1582\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1782\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2430\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3014\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3015\",\"left\":2490,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701439528\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701439528\",\"Name\":\"P3015\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1584\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1784\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2490\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3015\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3016\",\"left\":2550,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701439965\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701439965\",\"Name\":\"P3016\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1586\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1786\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2550\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3016\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3017\",\"left\":2640,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701442557\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701442557\",\"Name\":\"P3017\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1589\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1789\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2640\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3017\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P3018\",\"left\":2700,\"top\":390,\"color\":\"user_fangliaoqu\",\"id\":\"1723701445962\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701445962\",\"Name\":\"P3018\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1591\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1791\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2700\",\"Top\":\"390\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P3018\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P4009\",\"left\":2640,\"top\":600,\"color\":\"user_fangliaoqu\",\"id\":\"1723701446641\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701446641\",\"Name\":\"P4009\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2189\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1989\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2640\",\"Top\":\"600\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P4009\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P4010\",\"left\":2700,\"top\":600,\"color\":\"user_fangliaoqu\",\"id\":\"1723701447006\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723701447006\",\"Name\":\"P4010\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2191\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1991\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2700\",\"Top\":\"600\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P4010\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"1511\",\"left\":300,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701557858\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701557858\",\"Name\":\"1511\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1511\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1513\",\"left\":360,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701558252\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701558252\",\"Name\":\"1513\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1513\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1519\",\"left\":540,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701559542\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701559542\",\"Name\":\"1519\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1519\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1521\",\"left\":600,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701559912\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701559912\",\"Name\":\"1521\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1521\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1531\",\"left\":900,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701560818\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701560818\",\"Name\":\"1531\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1531\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1533\",\"left\":960,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701561533\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701561533\",\"Name\":\"1533\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1533\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2135\",\"left\":1020,\"top\":600,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723701562678\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701562678\",\"Name\":\"2135\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2135\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2137\",\"left\":1080,\"top\":600,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723701563309\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701563309\",\"Name\":\"2137\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2137\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1540\",\"left\":1170,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701564232\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701564232\",\"Name\":\"1540\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1540\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1542\",\"left\":1230,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701564704\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701564704\",\"Name\":\"1542\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1542\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2145\",\"left\":1320,\"top\":600,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723701565677\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701565677\",\"Name\":\"2145\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2145\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2147\",\"left\":1380,\"top\":600,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723701566504\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701566504\",\"Name\":\"2147\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2147\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1561\",\"left\":1800,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701567622\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701567622\",\"Name\":\"1561\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1561\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1563\",\"left\":1860,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701568119\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701568119\",\"Name\":\"1563\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1563\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2166\",\"left\":1950,\"top\":600,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723701571189\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701571189\",\"Name\":\"2166\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2166\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2168\",\"left\":2010,\"top\":600,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723701571691\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701571691\",\"Name\":\"2168\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2168\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1571\",\"left\":2100,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701572554\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701572554\",\"Name\":\"1571\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1571\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1573\",\"left\":2160,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701573159\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701573159\",\"Name\":\"1573\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1573\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2176\",\"left\":2250,\"top\":600,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723701574324\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701574324\",\"Name\":\"2176\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2176\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2178\",\"left\":2310,\"top\":600,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723701574760\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701574760\",\"Name\":\"2178\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2178\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1580\",\"left\":2370,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701575490\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701575490\",\"Name\":\"1580\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1580\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1582\",\"left\":2430,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701576017\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701576017\",\"Name\":\"1582\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1582\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1584\",\"left\":2490,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701576898\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701576898\",\"Name\":\"1584\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1584\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1586\",\"left\":2550,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701577303\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701577303\",\"Name\":\"1586\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1586\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1589\",\"left\":2640,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701578029\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701578029\",\"Name\":\"1589\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1589\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1591\",\"left\":2700,\"top\":420,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723701578391\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701578391\",\"Name\":\"1591\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1591\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2189\",\"left\":2640,\"top\":600,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723701579208\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701579208\",\"Name\":\"2189\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2189\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2191\",\"left\":2700,\"top\":600,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723701579563\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723701579563\",\"Name\":\"2191\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2191\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"1984\",\"left\":2490,\"top\":540,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1723693128000\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723693128000\",\"Name\":\"1984\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1984\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2806\",\"left\":150,\"top\":810,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1723692246383\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692246383\",\"Name\":\"2806\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2806\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"运行区\",\"left\":120,\"top\":690,\"color\":\"user_yunxingqu\",\"id\":\"1723689545672\",\"width\":60,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2406\",\"left\":150,\"top\":690,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1723692241892\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723692241892\",\"Name\":\"2406\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2406\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"P2404\",\"left\":60,\"top\":690,\"color\":\"user_fangliaoqu\",\"id\":\"1723704557754\",\"width\":60,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704557754\",\"Name\":\"P2404\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2404\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2406\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"60\",\"Top\":\"690\",\"Height\":\"30\",\"Width\":\"60\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P2404\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P2804\",\"left\":60,\"top\":810,\"color\":\"user_fangliaoqu\",\"id\":\"1723704558565\",\"width\":60,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704558565\",\"Name\":\"P2804\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2804\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2806\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"60\",\"Top\":\"810\",\"Height\":\"30\",\"Width\":\"60\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P2804\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"2404\",\"left\":90,\"top\":690,\"color\":\"user_rfid_yxd_0100\",\"id\":\"1723704571582\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704571582\",\"Name\":\"2404\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2404\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2804\",\"left\":90,\"top\":810,\"color\":\"user_rfid_yxd_0100\",\"id\":\"1723704572276\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704572276\",\"Name\":\"2804\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2804\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2407\",\"left\":180,\"top\":690,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1723704597127\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704597127\",\"Name\":\"2407\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2407\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"P8001\",\"left\":330,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1723704863817\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704863817\",\"Name\":\"P8001\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3212\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3012\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"330\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P8001\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P8002\",\"left\":390,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1723704864339\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704864339\",\"Name\":\"P8002\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3214\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3014\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"390\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P8002\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P8003\",\"left\":630,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1723704865255\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704865255\",\"Name\":\"P8003\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3222\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3022\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"630\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P8003\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P8004\",\"left\":690,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1723704865766\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704865766\",\"Name\":\"P8004\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3224\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3024\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"690\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P8004\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P8005\",\"left\":1020,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1723704866783\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704866783\",\"Name\":\"P8005\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3235\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3035\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1020\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P8005\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P8006\",\"left\":1080,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1723704867176\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704867176\",\"Name\":\"P8006\",\"Left\":\"1080\",\"Top\":\"930\",\"Width\":\"30\",\"Height\":\"60\",\"RFID\":\"3237\",\"ListRFID\":\"3037\",\"LowHeight\":\"0\",\"HighHeight\":\"0\",\"StationDirection\":\"0\",\"Code\":\"P8006\",\"IsEnable\":true,\"IsLocked\":false,\"StationType\":\"4\"}},{\"name\":\"P5003\",\"left\":1350,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1723704868900\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704868900\",\"Name\":\"P5003\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2646\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2846\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1350\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P5003\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P5004\",\"left\":1410,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1723704871954\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704871954\",\"Name\":\"P5004\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2648\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2848\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1410\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P5004\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P8007\",\"left\":1590,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1723704873042\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704873042\",\"Name\":\"P8007\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3254\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3054\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1590\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P8007\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P8008\",\"left\":1650,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1723704873631\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704873631\",\"Name\":\"P8008\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3256\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3056\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1650\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P8008\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P8009\",\"left\":1830,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1723704874422\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704874422\",\"Name\":\"P8009\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3262\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3062\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1830\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P8009\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P8010\",\"left\":1890,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1723704874905\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704874905\",\"Name\":\"P8010\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3264\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3064\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1890\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P8010\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P5005\",\"left\":2010,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1723704877288\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704877288\",\"Name\":\"P5005\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2668\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2868\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2010\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P5005\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P5006\",\"left\":2070,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1723704877732\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704877732\",\"Name\":\"P5006\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2670\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2870\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2070\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P5006\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P5007\",\"left\":2160,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1723704878412\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704878412\",\"Name\":\"P5007\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2673\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2873\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2160\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P5007\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P5008\",\"left\":2220,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1723704878871\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704878871\",\"Name\":\"P5008\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2675\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2875\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2220\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P5008\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P6001\",\"left\":2400,\"top\":810,\"color\":\"user_fangliaoqu\",\"id\":\"1723704880585\",\"width\":60,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704880585\",\"Name\":\"P6001\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2881\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2879\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2400\",\"Top\":\"810\",\"Height\":\"30\",\"Width\":\"60\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P6001\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P7001\",\"left\":2400,\"top\":870,\"color\":\"user_fangliaoqu\",\"id\":\"1723704881233\",\"width\":60,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704881233\",\"Name\":\"P7001\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3081\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3079\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2400\",\"Top\":\"870\",\"Height\":\"30\",\"Width\":\"60\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P7001\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P8011\",\"left\":2280,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1723704882032\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704882032\",\"Name\":\"P8011\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3277\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3077\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2280\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P8011\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"P8012\",\"left\":2340,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1723704882437\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1723704882437\",\"Name\":\"P8012\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3279\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3079\",\"StationLength\":null,\"IntAgvAngle\":null,\"AgvDirectionXPos\":null,\"AgvDirectionXNeg\":null,\"AgvDirectionYPos\":null,\"AgvDirectionYNeg\":null,\"DialDirectionXPos\":null,\"DialDirectionXNeg\":null,\"DialDirectionYPos\":null,\"DialDirectionYNeg\":null,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"2340\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\",\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":\"P8012\",\"IsEnable\":true,\"IsLocked\":false,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":4}},{\"name\":\"3212\",\"left\":330,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723704922971\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704922971\",\"Name\":\"3212\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3212\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3214\",\"left\":390,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723704923368\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704923368\",\"Name\":\"3214\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3214\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3222\",\"left\":630,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723704924086\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704924086\",\"Name\":\"3222\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3222\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3224\",\"left\":690,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723704924504\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704924504\",\"Name\":\"3224\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3224\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3235\",\"left\":1020,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723704925390\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704925390\",\"Name\":\"3235\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3235\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3237\",\"left\":1080,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723704925778\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704925778\",\"Name\":\"3237\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3237\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2646\",\"left\":1350,\"top\":750,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723704926604\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704926604\",\"Name\":\"2646\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2646\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2648\",\"left\":1410,\"top\":750,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723704926966\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704926966\",\"Name\":\"2648\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2648\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3254\",\"left\":1590,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723704927799\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704927799\",\"Name\":\"3254\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3254\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3256\",\"left\":1650,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723704928267\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704928267\",\"Name\":\"3256\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3256\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2668\",\"left\":2010,\"top\":750,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723704930576\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704930576\",\"Name\":\"2668\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2668\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2670\",\"left\":2070,\"top\":750,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723704930967\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704930967\",\"Name\":\"2670\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2670\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3262\",\"left\":1830,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723704931730\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704931730\",\"Name\":\"3262\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3262\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3264\",\"left\":1890,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723704932160\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704932160\",\"Name\":\"3264\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3264\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2673\",\"left\":2160,\"top\":750,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723704932936\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704932936\",\"Name\":\"2673\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2673\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2675\",\"left\":2220,\"top\":750,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1723704933355\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704933355\",\"Name\":\"2675\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2675\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2881\",\"left\":2400,\"top\":810,\"color\":\"user_rfid_yxd_0001\",\"id\":\"1723704934335\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704934335\",\"Name\":\"2881\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2881\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3081\",\"left\":2400,\"top\":870,\"color\":\"user_rfid_yxd_0001\",\"id\":\"1723704934918\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704934918\",\"Name\":\"3081\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3081\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3277\",\"left\":2280,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723704935623\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704935623\",\"Name\":\"3277\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3277\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"3279\",\"left\":2340,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1723704936925\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1723704936925\",\"Name\":\"3279\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3279\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null,\"LowHeight\":0,\"HighHeight\":0,\"StationDirection\":0,\"Code\":null,\"IsEnable\":null,\"IsLocked\":null,\"ArcingLevel\":0,\"XPosGValue\":0,\"XNegGValue\":0,\"YPosGValue\":0,\"YNegGValue\":0,\"StationType\":0}},{\"name\":\"2410\",\"left\":270,\"top\":690,\"color\":\"user_rfid_yxd_1010\",\"width\":30,\"height\":30,\"id\":\"1723705770415\",\"setInfo\":{\"Id\":\"1723705770415\",\"Name\":\"2410\",\"Left\":\"270\",\"Top\":\"690\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"Is_enable\":true,\"RFID\":\"2410\",\"PauseTime\":\"\",\"Isstop\":\"0\",\"IntStopLevel\":\"\",\"ArcingLevel\":\"0\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"XNegGValue\":0,\"YNegGValue\":0,\"XPosGValue\":0,\"YPosGValue\":0},\"alt\":true},{\"name\":\"2412\",\"left\":330,\"top\":690,\"color\":\"user_rfid_yxd_1010\",\"width\":30,\"height\":30,\"id\":\"1723705771146\",\"setInfo\":{\"Id\":\"1723705771146\",\"Name\":\"2412\",\"Left\":\"330\",\"Top\":\"690\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"Is_enable\":true,\"RFID\":\"2412\",\"PauseTime\":\"\",\"Isstop\":\"0\",\"IntStopLevel\":\"\",\"ArcingLevel\":\"0\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3,\"XNegGValue\":0,\"YNegGValue\":0,\"XPosGValue\":0,\"YPosGValue\":0},\"alt\":true}],\"initNum\":537,\"Regions\":[]}', null, null, '0', null, null, null, null, null, '2024-08-15 15:12:27', 'System');

-- ----------------------------
-- Table structure for map_22222
-- ----------------------------
DROP TABLE IF EXISTS `map_22222`;
CREATE TABLE `map_22222` (
  `Id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键Id',
  `name` varchar(200) DEFAULT NULL COMMENT '地图名',
  `width` int(11) DEFAULT NULL COMMENT '宽',
  `height` int(11) DEFAULT NULL COMMENT '高',
  `mapcontent` longtext COMMENT '内容',
  `isdefault` int(11) DEFAULT NULL COMMENT '默认地图',
  `description` varchar(200) DEFAULT NULL COMMENT '备注',
  `emptymap` tinyint(4) DEFAULT NULL COMMENT '空地图',
  `mapcontentbkp` longtext COMMENT '备份',
  `bkptime` datetime DEFAULT NULL COMMENT '备份时间',
  `restoretime` datetime DEFAULT NULL COMMENT '还原时间',
  `createTime` datetime DEFAULT NULL COMMENT '建立时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '建立者',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新者',
  PRIMARY KEY (`Id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='地图';

-- ----------------------------
-- Records of map_22222
-- ----------------------------
INSERT INTO `map_22222` VALUES ('52', '金利隆叉车立库', '99999', '99999', '{\"nodes\":[],\"lines\":[],\"areas\":[{\"name\":\"运行区\",\"left\":90,\"top\":1350,\"color\":\"user_yunxingqu\",\"id\":\"1715477187465\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"A010201\",\"left\":960,\"top\":150,\"color\":\"user_fangliaoqu\",\"id\":\"1715501231314\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501231314\",\"Name\":\"A010201\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"733\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"833#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"960\",\"Top\":\"150\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A010401\",\"left\":870,\"top\":150,\"color\":\"user_fangliaoqu\",\"id\":\"1715501247562\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501247562\",\"Name\":\"A010401\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"730\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"830#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"870\",\"Top\":\"150\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A060201\",\"left\":960,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1715501534297\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501534297\",\"Name\":\"A060201\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2533\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2433#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"960\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A070201\",\"left\":960,\"top\":780,\"color\":\"user_fangliaoqu\",\"id\":\"1715501544266\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501544266\",\"Name\":\"A070201\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2833\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2933#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"960\",\"Top\":\"780\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"运行区\",\"left\":60,\"top\":60,\"color\":\"user_yunxingqu\",\"id\":\"1715501641844\",\"width\":960,\"height\":90,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"A012401\",\"left\":180,\"top\":150,\"color\":\"user_fangliaoqu\",\"id\":\"1715501679805\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501679805\",\"Name\":\"A012401\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"707\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"807#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"180\",\"Top\":\"150\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A011301\",\"left\":510,\"top\":150,\"color\":\"user_fangliaoqu\",\"id\":\"1715501688238\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501688238\",\"Name\":\"A011301\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"718\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"818#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"510\",\"Top\":\"150\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A011201\",\"left\":630,\"top\":150,\"color\":\"user_fangliaoqu\",\"id\":\"1715501693424\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501693424\",\"Name\":\"A011201\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"722\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"822#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"630\",\"Top\":\"150\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A022101\",\"left\":180,\"top\":300,\"color\":\"user_fangliaoqu\",\"id\":\"1715501751764\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501751764\",\"Name\":\"A022101\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1107\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1007#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"180\",\"Top\":\"300\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A032101\",\"left\":180,\"top\":360,\"color\":\"user_fangliaoqu\",\"id\":\"1715501755359\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501755359\",\"Name\":\"A032101\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1407\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1507#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"180\",\"Top\":\"360\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A021001\",\"left\":510,\"top\":300,\"color\":\"user_fangliaoqu\",\"id\":\"1715501759174\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501759174\",\"Name\":\"A021001\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1118\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1018#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"510\",\"Top\":\"300\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A031001\",\"left\":510,\"top\":360,\"color\":\"user_fangliaoqu\",\"id\":\"1715501762785\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501762785\",\"Name\":\"A031001\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1418\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1518#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"510\",\"Top\":\"360\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A020901\",\"left\":630,\"top\":300,\"color\":\"user_fangliaoqu\",\"id\":\"1715501766000\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501766000\",\"Name\":\"A020901\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1122\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1022#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"630\",\"Top\":\"300\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A030901\",\"left\":630,\"top\":360,\"color\":\"user_fangliaoqu\",\"id\":\"1715501769803\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501769803\",\"Name\":\"A030901\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1422\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1522#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"630\",\"Top\":\"360\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A042101\",\"left\":180,\"top\":510,\"color\":\"user_fangliaoqu\",\"id\":\"1715501803556\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501803556\",\"Name\":\"A042101\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1807\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1707#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"180\",\"Top\":\"510\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A052101\",\"left\":180,\"top\":570,\"color\":\"user_fangliaoqu\",\"id\":\"1715501807177\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501807177\",\"Name\":\"A052101\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2107\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2207#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"180\",\"Top\":\"570\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A041001\",\"left\":510,\"top\":510,\"color\":\"user_fangliaoqu\",\"id\":\"1715501817047\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501817047\",\"Name\":\"A041001\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1818\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1718#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"510\",\"Top\":\"510\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A051001\",\"left\":510,\"top\":570,\"color\":\"user_fangliaoqu\",\"id\":\"1715501821370\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501821370\",\"Name\":\"A051001\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2118\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2218#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"510\",\"Top\":\"570\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A040901\",\"left\":630,\"top\":510,\"color\":\"user_fangliaoqu\",\"id\":\"1715501824329\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501824329\",\"Name\":\"A040901\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1822\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1722#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"630\",\"Top\":\"510\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A050901\",\"left\":630,\"top\":570,\"color\":\"user_fangliaoqu\",\"id\":\"1715501827836\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501827836\",\"Name\":\"A050901\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2122\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2222#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"630\",\"Top\":\"570\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A060401\",\"left\":870,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1715501937358\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501937358\",\"Name\":\"A060401\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2530\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2430#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"870\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A070401\",\"left\":870,\"top\":780,\"color\":\"user_fangliaoqu\",\"id\":\"1715501940893\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501940893\",\"Name\":\"A070401\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2830\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2930#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"870\",\"Top\":\"780\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A062401\",\"left\":180,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1715501978969\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501978969\",\"Name\":\"A062401\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2507\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2407#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"180\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A072401\",\"left\":180,\"top\":780,\"color\":\"user_fangliaoqu\",\"id\":\"1715501982881\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501982881\",\"Name\":\"A072401\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2807\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2907#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"180\",\"Top\":\"780\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A061301\",\"left\":510,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1715501990902\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501990902\",\"Name\":\"A061301\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2518\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2418#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"510\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A071301\",\"left\":510,\"top\":780,\"color\":\"user_fangliaoqu\",\"id\":\"1715501993820\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501993820\",\"Name\":\"A071301\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2818\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2918#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"510\",\"Top\":\"780\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A061201\",\"left\":630,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1715501999236\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715501999236\",\"Name\":\"A061201\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2522\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2422#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"630\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A071201\",\"left\":630,\"top\":780,\"color\":\"user_fangliaoqu\",\"id\":\"1715502002152\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502002152\",\"Name\":\"A071201\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2822\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2922#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"630\",\"Top\":\"780\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A080201\",\"left\":960,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1715502019776\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502019776\",\"Name\":\"A080201\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3233\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3133#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"960\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A080401\",\"left\":870,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1715502028643\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502028643\",\"Name\":\"A080401\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3230\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3130#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"870\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A081201\",\"left\":630,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1715502037004\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502037004\",\"Name\":\"A081201\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3222\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3122#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"630\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A081501\",\"left\":510,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1715502041255\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502041255\",\"Name\":\"A081501\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3218\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3118#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"510\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A082601\",\"left\":180,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1715502044316\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502044316\",\"Name\":\"A082601\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3207\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3107#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"180\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A081401\",\"left\":540,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1715502067169\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502067169\",\"Name\":\"A081401\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3219\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3119#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"540\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A081301\",\"left\":600,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1715502071748\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502071748\",\"Name\":\"A081301\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3221\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3121#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"600\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"运行区\",\"left\":180,\"top\":210,\"color\":\"user_yunxingqu\",\"id\":\"1715502117921\",\"width\":720,\"height\":90,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"运行区\",\"left\":180,\"top\":420,\"color\":\"user_yunxingqu\",\"id\":\"1715502132549\",\"width\":720,\"height\":90,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"运行区\",\"left\":180,\"top\":630,\"color\":\"user_yunxingqu\",\"id\":\"1715502140759\",\"width\":720,\"height\":90,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"运行区\",\"left\":180,\"top\":840,\"color\":\"user_yunxingqu\",\"id\":\"1715502149468\",\"width\":840,\"height\":90,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"运行区\",\"left\":120,\"top\":150,\"color\":\"user_yunxingqu\",\"id\":\"1715502172873\",\"width\":60,\"height\":840,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"运行区\",\"left\":540,\"top\":150,\"color\":\"user_yunxingqu\",\"id\":\"1715502188362\",\"width\":90,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"运行区\",\"left\":540,\"top\":300,\"color\":\"user_yunxingqu\",\"id\":\"1715502192947\",\"width\":90,\"height\":120,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"运行区\",\"left\":540,\"top\":510,\"color\":\"user_yunxingqu\",\"id\":\"1715502197920\",\"width\":90,\"height\":120,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"运行区\",\"left\":540,\"top\":720,\"color\":\"user_yunxingqu\",\"id\":\"1715502202756\",\"width\":90,\"height\":120,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"A020101\",\"left\":870,\"top\":300,\"color\":\"user_fangliaoqu\",\"id\":\"1715502463738\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502463738\",\"Name\":\"A020101\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1130\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1030#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"870\",\"Top\":\"300\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A030101\",\"left\":870,\"top\":360,\"color\":\"user_fangliaoqu\",\"id\":\"1715502470127\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502470127\",\"Name\":\"A030101\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1430\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1530#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"870\",\"Top\":\"360\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A040101\",\"left\":870,\"top\":510,\"color\":\"user_fangliaoqu\",\"id\":\"1715502474320\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502474320\",\"Name\":\"A040101\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1830\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1730#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"870\",\"Top\":\"510\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A050101\",\"left\":870,\"top\":570,\"color\":\"user_fangliaoqu\",\"id\":\"1715502478848\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502478848\",\"Name\":\"A050101\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2130\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2230#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"870\",\"Top\":\"570\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A060301\",\"left\":900,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1715502491417\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502491417\",\"Name\":\"A060301\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2531\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2431#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"900\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A070301\",\"left\":900,\"top\":780,\"color\":\"user_fangliaoqu\",\"id\":\"1715502495328\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502495328\",\"Name\":\"A070301\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2831\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2931#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"900\",\"Top\":\"780\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A080301\",\"left\":900,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1715502504584\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502504584\",\"Name\":\"A080301\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3231\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3131#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"900\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A080101\",\"left\":990,\"top\":930,\"color\":\"user_fangliaoqu\",\"id\":\"1715502510517\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502510517\",\"Name\":\"A080101\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"3234\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"3134#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"990\",\"Top\":\"930\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A060101\",\"left\":990,\"top\":720,\"color\":\"user_fangliaoqu\",\"id\":\"1715502514594\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502514594\",\"Name\":\"A060101\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2534\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2434#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"990\",\"Top\":\"720\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A070101\",\"left\":990,\"top\":780,\"color\":\"user_fangliaoqu\",\"id\":\"1715502517571\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502517571\",\"Name\":\"A070101\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"2834\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"2934#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"990\",\"Top\":\"780\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"A010301\",\"left\":900,\"top\":150,\"color\":\"user_fangliaoqu\",\"id\":\"1715502540538\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715502540538\",\"Name\":\"A010301\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"731\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"831#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"900\",\"Top\":\"150\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"运行区\",\"left\":900,\"top\":210,\"color\":\"user_yunxingqu\",\"id\":\"1715502581147\",\"width\":120,\"height\":510,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"运行区\",\"left\":1020,\"top\":60,\"color\":\"user_yunxingqu\",\"id\":\"1715502622115\",\"width\":30,\"height\":930,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"运行区\",\"left\":1050,\"top\":600,\"color\":\"user_yunxingqu\",\"id\":\"1715502655833\",\"width\":30,\"height\":390,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"D2\",\"left\":1050,\"top\":480,\"color\":\"user_quliaoqu\",\"id\":\"1715502666970\",\"width\":60,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502666970\",\"Name\":\"D2\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1736\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1735#1\",\"StationLength\":\"625\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1050\",\"Top\":\"480\",\"Height\":\"30\",\"Width\":\"60\"}},{\"name\":\"D1\",\"left\":1050,\"top\":420,\"color\":\"user_quliaoqu\",\"id\":\"1715502673859\",\"width\":60,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502673859\",\"Name\":\"D1\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"1536\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"1535#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"1050\",\"Top\":\"420\",\"Height\":\"30\",\"Width\":\"60\"}},{\"name\":\"\",\"left\":180,\"top\":180,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502688843\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502688843\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"707\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":180,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502690333\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502690333\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"718\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":180,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502691412\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502691412\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"722\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":180,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502692724\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502692724\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"730\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":180,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502693294\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502693294\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"731\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":960,\"top\":180,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502693828\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502693828\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"733\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":300,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502695379\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502695379\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1130\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":300,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502696214\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502696214\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1122\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":300,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502697025\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502697025\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1118\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":300,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502698153\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502698153\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1107\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":390,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502699005\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502699005\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1407\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":390,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502699989\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502699989\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1418\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":390,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502700864\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502700864\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1422\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":390,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502701706\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502701706\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1430\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1050,\"top\":420,\"color\":\"user_rfid_yxd_0001\",\"id\":\"1715502703291\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502703291\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_quliaoqu\",\"RFID\":\"1536\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1050,\"top\":480,\"color\":\"user_rfid_yxd_0001\",\"id\":\"1715502704048\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502704048\",\"Name\":\"\",\"IntXC\":\"21370\",\"IntYC\":\"85778\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_quliaoqu\",\"RFID\":\"1736\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":510,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502705655\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502705655\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1830\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":510,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502706421\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502706421\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1822\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":510,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502707618\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502707618\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1818\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":510,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502708769\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502708769\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"1807\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":600,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502709614\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502709614\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2107\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":600,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502710486\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502710486\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2118\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":600,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502711235\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502711235\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2122\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":600,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502712009\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502712009\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2130\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":720,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502713848\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502713848\",\"Name\":\"\",\"IntXC\":\"28566\",\"IntYC\":\"82806\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2534\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":30,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":3,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":960,\"top\":720,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502714424\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502714424\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2533\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":720,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502715056\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502715056\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2531\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":720,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502715522\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502715522\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2530\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":810,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502716279\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502716279\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2830\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":810,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502716673\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502716673\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2831\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":960,\"top\":810,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502717121\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502717121\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2833\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":810,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502717697\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502717697\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2834\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":720,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502718588\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502718588\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2522\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":720,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502719478\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502719478\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2518\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":810,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502720164\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502720164\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2818\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":810,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502720700\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502720700\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2822\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":720,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502721779\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502721779\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2507\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":810,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502722488\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502722488\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"2807\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502723882\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502723882\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3218\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":540,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502724325\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502724325\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3219\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":600,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502725152\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502725152\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3221\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502725546\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502725546\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3222\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502726870\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502726870\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3230\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502727319\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502727319\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3231\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":960,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502728265\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502728265\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3233\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715502728714\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502728714\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3234\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1020,\"top\":420,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715502730069\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502730069\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1535\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1020,\"top\":480,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715502730772\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502730772\",\"Name\":\"\",\"IntXC\":\"21370\",\"IntYC\":\"84300\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1735\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":420,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502736561\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502736561\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1534\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":390,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502737987\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502737987\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1434\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":450,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1715502738944\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502738944\",\"Name\":\"\",\"IntXC\":\"20870\",\"IntYC\":\"82806\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1634\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":480,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502739370\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502739370\",\"Name\":\"\",\"IntXC\":\"21370\",\"IntYC\":\"82806\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1734\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":420,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502744187\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502744187\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1530\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":450,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502744646\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502744646\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1630\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":480,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502745292\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502745292\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1730\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":210,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502746296\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502746296\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"830\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":240,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502746731\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502746731\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"930\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":270,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502747158\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502747158\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1030\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":210,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502748385\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502748385\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"822\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":240,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502748850\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502748850\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"922\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":270,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502749332\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502749332\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1022\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":210,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502750246\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502750246\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"818\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":240,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502750711\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502750711\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"918\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":270,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502751200\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502751200\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1018\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":210,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502752188\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502752188\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"807\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":240,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502752637\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502752637\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"907\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":270,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502753117\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502753117\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1007\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":420,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502754430\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502754430\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1507\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":450,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502755549\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502755549\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1607\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":480,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502756164\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502756164\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1707\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":630,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502762849\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502762849\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2207\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":660,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502763345\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502763345\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2307\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":690,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502764157\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502764157\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2407\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":840,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502767014\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502767014\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2907\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":870,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502767446\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502767446\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3007\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":900,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502768030\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502768030\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3107\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":840,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502768683\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502768683\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2918\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":870,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502769126\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502769126\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3018\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":900,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502769696\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502769696\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3118\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":840,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502770265\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502770265\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2922\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":870,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502771171\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502771171\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3022\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":900,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502771844\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502771844\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3122\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":840,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502772864\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502772864\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2930\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":870,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502773299\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502773299\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3030\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":900,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502773764\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502773764\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3130\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":840,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502774380\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502774380\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2931\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":870,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502774759\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502774759\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3031\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":900,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502775258\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502775258\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3131\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":630,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502784320\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502784320\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2230\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":660,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502784738\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502784738\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2330\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":690,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502785244\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502785244\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2430\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":630,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502786187\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502786187\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2222\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":660,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502786637\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502786637\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2322\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":690,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502787080\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502787080\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2422\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":630,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502787861\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502787861\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2218\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":660,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502788273\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502788273\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2318\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":690,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502788866\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502788866\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2418\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":420,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502789669\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502789669\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1518\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":450,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502790135\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502790135\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1618\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":480,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502790685\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502790685\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1718\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":420,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502791513\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502791513\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1522\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":450,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502792143\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502792143\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1622\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":480,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502792632\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502792632\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1722\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":210,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502799535\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502799535\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"831\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":240,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502800215\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502800215\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"931\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":960,\"top\":210,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502801403\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502801403\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"833\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":960,\"top\":240,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715502801835\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502801835\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"933\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":210,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502802349\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502802349\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"834\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":240,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1715502802868\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502802868\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"934\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":930,\"top\":450,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502828206\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502828206\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1632\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":930,\"top\":420,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502833132\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502833132\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1532\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":930,\"top\":480,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502833685\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502833685\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1732\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":930,\"top\":240,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715502835996\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502835996\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"932\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":930,\"top\":270,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502840444\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502840444\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1032\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":540,\"top\":240,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715502929599\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502929599\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"919\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":570,\"top\":240,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715502930230\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502930230\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"920\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":600,\"top\":240,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715502930704\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502930704\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"921\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":540,\"top\":450,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715502931785\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502931785\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1619\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":570,\"top\":450,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502932486\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502932486\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1620\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":600,\"top\":450,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715502933024\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502933024\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1621\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":540,\"top\":660,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715502934411\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502934411\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2319\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":570,\"top\":660,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715502935309\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502935309\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2320\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":600,\"top\":660,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715502935900\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502935900\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2321\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":540,\"top\":870,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715502936759\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502936759\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3019\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":570,\"top\":870,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715502937374\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502937374\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3020\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":600,\"top\":870,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715502937895\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502937895\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3021\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":540,\"top\":900,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502939510\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502939510\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3119\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":600,\"top\":900,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502940142\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502940142\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3121\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":150,\"top\":240,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715502946068\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502946068\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"906\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":120,\"top\":240,\"color\":\"user_rfid_yxd_0110\",\"id\":\"1715502946691\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502946691\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"905\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":120,\"top\":270,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502947644\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502947644\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1005\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":150,\"top\":450,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715502949505\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502949505\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1606\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":120,\"top\":450,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1715502950088\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502950088\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1605\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":120,\"top\":420,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502950702\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502950702\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1505\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":120,\"top\":480,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502951257\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502951257\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1705\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":150,\"top\":660,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715502952530\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502952530\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2306\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":120,\"top\":660,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1715502953005\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502953005\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2305\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":120,\"top\":630,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502953386\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502953386\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2205\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":120,\"top\":690,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715502954094\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502954094\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2405\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":150,\"top\":870,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715502955072\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502955072\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3006\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":120,\"top\":870,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1715502955601\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502955601\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3005\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":120,\"top\":840,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502956036\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502956036\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2905\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":570,\"top\":840,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715502986021\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715502986021\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2920\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":690,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715503055944\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503055944\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2431\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":660,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715503057493\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503057493\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2331\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":960,\"top\":690,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715503059484\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503059484\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2433\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":960,\"top\":660,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715503059868\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503059868\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2333\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":660,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715503060406\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503060406\",\"Name\":\"\",\"IntXC\":\"26076\",\"IntYC\":\"82806\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2334\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":690,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715503060999\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503060999\",\"Name\":\"\",\"Left\":\"990\",\"Top\":\"690\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"is_enable\":false,\"RFID\":\"2434\",\"PauseTime\":\"\",\"isstop\":\"0\",\"IntStopLevel\":\"0\",\"IntXC\":\"27340\",\"IntYC\":\"82806\",\"IntAgvAngle\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYPos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":30,\"SpeedXNeg\":30,\"SpeedYPos\":30,\"SpeedYNeg\":30,\"RadarXPos\":3,\"RadarXNeg\":3,\"RadarYPos\":3,\"RadarYNeg\":3}},{\"name\":\"\",\"left\":960,\"top\":840,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715503062125\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503062125\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2933\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":960,\"top\":870,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715503062544\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503062544\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3033\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":960,\"top\":900,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715503063159\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503063159\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3133\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":900,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715503063651\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503063651\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3134\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":870,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715503065125\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503065125\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3034\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":840,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715503065692\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503065692\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2934\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1020,\"top\":870,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715503070222\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503070222\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3035\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1050,\"top\":870,\"color\":\"user_rfid_yxd_1001\",\"id\":\"1715503070726\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503070726\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"3036\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1050,\"top\":840,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715503075247\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503075247\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2936\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1050,\"top\":690,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715503083503\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503083503\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2436\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1050,\"top\":660,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1715503084301\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503084301\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2336\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1020,\"top\":660,\"color\":\"user_rfid_yxd_0101\",\"id\":\"1715503084924\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503084924\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2335\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":930,\"top\":660,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715503145372\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503145372\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2332\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":930,\"top\":630,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715503150493\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715503150493\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"2232\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"A010101\",\"left\":990,\"top\":150,\"color\":\"user_fangliaoqu\",\"id\":\"1715504131317\",\"width\":30,\"height\":60,\"alt\":true,\"setInfo\":{\"Id\":\"1715504131317\",\"Name\":\"A010101\",\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":\"\",\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":\"734\",\"PauseTime\":null,\"ChargeRFID\":\"\",\"ChargeDirection\":\"\",\"ChargeLength\":\"\",\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":\"834#1\",\"StationLength\":\"1\",\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":\"990\",\"Top\":\"150\",\"Height\":\"60\",\"Width\":\"30\"}},{\"name\":\"\",\"left\":990,\"top\":180,\"color\":\"user_rfid_yxd_0010\",\"id\":\"1715504135287\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715504135287\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"734\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":930,\"color\":\"user_rfid_yxd_1000\",\"id\":\"1715506386238\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715506386238\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"4\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_fangliaoqu\",\"RFID\":\"3207\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715586805152\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715586805152\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"13\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"318\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715586805644\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715586805644\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"13\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"418\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":510,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715586805976\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715586805976\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"13\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"518\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":570,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715586806564\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715586806564\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"13\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"320\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":570,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715586806904\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715586806904\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"13\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"420\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":570,\"top\":120,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715586807242\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715586807242\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"13\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"520\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715586808318\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715586808318\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"13\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"322\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715586808671\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715586808671\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"13\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"422\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":630,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715586808975\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715586808975\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"522\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":570,\"top\":150,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715586856732\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715586856732\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"620\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":60,\"top\":60,\"color\":\"user_rfid_yxd_0110\",\"id\":\"1715646905329\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646905329\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"303\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":60,\"top\":90,\"color\":\"user_rfid_yxd_1110\",\"id\":\"1715646906210\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646906210\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"403\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":60,\"top\":120,\"color\":\"user_rfid_yxd_1100\",\"id\":\"1715646906720\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646906720\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":false,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"503\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":90,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646907375\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646907375\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"304\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":90,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646907968\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646907968\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"404\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":90,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646908415\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646908415\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"504\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":120,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646908960\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646908960\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"305\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":120,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646909392\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646909392\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"405\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":120,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646909919\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646909919\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"505\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":150,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646910527\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646910527\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"306\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":150,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646911159\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646911159\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"406\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":150,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646911599\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646911599\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"506\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646912248\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646912248\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"407\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646912639\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646912639\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"307\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":180,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646913432\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646913432\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"507\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":210,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646914138\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646914138\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"308\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":210,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646914599\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646914599\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"408\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":210,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646915095\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646915095\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"508\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":240,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646916735\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646916735\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"309\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":240,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646917183\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646917183\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"409\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":240,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646917591\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646917591\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"509\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":270,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646918287\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646918287\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"510\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":300,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646918759\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646918759\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"511\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":300,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646919167\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646919167\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"411\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":300,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646919552\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646919552\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"311\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":270,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646920007\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646920007\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"310\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":270,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646920632\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646920632\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"410\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":330,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646921927\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646921927\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"312\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":360,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646922375\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646922375\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"313\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":390,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646922895\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646922895\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"314\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":390,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646923343\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646923343\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"414\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":360,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646923759\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646923759\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"413\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":330,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646924216\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646924216\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"412\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":330,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646924951\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646924951\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"512\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":360,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646925520\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646925520\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"513\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":390,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646926128\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646926128\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"514\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":420,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646926687\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646926687\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"515\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":450,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646927159\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646927159\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"516\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":480,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646927871\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646927871\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"517\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":480,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646928260\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646928260\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"417\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":480,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646928656\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646928656\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"317\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":450,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646929055\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646929055\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"316\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":450,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646929463\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646929463\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"416\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":420,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646929975\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646929975\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"415\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":420,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646930369\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646930369\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"315\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":660,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646936849\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646936849\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"323\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":660,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646937431\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646937431\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"423\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":660,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646937863\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646937863\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"523\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":690,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646938416\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646938416\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"324\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":690,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646938818\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646938818\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"424\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":690,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646939127\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646939127\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"524\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":720,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646939584\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646939584\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"325\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":720,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646939919\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646939919\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"425\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":720,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646940271\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646940271\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"525\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":750,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646941071\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646941071\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"326\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":750,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646941385\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646941385\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"426\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":750,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646941735\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646941735\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"526\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":780,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646942184\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646942184\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"527\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":780,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646942490\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646942490\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"427\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":780,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646942824\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646942824\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"327\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":810,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646943415\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646943415\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"328\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":810,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646943791\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646943791\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"428\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":810,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646944263\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646944263\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"528\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":840,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646946327\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646946327\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"529\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":840,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646946623\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646946623\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"429\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":840,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646946975\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646946975\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"329\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646947399\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646947399\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"330\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646947751\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646947751\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"430\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":870,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646948103\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646948103\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"530\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646948711\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646948711\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"531\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646949023\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646949023\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"431\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":900,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646949359\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646949359\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"331\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":930,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646949919\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646949919\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"332\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":930,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646950271\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646950271\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"432\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":930,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646950719\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646950719\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"532\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":960,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646951287\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646951287\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"533\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715646951639\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646951639\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"534\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646951987\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646951987\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"434\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646952313\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646952313\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"334\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":960,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715646952919\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646952919\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"333\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":960,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715646953255\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715646953255\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"433\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"运行区\",\"left\":1050,\"top\":60,\"color\":\"user_yunxingqu\",\"id\":\"1715646983256\",\"width\":150,\"height\":90,\"alt\":true,\"setInfo\":{\"Id\":null,\"Name\":null,\"IntXC\":null,\"IntYC\":null,\"chk_up\":null,\"chk_down\":null,\"chk_left\":null,\"chk_right\":null,\"txt_up\":null,\"txt_down\":null,\"txt_left\":null,\"txt_right\":null,\"point_type\":null,\"RegionName\":null,\"Is_enable\":null,\"point_turn\":null,\"point_area\":null,\"RFID\":null,\"PauseTime\":null,\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":null,\"IntStopLevel\":null,\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":null,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1020,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715647007359\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647007359\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"335\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1020,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715647007858\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647007858\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"435\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1020,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715647008304\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647008304\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"535\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1050,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715647008776\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647008776\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"536\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1050,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715647009079\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647009079\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"436\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1050,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715647009431\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647009431\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"336\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1080,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715647009855\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647009855\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"337\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1080,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715647010367\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647010367\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"437\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1080,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715647010815\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647010815\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"537\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1110,\"top\":60,\"color\":\"user_rfid_yxd_0111\",\"id\":\"1715647014167\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647014167\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"338\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1110,\"top\":90,\"color\":\"user_rfid_yxd_1111\",\"id\":\"1715647014535\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647014535\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"438\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1110,\"top\":120,\"color\":\"user_rfid_yxd_1101\",\"id\":\"1715647014887\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647014887\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":true,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"538\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1140,\"top\":120,\"color\":\"user_rfid_yxd_1001\",\"id\":\"1715647015327\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647015327\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":false,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"539\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1140,\"top\":90,\"color\":\"user_rfid_yxd_1011\",\"id\":\"1715647015623\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647015623\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"439\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":1140,\"top\":60,\"color\":\"user_rfid_yxd_0011\",\"id\":\"1715647015951\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715647015951\",\"Name\":\"\",\"IntXC\":\"0\",\"IntYC\":\"0\",\"chk_up\":false,\"chk_down\":true,\"chk_left\":true,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":true,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"339\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}},{\"name\":\"\",\"left\":990,\"top\":540,\"color\":\"user_rfid_yxd_1010\",\"id\":\"1715658140996\",\"width\":30,\"height\":30,\"alt\":true,\"setInfo\":{\"Id\":\"1715658140996\",\"Name\":\"\",\"IntXC\":\"22500\",\"IntYC\":\"82806\",\"chk_up\":true,\"chk_down\":true,\"chk_left\":false,\"chk_right\":false,\"txt_up\":null,\"txt_down\":\"\",\"txt_left\":\"\",\"txt_right\":\"\",\"point_type\":\"1\",\"RegionName\":\"\",\"Is_enable\":false,\"point_turn\":\"0\",\"point_area\":\"user_yunxingqu\",\"RFID\":\"1934\",\"PauseTime\":\"\",\"ChargeRFID\":null,\"ChargeDirection\":null,\"ChargeLength\":null,\"Isstop\":\"0\",\"IntStopLevel\":\"0\",\"ListRFID\":null,\"StationLength\":null,\"IntAgvOri\":0,\"AgvDirectionXPos\":0,\"AgvDirectionXNeg\":0,\"AgvDirectionYpos\":0,\"AgvDirectionYNeg\":0,\"DialDirectionXPos\":0,\"DialDirectionXNeg\":0,\"DialDirectionYPos\":0,\"DialDirectionYNeg\":0,\"AdjustIn\":0,\"AdjustOut\":0,\"SpeedXPos\":0,\"SpeedXNeg\":0,\"SpeedYPos\":0,\"SpeedYNeg\":0,\"RadarXPos\":0,\"RadarXNeg\":0,\"RadarYPos\":0,\"RadarYNeg\":0,\"Left\":null,\"Top\":null,\"Height\":null,\"Width\":null}}],\"initNum\":341,\"Regions\":[]}', '1', null, '0', null, null, null, '2024-05-09 16:14:38', 'System', '2024-05-14 17:52:34', 'System');

-- ----------------------------
-- Table structure for protocol
-- ----------------------------
DROP TABLE IF EXISTS `protocol`;
CREATE TABLE `protocol` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `Code` varchar(255) NOT NULL COMMENT '编号',
  `Name` varchar(255) NOT NULL COMMENT '名称',
  `Desc` varchar(255) DEFAULT NULL COMMENT '描述',
  `Length` int(11) DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COMMENT='协议';

-- ----------------------------
-- Records of protocol
-- ----------------------------
INSERT INTO `protocol` VALUES ('1', 'AGV_PC', 'AGV上传', 'AGV上传数据协议', null);

-- ----------------------------
-- Table structure for protocoldetail
-- ----------------------------
DROP TABLE IF EXISTS `protocoldetail`;
CREATE TABLE `protocoldetail` (
  `ID` int(11) NOT NULL AUTO_INCREMENT COMMENT '唯一标识符,主键',
  `SerialNo` int(11) NOT NULL COMMENT '序号',
  `ProtocolCode` varchar(50) NOT NULL COMMENT '所属协议ID',
  `Code` varchar(255) NOT NULL COMMENT '编号',
  `Name` varchar(255) NOT NULL COMMENT '名称',
  `StartIndex` double DEFAULT NULL COMMENT '数据起始索引',
  `EndIndex` double DEFAULT NULL COMMENT '数据结束索引,可为空',
  `DataType` varchar(50) DEFAULT NULL COMMENT '数据类型(枚举映射到INT)',
  `Desc` varchar(255) DEFAULT NULL COMMENT '描述',
  `DestDataType` varchar(50) DEFAULT NULL,
  `DataLength` int(11) DEFAULT NULL,
  `IsRequire` bit(1) DEFAULT NULL,
  `ParentId` int(11) DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=331 DEFAULT CHARSET=utf8mb4 COMMENT='协议详情';

-- ----------------------------
-- Records of protocoldetail
-- ----------------------------
INSERT INTO `protocoldetail` VALUES ('289', '1', 'AGV_PC', '', '数据长度', '0', '1', 'BYTE', '保持检验码之前的数据长度', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('290', '2', 'AGV_PC', '', 'AGV编码', '1', '3', 'USHORT', '如:A001-F999', null, '2', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('291', '3', 'AGV_PC', 'RCSBarcode', '上位机地标', '3', '5', 'USHORT', '上位机地标', null, '2', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('292', '4', 'AGV_PC', 'Voltage', '电量', '5', '6', 'BYTE', '0-100%', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('293', '5', 'AGV_PC', 'AgvState', '自身状态', '6', '7', 'BYTE', '11->自动空闲    13->自动忙碌  14->自动充电中   20->手动    24->手动充电中', 'AGVState', '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('294', '6', 'AGV_PC', 'AgvDirection', '车头方向', '7', '9', 'SHORT', '车头相对地面坐标系:-900到1800。0:x+;900:y+;1800:x-;-900:y-;AGV根据自身姿态确定接送方向', 'Direction', '2', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('295', '7', 'AGV_PC', 'DialAngle', '转盘角度', '9', '11', 'SHORT', '转盘相对车身角度,转盘角度为 -1800到1800之间,给0表示不动。车根据正负来判断左转还是右转。', null, '2', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('296', '8', 'AGV_PC', 'HeightState', '顶升状态', '11', '12', 'BYTE', '升降状态:1-低位;3-高位;2-中间高度', 'HeightState', '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('297', '9', 'AGV_PC', 'ErrorList', '错误码', '12', '20', 'ULONG', '16进制的故障码,转二进制后,取每一位获取对应的故障:急停被按下', 'AGVErrorCode', '8', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('298', '10', 'AGV_PC', 'SubTaskNo', '任务号', '20', '24', 'UINT', '将上位机发来的任务号回传回去', null, '4', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('299', '11', 'AGV_PC', 'ActState', '完成状态', '24', '25', 'BYTE', '0->未完成   1->完成', 'ActState', '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('300', '12', 'AGV_PC', 'XLength', '当前位置X', '25', '29', 'INT', '单位mm。相对系统地图原点的距离-32767……+32767', null, '4', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('301', '13', 'AGV_PC', 'YLength', '当前位置Y', '29', '33', 'INT', '单位mm。相对系统地图原点的距离-32767……+32767', null, '4', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('302', '14', 'AGV_PC', 'Reliability', '位置可信度', '33', '34', 'BYTE', '判断坐标是否正常可用,2正常,非2不正常', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('303', '15', 'AGV_PC', 'Angle', '车头角度', '34', '36', 'SHORT', '车头相对于原点坐标角度-1800到1800', null, '2', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('304', '16', 'AGV_PC', 'AgvHeight', '顶升高度', '36', '38', 'USHORT', '0-10000,单位1mm', null, '2', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('305', '17', 'AGV_PC', 'Speed', '速度', '38', '39', 'BYTE', '单位cm', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('306', '18', 'AGV_PC', 'Action', '当前动作(音乐号)', '39', '40', 'BYTE', '暂无,后面补充', 'ActionType', '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('307', '19', 'AGV_PC', 'SensorStatus', '感应器状态', '40', '42', 'USHORT', '根据每一位来判断,是否有货、是否转动等感应器状态。 比如xx.0->上层有货;\r\n0:车顶有货\r\n1:车前有货', 'SensorStatus', '2', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('308', '20', 'AGV_PC', 'LoadWeight', '重量', '42', '46', 'FLOAT', '小车举升限定的重量,有些项目防止小车举起来后被挡住,还继续举升撞坏设备', null, '4', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('309', '21', 'AGV_PC', '', '当前方向', '46', '47', 'BYTE', '当前方向', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('310', '22', 'AGV_PC', '', '下个方向', '47', '48', 'BYTE', '下个方向', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('311', '23', 'AGV_PC', '', '当前站点', '48', '49', 'BYTE', '当前站点', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('312', '24', 'AGV_PC', '', '全部站点数', '49', '50', 'BYTE', '全部站点数', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('313', '25', 'AGV_PC', '', '完成状态', '50', '51', 'BYTE', '完成状态', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('314', '26', 'AGV_PC', '', '电流', '51', '52', 'SBYTE', '带符号一个字节,单位A(-127---127)', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('315', '27', 'AGV_PC', '', '前雷达图形号', '52', '53', 'BYTE', '前雷达图形号', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('316', '28', 'AGV_PC', '', '后雷达图形号', '53', '54', 'BYTE', '后雷达图形号', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('317', '29', 'AGV_PC', '', '特殊电机位置', '54', '56', 'SHORT', '带符号2个字节。移栽轴(*1mm)/转盘轴(*0.01度)', null, '2', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('318', '30', 'AGV_PC', '', '角度偏差', '56', '58', 'SHORT', '角度偏差', null, '2', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('319', '31', 'AGV_PC', '', '位置偏差', '58', '60', 'SHORT', '位置偏差', null, '2', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('320', '32', 'AGV_PC', '', '起点X', '60', '64', 'INT', '起点X', null, '4', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('321', '33', 'AGV_PC', '', '起点Y', '64', '68', 'INT', '起点Y', null, '4', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('322', '34', 'AGV_PC', '', '终点X', '68', '72', 'INT', '终点X', null, '4', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('323', '35', 'AGV_PC', '', '终点Y', '72', '76', 'INT', '终点Y', null, '4', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('324', '36', 'AGV_PC', '', '左轮实际速度', '76', '78', 'SHORT', '左轮实际速度', null, '2', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('325', '37', 'AGV_PC', '', '右轮实际速度', '78', '80', 'SHORT', '右轮实际速度', null, '2', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('326', '38', 'AGV_PC', '', '行走距离', '80', '82', 'SHORT', '行走距离', null, '2', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('327', '39', 'AGV_PC', '', '平台旋转状态', '82', '83', 'BYTE', '平台旋转状态', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('328', '40', 'AGV_PC', '', '上相机状态', '83', '84', 'BYTE', '上相机状态', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('329', '41', 'AGV_PC', '', '下相机状态', '84', '85', 'BYTE', '下相机状态', null, '1', '\0', '0');
INSERT INTO `protocoldetail` VALUES ('330', '42', 'AGV_PC', '', '校验码', '85', '86', 'BYTE', '校验码前的数据依次异或', null, '1', '\0', '0');

-- ----------------------------
-- Table structure for reportdesign
-- ----------------------------
DROP TABLE IF EXISTS `reportdesign`;
CREATE TABLE `reportdesign` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `name` varchar(255) NOT NULL COMMENT '名称',
  `sql` text NOT NULL COMMENT 'sql',
  `params` varchar(255) DEFAULT NULL COMMENT '参数',
  `remark` varchar(255) DEFAULT NULL COMMENT '备注',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='报表设计';

-- ----------------------------
-- Records of reportdesign
-- ----------------------------
INSERT INTO `reportdesign` VALUES ('3', '工序待加工数量', 'SELECT process as \'工序\', SUM(num) as \'数量\', SUM(qualifiedQty) as \'合格数量\', SUM(unqualifiedQty) as \'不合格数量\' from dbo.inventory GROUP BY process', null, null, '2020-05-14 14:54:08', 'System', '2020-05-14 14:56:46', 'System');

-- ----------------------------
-- Table structure for sys_count
-- ----------------------------
DROP TABLE IF EXISTS `sys_count`;
CREATE TABLE `sys_count` (
  `Type` varchar(50) NOT NULL COMMENT '类型',
  `Value` varchar(50) NOT NULL COMMENT '值',
  PRIMARY KEY (`Type`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='序列号';

-- ----------------------------
-- Records of sys_count
-- ----------------------------
INSERT INTO `sys_count` VALUES ('back', 'back202103030001');
INSERT INTO `sys_count` VALUES ('check', 'check202103050004');
INSERT INTO `sys_count` VALUES ('checkin', 'checkin202103050002');
INSERT INTO `sys_count` VALUES ('cleardown', 'cleardown202103030002');
INSERT INTO `sys_count` VALUES ('clearup', 'clearup202103030002');
INSERT INTO `sys_count` VALUES ('DC', 'DC202302030003');
INSERT INTO `sys_count` VALUES ('down', 'down202010100004');
INSERT INTO `sys_count` VALUES ('out', 'out202103030002');
INSERT INTO `sys_count` VALUES ('re', 're202005180001');
INSERT INTO `sys_count` VALUES ('shelfin', 'shelfin202103040005');
INSERT INTO `sys_count` VALUES ('shelfout', 'shelfout202103040007');
INSERT INTO `sys_count` VALUES ('shelfre', 'shelfre202103030024');
INSERT INTO `sys_count` VALUES ('unload', 'unload202103040001');
INSERT INTO `sys_count` VALUES ('up', 'up202103050004');

-- ----------------------------
-- Table structure for sys_dept
-- ----------------------------
DROP TABLE IF EXISTS `sys_dept`;
CREATE TABLE `sys_dept` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `CascadeId` varchar(255) NOT NULL COMMENT '分支Id',
  `Name` varchar(255) NOT NULL COMMENT '部门中文名称',
  `HotKey` varchar(255) DEFAULT NULL COMMENT '快捷键',
  `ParentName` varchar(255) NOT NULL COMMENT '父级中文名称',
  `IsLeaf` tinyint(4) DEFAULT NULL COMMENT '分支',
  `IsAutoExpand` tinyint(4) DEFAULT NULL COMMENT '自动展开',
  `IconName` varchar(255) DEFAULT NULL COMMENT '图标',
  `Status` tinyint(4) DEFAULT NULL COMMENT '状态',
  `SortNo` int(11) NOT NULL COMMENT '排序号',
  `ParentId` int(11) DEFAULT NULL COMMENT '父级Id',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='部门表';

-- ----------------------------
-- Records of sys_dept
-- ----------------------------
INSERT INTO `sys_dept` VALUES ('1', '.0.1.', '集团总部', null, '根节点', null, null, null, null, '0', null, null, null, '2019-08-30 15:46:57', 'System');

-- ----------------------------
-- Table structure for sys_dict_data
-- ----------------------------
DROP TABLE IF EXISTS `sys_dict_data`;
CREATE TABLE `sys_dict_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `headerId` int(11) DEFAULT NULL COMMENT '头表id',
  `dictSort` int(11) DEFAULT NULL COMMENT '字典排序',
  `dictLabel` varchar(100) DEFAULT NULL COMMENT '字典标签',
  `dictValue` varchar(100) DEFAULT NULL COMMENT '字典键值',
  `dictType` varchar(100) DEFAULT NULL COMMENT '字典类型',
  `cssClass` text COMMENT '样式属性',
  `listClass` text COMMENT '回显样式',
  `isDefault` char(1) DEFAULT NULL COMMENT '是否默认(Y是 N否)',
  `remark` text COMMENT '备注',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=3842 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='字典数据表';

-- ----------------------------
-- Records of sys_dict_data
-- ----------------------------
INSERT INTO `sys_dict_data` VALUES ('699', '50', '1', '男', '0', 'sys_user_sex', null, null, 'Y', '性别男', '2019-08-26 11:29:59', 'System', '2019-11-06 15:47:24', 'System');
INSERT INTO `sys_dict_data` VALUES ('700', '50', '2', '女', '1', 'sys_user_sex', null, null, 'N', '性别女', '2019-08-26 11:29:59', 'System', '2019-08-19 09:59:20', 'System');
INSERT INTO `sys_dict_data` VALUES ('701', '50', '3', '未知', '2', 'sys_user_sex', null, null, 'N', '性别未知', '2019-08-26 11:29:59', 'System', '2019-11-11 09:25:31', 'System');
INSERT INTO `sys_dict_data` VALUES ('702', '51', '1', '显示', '1', 'sys_show_hide', 'radio radio-info radio-inline', 'primary', 'Y', '显示菜单', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('703', '51', '2', '隐藏', '0', 'sys_show_hide', 'radio radio-danger radio-inline', 'danger', 'N', '隐藏菜单', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('704', '52', '1', '正常', '0', 'sys_normal_disable', 'layui-btn-xs layui-btn-radius layui-bg-green', 'primary', 'Y', '正常状态', '2019-08-26 11:29:59', 'System', '2019-09-11 16:59:05', 'System');
INSERT INTO `sys_dict_data` VALUES ('705', '52', '2', '停用', '1', 'sys_normal_disable', 'layui-btn-xs layui-btn-radius  layui-bg-orange', 'danger', 'N', '停用状态', '2019-08-26 11:29:59', 'System', '2019-11-06 16:37:33', 'System');
INSERT INTO `sys_dict_data` VALUES ('706', '53', '1', '正常', '0', 'sys_job_status', 'layui-btn-xs layui-btn-radius layui-bg-green', 'primary', 'N', '正常状态', '2019-08-26 11:29:59', 'System', '2019-09-03 15:56:52', 'System');
INSERT INTO `sys_dict_data` VALUES ('707', '53', '2', '暂停', '1', 'sys_job_status', 'layui-btn-xs layui-btn-radius layui-bg-red', 'danger', 'N', '停用状态', '2019-08-26 11:29:59', 'System', '2019-09-03 15:56:57', 'System');
INSERT INTO `sys_dict_data` VALUES ('708', '54', '1', '是', 'Y', 'sys_yes_no', 'radio radio-info radio-inline', 'primary', 'Y', '系统默认是', '2019-08-26 11:29:59', 'System', '2019-08-14 10:52:02', 'System');
INSERT INTO `sys_dict_data` VALUES ('709', '54', '2', '否', 'N', 'sys_yes_no', 'radio radio-danger radio-inline', 'danger', 'N', '系统默认否', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('710', '55', '1', '通知', '1', 'sys_notice_type', null, 'warning', 'N', '通知', '2019-08-26 11:29:59', 'System', '2019-08-14 10:56:34', 'System');
INSERT INTO `sys_dict_data` VALUES ('711', '55', '2', '公告', '2', 'sys_notice_type', '', 'success', 'N', '公告', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('712', '56', '1', '正常', '0', 'sys_notice_status', 'layui-btn-xs layui-btn-radius  layui-bg-blue', 'primary', 'N', '正常状态1', '2019-08-26 11:29:59', 'System', '2019-09-02 09:25:06', 'System');
INSERT INTO `sys_dict_data` VALUES ('713', '56', '2', '关闭', '1', 'sys_notice_status', 'radio radio-danger radio-inline', 'danger', 'N', '关闭状态', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('714', '57', '1', '新增', '1', 'sys_oper_type', '', 'info', 'N', '新增操作', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('715', '57', '2', '修改', '2', 'sys_oper_type', '', 'info', 'N', '新增操作', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('716', '57', '3', '删除', '3', 'sys_oper_type', '', 'danger', 'N', '新增操作', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('717', '57', '4', '授权', '4', 'sys_oper_type', '', 'primary', 'N', '新增操作', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('718', '57', '5', '导出', '5', 'sys_oper_type', '', 'warning', 'N', '新增操作', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('719', '57', '6', '导入', '6', 'sys_oper_type', '', 'warning', 'N', '新增操作', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('720', '57', '7', '强退', '7', 'sys_oper_type', '', 'danger', 'N', '新增操作', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('721', '57', '8', '生成代码', '8', 'sys_oper_type', '', 'warning', 'N', '新增操作', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('722', '58', '1', '成功', '0', 'sys_common_status', '', 'primary', 'N', '正常状态', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('723', '58', '2', '失败', '1', 'sys_common_status', '', 'danger', 'N', '停用状态', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('796', '75', '0', '正常', '0', 'systemLogType', '', '', 'N', '', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('797', '75', '0', '异常', '1', 'systemLogType', '', '', 'N', '', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('798', '76', '0', '目录', '1', 'sysModulesType', '', '', 'N', '', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('799', '76', '0', '页面', '2', 'sysModulesType', '', '', 'N', '', '2019-08-26 11:29:59', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('1639', '91', '1', '生效', 'true', 'IsEnable', 'null', null, 'Y', null, '2019-08-26 11:29:59', 'System', '2019-08-26 11:32:32', 'System');
INSERT INTO `sys_dict_data` VALUES ('1640', '91', '2', '失效', 'false', 'IsEnable', 'radio radio-info radio-inline', '', 'Y', '', '2019-08-26 11:29:59', 'System', '2019-08-14 10:52:02', 'System');
INSERT INTO `sys_dict_data` VALUES ('2638', '1091', '1', '已删除', 'true', 'IsDeleted', 'layui-btn-xs layui-btn-radius layui-bg-red', null, 'Y', null, '2019-08-26 11:29:59', 'System', '2019-08-23 15:49:09', 'System');
INSERT INTO `sys_dict_data` VALUES ('2639', '1091', '2', '未删除', 'false', 'IsDeleted', 'layui-btn-xs layui-btn-radius layui-bg-green', null, 'Y', null, '2019-08-26 11:29:59', 'System', '2019-08-23 16:49:31', 'System');
INSERT INTO `sys_dict_data` VALUES ('2646', '1094', '1', '清除操作日志', 'ClearLogJob', 'jobtype', 'layui-btn-xs layui-btn-radius layui-bg-red', null, 'N', null, '2019-08-21 12:34:02', 'System', '2019-09-02 09:10:29', 'System');
INSERT INTO `sys_dict_data` VALUES ('2650', '1095', '4', '小型圆形绿色', 'layui-btn-xs layui-btn-radius layui-bg-green', 'dictCss', null, null, 'N', null, '2019-08-21 12:34:02', 'System', '2019-09-10 13:09:31', 'System');
INSERT INTO `sys_dict_data` VALUES ('2651', '1095', '2', '小型圆形蓝色', 'layui-btn-xs layui-btn-radius  layui-bg-blue', 'dictCss', null, null, 'N', null, '2019-08-21 12:34:02', 'System', '2019-09-10 13:12:05', 'System');
INSERT INTO `sys_dict_data` VALUES ('2652', '1095', '3', '小型圆形红色', 'layui-btn-xs layui-btn-radius layui-bg-red', 'dictCss', null, null, 'N', null, '2019-08-21 12:34:02', 'System', '2019-09-10 13:11:21', 'System');
INSERT INTO `sys_dict_data` VALUES ('2654', '1095', '5', '小型圆形警告黄', 'layui-btn-xs layui-btn-radius  layui-bg-orange', 'dictCss', null, null, 'N', null, '2019-08-21 12:34:02', 'System', '2019-09-10 13:12:31', 'System');
INSERT INTO `sys_dict_data` VALUES ('2655', '1095', '6', '小型圆形藏青', 'layui-btn-xs layui-btn-radius  layui-bg-cyan', 'dictCss', null, null, 'N', null, '2019-08-21 12:34:02', 'System', '2019-08-23 16:18:54', 'System');
INSERT INTO `sys_dict_data` VALUES ('2656', '1095', '1', '无', '', 'dictCss', null, null, 'N', null, '2019-08-21 12:34:02', 'System', '2019-08-23 16:29:50', 'System');
INSERT INTO `sys_dict_data` VALUES ('2657', '1095', '7', '小型圆形灰色', 'layui-btn-xs layui-btn-radius  layui-bg-gray', 'dictCss', null, null, 'N', null, '2019-08-21 12:34:02', 'System', '2019-09-10 13:13:36', 'System');
INSERT INTO `sys_dict_data` VALUES ('2658', '1096', '1', '是', 'true', 'sys_true_false', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2019-08-26 10:48:37', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('2659', '1096', '2', '否', 'false', 'sys_true_false', 'layui-btn-xs layui-btn-radius layui-bg-red', null, null, null, '2019-08-26 10:49:10', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('2689', '1101', '1', '日志名称', 'LogName', 'ClearLogJobPara', null, null, null, null, '2019-09-06 08:26:49', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('2690', '1101', '2', '保留天数', 'Days', 'ClearLogJobPara', null, null, null, null, '2019-09-06 08:27:19', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('2695', '1103', '1', '基础数据', 'BasicData', 'interfaceType', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2019-09-09 14:18:01', 'admin', '2019-10-18 11:24:30', 'System');
INSERT INTO `sys_dict_data` VALUES ('2727', '1106', '1', '是', '1', 'Is_yes_no', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2019-09-26 14:52:01', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('2728', '1106', '2', '否', '0', 'Is_yes_no', 'layui-btn-xs layui-btn-radius layui-bg-red', null, null, null, '2019-09-26 14:52:08', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3743', '1103', '2', 'ACS接口', 'ACS', 'interfaceType', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2019-10-18 17:34:16', 'System', '2020-04-08 11:24:47', 'System');
INSERT INTO `sys_dict_data` VALUES ('3768', '1114', '1', 'AGV群组1', 'G001', 'AgvGroup', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2020-01-03 11:59:03', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3769', '1114', '2', 'AGV群组2', 'G002', 'AgvGroup', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-01-03 11:59:21', 'System', '2020-01-03 11:59:27', 'System');
INSERT INTO `sys_dict_data` VALUES ('3770', '1114', '3', 'AGV群组3', 'G003', 'AgvGroup', 'layui-btn-xs layui-btn-radius  layui-bg-orange', null, null, null, '2020-01-06 09:34:58', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3771', '1114', '4', 'AGV群组4', 'G004', 'AgvGroup', 'layui-btn-xs layui-btn-radius  layui-bg-cyan', null, null, null, '2020-01-06 09:37:51', 'System', '2020-01-06 09:38:15', 'System');
INSERT INTO `sys_dict_data` VALUES ('3772', '1116', '1', '任务群组1', 'TaskGroup01', 'TaskGroup', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2020-01-17 14:31:34', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3773', '1116', '2', '任务群组2', 'TaskGroup02', 'TaskGroup', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-01-17 14:31:46', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3776', '1118', '1', '成功', '成功', 'Result', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-04-08 11:26:36', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3777', '1118', '2', '失败', '失败', 'Result', 'layui-btn-xs layui-btn-radius layui-bg-red', null, null, null, '2020-04-08 11:26:45', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3778', '1119', '1', 'RFID码值增删改', 'ChangePoint', 'ApiFunction', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-04-08 11:33:01', 'System', '2020-04-08 11:33:32', 'System');
INSERT INTO `sys_dict_data` VALUES ('3779', '1119', '2', 'AGV信息增删改', 'ChangeAGV', 'ApiFunction', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-04-08 11:33:27', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3780', '1119', '3', '站台及充电桩信息增删改', 'ChangeStation', 'ApiFunction', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-04-08 11:33:57', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3781', '1119', '4', '任务流程编辑', 'TaskSplit', 'ApiFunction', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-04-08 11:34:13', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3782', '1119', '5', '电量配置', 'KeyValue', 'ApiFunction', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-04-08 11:34:29', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3783', '1119', '6', '任务派发', 'TaskAssign', 'ApiFunction', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-04-08 11:34:51', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3784', '1119', '7', '任务取消或结束', 'TaskChange', 'ApiFunction', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-04-08 11:35:22', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3785', '1119', '8', '连接AGV', 'LinkAgv', 'ApiFunction', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-04-08 11:35:36', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3786', '1119', '9', '控制AGV', 'ControlAgv', 'ApiFunction', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-04-08 11:35:58', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3787', '1119', '10', 'AGV关机', 'CloseAgv', 'ApiFunction', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-04-08 11:36:14', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3788', '1119', '11', 'AGV-任务群组绑定', 'TaskAgvGroup', 'ApiFunction', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-04-08 11:36:35', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3789', '1119', '12', '任务预览', 'TaskPreview', 'ApiFunction', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-04-08 11:36:52', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3790', '1120', '1', '空闲', '1', 'CacheStatus', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-08-21 09:52:49', 'System', '2022-05-25 16:38:18', 'System');
INSERT INTO `sys_dict_data` VALUES ('3791', '1120', '2', '有货', '2', 'CacheStatus', 'layui-btn-xs layui-btn-radius  layui-bg-orange', null, null, null, '2020-08-21 09:53:17', 'System', '2022-05-25 16:38:25', 'System');
INSERT INTO `sys_dict_data` VALUES ('3794', '1117', '1', '卸料备料', 'unload', 'TaskType', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2020-09-02 10:28:20', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3795', '1117', '2', '上料', 'up', 'TaskType', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-09-02 10:28:44', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3796', '1117', '3', '下料', 'down', 'TaskType', 'layui-btn-xs layui-btn-radius  layui-bg-orange', null, null, null, '2020-09-02 10:28:56', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3797', '1117', '4', '空料框回收', 'shelfre', 'TaskType', 'layui-btn-xs layui-btn-radius layui-bg-red', null, null, null, '2020-09-02 10:29:22', 'System', '2020-10-08 10:55:27', 'System');
INSERT INTO `sys_dict_data` VALUES ('3798', '1117', '5', '空料框入', 'shelfin', 'TaskType', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2020-09-30 14:25:43', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3799', '1117', '6', '空料框出', 'shelfout', 'TaskType', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2020-09-30 14:25:58', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3800', '1121', '1', '库存', 'store', 'InventoryStatus', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-10-08 14:57:09', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3801', '1121', '2', '锁定中', 'lock', 'InventoryStatus', 'layui-btn-xs layui-btn-radius layui-bg-red', null, null, null, '2020-10-08 14:57:25', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3802', '1122', '1', '已执行', '1', 'TaskStatus', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2020-10-08 15:09:09', 'System', '2020-11-04 11:47:40', 'System');
INSERT INTO `sys_dict_data` VALUES ('3803', '1122', '2', '已取', '20', 'TaskStatus', 'layui-btn-xs layui-btn-radius  layui-bg-orange', null, null, null, '2020-10-08 15:09:43', 'System', '2020-10-08 15:10:33', 'System');
INSERT INTO `sys_dict_data` VALUES ('3804', '1122', '3', '已取消', '99', 'TaskStatus', 'layui-btn-xs layui-btn-radius layui-bg-red', null, null, null, '2020-10-08 15:10:09', 'System', '2020-11-04 11:47:54', 'System');
INSERT INTO `sys_dict_data` VALUES ('3805', '1122', '4', '已完成', '100', 'TaskStatus', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-10-08 15:10:27', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3806', '1094', '2', '演示程序', 'ShowJob', 'jobtype', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2020-10-21 15:03:39', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3807', '1119', '13', '任务更新', 'ReturnTaskState', 'ApiFunction', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2020-11-03 09:47:01', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3808', '1123', '1', '备料1区', 'preparing1', 'Areatype', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2020-11-03 15:20:26', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3809', '1123', '2', '备料2区', 'preparing2', 'Areatype', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2020-11-03 15:20:41', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3810', '1123', '3', '卸料区', 'unloading', 'Areatype', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-11-03 15:20:54', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3811', '1123', '4', '双工位加工区', 'processingdouble', 'Areatype', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-11-03 15:21:12', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3812', '1123', '5', '单工位加工区', 'processingsingle', 'Areatype', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-11-03 15:21:26', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3813', '1123', '6', '组装区', 'assembly', 'Areatype', 'layui-btn-xs layui-btn-radius  layui-bg-orange', null, null, null, '2020-11-03 15:21:49', 'System', '2020-11-05 12:01:13', 'System');
INSERT INTO `sys_dict_data` VALUES ('3814', '1123', '7', '清洗区', 'clearing', 'Areatype', 'layui-btn-xs layui-btn-radius  layui-bg-orange', null, null, null, '2020-11-03 15:22:05', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3815', '1123', '8', '装配区', 'assembly2', 'Areatype', 'layui-btn-xs layui-btn-radius  layui-bg-cyan', null, null, null, '2020-11-03 15:22:44', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3816', '1123', '9', '外协', 'support', 'Areatype', 'layui-btn-xs layui-btn-radius  layui-bg-cyan', null, null, null, '2020-11-03 15:23:48', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3817', '1119', '14', '状态刷新', 'TaskRefresh', 'ApiFunction', 'layui-btn-xs layui-btn-radius  layui-bg-orange', null, null, null, '2020-11-03 16:48:07', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3818', '1123', '10', '检测区', 'testing', 'Areatype', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-11-04 09:37:01', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3819', '1122', '0', '新建', '0', 'TaskStatus', null, null, null, null, '2020-11-04 11:47:26', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3820', '1123', '11', '组装加工区', 'assemblyprocessing', 'Areatype', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2020-11-05 12:01:28', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3821', '1117', null, '检完入库', 'checkin', 'TaskType', null, null, null, null, '2020-11-25 14:17:58', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3822', '1117', null, '下料送检', 'check', 'TaskType', null, null, null, null, '2020-11-25 14:18:21', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3823', '1117', null, '清洗上料', 'clearup', 'TaskType', null, null, null, null, '2020-11-25 14:18:41', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3824', '1117', null, '清洗下料', 'cleardown', 'TaskType', null, null, null, null, '2020-11-25 14:18:56', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3825', '1117', '11', '外协出库', 'out', 'TaskType', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2020-11-30 17:36:11', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3826', '1117', '12', '外协回库', 'back', 'TaskType', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2020-11-30 17:36:26', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3827', '1123', '12', '测试区', 'function', 'Areatype', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2020-12-30 09:32:05', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3828', '1122', '0', '待下发', '-1', 'TaskStatus', 'layui-btn-xs layui-btn-radius layui-bg-red', null, null, null, '2021-01-27 16:37:02', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3829', '1094', '3', '下发AGV任务', 'SendTaskJob', 'jobtype', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2021-01-27 18:50:29', 'System', '2021-01-27 18:53:12', 'System');
INSERT INTO `sys_dict_data` VALUES ('3830', '1125', '1', '行走', '1', 'TaskType', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2022-05-26 15:31:08', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3831', '1125', '2', '顶升', '2', 'TaskType', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2022-05-26 15:51:53', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3832', '1125', '3', '下降', '3', 'TaskType', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2022-05-26 15:52:05', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3833', '1125', '4', '直接顶升', '4', 'TaskType', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2022-05-26 15:52:28', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3834', '1125', '5', '直接下降', '5', 'TaskType', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2022-05-26 15:52:43', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3835', '1125', '6', '充电', '6', 'TaskType', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2022-05-26 15:52:54', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3836', '1125', '7', '取消充电', '7', 'TaskType', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2022-05-26 15:53:07', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3837', '1126', '1', '初始化', '1', 'TaskState', 'layui-btn-xs layui-btn-radius  layui-bg-gray', null, null, null, '2022-05-26 15:56:16', 'System', '2022-05-26 15:57:50', 'System');
INSERT INTO `sys_dict_data` VALUES ('3838', '1126', '2', '建立路径失败', '2', 'TaskState', 'layui-btn-xs layui-btn-radius layui-bg-red', null, null, null, '2022-05-26 15:56:38', 'System', null, null);
INSERT INTO `sys_dict_data` VALUES ('3839', '1126', '3', '重建路径中', '3', 'TaskState', 'layui-btn-xs layui-btn-radius  layui-bg-orange', null, null, null, '2022-05-26 15:56:56', 'System', '2022-05-26 16:00:22', 'System');
INSERT INTO `sys_dict_data` VALUES ('3840', '1126', '4', '已建立路径', '4', 'TaskState', 'layui-btn-xs layui-btn-radius layui-bg-green', null, null, null, '2022-05-26 15:57:43', 'System', '2022-05-26 16:00:52', 'System');
INSERT INTO `sys_dict_data` VALUES ('3841', '1126', '5', '已执行', '5', 'TaskState', 'layui-btn-xs layui-btn-radius  layui-bg-blue', null, null, null, '2022-05-26 16:00:15', 'System', '2022-05-26 16:00:57', 'System');

-- ----------------------------
-- Table structure for sys_dict_type
-- ----------------------------
DROP TABLE IF EXISTS `sys_dict_type`;
CREATE TABLE `sys_dict_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `dictName` varchar(100) DEFAULT NULL COMMENT '字典名称',
  `dictType` varchar(100) DEFAULT NULL COMMENT '字典类型',
  `remark` text COMMENT '备注',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=1127 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='字典类型表';

-- ----------------------------
-- Records of sys_dict_type
-- ----------------------------
INSERT INTO `sys_dict_type` VALUES ('50', '用户性别', 'sys_user_sex', '用户性别列表', '2019-08-26 11:30:11', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('51', '菜单状态', 'sys_show_hide', '菜单状态列表', '2019-08-26 11:30:11', 'System', '2019-08-19 11:45:49', 'System');
INSERT INTO `sys_dict_type` VALUES ('52', '系统开关', 'sys_normal_disable', '系统开关列表', '2019-08-26 11:30:11', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('53', '定时任务状态', 'sys_job_status', '定时任务状态列表', '2019-08-26 11:30:11', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('54', '系统是否', 'sys_yes_no', '系统是否列表', '2019-08-26 11:30:11', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('55', '通知类型', 'sys_notice_type', '通知类型列表', '2019-08-26 11:30:11', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('56', '通知状态', 'sys_notice_status', '通知状态列表', '2019-08-26 11:30:11', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('57', '操作类型', 'sys_oper_type', '操作类型列表', '2019-08-26 11:30:11', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('58', '系统状态', 'sys_common_status', '登录状态列表', '2019-08-26 11:30:11', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('75', '日志类型', 'systemLogType', '', '2019-08-26 11:30:11', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('76', '模块类型', 'sysModulesType', '', '2019-08-26 11:30:11', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('91', '是否生效', 'IsEnable', '是否生效', '2019-08-26 11:30:11', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('1091', '是否删除', 'IsDeleted', '是否删除', '2019-08-26 11:30:11', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('1094', '计划类型', 'jobtype', null, '2019-08-21 12:32:50', 'System', '2019-08-22 15:53:39', 'System');
INSERT INTO `sys_dict_type` VALUES ('1095', '字典样式', 'dictCss', null, '2019-08-26 11:30:11', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('1096', '系统真假', 'sys_true_false', 'true:是; false:否', '2019-08-26 10:47:45', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('1101', '清除日志任务参数', 'ClearLogJobPara', '清除日志任务的参数', '2019-09-06 08:25:23', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('1103', '接口类型', 'interfaceType', '接口类型', '2019-09-09 14:17:29', 'admin', null, null);
INSERT INTO `sys_dict_type` VALUES ('1106', '是或否', 'Is_yes_no', null, '2019-09-26 13:26:04', 'System', '2019-09-26 14:51:51', 'System');
INSERT INTO `sys_dict_type` VALUES ('1114', 'AGV群组', 'AgvGroup', 'AGV群组', '2020-01-03 11:58:34', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('1116', '任务群组', 'TaskGroup', null, '2020-01-17 14:30:23', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('1117', '任务类型', 'TaskType', null, '2020-01-17 14:30:36', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('1118', '接口调用结果', 'Result', null, '2020-04-08 11:26:18', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('1119', '接口方法', 'ApiFunction', null, '2020-04-08 11:30:34', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('1120', '缓存区状态', 'CacheStatus', null, '2020-08-21 09:52:22', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('1121', '库存状态', 'InventoryStatus', null, '2020-10-08 14:55:25', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('1122', '任务状态', 'TaskStatus', null, '2020-10-08 15:07:14', 'System', '2020-10-08 15:18:01', 'System');
INSERT INTO `sys_dict_type` VALUES ('1123', '区域类型', 'Areatype', null, '2020-11-03 15:19:40', 'System', null, null);
INSERT INTO `sys_dict_type` VALUES ('1125', '子任务类型', 'TaskType', null, '2022-05-26 14:25:47', 'System', '2022-05-26 15:30:23', 'System');
INSERT INTO `sys_dict_type` VALUES ('1126', '子任务状态', 'TaskState', null, '2022-05-26 15:54:06', 'System', null, null);

-- ----------------------------
-- Table structure for sys_i18n_table
-- ----------------------------
DROP TABLE IF EXISTS `sys_i18n_table`;
CREATE TABLE `sys_i18n_table` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `tableno` varchar(50) DEFAULT NULL COMMENT '表编号',
  `type` varchar(50) DEFAULT NULL COMMENT '栏位类型',
  `field` varchar(50) DEFAULT NULL COMMENT '字段名',
  `seqno` int(11) DEFAULT NULL COMMENT '排序号',
  `title_us` varchar(50) DEFAULT NULL COMMENT '英文栏位名',
  `title_cn` varchar(50) DEFAULT NULL COMMENT '中文栏位名',
  `width` int(11) DEFAULT NULL COMMENT '栏位宽',
  `minwidth` int(11) DEFAULT NULL COMMENT '最小宽度',
  `unresize` tinyint(4) DEFAULT NULL COMMENT '固定宽度',
  `hide` tinyint(4) DEFAULT NULL COMMENT '隐藏',
  `fixed` tinyint(4) DEFAULT NULL COMMENT '固定列',
  `sort` tinyint(4) DEFAULT NULL COMMENT '可排序',
  `templet_us` longtext COMMENT '英文模板',
  `templet_cn` longtext COMMENT '中文模板',
  `event` varchar(50) DEFAULT NULL COMMENT '栏位事件',
  `queryenable` tinyint(4) DEFAULT NULL COMMENT '可查询',
  `editenable` tinyint(4) DEFAULT NULL COMMENT '可编辑',
  `qlayfilter` varchar(50) DEFAULT NULL COMMENT '查询控件的layfilter',
  `elayfilter` varchar(50) DEFAULT NULL COMMENT '编辑控件的layfilter',
  `erequired` tinyint(4) DEFAULT NULL COMMENT '修改必填项',
  `maxlength` int(11) DEFAULT NULL COMMENT '文本框最大输入长度',
  `switchchecked` tinyint(4) DEFAULT NULL COMMENT 'switch控件默认样式',
  `switchtext_us` varchar(50) DEFAULT NULL COMMENT 'switch控件文本英文',
  `switchvalue_us` varchar(50) DEFAULT NULL COMMENT 'switch控件默认值英文',
  `switchtext_cn` varchar(50) DEFAULT NULL COMMENT 'switch控件文本中文',
  `switchvalue_cn` varchar(50) DEFAULT NULL COMMENT 'switch控件默认值中文',
  `valuetype` varchar(50) DEFAULT NULL COMMENT '数值型类型(整形/小数)',
  `toolbar_cn` varchar(50) DEFAULT NULL COMMENT '工具栏列',
  `toolbar_us` varchar(50) DEFAULT NULL COMMENT '英文工具栏',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=843 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='表格国际化';

-- ----------------------------
-- Records of sys_i18n_table
-- ----------------------------
INSERT INTO `sys_i18n_table` VALUES ('1', 'acs-TBaseAgv', 'checkbox', null, '1', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 15:15:18', 'System');
INSERT INTO `sys_i18n_table` VALUES ('2', 'acs-TBaseAgv', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, null, null, null, null);
INSERT INTO `sys_i18n_table` VALUES ('3', 'acs-TBaseAgv', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, null, null, null, null);
INSERT INTO `sys_i18n_table` VALUES ('4', 'acs-TBaseAgv', 'text', 'StrAgvNo', '4', 'Agv No', 'AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', '1', null, null, '', '', '', '', '', null, null, null, null, null, null);
INSERT INTO `sys_i18n_table` VALUES ('5', 'acs-TBaseAgv', 'switch', 'IsEnable', '9', 'Enable', '是否启用', '150', null, null, '0', '0', '1', '#IsEnableUs', '#IsEnableCn', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-03-31 08:00:00', 'System', '2020-04-22 15:19:38', 'System');
INSERT INTO `sys_i18n_table` VALUES ('6', 'acs-TBaseAgv', 'selects', 'AgvMap', '6', 'Map', '地图', '150', null, null, '1', '0', '0', '', '', '', '0', '1', '', 'AgvMap', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('7', 'acs-TBaseAgv', 'text', 'AgvAreaType', '7', 'Area', '区域类型', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('8', 'acs-TBaseAgv', 'select', 'AgvGroup', '8', 'AGV Group', 'AGV群组', '150', null, null, '0', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('9', 'acs-TBaseAgv', 'text', 'StrBarcode', '5', 'RFID', '所在RFID', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('10', 'acs-TBaseAgv', 'text', 'AgvState', '10', 'State', '状态', '150', null, null, '0', '0', '0', '<script> {{# if(d.AgvState == 10) { }} Auto No Barcode {{# } else if(d.AgvState == 11) { }} Auto No Task {{# } else if(d.AgvState == 12) { }} Auto NotRead Barcode {{# } else if(d.AgvState == 13) { }} Busy {{# } else if(d.AgvState == 14) { }} Charging {{# } else if(d.AgvState == 15) { }} Offline {{# } else if(d.AgvState == 20) { }} Handel No Barcode {{# } else if(d.AgvState == 21) { }} Handel Has Barcode {{# } else { }} {{ d.AgvState }} {{# }}} </script>', '<script> {{# if(d.AgvState == 10) { }} 自动无码 {{# } else if(d.AgvState == 11) { }} 自动空闲 {{# } else if(d.AgvState == 12) { }} 自动歪码 {{# } else if(d.AgvState == 13) { }} 忙碌 {{# } else if(d.AgvState == 14) { }} 充电中 {{# } else if(d.AgvState == 15) { }} 离线 {{# } else if(d.AgvState == 20) { }} 手动无码 {{# } else if(d.AgvState == 21) { }} 手动有码 {{# } else { }} {{ d.AgvState }} {{# }}} </script>', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('11', 'acs-TBaseAgv', 'text', 'HeightState', '11', 'HeightState', '顶升', '150', null, null, '0', '0', '0', '#HeightStateUs', '#HeightStateCn', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('12', 'acs-TBaseAgv', 'text', 'CurrentCharge', '12', 'CurrentCharge', '电量', '150', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumDecText', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('13', 'acs-TBaseAgv', 'text', 'StrChooseStation', '13', 'StrChooseStation', '目标站台', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('14', 'acs-TBaseAgv', 'text', 'Ip', '14', 'Ip', 'IP', '150', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('15', 'acs-TBaseAgv', 'text', 'AgvHeart', '15', 'AgvHeart', '心跳', '150', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('16', 'acs-TBaseAgv', 'text', 'AgvMilage', '16', 'AgvMilage', '里程', '150', null, null, '1', '0', '0', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-03-31 08:00:00', 'System', '2020-04-30 13:31:22', 'System');
INSERT INTO `sys_i18n_table` VALUES ('17', 'acs-TBaseAgv', 'text', 'StrAgvError', '17', 'StrAgvError', '错误信息', '150', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('18', 'acs-TBaseAgv', 'text', 'IsCarry', '18', 'IsCarry', '是否载货', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('19', 'acs-TBaseAgv', 'text', 'StartCharges', '19', 'StartCharges', '启充电量', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumDecText', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('20', 'map-Map', 'checkbox', '', '1', '', '', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('21', 'map-Map', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('22', 'map-Map', 'text', 'Id', '3', 'Id', '主键Id', '80', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('23', 'map-Map', 'text', 'Name', '4', 'Name', '名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('24', 'map-Map', 'text', 'Width', '5', 'Width', '宽', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('25', 'map-Map', 'text', 'Height', '6', 'Height', '高', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('26', 'map-Map', 'text', 'Mapcontent', '7', 'Mapcontent', '内容', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('27', 'map-Map', 'text', 'Isdefault', '8', 'Isdefault', '默认地图', '100', null, null, '0', '0', '1', '#IsDefaultUs', '#IsDefaultCn', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('28', 'map-Map', 'text', 'Description', '11', 'Description', '备注', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('29', 'map-Map', 'switch', 'Emptymap', '10', 'Emptymap', '空地图', '150', null, null, '1', '0', '1', '<script> {{# if(d.Emptymap) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Emptymap) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('30', 'map-Map', 'text', 'Mapcontentbkp', '11', 'Mapcontentbkp', '备份', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('31', 'map-Map', 'text', 'BkpTime', '9', 'BkpTime', '备份时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('32', 'map-Map', 'text', 'RestoreTime', '10', 'RestoreTime', '还原时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('33', 'map-Map', 'text', 'CreateTime', '14', 'CreateTime', '建立时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('34', 'map-Map', 'text', 'CreateBy', '15', 'CreateBy', '建立者', '100', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('35', 'map-Map', 'text', 'UpdateTime', '16', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('36', 'map-Map', 'text', 'UpdateBy', '17', 'UpdateBy', '更新者', '100', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('37', 'base-SysI18nTable', 'checkbox', null, '1', null, null, null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 09:47:43', 'System');
INSERT INTO `sys_i18n_table` VALUES ('38', 'base-SysI18nTable', 'numbers', null, '2', 'No.', '序号', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 09:47:48', 'System');
INSERT INTO `sys_i18n_table` VALUES ('39', 'base-SysI18nTable', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('40', 'base-SysI18nTable', 'text', 'Tableno', '4', 'Tableno', '表编号', '150', null, null, '0', '1', '1', null, null, null, '1', '0', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 09:47:08', 'System');
INSERT INTO `sys_i18n_table` VALUES ('41', 'base-SysI18nTable', 'text', 'Type', '5', 'Type', '栏位类型', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('42', 'base-SysI18nTable', 'text', 'T_Field', '6', 'Field', '字段名', '150', null, null, '0', '0', '1', null, null, null, '1', '0', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 09:51:08', 'System');
INSERT INTO `sys_i18n_table` VALUES ('43', 'base-SysI18nTable', 'text', 'Seqno', '7', 'Seqno', '排序号', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('44', 'base-SysI18nTable', 'text', 'TitleUs', '8', 'TitleUs', '英文栏位名', '150', null, null, '0', '0', '1', null, null, null, '1', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 08:50:00', 'System');
INSERT INTO `sys_i18n_table` VALUES ('45', 'base-SysI18nTable', 'text', 'TitleCn', '9', 'TitleCn', '中文栏位名', '150', null, null, '0', '0', '1', null, null, null, '1', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 08:50:07', 'System');
INSERT INTO `sys_i18n_table` VALUES ('46', 'base-SysI18nTable', 'text', 'T_Width', '10', 'Width', '栏位宽', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 09:14:48', 'System');
INSERT INTO `sys_i18n_table` VALUES ('47', 'base-SysI18nTable', 'text', 'Minwidth', '11', 'Minwidth', '最小宽度', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 09:45:20', 'System');
INSERT INTO `sys_i18n_table` VALUES ('48', 'base-SysI18nTable', 'switch', 'Unresize', '12', 'Unresize', '固定宽度', '150', null, null, '0', '0', '1', '<script> {{# if(d.Unresize) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Unresize) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('49', 'base-SysI18nTable', 'switch', 'Hide', '13', 'Hide', '隐藏', '150', null, null, '0', '0', '1', '<script> {{# if(d.Hide) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Hide) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('50', 'base-SysI18nTable', 'switch', 'Fixed', '14', 'Fixed', '固定列', '150', null, null, '0', '0', '1', '<script> {{# if(d.Fixed) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Fixed) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('51', 'base-SysI18nTable', 'switch', 'T_Sort', '15', 'Sort', '可排序', '150', null, null, '0', '0', '1', '<script> {{# if(d.T_Sort) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.T_Sort) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('52', 'base-SysI18nTable', 'text', 'TempletUs', '16', 'TempletUs', '英文模板', '150', null, null, '0', '0', '1', '#TempletUs', '#TempletUs', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('53', 'base-SysI18nTable', 'text', 'TempletCn', '17', 'TempletCn', '中文模板', '150', null, null, '0', '0', '1', '#TempletCn', '#TempletCn', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('54', 'base-SysI18nTable', 'text', 'T_Event', '18', 'Event', '栏位事件', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('55', 'base-SysI18nTable', 'switch', 'Queryenable', '19', 'Queryenable', '可查询', '150', null, null, '0', '0', '1', '<script> {{# if(d.Queryenable) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Queryenable) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('56', 'base-SysI18nTable', 'switch', 'Editenable', '20', 'Editenable', '可编辑', '150', null, null, '0', '0', '1', '<script> {{# if(d.Editenable) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Editenable) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('57', 'base-SysI18nTable', 'text', 'Qlayfilter', '21', 'Qlayfilter', '查询控件的layfilter', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('58', 'base-SysI18nTable', 'text', 'Elayfilter', '22', 'Elayfilter', '编辑控件的layfilter', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('59', 'base-SysI18nTable', 'text', 'Maxlength', '23', 'Maxlength', '文本框最大输入长度', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('60', 'base-SysI18nTable', 'switch', 'Switchchecked', '24', 'Switchchecked', 'switch控件默认样式', '150', null, null, '0', '0', '1', '<script> {{# if(d.Switchchecked) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Switchchecked) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('63', 'base-SysI18nTable', 'text', 'Valuetype', '28', 'Valuetype', '数值型类型(整形/小数)', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('64', 'base-SysI18nTable', 'text', 'CreateTime', '33', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('65', 'base-SysI18nTable', 'text', 'CreateBy', '34', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('66', 'base-SysI18nTable', 'text', 'UpdateTime', '35', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('67', 'base-SysI18nTable', 'text', 'UpdateBy', '36', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('68', 'base-SysI18nText', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('69', 'base-SysI18nText', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('70', 'base-SysI18nText', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('71', 'base-SysI18nText', 'text', 'Type', '4', 'Type', '类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('72', 'base-SysI18nText', 'text', 'Code', '5', 'Code', '代码(页面,消息 )', '150', null, null, '0', '0', '1', '<&zwj;script> {{# if(d.Switchchecked) { }} Yes {{# } else { }} No {{# }}} <&zwj;/script>', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('73', 'base-SysI18nText', 'text', 'Name', '6', 'Name', '名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('74', 'base-SysI18nText', 'text', 'TextUs', '7', 'TextUs', '英文', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('75', 'base-SysI18nText', 'text', 'TextCn', '8', 'TextCn', '中文', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('76', 'base-SysI18nText', 'text', 'CreateTime', '9', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('77', 'base-SysI18nText', 'text', 'CreateBy', '10', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('78', 'base-SysI18nText', 'text', 'UpdateTime', '11', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('79', 'base-SysI18nText', 'text', 'UpdateBy', '12', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('80', 'base-SysDictType', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('81', 'base-SysDictType', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('82', 'base-SysDictType', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('83', 'base-SysDictType', 'text', 'DictName', '4', 'DictName', '字典名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('84', 'base-SysDictType', 'text', 'DictType', '5', 'DictType', '字典类型', '150', null, null, '0', '0', '1', '#ShowDtlDictType', '#ShowDtlDictType', 'SysDictData', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('85', 'base-SysDictType', 'text', 'Remark', '6', 'Remark', '备注', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('86', 'base-SysDictType', 'text', 'CreateTime', '7', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('87', 'base-SysDictType', 'text', 'CreateBy', '8', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('88', 'base-SysDictType', 'text', 'UpdateTime', '9', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('89', 'base-SysDictType', 'text', 'UpdateBy', '10', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('90', 'base-SysDictData', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('91', 'base-SysDictData', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('92', 'base-SysDictData', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('93', 'base-SysDictData', 'text', 'HeaderId', '8', 'HeaderId', '头表id', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('94', 'base-SysDictData', 'text', 'DictSort', '5', 'DictSort', '排序', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('95', 'base-SysDictData', 'text', 'DictLabel', '6', 'DictLabel', '标签', '150', null, null, '0', '0', '1', '#TplDictLabel', '#TplDictLabel', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('96', 'base-SysDictData', 'text', 'DictValue', '7', 'DictValue', '键值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('97', 'base-SysDictData', 'text', 'DictType', '4', 'DictType', '字典类型', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('98', 'base-SysDictData', 'select', 'CssClass', '9', 'CssClass', '样式', '130', null, null, '0', '0', '1', '#TplCssClass', '#TplCssClass', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('99', 'base-SysDictData', 'text', 'ListClass', '10', 'ListClass', '回显样式', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('100', 'base-SysDictData', 'text', 'IsDefault', '11', 'IsDefault', '是否默认(Y是 N否)', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('101', 'base-SysDictData', 'text', 'Remark', '12', 'Remark', '备注', null, null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('102', 'base-SysDictData', 'text', 'CreateTime', '13', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('103', 'base-SysDictData', 'text', 'CreateBy', '14', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('104', 'base-SysDictData', 'text', 'UpdateTime', '15', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('105', 'base-SysDictData', 'text', 'UpdateBy', '16', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('106', 'base-SysInfo', 'radio', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('107', 'base-SysInfo', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('108', 'base-SysInfo', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('109', 'base-SysInfo', 'text', 'AppKey', '4', 'AppKey', '系统关键字', '120', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('110', 'base-SysInfo', 'text', 'AppSecret', '5', 'AppSecret', '系统密钥', '250', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('111', 'base-SysInfo', 'text', 'Title', '6', 'Title', '标题', '200', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('112', 'base-SysInfo', 'text', 'TitleUs', '7', 'English Title', '英文标题', '280', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('113', 'base-SysInfo', 'text', 'Copyright', '8', 'Copyright', 'Copyright', '250', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('114', 'base-SysInfo', 'text', 'Remark', '9', 'Remark', '备注', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('115', 'base-SysInfo', 'text', 'LoginLogo', '10', 'LoginLogo', '登录图标', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('116', 'base-SysInfo', 'text', 'IndexLogo', '11', 'IndexLogo', '主页图标', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('117', 'base-SysInfo', 'text', 'ReturnUrl', '12', 'ReturnUrl', '主页', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('118', 'base-SysInfo', 'switch', 'IsEnable', '13', 'IsEnable', '生效', '80', null, null, '0', '0', '1', '<script> {{# if(d.IsEnable) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsEnable) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '0', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('119', 'base-SysInfo', 'text', 'CreateTime', '14', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('120', 'base-SysInfo', 'text', 'CreateBy', '15', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('121', 'base-SysInfo', 'text', 'UpdateTime', '16', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('122', 'base-SysInfo', 'text', 'UpdateBy', '17', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('123', 'acs-TBaseAgvCharge', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 12:22:19', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('124', 'acs-TBaseAgvCharge', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 12:22:19', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('125', 'acs-TBaseAgvCharge', 'text', 'Id', '3', 'ID', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 12:26:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('126', 'acs-TBaseAgvCharge', 'text', 'StrAgvNo', '4', 'StrAgvNo', 'AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 12:26:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('127', 'acs-TBaseAgvCharge', 'text', 'StartCharge', '5', 'StartCharge', '起始电量', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 12:26:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('128', 'acs-TBaseAgvCharge', 'text', 'StartTime', '6', 'StartTime', '开始时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 12:26:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('129', 'acs-TBaseAgvCharge', 'text', 'EndCharge', '7', 'EndCharge', '结束电量', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 12:26:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('130', 'acs-TBaseAgvCharge', 'text', 'EndTime', '8', 'EndTime', '结束时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 12:26:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('131', 'task-TAgvGroup', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:13:04', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('132', 'task-TAgvGroup', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:13:04', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('133', 'task-TAgvGroup', 'text', 'Id', '3', 'ID', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:13:05', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('134', 'task-TAgvGroup', 'text', 'AgvGroup', '4', 'Agvgroup', 'AGV群组', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:13:05', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('135', 'task-TAgvGroup', 'text', 'CreateTime', '5', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:13:05', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('136', 'task-TAgvGroup', 'text', 'CreateBy', '6', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:13:05', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('137', 'task-TAgvGroup', 'text', 'UpdateTime', '7', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, 'layui-date', null, null, '2020-04-18 15:13:05', 'System', '2020-04-30 13:36:05', 'System');
INSERT INTO `sys_i18n_table` VALUES ('138', 'task-TAgvGroup', 'text', 'UpdateBy', '8', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-18 15:13:05', 'System', '2020-04-30 13:36:10', 'System');
INSERT INTO `sys_i18n_table` VALUES ('139', 'flow-Flow', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('140', 'flow-Flow', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('141', 'flow-Flow', 'text', 'Id', '3', 'Id', '主键Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('142', 'flow-Flow', 'text', 'SchemeCode', '4', 'SchemeCode', '工艺编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('143', 'flow-Flow', 'text', 'SchemeName', '5', 'SchemeName', '工艺名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('144', 'flow-Flow', 'text', 'SchemeType', '6', 'SchemeType', '工艺分类', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('145', 'flow-Flow', 'text', 'SchemeContent', '7', 'SchemeContent', '流程内容', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('146', 'flow-Flow', 'text', 'ProductId', '8', 'ProductId', '产品', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('147', 'flow-Flow', 'text', 'MachineType', '9', 'MachineType', '机型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('148', 'flow-Flow', 'text', 'DeleteMark', '10', 'DeleteMark', '删除标记', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('149', 'flow-Flow', 'text', 'Disabled', '11', 'Disabled', '是否禁用', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('150', 'flow-Flow', 'text', 'Description', '12', 'Description', '备注', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('151', 'flow-Flow', 'text', 'CreateTime', '13', 'CreateTime', '建立时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('152', 'flow-Flow', 'text', 'CreateBy', '14', 'CreateBy', '建立者', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('153', 'flow-Flow', 'text', 'UpdateTime', '15', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('154', 'flow-Flow', 'text', 'UpdateBy', '16', 'UpdateBy', '更新者', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('156', 'task-TTaskAssign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('157', 'task-TTaskAssign', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('158', 'task-TTaskAssign', 'text', 'Taskno', '4', 'Taskno', '订单号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('159', 'task-TTaskAssign', 'text', 'Taskid', '5', 'Taskid', '任务ID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('160', 'task-TTaskAssign', 'text', 'Typename', '6', 'Typename', '任务类型', '300', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('161', 'task-TTaskAssign', 'select', 'Groupname', '7', 'Groupname', '任务群组', '150', null, null, '0', '0', '1', '', '', '', '1', '1', 'qGroupname', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('162', 'task-TTaskAssign', 'text', 'TaskLevel', '8', 'Tasklevel', '优先级', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('163', 'task-TTaskAssign', 'select', 'Status', '9', 'Status', '任务状态', '150', null, null, '0', '0', '1', '#TaskStatusUs', '#TaskStatusCn', '', '1', '1', 'qStatus', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('164', 'task-TTaskAssign', 'text', 'Taskinfo', '10', 'Taskinfo', 'Taskinfo', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('165', 'task-TTaskAssign', 'text', 'CreateTime', '11', 'CreateTime', '派发时间', '200', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('166', 'task-TTaskAssign', 'text', 'CreateBy', '12', 'CreateBy', '创建用户', '200', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('167', 'task-TTaskAssign', 'text', 'UpdateTime', '13', 'UpdateTime', '更新时间', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('168', 'task-TTaskAssign', 'text', 'UpdateBy', '14', 'UpdateBy', '更新用户', '100', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('169', 'task-TTaskDesign', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('170', 'task-TTaskDesign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('171', 'task-TTaskDesign', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('172', 'task-TTaskDesign', 'text', 'Taskid', '4', 'Taskid', '任务ID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('173', 'task-TTaskDesign', 'text', 'Taskname', '5', 'Taskname', '任务名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('174', 'task-TTaskDesign', 'select', 'Groupname', '7', 'Groupname', '任务群组', '150', null, null, '0', '0', '1', null, null, null, '1', '1', 'qGroupname', null, null, null, null, null, null, null, null, null, null, null, '2020-04-18 15:34:28', 'System', '2020-04-30 13:37:48', 'System');
INSERT INTO `sys_i18n_table` VALUES ('175', 'task-TTaskDesign', 'select', 'Typename', '6', 'Typename', '任务类型', '150', null, null, '0', '0', '1', null, null, null, '1', '1', 'qTypename', null, null, null, null, null, null, null, null, null, null, null, '2020-04-18 15:34:28', 'System', '2020-04-30 13:37:53', 'System');
INSERT INTO `sys_i18n_table` VALUES ('176', 'task-TTaskDesign', 'text', 'Tasklevel', '8', 'Tasklevel', '任务等级', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('177', 'task-TTaskDesign', 'text', 'Taskmap', '9', 'Taskmap', '地图', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('178', 'task-TTaskDesign', 'text', 'Taskcontent', '10', 'Taskcontent', '任务路径', '150', null, null, '1', '0', '1', null, null, null, '1', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-18 15:34:28', 'System', '2020-04-30 08:50:57', 'System');
INSERT INTO `sys_i18n_table` VALUES ('179', 'task-TTaskDesign', 'text', 'Remark', '11', 'Remark', '备注', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('180', 'task-TTaskDesign', 'text', 'Col1', '12', 'Col1', 'Col1', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('181', 'task-TTaskDesign', 'text', 'Col2', '13', 'Col2', 'Col2', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('182', 'task-TTaskDesign', 'text', 'Col3', '14', 'Col3', 'Col3', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('183', 'task-TTaskDesign', 'text', 'CreateTime', '15', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('184', 'task-TTaskDesign', 'text', 'CreateBy', '16', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('185', 'task-TTaskDesign', 'text', 'UpdateTime', '17', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('186', 'task-TTaskDesign', 'text', 'UpdateBy', '18', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('187', 'task-TTaskGroup', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('188', 'task-TTaskGroup', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('189', 'task-TTaskGroup', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('190', 'task-TTaskGroup', 'text', 'Groupname', '4', 'Groupname', '任务群组', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('191', 'task-TTaskGroup', 'select', 'AgvGroup', '5', 'Agvgroup', 'AGV群组', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('192', 'task-TTaskGroup', 'text', 'CreateTime', '6', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('193', 'task-TTaskGroup', 'text', 'CreateBy', '7', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('194', 'task-TTaskGroup', 'text', 'UpdateTime', '8', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, 'layui-date', null, null, '2020-04-18 15:34:34', 'System', '2020-04-30 13:35:06', 'System');
INSERT INTO `sys_i18n_table` VALUES ('195', 'task-TTaskGroup', 'text', 'UpdateBy', '9', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-18 15:34:34', 'System', '2020-04-30 13:35:10', 'System');
INSERT INTO `sys_i18n_table` VALUES ('196', 'task-TTaskType', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('197', 'task-TTaskType', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('198', 'task-TTaskType', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('199', 'task-TTaskType', 'select', 'Groupname', '5', 'Groupname', '任务群组', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', '1', null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('200', 'task-TTaskType', 'text', 'Typename', '4', 'Typename', '任务类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', '1', null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('201', 'task-TTaskType', 'text', 'Tasklevel', '6', 'Tasklevel', '优先级', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', '1', null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('202', 'task-TTaskType', 'text', 'CreateTime', '7', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('203', 'task-TTaskType', 'text', 'CreateBy', '8', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('204', 'task-TTaskType', 'text', 'UpdateTime', '9', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('205', 'task-TTaskType', 'text', 'UpdateBy', '10', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('206', 'task-TTaskAssign-Cancel', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('207', 'task-TTaskAssign-Cancel', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('208', 'task-TTaskAssign-Cancel', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('209', 'task-TTaskAssign-Cancel', 'text', 'Taskno', '4', 'Taskno', '订单号', '150', null, null, '0', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('210', 'task-TTaskAssign-Cancel', 'text', 'Taskid', '5', 'Taskid', '任务ID', '150', null, null, '0', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('211', 'task-TTaskAssign-Cancel', 'text', 'Typename', '6', 'Typename', '任务类型', '300', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('212', 'task-TTaskAssign-Cancel', 'select', 'Groupname', '7', 'Groupname', '任务群组', '150', null, null, '0', '0', '0', '', '', '', '1', '1', 'qGroupname', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('213', 'task-TTaskAssign-Cancel', 'text', 'TaskLevel', '8', 'Tasklevel', '优先级', '150', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('214', 'task-TTaskAssign-Cancel', 'select', 'Status', '9', 'Status', '任务状态', '150', null, null, '0', '0', '0', '#TaskStatusUs', '#TaskStatusCn', '', '1', '1', 'qStatus', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('215', 'task-TTaskAssign-Cancel', 'text', 'Taskinfo', '10', 'Taskinfo', 'Taskinfo', '150', null, null, '1', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('216', 'task-TTaskAssign-Cancel', 'text', 'CreateTime', '11', 'CreateTime', '派发时间', '200', null, null, '0', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('217', 'task-TTaskAssign-Cancel', 'text', 'CreateBy', '12', 'CreateBy', '创建用户', '200', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('218', 'task-TTaskAssign-Cancel', 'text', 'UpdateTime', '13', 'UpdateTime', '更新时间', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('219', 'task-TTaskAssign-Cancel', 'text', 'UpdateBy', '14', 'UpdateBy', '更新用户', '100', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('220', 'task-TTaskAssign-Close', 'radio', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('221', 'task-TTaskAssign-Close', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('222', 'task-TTaskAssign-Close', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('223', 'task-TTaskAssign-Close', 'text', 'Taskno', '4', 'Taskno', '订单号', '150', null, null, '0', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('224', 'task-TTaskAssign-Close', 'text', 'Taskid', '5', 'Taskid', '任务ID', '150', null, null, '0', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('225', 'task-TTaskAssign-Close', 'text', 'Typename', '6', 'Typename', '任务类型', '300', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('226', 'task-TTaskAssign-Close', 'select', 'Groupname', '7', 'Groupname', '任务群组', '150', null, null, '0', '0', '0', '', '', '', '1', '1', 'qGroupname', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('227', 'task-TTaskAssign-Close', 'text', 'TaskLevel', '8', 'Tasklevel', '优先级', '150', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('228', 'task-TTaskAssign-Close', 'select', 'Status', '9', 'Status', '任务状态', '150', null, null, '0', '0', '0', '#TaskStatusUs', '#TaskStatusCn', '', '1', '1', 'qStatus', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('229', 'task-TTaskAssign-Close', 'text', 'Taskinfo', '10', 'Taskinfo', 'Taskinfo', '150', null, null, '1', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('230', 'task-TTaskAssign-Close', 'text', 'CreateTime', '11', 'CreateTime', '派发时间', '200', null, null, '0', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('231', 'task-TTaskAssign-Close', 'text', 'CreateBy', '12', 'CreateBy', '创建用户', '200', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('232', 'task-TTaskAssign-Close', 'text', 'UpdateTime', '13', 'UpdateTime', '更新时间', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('233', 'task-TTaskAssign-Close', 'text', 'UpdateBy', '14', 'UpdateBy', '更新用户', '100', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('234', 'base-SysI18nTable', 'switch', 'Erequired', '22', 'Erequired', '修改必填项', '150', null, null, '0', '0', '1', '<script> {{# if(d.Fixed) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Fixed) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('235', 'acs-TBaseDemoPoint', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('236', 'acs-TBaseDemoPoint', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('237', 'acs-TBaseNumber', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('238', 'acs-TBaseNumber', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('241', 'acs-TBasePoint', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('242', 'acs-TBasePoint', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('243', 'acs-TBaseStation', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('244', 'acs-TBaseStation', 'numbers', '', '2', 'No.', '序号', null, null, null, '1', null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('245', 'acs-TChargeLog', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('246', 'acs-TChargeLog', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('247', 'acs-TConfigAgvErrTable', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('248', 'acs-TConfigAgvErrTable', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('249', 'acs-TConfigErrMsg', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('250', 'acs-TConfigErrMsg', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('251', 'acs-TConfigKeyValue', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('252', 'acs-TConfigKeyValue', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('253', 'acs-TConfigPoint', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('254', 'acs-TConfigPoint', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('255', 'acs-TConfigTaskAgvGroup', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('256', 'acs-TConfigTaskAgvGroup', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('257', 'acs-TConfigTaskSplit', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('258', 'acs-TConfigTaskSplit', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('259', 'acs-TConfigTim', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('260', 'acs-TConfigTim', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('261', 'acs-TBaseAgvmileage', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('262', 'acs-TBaseAgvmileage', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('263', 'acs-TSonTask', 'checkbox', '', '1', '', '', null, null, null, '1', null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('264', 'acs-TSonTask', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('265', 'acs-TSonTaskRecord', 'checkbox', '', '1', '', '', null, null, null, '1', null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('266', 'acs-TSonTaskRecord', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('267', 'acs-TTask', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('268', 'acs-TTask', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('269', 'acs-TTaskRecord', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('270', 'acs-TTaskRecord', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('271', 'acs-TBaseAgvState', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('272', 'acs-TBaseAgvState', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('275', 'acs-TBaseDemoPoint', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('276', 'acs-TBaseDemoPoint', 'text', 'PointAreaType', '4', 'PointAreaType', '点区域类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('277', 'acs-TBaseDemoPoint', 'text', 'StrBarcode', '5', 'StrBarcode', 'RFID值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('278', 'acs-TBaseDemoPoint', 'text', 'IntX', '6', 'IntX', 'X值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('279', 'acs-TBaseDemoPoint', 'text', 'IntY', '7', 'IntY', 'Y值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('280', 'acs-TBaseDemoPoint', 'switch', 'IsXpos', '8', 'IsXpos', '是否选择X正方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsXpos) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsXpos) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('281', 'acs-TBaseDemoPoint', 'text', 'XPosLength', '9', 'XPosLength', 'XPosLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('282', 'acs-TBaseDemoPoint', 'switch', 'IsXNeg', '10', 'IsXNeg', '是否选择X负方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsXNeg) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsXNeg) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('283', 'acs-TBaseDemoPoint', 'text', 'XNegLength', '11', 'XNegLength', 'XNegLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('284', 'acs-TBaseDemoPoint', 'switch', 'IsYPos', '12', 'IsYPos', '是否选择Y正方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsYPos) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsYPos) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('285', 'acs-TBaseDemoPoint', 'text', 'YPosLength', '13', 'YPosLength', 'YPosLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('286', 'acs-TBaseDemoPoint', 'switch', 'IsYNeg', '14', 'IsYNeg', '是否选择Y负方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsYNeg) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsYNeg) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('287', 'acs-TBaseDemoPoint', 'text', 'YNegLength', '15', 'YNegLength', 'YNegLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('288', 'acs-TBaseDemoPoint', 'switch', 'IsEnable', '16', 'IsEnable', '启用', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsEnable) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsEnable) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('289', 'acs-TBaseDemoPoint', 'switch', 'IsOccupy', '17', 'IsOccupy', '是否占用', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsOccupy) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsOccupy) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('290', 'acs-TBaseDemoPoint', 'text', 'StrOccupyAgvNo', '18', 'StrOccupyAgvNo', '占用AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('291', 'acs-TBaseDemoPoint', 'text', 'PointType', '19', 'PointType', '点类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('292', 'acs-TBaseDemoPoint', 'text', 'IntXLength', '20', 'IntXLength', 'X正方向距离', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('293', 'acs-TBaseDemoPoint', 'text', 'IntYLength', '21', 'IntYLength', 'Y正方向距离', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('294', 'acs-TBaseDemoPoint', 'text', 'OriAgv', '22', 'OriAgv', '车头方向', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('295', 'acs-TBaseDemoPoint', 'text', 'OriDial', '23', 'OriDial', '转盘方向', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('296', 'acs-TBaseDemoPoint', 'text', 'StrPreBarcode', '24', 'StrPreBarcode', 'StrPreBarcode', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('297', 'acs-TBaseDemoPoint', 'text', 'StrRegionName', '25', 'StrRegionName', '限制区域名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('298', 'acs-TBaseDemoPoint', 'switch', 'IsRegionApply', '26', 'IsRegionApply', '是否占用限制区域', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsRegionApply) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsRegionApply) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('299', 'acs-TBaseDemoPoint', 'text', 'StrRegionApplyAgvNo', '27', 'StrRegionApplyAgvNo', '占用限制区域AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('300', 'acs-TBaseDemoPoint', 'text', 'StopTime', '28', 'StopTime', 'StopTime', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('301', 'acs-TBaseNumber', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('302', 'acs-TBaseNumber', 'text', 'Tno', '4', 'Tno', 'Tno', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('311', 'acs-TBasePoint', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('312', 'acs-TBasePoint', 'text', 'PointAreaType', '4', 'PointAreaType', '点区域类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('313', 'acs-TBasePoint', 'text', 'StrBarcode', '5', 'StrBarcode', 'RFID值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('314', 'acs-TBasePoint', 'text', 'IntX', '6', 'IntX', 'X值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('315', 'acs-TBasePoint', 'text', 'IntY', '7', 'IntY', 'Y值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('316', 'acs-TBasePoint', 'switch', 'IsXpos', '8', 'IsXpos', '是否选择X正方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsXpos) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsXpos) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('317', 'acs-TBasePoint', 'text', 'XPosLength', '9', 'XPosLength', 'XPosLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('318', 'acs-TBasePoint', 'switch', 'IsXNeg', '10', 'IsXNeg', '是否选择X负方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsXNeg) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsXNeg) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('319', 'acs-TBasePoint', 'text', 'XNegLength', '11', 'XNegLength', 'XNegLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('320', 'acs-TBasePoint', 'switch', 'IsYPos', '12', 'IsYPos', '是否选择Y正方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsYPos) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsYPos) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('321', 'acs-TBasePoint', 'text', 'YPosLength', '13', 'YPosLength', 'YPosLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('322', 'acs-TBasePoint', 'switch', 'IsYNeg', '14', 'IsYNeg', '是否选择Y负方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsYNeg) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsYNeg) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('323', 'acs-TBasePoint', 'text', 'YNegLength', '15', 'YNegLength', 'YNegLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('324', 'acs-TBasePoint', 'switch', 'IsEnable', '16', 'IsEnable', '启用', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsEnable) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsEnable) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('325', 'acs-TBasePoint', 'switch', 'IsOccupy', '17', 'IsOccupy', '是否占用', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsOccupy) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsOccupy) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('326', 'acs-TBasePoint', 'text', 'StrOccupyAgvNo', '18', 'StrOccupyAgvNo', '占用AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('327', 'acs-TBasePoint', 'text', 'PointType', '19', 'PointType', '点类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('328', 'acs-TBasePoint', 'text', 'IntXLength', '20', 'IntXLength', 'X正方向距离', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('329', 'acs-TBasePoint', 'text', 'IntYLength', '21', 'IntYLength', 'Y正方向距离', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('330', 'acs-TBasePoint', 'text', 'OriAgv', '22', 'OriAgv', '车头方向', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('331', 'acs-TBasePoint', 'text', 'OriDial', '23', 'OriDial', '转盘方向', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('332', 'acs-TBasePoint', 'text', 'StrPreBarcode', '24', 'StrPreBarcode', 'StrPreBarcode', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('333', 'acs-TBasePoint', 'text', 'StrRegionName', '25', 'StrRegionName', '限制区域名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('334', 'acs-TBasePoint', 'switch', 'IsRegionApply', '26', 'IsRegionApply', '是否占用限制区域', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsRegionApply) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsRegionApply) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('335', 'acs-TBasePoint', 'text', 'StrRegionApplyAgvNo', '27', 'StrRegionApplyAgvNo', '占用限制区域AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('336', 'acs-TBasePoint', 'text', 'StopTime', '28', 'StopTime', 'StopTime', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('337', 'acs-TBaseStation', 'text', 'Id', '13', 'ID', '编号', '80', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('338', 'acs-TBaseStation', 'text', 'StationType', '4', 'StationType', '站台类型', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('339', 'acs-TBaseStation', 'text', 'StationArea', '5', 'StationArea', '站台区域', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('340', 'acs-TBaseStation', 'text', 'StationGroup', '6', 'StationGroup', '站台所属群组', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('341', 'acs-TBaseStation', 'text', 'StationOri', '7', 'StationOri', 'StationOri', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('342', 'acs-TBaseStation', 'text', 'StationLength', '8', 'StationLength', 'StationLength', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('343', 'acs-TBaseStation', 'switch', 'IsEnable', '9', 'IsEnable', '是否启用', '150', null, null, '0', '0', '1', '#IsEnableUs', '#IsEnableCn', null, '1', '0', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:09:58', 'System');
INSERT INTO `sys_i18n_table` VALUES ('344', 'acs-TBaseStation', 'switch', 'IsLocked', '10', 'IsLocked', '是否锁定', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsLocked) { }} Yes {{# } else { }} No {{# }}} </script>', '#IsLockedCn', '', '1', '0', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('345', 'acs-TBaseStation', 'text', 'StrBarcode', '11', 'StrBarcode', '站台码值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('346', 'acs-TBaseStation', 'text', 'StrPreBarcode', '12', 'StrPreBarcode', '站台附属点', '150', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('347', 'acs-TBaseStation', 'text', 'StrStationNo', '3', 'StrStationNo', '站台名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('348', 'acs-TChargeLog', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('349', 'acs-TChargeLog', 'text', 'AgvNo', '4', 'AgvNo', 'AgvNo', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('350', 'acs-TChargeLog', 'text', 'CurrentCharge', '5', 'CurrentCharge', 'CurrentCharge', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumDecText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('351', 'acs-TChargeLog', 'text', 'TimeLog', '6', 'TimeLog', 'TimeLog', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('352', 'acs-TConfigAgvErrTable', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('353', 'acs-TConfigAgvErrTable', 'text', 'StrAgvNo', '4', 'StrAgvNo', 'AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('354', 'acs-TConfigAgvErrTable', 'text', 'StrBarcode', '5', 'StrBarcode', '发生故障码值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('355', 'acs-TConfigAgvErrTable', 'text', 'AgvErrMessage', '6', 'AgvErrMessage', '故障信息', '250', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('356', 'acs-TConfigAgvErrTable', 'text', 'StartErrTime', '7', 'StartErrTime', '故障开始时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('357', 'acs-TConfigAgvErrTable', 'text', 'EndErrTime', '8', 'EndErrTime', '故障结束时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('358', 'acs-TConfigErrMsg', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('359', 'acs-TConfigErrMsg', 'text', 'IntErrorNo', '4', 'IntErrorNo', '故障编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('360', 'acs-TConfigErrMsg', 'text', 'StrErrorMsg', '5', 'StrErrorMsg', '故障解释', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('361', 'acs-TConfigKeyValue', 'text', 'Id', '3', 'ID', '编号', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('362', 'acs-TConfigKeyValue', 'text', 'KeyVariable', '4', 'KeyVariable', '关键变量名称', '150', null, null, '0', '0', '1', '#KeyVariableUs', '#KeyVariableCn', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('363', 'acs-TConfigKeyValue', 'text', 'Value', '5', 'Value', '关键名称变量的值', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumDecText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('364', 'acs-TConfigPoint', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('365', 'acs-TConfigPoint', 'text', 'No', '4', 'No', 'No', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('366', 'acs-TConfigPoint', 'text', 'IntX', '5', 'IntX', 'IntX', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('367', 'acs-TConfigPoint', 'text', 'IntY', '6', 'IntY', 'IntY', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('368', 'acs-TConfigPoint', 'text', 'StrBarcode', '7', 'StrBarcode', 'StrBarcode', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('369', 'acs-TConfigPoint', 'text', 'AreaType', '8', 'AreaType', 'AreaType', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('370', 'acs-TConfigPoint', 'text', 'StrRegionName', '9', 'StrRegionName', 'StrRegionName', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('371', 'acs-TConfigTaskAgvGroup', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('372', 'acs-TConfigTaskAgvGroup', 'text', 'TaskGroup', '4', 'TaskGroup', 'TaskGroup', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('373', 'acs-TConfigTaskAgvGroup', 'text', 'AgvGroup', '5', 'AgvGroup', 'AgvGroup', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('374', 'acs-TConfigTaskSplit', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('375', 'acs-TConfigTaskSplit', 'text', 'TaskID', '4', 'TaskID', 'TaskID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('376', 'acs-TConfigTaskSplit', 'text', 'IntSerialNo', '5', 'IntSerialNo', 'IntSerialNo', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('377', 'acs-TConfigTaskSplit', 'text', 'AgvTaskType', '6', 'AgvTaskType', 'AgvTaskType', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('378', 'acs-TConfigTaskSplit', 'text', 'FromPoint', '7', 'FromPoint', 'FromPoint', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('379', 'acs-TConfigTaskSplit', 'text', 'ToPoint', '8', 'ToPoint', 'ToPoint', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('380', 'acs-TConfigTaskSplit', 'text', 'WaitTime', '9', 'WaitTime', 'WaitTime', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('381', 'acs-TConfigTaskSplit', 'switch', 'IsCarry', '10', 'IsCarry', 'IsCarry', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsCarry) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsCarry) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('382', 'acs-TConfigTaskSplit', 'text', 'TaskRequestType', '11', 'TaskRequestType', 'TaskRequestType', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('383', 'acs-TConfigTim', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('384', 'acs-TConfigTim', 'text', 'AreaType', '4', 'AreaType', '区域类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('385', 'acs-TConfigTim', 'text', 'AntiCollision', '5', 'AntiCollision', '防撞代码', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('386', 'acs-TConfigTim', 'text', 'StrBarcode', '6', 'StrBarcode', 'RFID值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('387', 'acs-TConfigTim', 'text', 'IntX', '7', 'IntX', 'X值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('388', 'acs-TConfigTim', 'text', 'IntY', '8', 'IntY', 'Y值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('389', 'acs-TConfigTim', 'text', 'OriAgv', '9', 'OriAgv', '车头方向', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('390', 'acs-TBaseAgvmileage', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('391', 'acs-TBaseAgvmileage', 'text', 'StrAgvNo', '4', 'StrAgvNo', 'AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('392', 'acs-TBaseAgvmileage', 'text', 'Startpoint', '5', 'Startpoint', '起始RFID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('393', 'acs-TBaseAgvmileage', 'text', 'Endpoint', '6', 'Endpoint', '目标RFID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('394', 'acs-TBaseAgvmileage', 'text', 'Mileage', '7', 'Mileage', '里程', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('395', 'acs-TBaseAgvmileage', 'text', 'Starttime', '8', 'Starttime', '开始时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('396', 'acs-TBaseAgvmileage', 'text', 'Endtime', '9', 'Endtime', '结束时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('397', 'acs-TBaseAgvmileage', 'text', 'Taskno', '10', 'Taskno', '任务ID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('398', 'acs-TBaseAgvmileage', 'text', 'Groupname', '11', 'Groupname', '任务群组', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('399', 'acs-TSonTask', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('400', 'acs-TSonTask', 'text', 'IntSerialNo', '4', 'IntSerialNo', '顺序号', '90', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('401', 'acs-TSonTask', 'text', 'IntSonTaskNo', '5', 'IntSonTaskNo', '子任务编号', '105', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('402', 'acs-TSonTask', 'text', 'StrTaskNo', '6', 'StrTaskNo', '任务编号', '130', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('403', 'acs-TSonTask', 'text', 'SonTaskType', '7', 'SonTaskType', '子任务类型', '130', null, null, '0', '0', '1', '', '<script> {{# return GetLabel(\'SonTaskType\', \'DictValue\', \'DictLabel\', d.SonTaskType) }} </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('404', 'acs-TSonTask', 'text', 'StartPoint', '8', 'StartPoint', '起点', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('405', 'acs-TSonTask', 'text', 'EndPoint', '9', 'EndPoint', '目标', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('406', 'acs-TSonTask', 'text', 'ChargeLength', '10', 'ChargeLength', '充电距离', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('407', 'acs-TSonTask', 'text', 'WaitTime', '11', 'WaitTime', '等待时间', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('408', 'acs-TSonTask', 'switch', 'IsCarry', '12', 'IsCarry', '载货', '80', null, null, '0', '0', '1', '<script> {{# if(d.IsCarry) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsCarry) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('409', 'acs-TSonTask', 'text', 'TaskRequestType', '13', 'TaskRequestType', '子任务询问类型', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('410', 'acs-TSonTask', 'text', 'DialDirection', '14', 'DialDirection', '方向', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('411', 'acs-TSonTask', 'text', 'AgvDirection', '15', 'AgvDirection', 'AGV方向', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('412', 'acs-TSonTask', 'text', 'SonTaskState', '16', 'SonTaskState', '子任务状态', '130', null, null, '0', '0', '1', '', '<script> {{# return GetLabel(\'SonTaskState\', \'DictValue\', \'DictLabel\', d.SonTaskState) }} </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('413', 'acs-TSonTask', 'text', 'StrBeginTime', '17', 'StrBeginTime', '开始时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('414', 'acs-TSonTask', 'text', 'StrEndTime', '18', 'StrEndTime', '结束时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('415', 'acs-TSonTaskRecord', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('416', 'acs-TSonTaskRecord', 'text', 'IntSerialNo', '4', 'IntSerialNo', '顺序号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('417', 'acs-TSonTaskRecord', 'text', 'IntSonTaskNo', '5', 'IntSonTaskNo', '子任务编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('418', 'acs-TSonTaskRecord', 'text', 'StrTaskNo', '6', 'StrTaskNo', '任务编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('419', 'acs-TSonTaskRecord', 'text', 'SonTaskType', '7', 'SonTaskType', '子任务类型', '150', null, null, '0', '0', '1', '', '<script> {{# return GetLabel(\'SonTaskType\', \'DictValue\', \'DictLabel\', d.SonTaskType) }} </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('420', 'acs-TSonTaskRecord', 'text', 'StartPoint', '8', 'StartPoint', '起点', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('421', 'acs-TSonTaskRecord', 'text', 'EndPoint', '9', 'EndPoint', '目标', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('422', 'acs-TSonTaskRecord', 'text', 'ChargeLength', '10', 'ChargeLength', '充电距离', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('423', 'acs-TSonTaskRecord', 'text', 'WaitTime', '11', 'WaitTime', '等待时间', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('424', 'acs-TSonTaskRecord', 'switch', 'IsCarry', '12', 'IsCarry', '是否载货', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsCarry) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsCarry) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('425', 'acs-TSonTaskRecord', 'text', 'TaskRequestType', '13', 'TaskRequestType', '子任务询问类型', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('426', 'acs-TSonTaskRecord', 'text', 'DialDirection', '14', 'DialDirection', '方向', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('427', 'acs-TSonTaskRecord', 'text', 'AgvDirection', '15', 'AgvDirection', 'AGV方向', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('428', 'acs-TSonTaskRecord', 'text', 'SonTaskState', '16', 'SonTaskState', '子任务状态', '150', null, null, '0', '0', '1', '', '<script> {{# return GetLabel(\'SonTaskState\', \'DictValue\', \'DictLabel\', d.SonTaskState) }} </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('429', 'acs-TSonTaskRecord', 'text', 'StrBeginTime', '17', 'StrBeginTime', '开始时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('430', 'acs-TSonTaskRecord', 'text', 'StrEndTime', '18', 'StrEndTime', '结束时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('431', 'acs-TTask', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('432', 'acs-TTask', 'text', 'StrTaskNo', '4', 'StrTaskNo', '任务编号', '150', null, null, '0', '0', '1', '#ShowTSonTask', '#ShowTSonTask', 'TSonTask', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('433', 'acs-TTask', 'text', 'StrTaskID', '5', 'StrTaskID', '任务ID', '100', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('434', 'acs-TTask', 'text', 'StrTaskGroup', '6', 'StrTaskGroup', 'AGV类型', '100', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('435', 'acs-TTask', 'text', 'IntTaskLevel', '7', 'IntTaskLevel', '等级', '80', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('436', 'acs-TTask', 'text', 'StrTaskBarcode', '8', 'StrTaskBarcode', '托盘号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('437', 'acs-TTask', 'text', 'StrInitial', '9', 'StrInitial', '起始', '100', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('438', 'acs-TTask', 'text', 'StrTarget', '10', 'StrTarget', '目标', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('439', 'acs-TTask', 'text', 'StartPoint', '11', 'StartPoint', '起点', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('440', 'acs-TTask', 'text', 'EndPoint', '12', 'EndPoint', '终点', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('441', 'acs-TTask', 'text', 'StrAcceptTime', '13', 'StrAcceptTime', '任务接收时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('442', 'acs-TTask', 'switch', 'IsTaskSubmit', '14', 'IsTaskSubmit', '任务提交', '100', null, null, '0', '0', '1', '<script>{{# return GetLabel(\'IsTaskSubmit\', \'DictValue\', \'DictLabel\', d.IsTaskSubmit) }}<\\script>', '<script>{{# return GetLabel(\'IsTaskSubmit\', \'DictValue\', \'DictLabel\', d.IsTaskSubmit) }}<\\script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('443', 'acs-TTask', 'text', 'StrTaskAgv', '15', 'StrTaskAgv', '任务AGV', '100', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('444', 'acs-TTask', 'text', 'StrBeginTime', '16', 'StrBeginTime', '任务开始时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('445', 'acs-TTask', 'text', 'StrEndTime', '17', 'StrEndTime', '任务结束时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('446', 'acs-TTask', 'text', 'TaskErrMsg', '18', 'TaskErrMsg', '错误信息', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('447', 'acs-TTask', 'text', 'StrTaskState', '19', 'StrTaskState', '任务状态', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('448', 'acs-TTask', 'text', 'Direction', '20', 'Direction', '方向', '80', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('449', 'acs-TTask', 'text', 'AgvErrorCode', '21', 'AgvErrorCode', '错误代码', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('450', 'acs-TTaskRecord', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('451', 'acs-TTaskRecord', 'text', 'StrTaskNo', '4', 'StrTaskNo', '任务编号', '150', null, null, '0', '0', '1', '#ShowTSonTaskRecord', '#ShowTSonTaskRecord', 'TSonTaskRecord', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('452', 'acs-TTaskRecord', 'text', 'StrTaskID', '5', 'StrTaskID', '任务ID', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('453', 'acs-TTaskRecord', 'text', 'StrTaskGroup', '6', 'StrTaskGroup', 'AGV类型', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('454', 'acs-TTaskRecord', 'text', 'IntTaskLevel', '7', 'IntTaskLevel', '等级', '80', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('455', 'acs-TTaskRecord', 'text', 'StrTaskBarcode', '8', 'StrTaskBarcode', '托盘号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('456', 'acs-TTaskRecord', 'text', 'StrInitial', '9', 'StrInitial', '起始', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('457', 'acs-TTaskRecord', 'text', 'StrTarget', '10', 'StrTarget', '目标', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('458', 'acs-TTaskRecord', 'text', 'StartPoint', '11', 'StartPoint', '起点', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('459', 'acs-TTaskRecord', 'text', 'EndPoint', '12', 'EndPoint', '终点', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('460', 'acs-TTaskRecord', 'text', 'StrAcceptTime', '13', 'StrAcceptTime', '任务接收时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('461', 'acs-TTaskRecord', 'switch', 'IsTaskSubmit', '14', 'IsTaskSubmit', '任务提交', '100', null, null, '0', '0', '1', '<script>{{# return GetLabel(\'IsTaskSubmit\', \'DictValue\', \'DictLabel\', d.IsTaskSubmit) }}<\\script>', '<script>{{# return GetLabel(\'IsTaskSubmit\', \'DictValue\', \'DictLabel\', d.IsTaskSubmit) }}<\\script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('462', 'acs-TTaskRecord', 'text', 'StrTaskAgv', '15', 'StrTaskAgv', '任务AGV', '100', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('463', 'acs-TTaskRecord', 'text', 'StrBeginTime', '16', 'StrBeginTime', '任务开始时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('464', 'acs-TTaskRecord', 'text', 'StrEndTime', '17', 'StrEndTime', '任务结束时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('465', 'acs-TTaskRecord', 'text', 'TaskErrMsg', '18', 'TaskErrMsg', '错误信息', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('466', 'acs-TTaskRecord', 'text', 'StrTaskState', '19', 'StrTaskState', '任务状态', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('467', 'acs-TTaskRecord', 'text', 'Direction', '20', 'Direction', '方向', '80', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('468', 'acs-TTaskRecord', 'text', 'AgvErrorCode', '21', 'AgvErrorCode', '错误代码', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('469', 'acs-TBaseAgvState', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('470', 'acs-TBaseAgvState', 'text', 'AgvNo', '4', 'AgvNo', 'AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('471', 'acs-TBaseAgvState', 'text', 'AgvState', '5', 'AgvState', 'AGV状态', '150', null, null, '0', '0', '1', '<script> {{# if(d.AgvState == 10) { }} Auto No Barcode {{# } else if(d.AgvState == 11) { }} Auto No Task {{# } else if(d.AgvState == 12) { }} Auto NotRead Barcode {{# } else if(d.AgvState == 13) { }} Busy {{# } else if(d.AgvState == 14) { }} Charging {{# } else if(d.AgvState == 15) { }} Offline {{# } else if(d.AgvState == 20) { }} Handel No Barcode {{# } else if(d.AgvState == 21) { }} Handel Has Barcode {{# } else { }} {{ d.AgvState }} {{# }}}({{= d.AgvState }}) </script>', '<script> {{# if(d.AgvState == 10) { }} 自动无码 {{# } else if(d.AgvState == 11) { }} 自动空闲 {{# } else if(d.AgvState == 12) { }} 自动歪码 {{# } else if(d.AgvState == 13) { }} 忙碌 {{# } else if(d.AgvState == 14) { }} 充电中 {{# } else if(d.AgvState == 15) { }} 离线 {{# } else if(d.AgvState == 20) { }} 手动无码 {{# } else if(d.AgvState == 21) { }} 手动有码 {{# } else { }} {{ d.AgvState }} {{# }}}({{= d.AgvState }}) </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('472', 'acs-TBaseAgvState', 'text', 'StartTime', '6', 'StartTime', '开始时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('473', 'acs-TBaseAgvState', 'text', 'EndTime', '7', 'EndTime', '结束时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('474', 'acs-TBaseAgv', 'text', 'ErrorTime', '17', 'ErrorTime', '错误时间', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('475', 'acs-TBasePathPoint', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('476', 'acs-TBasePathPoint', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('477', 'acs-TBasePathPoint', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('478', 'acs-TBasePathPoint', 'text', 'AreaType', '4', 'AreaType', '区域', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('479', 'acs-TBasePathPoint', 'text', 'IntSonTaskNo', '5', 'IntSonTaskNo', '子任务编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('480', 'acs-TBasePathPoint', 'text', 'StrBarcode', '6', 'StrBarcode', 'RFID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('481', 'acs-TBasePathPoint', 'text', 'IntSerialNo', '7', 'IntSerialNo', '顺序号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('482', 'acs-TBasePathPoint', 'text', 'PathDirection', '8', 'PathDirection', '方向', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('483', 'acs-TBasePathPoint', 'text', 'PathPointType', '9', 'PathPointType', '点类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('484', 'acs-TBasePathPoint', 'switch', 'IsCorner', '10', 'IsCorner', '是否拐点', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsCorner) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsCorner) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('485', 'acs-TBaseChargingPile', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('486', 'acs-TBaseChargingPile', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('487', 'acs-TBaseChargingPile', 'text', 'Id', '3', 'ID', '编号', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('488', 'acs-TBaseChargingPile', 'text', 'StationType', '4', 'StationType', '站台类型', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:05:13', 'System');
INSERT INTO `sys_i18n_table` VALUES ('489', 'acs-TBaseChargingPile', 'text', 'StationArea', '5', 'StationArea', '地图', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:07:18', 'System');
INSERT INTO `sys_i18n_table` VALUES ('490', 'acs-TBaseChargingPile', 'text', 'StationGroup', '6', 'StationGroup', '站台群组', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:05:45', 'System');
INSERT INTO `sys_i18n_table` VALUES ('491', 'acs-TBaseChargingPile', 'text', 'StationOri', '7', 'StationOri', '方向', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:06:43', 'System');
INSERT INTO `sys_i18n_table` VALUES ('492', 'acs-TBaseChargingPile', 'text', 'StationLength', '8', 'StationLength', '距离', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:06:48', 'System');
INSERT INTO `sys_i18n_table` VALUES ('493', 'acs-TBaseChargingPile', 'switch', 'IsEnable', '9', 'IsEnable', '是否启用', '150', null, null, '0', '0', '1', '#IsEnableUs', '#IsEnableCn', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:09:53', 'System');
INSERT INTO `sys_i18n_table` VALUES ('494', 'acs-TBaseChargingPile', 'switch', 'IsLocked', '10', 'IsLocked', '是否锁定', '150', null, null, '0', '0', '1', '#IsLockedUs', '#IsLockedCn', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:16:20', 'System');
INSERT INTO `sys_i18n_table` VALUES ('495', 'acs-TBaseChargingPile', 'text', 'StrBarcode', '11', 'StrBarcode', '站台码值', '150', null, null, '0', '0', '1', null, null, null, '1', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:12:17', 'System');
INSERT INTO `sys_i18n_table` VALUES ('496', 'acs-TBaseChargingPile', 'text', 'StrPreBarcode', '12', 'StrPreBarcode', '站台附属点', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:05:58', 'System');
INSERT INTO `sys_i18n_table` VALUES ('497', 'acs-TBaseChargingPile', 'text', 'StrStationNo', '4', 'StrStationNo', '站台名称', '150', null, null, '0', '0', '1', null, null, null, '1', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:05:36', 'System');
INSERT INTO `sys_i18n_table` VALUES ('498', 'base-SysDept', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('499', 'base-SysDept', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('500', 'base-SysDept', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('502', 'base-SysDept', 'text', 'Name', '4', 'Name', '部门名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('509', 'base-SysDept', 'text', 'SortNo', '7', 'SortNo', '排序号', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('510', 'base-SysDept', 'text', 'ParentId', '15', 'ParentId', '父级Id', '150', null, null, '1', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('511', 'base-SysDept', 'text', 'CreateTime', '16', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('512', 'base-SysDept', 'text', 'CreateBy', '17', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('513', 'base-SysDept', 'text', 'UpdateTime', '18', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('514', 'base-SysDept', 'text', 'UpdateBy', '19', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('515', 'base-SysDept', 'text', 'CascadeId', '5', 'CascadeId', '层级ID', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:43:27', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('516', 'base-SysDept', 'text', 'ParentName', '8', 'ParentName', '父节点名称', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:43:27', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('519', 'base-SysDept', 'text', 'IconName', '12', 'IconName', '图标', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:43:27', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('521', 'base-SysModule', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:51', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('522', 'base-SysModule', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:51', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('523', 'base-SysModule', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('524', 'base-SysModule', 'text', 'CascadeId', '4', 'CascadeId', '分支Id', '150', null, null, '1', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('525', 'base-SysModule', 'text', 'Name', '5', 'Name', '模块名称', '120', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('526', 'base-SysModule', 'text', 'NameUs', '6', 'Nameus', '英文名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('527', 'base-SysModule', 'text', 'Url', '7', 'Url', 'URL地址', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('528', 'base-SysModule', 'text', 'IconName', '8', 'IconName', '图标', '70', null, null, '0', '0', '0', '#iconTpl', '#iconTpl', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('530', 'base-SysModule', 'text', 'ParentName', '13', 'ParentName', '所属模块', '120', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('531', 'base-SysModule', 'text', 'SortNo', '11', 'SortNo', '排序号', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('532', 'base-SysModule', 'text', 'ParentId', '12', 'ParentId', '父级Id', '150', null, null, '1', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('533', 'base-SysModule', 'text', 'Code', '14', 'Code', '模块标识', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('534', 'base-SysModule', 'switch', 'IsShow', '10', 'IsShow', '显示', '80', null, null, '0', '0', '1', '<script> {{# if(d.IsShow) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsShow) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('535', 'base-SysModule', 'text', 'CreateTime', '15', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('536', 'base-SysModule', 'text', 'CreateBy', '16', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('537', 'base-SysModule', 'text', 'UpdateTime', '17', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('538', 'base-SysModule', 'text', 'UpdateBy', '18', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('539', 'base-SysModuleElement', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('540', 'base-SysModuleElement', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('541', 'base-SysModuleElement', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('542', 'base-SysModuleElement', 'text', 'DomId', '4', 'DomId', '元素Id', '130', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('543', 'base-SysModuleElement', 'text', 'Name', '5', 'Name', '菜单名称', '100', null, null, '0', '0', '0', '#menuTpl', '#menuTpl', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('544', 'base-SysModuleElement', 'text', 'Nameus', '6', 'Nameus', '菜单英文', '100', null, null, '0', '0', '0', '#menuTplUs', '#menuTplUs', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('545', 'base-SysModuleElement', 'text', 'Script', '7', 'Script', '脚本', '150', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('546', 'base-SysModuleElement', 'text', 'Icon', '8', 'Icon', '图标', '150', null, null, '1', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('547', 'base-SysModuleElement', 'text', 'Class', '9', 'Class', '样式', '150', null, null, '1', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('548', 'base-SysModuleElement', 'text', 'Remark', '10', 'Remark', '中文备注', '120', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('549', 'base-SysModuleElement', 'text', 'Remarkus', '11', 'Remarkus', '英文备注', '120', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('550', 'base-SysModuleElement', 'text', 'Sort', '12', 'Sort', '排序', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('551', 'base-SysModuleElement', 'text', 'ModuleId', '13', 'ModuleId', '模组Id', '150', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('552', 'base-SysModuleElement', 'text', 'AreaMenus', '14', 'AreaMenus', '区域', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('553', 'base-SysModuleElement', 'text', 'CreateTime', '15', 'CreateTime', '创建时间', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('554', 'base-SysModuleElement', 'text', 'CreateBy', '16', 'CreateBy', '创建用户', '100', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('555', 'base-SysModuleElement', 'text', 'UpdateTime', '17', 'UpdateTime', '更新时间', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('556', 'base-SysModuleElement', 'text', 'UpdateBy', '18', 'UpdateBy', '更新用户', '100', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('557', 'base-SysModule', 'toolbar', 'ToolBar1', '19', 'Operate', '操作', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', '#barListCn', '#barListUs', '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('562', 'base-SysI18nTable', 'text', 'SwitchtextUs', '26', 'SwitchtextUs', 'switch控件文本英文', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 09:01:10', 'System', '2020-04-30 09:02:53', 'System');
INSERT INTO `sys_i18n_table` VALUES ('563', 'base-SysI18nTable', 'text', 'SwitchvalueUs', '27', 'SwitchvalueUs', 'switch控件默认值英文', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 09:01:10', 'System', '2020-04-30 09:02:59', 'System');
INSERT INTO `sys_i18n_table` VALUES ('564', 'base-SysI18nTable', 'text', 'SwitchtextCn', '29', 'SwitchtextCn', 'switch控件文本中文', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 09:01:10', 'System', '2020-04-30 09:03:07', 'System');
INSERT INTO `sys_i18n_table` VALUES ('565', 'base-SysI18nTable', 'text', 'SwitchvalueCn', '30', 'SwitchvalueCn', 'switch控件默认值中文', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 09:01:10', 'System', '2020-04-30 09:03:16', 'System');
INSERT INTO `sys_i18n_table` VALUES ('566', 'base-SysI18nTable', 'text', 'ToolbarCn', '31', 'ToolbarCn', '工具栏列', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 09:01:10', 'System', '2020-04-30 09:03:59', 'System');
INSERT INTO `sys_i18n_table` VALUES ('567', 'base-SysI18nTable', 'text', 'ToolbarUs', '32', 'ToolbarUs', '英文工具栏', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 09:01:10', 'System', '2020-04-30 09:04:05', 'System');
INSERT INTO `sys_i18n_table` VALUES ('568', 'base-SysUser', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:13', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('569', 'base-SysUser', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:13', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('570', 'base-SysUser', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('571', 'base-SysUser', 'text', 'Account', '4', 'Account', '账号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('572', 'base-SysUser', 'text', 'Password', '5', 'Password', '密码', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('573', 'base-SysUser', 'text', 'Name', '6', 'Name', '英文名', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('574', 'base-SysUser', 'switch', 'Sex', '7', 'Sex', '性别', '80', null, null, '1', '0', '1', '<script> {{# if(d.Sex) { }} male {{# } else { }} female {{# }}} </script>', '<script> {{# if(d.Sex) { }} 男 {{# } else { }} 女 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'male|female', 'female', '男|女', '女', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('575', 'base-SysUser', 'switch', 'Status', '8', 'Status', '启用', '80', null, null, '0', '0', '1', '<script> {{# if(d.Status) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Status) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-22 15:55:14', 'System', '2020-04-30 10:18:36', 'System');
INSERT INTO `sys_i18n_table` VALUES ('576', 'base-SysUser', 'text', 'Expirydate', '9', 'Expirydate', '有效期', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('577', 'base-SysUser', 'switch', 'IsAssignRole', '10', 'IsAssignRole', '是否已分配角色', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsAssignRole) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsAssignRole) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '0', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('578', 'base-SysUser', 'switch', 'IsAssignModule', '11', 'IsAssignModule', '是否已分配模块', '150', null, null, '1', '0', '1', '<script> {{# if(d.IsAssignModule) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsAssignModule) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '0', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('579', 'base-SysUser', 'text', 'CreateTime', '12', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('580', 'base-SysUser', 'text', 'CreateBy', '13', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('581', 'base-SysUser', 'text', 'UpdateTime', '14', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('582', 'base-SysUser', 'text', 'UpdateBy', '15', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('583', 'base-SysRole', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('584', 'base-SysRole', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('585', 'base-SysRole', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('586', 'base-SysRole', 'text', 'Name', '4', 'Name', '角色名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('587', 'base-SysRole', 'switch', 'Status', '6', 'Status', '启用', '150', null, null, '0', '0', '1', '<script> {{# if(d.Status) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Status) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('588', 'base-SysRole', 'switch', 'IsAssignModule', '5', 'IsAssignModule', '是否已分配模块', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsAssignModule) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsAssignModule) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '0', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('589', 'base-SysRole', 'text', 'CreateTime', '7', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('590', 'base-SysRole', 'text', 'CreateBy', '8', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('591', 'base-SysRole', 'text', 'UpdateTime', '9', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('592', 'base-SysRole', 'text', 'UpdateBy', '10', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('599', 'base-SysModuleAssign', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('600', 'base-SysModuleAssign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('601', 'base-SysModuleAssign', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('602', 'base-SysModuleAssign', 'text', 'DomId', '4', 'DomId', '元素Id', '130', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('603', 'base-SysModuleAssign', 'text', 'Name', '5', 'Name', '菜单名称', '100', null, null, '0', '0', '0', '#menuTpl', '#menuTpl', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('604', 'base-SysModuleAssign', 'text', 'Nameus', '6', 'Nameus', '菜单英文', '100', null, null, '0', '0', '0', '#menuTplUs', '#menuTplUs', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('605', 'base-SysModuleAssign', 'text', 'Script', '7', 'Script', '脚本', '150', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('606', 'base-SysModuleAssign', 'text', 'Icon', '8', 'Icon', '图标', '150', null, null, '1', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('607', 'base-SysModuleAssign', 'text', 'Class', '9', 'Class', '样式', '150', null, null, '1', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('608', 'base-SysModuleAssign', 'text', 'Remark', '10', 'Remark', '中文备注', '120', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('609', 'base-SysModuleAssign', 'text', 'Remarkus', '11', 'Remarkus', '英文备注', '120', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('610', 'base-SysModuleAssign', 'text', 'Sort', '12', 'Sort', '排序', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('611', 'base-SysModuleAssign', 'text', 'ModuleId', '13', 'ModuleId', '模组Id', '150', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('612', 'base-SysModuleAssign', 'text', 'AreaMenus', '14', 'AreaMenus', '区域', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('613', 'base-SysModuleAssign', 'text', 'CreateTime', '15', 'CreateTime', '创建时间', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('614', 'base-SysModuleAssign', 'text', 'CreateBy', '16', 'CreateBy', '创建用户', '100', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('615', 'base-SysModuleAssign', 'text', 'UpdateTime', '17', 'UpdateTime', '更新时间', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('616', 'base-SysModuleAssign', 'text', 'UpdateBy', '18', 'UpdateBy', '更新用户', '100', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('617', 'base-SysRoleAssign', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('618', 'base-SysRoleAssign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('619', 'base-SysRoleAssign', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('620', 'base-SysRoleAssign', 'text', 'Name', '4', 'Name', '角色名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('621', 'base-SysRoleAssign', 'switch', 'Status', '6', 'Status', '启用', '150', null, null, '0', '0', '1', '<script> {{# if(d.Status) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Status) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('622', 'base-SysRoleAssign', 'switch', 'IsAssignModule', '5', 'IsAssignModule', '是否已分配模块', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsAssignModule) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsAssignModule) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '0', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('623', 'base-SysRoleAssign', 'text', 'CreateTime', '7', 'CreateTime', '创建时间', '150', null, null, '1', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, 'layui-date', null, null, '2020-04-23 14:33:35', 'System', '2020-04-23 18:10:46', 'System');
INSERT INTO `sys_i18n_table` VALUES ('624', 'base-SysRoleAssign', 'text', 'CreateBy', '8', 'CreateBy', '创建用户', '100', null, null, '1', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-23 14:33:35', 'System', '2020-04-23 18:10:51', 'System');
INSERT INTO `sys_i18n_table` VALUES ('625', 'base-SysRoleAssign', 'text', 'UpdateTime', '9', 'UpdateTime', '更新时间', '150', null, null, '1', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, 'layui-date', null, null, '2020-04-23 14:33:35', 'System', '2020-04-23 18:10:55', 'System');
INSERT INTO `sys_i18n_table` VALUES ('626', 'base-SysRoleAssign', 'text', 'UpdateBy', '10', 'UpdateBy', '更新用户', '100', null, null, '1', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-23 14:33:35', 'System', '2020-04-23 18:10:59', 'System');
INSERT INTO `sys_i18n_table` VALUES ('627', 'job-SysJob', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('628', 'job-SysJob', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('629', 'job-SysJob', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('630', 'job-SysJob', 'text', 'JobName', '4', 'JobName', '任务名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('631', 'job-SysJob', 'text', 'JobGroup', '5', 'JobGroup', '任务组名', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('632', 'job-SysJob', 'select', 'MethodName', '6', 'MethodName', '任务方法', '150', null, null, '0', '0', '1', '<script> {{# return GetLabel(\'MethodName\', \'DictValue\', \'DictLabel\', d.MethodName) }} </script>', '<script> {{# return GetLabel(\'MethodName\', \'DictValue\', \'DictLabel\', d.MethodName) }} </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('633', 'job-SysJob', 'text', 'MethodParams', '7', 'MethodParams', '参数', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('634', 'job-SysJob', 'text', 'CronExpression', '8', 'CronExpression', 'cron表达式', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('635', 'job-SysJob', 'text', 'LastFireTime', '9', 'LastFireTime', '触发时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('636', 'job-SysJob', 'text', 'NextFireTime', '10', 'NextFireTime', '下次触发', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('637', 'job-SysJob', 'text', 'MisfirePolicy', '11', 'MisfirePolicy', '错误策略', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('638', 'job-SysJob', 'text', 'Status', '12', 'Status', '停用', '150', null, null, '0', '0', '1', '<script> {{# return GetLabel(\'Status\', \'DictValue\', \'DictLabel\', d.Status) }} </script>', '<script> {{# return GetLabel(\'Status\', \'DictValue\', \'DictLabel\', d.Status) }} </script>', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('639', 'job-SysJob', 'text', 'Remark', '13', 'Remark', '备注信息', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('640', 'job-SysJob', 'text', 'CreateTime', '14', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('641', 'job-SysJob', 'text', 'CreateBy', '15', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('642', 'job-SysJob', 'text', 'UpdateTime', '16', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('643', 'job-SysJob', 'text', 'UpdateBy', '17', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('644', 'log-SysInterfaceLog', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('645', 'log-SysInterfaceLog', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('646', 'log-SysInterfaceLog', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('647', 'log-SysInterfaceLog', 'text', 'Type', '4', 'Type', '类型:接收/发送', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('648', 'log-SysInterfaceLog', 'text', 'System', '5', 'System', '系统', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('649', 'log-SysInterfaceLog', 'text', 'Method', '6', 'Method', '方法', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('650', 'log-SysInterfaceLog', 'text', 'Server', '7', 'Server', '服务器', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('651', 'log-SysInterfaceLog', 'text', 'Path', '8', 'Path', '路径', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('652', 'log-SysInterfaceLog', 'select', 'ActionName', '9', 'ActionName', '调用方法', '150', null, null, '0', '0', '1', '<script> {{# return GetLabel(\'ActionName\', \'DictValue\', \'DictLabel\', d.ActionName) }} </script>', '<script> {{# return GetLabel(\'ActionName\', \'DictValue\', \'DictLabel\', d.ActionName) }} </script>', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('653', 'log-SysInterfaceLog', 'text', 'QueryString', '10', 'QueryString', '查询字符串', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('654', 'log-SysInterfaceLog', 'select', 'ApiGroup', '11', 'ApiGroup', 'Api控制器', '150', null, null, '0', '0', '1', '<script> {{# return GetLabel(\'ApiGroup\', \'DictValue\', \'DictLabel\', d.ApiGroup) }} </script>', '<script> {{# return GetLabel(\'ApiGroup\', \'DictValue\', \'DictLabel\', d.ApiGroup) }} </script>', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('655', 'log-SysInterfaceLog', 'text', 'Request', '12', 'Request', '请求', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('656', 'log-SysInterfaceLog', 'text', 'Response', '13', 'Response', '响应', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('657', 'log-SysInterfaceLog', 'text', 'TotalMilliseconds', '14', 'TotalMilliseconds', '耗时(毫秒)', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumDecText', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('658', 'log-SysInterfaceLog', 'text', 'LogTime', '15', 'LogTime', '日志时间', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('659', 'log-SysInterfaceLog', 'text', 'Name', '16', 'Name', '用户名', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('660', 'log-SysInterfaceLog', 'text', 'Ip', '17', 'Ip', 'Ip地址', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('661', 'log-SysInterfaceLog', 'text', 'Browser', '18', 'Browser', '浏览器', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('662', 'log-SysInterfaceLog', 'select', 'Result', '19', 'Result', '结果', '150', null, null, '0', '0', '1', '<script> {{# return GetLabel(\'Result\', \'DictValue\', \'DictLabel\', d.Result) }} </script>', '<script> {{# return GetLabel(\'Result\', \'DictValue\', \'DictLabel\', d.Result) }} </script>', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('663', 'log-SysInterfaceLog', 'text', 'Flag', '20', 'Flag', '重发标识', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('664', 'log-SysInterfaceLog', 'text', 'CreateTime', '21', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('665', 'log-SysInterfaceLog', 'text', 'CreateBy', '22', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('666', 'log-SysInterfaceLog', 'text', 'UpdateTime', '23', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('667', 'log-SysInterfaceLog', 'text', 'UpdateBy', '24', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('668', 'log-SysJobLog', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('669', 'log-SysJobLog', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('670', 'log-SysJobLog', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('671', 'log-SysJobLog', 'text', 'JobName', '4', 'JobName', '任务名称', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('672', 'log-SysJobLog', 'text', 'JobGroup', '5', 'JobGroup', '任务组名', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('673', 'log-SysJobLog', 'text', 'MethodName', '6', 'MethodName', '任务方法', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('674', 'log-SysJobLog', 'text', 'MethodParams', '7', 'MethodParams', '参数', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('675', 'log-SysJobLog', 'text', 'JobMessage', '8', 'JobMessage', '日志信息', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('676', 'log-SysJobLog', 'text', 'ExceptionInfo', '9', 'ExceptionInfo', '异常信息', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('677', 'log-SysJobLog', 'text', 'CreateTime', '10', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('678', 'log-SysJobLog', 'text', 'CreateBy', '11', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('679', 'log-SysJobLog', 'text', 'UpdateTime', '12', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('680', 'log-SysJobLog', 'text', 'UpdateBy', '13', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('681', 'log-SysLoginLog', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('682', 'log-SysLoginLog', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('683', 'log-SysLoginLog', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('684', 'log-SysLoginLog', 'text', 'Token', '4', 'Token', '用户会话id', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('685', 'log-SysLoginLog', 'text', 'Account', '5', 'Account', '登录账号', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('686', 'log-SysLoginLog', 'text', 'Name', '6', 'Name', '用户名', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('687', 'log-SysLoginLog', 'text', 'Ipaddr', '7', 'Ipaddr', '登录IP地址', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('688', 'log-SysLoginLog', 'text', 'Browser', '8', 'Browser', '浏览器', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('689', 'log-SysLoginLog', 'text', 'LoginTime', '9', 'LoginTime', '登录时间', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('690', 'log-SysLoginLog', 'text', 'CreateTime', '10', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('691', 'log-SysLoginLog', 'text', 'CreateBy', '11', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('692', 'log-SysLoginLog', 'text', 'UpdateTime', '12', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('693', 'log-SysLoginLog', 'text', 'UpdateBy', '13', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('694', 'log-SysOperLog', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('695', 'log-SysOperLog', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('696', 'log-SysOperLog', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('697', 'log-SysOperLog', 'text', 'Url', '4', 'Url', '地址', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('698', 'log-SysOperLog', 'text', 'OperType', '5', 'OperType', 'OperType', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('699', 'log-SysOperLog', 'text', 'Method', '6', 'Method', '方法', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('700', 'log-SysOperLog', 'text', 'Request', '7', 'Request', '请求', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('701', 'log-SysOperLog', 'text', 'Parameter', '8', 'Parameter', '参数', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('702', 'log-SysOperLog', 'text', 'Response', '9', 'Response', '响应', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('703', 'log-SysOperLog', 'text', 'TotalMilliseconds', '10', 'TotalMilliseconds', '耗时(毫秒)', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumDecText', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('704', 'log-SysOperLog', 'text', 'LogTime', '11', 'LogTime', '日志时间', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('705', 'log-SysOperLog', 'text', 'Name', '12', 'Name', '用户名', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('706', 'log-SysOperLog', 'text', 'Ip', '13', 'Ip', 'Ip', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('707', 'log-SysOperLog', 'text', 'CreateTime', '14', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('708', 'log-SysOperLog', 'text', 'CreateBy', '15', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('709', 'log-SysOperLog', 'text', 'UpdateTime', '16', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('710', 'log-SysOperLog', 'text', 'UpdateBy', '17', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('711', 'log-SysUserOnline', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('712', 'log-SysUserOnline', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('713', 'log-SysUserOnline', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('714', 'log-SysUserOnline', 'text', 'Token', '4', 'Token', '用户会话id', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('715', 'log-SysUserOnline', 'text', 'Account', '5', 'Account', '登录账号', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('716', 'log-SysUserOnline', 'text', 'Name', '6', 'Name', '部门名称', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('717', 'log-SysUserOnline', 'text', 'Ipaddr', '7', 'Ipaddr', '登录IP地址', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('718', 'log-SysUserOnline', 'text', 'Browser', '8', 'Browser', '浏览器', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('719', 'log-SysUserOnline', 'text', 'LoginTime', '9', 'LoginTime', '登录时间', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('720', 'log-SysUserOnline', 'text', 'LastAccessTime', '10', 'LastAccessTime', '最后访问', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('721', 'log-SysUserOnline', 'text', 'CreateTime', '11', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('722', 'log-SysUserOnline', 'text', 'CreateBy', '12', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('723', 'log-SysUserOnline', 'text', 'UpdateTime', '13', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('724', 'log-SysUserOnline', 'text', 'UpdateBy', '14', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('725', 'report-ReportDesign', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('726', 'report-ReportDesign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('727', 'report-ReportDesign', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('728', 'report-ReportDesign', 'text', 'Name', '4', 'Name', '名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('729', 'report-ReportDesign', 'textarea', 'Sql', '6', 'Sql', 'sql', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('730', 'report-ReportDesign', 'text', 'Params', '7', 'Params', '参数', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('731', 'report-ReportDesign', 'text', 'Remark', '5', 'Remark', '备注', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('732', 'report-ReportDesign', 'text', 'CreateTime', '8', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('733', 'report-ReportDesign', 'text', 'CreateBy', '9', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('734', 'report-ReportDesign', 'text', 'UpdateTime', '10', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('735', 'report-ReportDesign', 'text', 'UpdateBy', '11', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('736', 'map-MapDesign', 'checkbox', '', '1', '', '', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('737', 'map-MapDesign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('738', 'map-MapDesign', 'text', 'RegionId', '3', 'Path Id', '路段Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('739', 'map-MapDesign', 'text', 'RegionName', '4', 'Path Name', '路段名称', '110', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('740', 'map-MapDesign', 'text', 'RegionPoint1', '5', 'Point1', '点位1', '85', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('741', 'map-MapDesign', 'text', 'RegionPoint2', '6', 'Point2', '点位2', '85', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('742', 'map-MapDesign', 'text', 'RegionPoint3', '7', 'Point3', '避让点', '85', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('743', 'map-MapDesign', 'text', 'RegionPoint1_Id', '8', 'Point1 Id', '点位1Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('744', 'map-MapDesign', 'text', 'RegionPoint2_Id', '9', 'Point2 Id', '点位2Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('745', 'map-MapDesign', 'text', 'RegionPoint3_Id', '10', 'Point3 Id', '避让点Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('746', 'map-MapPreview', 'checkbox', '', '1', '', '', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('747', 'map-MapPreview', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('748', 'map-MapPreview', 'text', 'RegionId', '3', 'Path Id', '路段Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('749', 'map-MapPreview', 'text', 'RegionName', '4', 'Path Name', '路段名称', '110', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('750', 'map-MapPreview', 'text', 'RegionPoint1', '5', 'Point1', '点位1', '85', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('751', 'map-MapPreview', 'text', 'RegionPoint2', '6', 'Point2', '点位2', '85', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('752', 'map-MapPreview', 'text', 'RegionPoint3', '7', 'Point3', '避让点', '85', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('753', 'map-MapPreview', 'text', 'RegionPoint1_Id', '8', 'Point1 Id', '点位1Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('754', 'map-MapPreview', 'text', 'RegionPoint2_Id', '9', 'Point2 Id', '点位2Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('755', 'map-MapPreview', 'text', 'RegionPoint3_Id', '10', 'Point3 Id', '避让点Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('756', 'task-TaskDesign', 'checkbox', '', '1', '', '', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('757', 'task-TaskDesign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('758', 'task-TaskDesign', 'text', 'Id', '3', 'Id', 'Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('759', 'task-TaskDesign', 'text', 'RFID', '4', 'RFID', 'RFID', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('760', 'task-TaskDesign', 'text', 'Name', '5', 'Point1', '名称', '110', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('761', 'task-TaskDesign', 'text', 'XY', '6', 'Location', '坐标', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('762', 'task-TaskDesign', 'text', 'Action', '7', 'Action', '动作', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('763', 'task-TaskDesign', 'text', 'Sec', '8', 'Wait', '延时', '50', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('764', 'task-TaskDesign', 'text', 'Map', '9', 'Map', '地图', '90', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('776', 'monitor-LoadAgvInfo', 'numbers', '', '1', 'No.', '项次', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('777', 'monitor-LoadAgvInfo', 'text', 'StrAgvNo', '2', 'Agv No', 'AGV编号', '90', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('778', 'monitor-LoadAgvInfo', 'text', 'AgvState', '3', 'State', '状态', '80', null, null, '0', '0', '0', '<script> {{# if(d.AgvState !== \"\") { }} Error {{# } else if(d.AgvState == 10) { }} Auto No Task {{# } else if(d.AgvState == 11) { }} Auto No Task {{# } else if(d.AgvState == 12) { }} Auto NotRead Barcode {{# } else if(d.AgvState == 13) { }} Busy {{# } else if(d.AgvState == 14) { }} Charging {{# } else if(d.AgvState == 15) { }} Offline {{# } else if(d.AgvState == 20) { }} Handel No Barcode {{# } else if(d.AgvState == 21) { }} Handel Has Barcode {{# } else { }} {{ d.AgvState }} {{# }}} </script>', '<script> {{# if(d.StrAgvError !== \"\") { }} 故障 {{# } else if(d.AgvState == 10) { }} 自动无码 {{# } else if(d.AgvState == 11) { }} 空闲 {{# } else if(d.AgvState == 12) { }} 自动歪码 {{# } else if(d.AgvState == 13) { }} 忙碌 {{# } else if(d.AgvState == 14) { }} 充电 {{# } else if(d.AgvState == 15) { }} 离线 {{# } else if(d.AgvState == 20) { }} 手动无码 {{# } else if(d.AgvState == 21) { }} 手动有码 {{# } else { }} {{ d.AgvState }} {{# }}} </script>', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('779', 'monitor-LoadAgvInfo', 'text', 'Location', '4', 'Location', '位置', '110', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('780', 'monitor-LoadAgvInfo', 'text', 'CurrentCharge', '5', 'Charge', '电量', '80', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('781', 'monitor-LoadAgvInfo', 'text', 'StrAgvError', '6', 'Error', '告警', '80', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('782', 'monitor-LoadAgvInfo', 'text', 'ErrorTime', '7', 'Error Time', '告警开始时间', '150', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('783', 'monitor-LoadAgvInfo', 'text', 'AlertTimes', '8', 'Alert Times', '告警时长', '90', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('784', 'monitor-LoadAgvInfo', 'text', 'AgvHeart', '9', 'Heart', '心跳', '150', null, null, '0', '0', '0', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-04-17 10:53:36', 'System', '2020-04-30 16:01:02', 'System');
INSERT INTO `sys_i18n_table` VALUES ('785', 'monitor-LoadAgvInfo', 'text', 'Ip', '10', 'Ip', 'IP', '100', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('786', 'monitor-LoadTaskInfo', 'numbers', '', '1', 'No.', '项次', null, null, null, null, null, '0', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('787', 'monitor-LoadTaskInfo', 'text', 'StrTaskNo', '2', 'Task No', '订单号', '130', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('788', 'monitor-LoadTaskInfo', 'text', 'StrTaskID', '3', 'Task ID', '任务ID', '100', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('789', 'monitor-LoadTaskInfo', 'text', 'IsTaskSubmit', '4', 'State', '状态', '100', null, null, '0', '0', '0', '<script> {{# if(d.IsTaskSubmit) { }} Excuting {{# } else { }} Waiting {{# }}} </script>', '<script> {{# if(d.IsTaskSubmit) { }} 执行中 {{# } else { }} 待分配 {{# }}} </script>', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('790', 'monitor-LoadTaskInfo', 'text', 'StrTaskAgv', '5', 'Agv No', 'AGV编号', '100', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('791', 'monitor-LoadTaskInfo', 'text', 'StrTaskBarcode', '6', 'Task Name', '任务名称', '150', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('792', 'monitor-LoadTaskInfo', 'text', 'IntTaskLevel', '7', 'Task Level', '任务等级', '100', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('793', 'monitor-LoadTaskInfo', 'text', 'StrAcceptTime', '8', 'Send Times', '派发时间', '150', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('794', 'monitor-LoadTaskInfo', 'text', 'StrBeginTime', '9', 'Start Time', '任务开始时间', '150', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('795', 'monitor-LoadChargingPileInfo', 'numbers', '', '1', 'No.', '项次', null, null, null, null, null, '0', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('796', 'monitor-LoadChargingPileInfo', 'text', 'StrStationNo', '2', 'Charging Pile No', '充电桩编号', '160', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('797', 'monitor-LoadChargingPileInfo', 'text', 'IsEnable', '3', 'State', '状态', null, null, null, '0', '0', '0', '<script> {{# if(d.IsEnable) { }} Enabled {{# } else { }} Disable{{# }}} </script>', '<script> {{# if(d.IsEnable) { }} 启用 {{# } else { }} 屏蔽{{# }}} </script>', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('799', 'task-TTaskAssign-Close', 'text', 'StrTaskAgv', '15', 'Agv No', '分配AGV', '130', null, null, '0', '0', '0', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, null, 'System', '2020-04-30 15:21:41', 'System');
INSERT INTO `sys_i18n_table` VALUES ('800', 'task-TTaskAssign-Close', 'text', 'StrTaskState', '16', 'Task State', '任务状态', '130', null, null, '0', '0', '0', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, null, 'System', '2020-04-30 15:21:47', 'System');
INSERT INTO `sys_i18n_table` VALUES ('801', 'task-TTaskAssign-Close', 'text', 'AgvErrorCode', '17', 'Error Code', '故障代码', '130', null, null, '0', '0', '0', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, null, 'System', '2020-04-30 15:21:53', 'System');
INSERT INTO `sys_i18n_table` VALUES ('802', 'task-TTaskAssign-Close', 'text', 'TaskErrMsg', '18', 'Error Message', '故障信息', '130', null, null, '0', '0', '0', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, null, 'System', '2020-04-30 15:21:59', 'System');
INSERT INTO `sys_i18n_table` VALUES ('803', 'acs-TBaseHoister', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('804', 'acs-TBaseHoister', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('805', 'acs-TBaseHoister', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('806', 'acs-TBaseHoister', 'text', 'EquipNo', '4', 'EquipNo', '设备编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('807', 'acs-TBaseHoister', 'text', 'EquipTarget', '5', 'EquipTarget', '设备目标节点', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:16:51', 'System');
INSERT INTO `sys_i18n_table` VALUES ('808', 'acs-TBaseHoister', 'text', 'EquipState', '6', 'EquipState', '设备状态', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:16:56', 'System');
INSERT INTO `sys_i18n_table` VALUES ('809', 'acs-TBaseHoister', 'text', 'EquipError', '7', 'EquipError', '设备错误信息', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:04', 'System');
INSERT INTO `sys_i18n_table` VALUES ('810', 'acs-TBaseHoister', 'text', 'ReadEquipHeart', '8', 'ReadEquipHeart', '设备心跳', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:11', 'System');
INSERT INTO `sys_i18n_table` VALUES ('811', 'acs-TBaseHoister', 'switch', 'ReadIsEquipGet', '9', 'ReadIsEquipGet', '设备是否可取', '150', null, null, '0', '0', '1', '<script> {{# if(d.ReadIsEquipGet) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.ReadIsEquipGet) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:17', 'System');
INSERT INTO `sys_i18n_table` VALUES ('812', 'acs-TBaseHoister', 'switch', 'ReadIsEquipPuted', '10', 'ReadIsEquipPuted', '设备放货完成', '150', null, null, '1', '0', '1', '<script> {{# if(d.ReadIsEquipPuted) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.ReadIsEquipPuted) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:22', 'System');
INSERT INTO `sys_i18n_table` VALUES ('813', 'acs-TBaseHoister', 'switch', 'ReadIsAgvGetConfirm', '11', 'ReadIsAgvGetConfirm', 'AGV取货完成离开确认', '150', null, null, '1', '0', '1', '<script> {{# if(d.ReadIsAgvGetConfirm) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.ReadIsAgvGetConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:26', 'System');
INSERT INTO `sys_i18n_table` VALUES ('814', 'acs-TBaseHoister', 'switch', 'ReadIsEquipPut', '12', 'ReadIsEquipPut', '设备是否可放', '150', null, null, '0', '0', '1', '<script> {{# if(d.ReadIsEquipPut) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.ReadIsEquipPut) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:33', 'System');
INSERT INTO `sys_i18n_table` VALUES ('815', 'acs-TBaseHoister', 'switch', 'ReadIsEquipGeted', '13', 'ReadIsEquipGeted', '设备取货完成', '150', null, null, '1', '0', '1', '<script> {{# if(d.ReadIsEquipGeted) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.ReadIsEquipGeted) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:39', 'System');
INSERT INTO `sys_i18n_table` VALUES ('816', 'acs-TBaseHoister', 'switch', 'ReadIsAgvPutConfirm', '14', 'ReadIsAgvPutConfirm', 'AGV放货完成离开确认', '150', null, null, '1', '0', '1', '<script> {{# if(d.ReadIsAgvPutConfirm) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.ReadIsAgvPutConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:45', 'System');
INSERT INTO `sys_i18n_table` VALUES ('817', 'acs-TBaseHoister', 'text', 'WriteAgvHeart', '15', 'WriteAgvHeart', 'AGV心跳', '150', null, null, '1', '0', '1', '', null, null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:49', 'System');
INSERT INTO `sys_i18n_table` VALUES ('818', 'acs-TBaseHoister', 'switch', 'WriteIsAgvGeting', '16', 'WriteIsAgvGeting', 'AGV取货中', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsAgvGeting) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsAgvGeting) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('819', 'acs-TBaseHoister', 'switch', 'WriteIsAgvGet', '17', 'WriteIsAgvGet', 'AGV取货请求', '150', null, null, '0', '0', '1', '<script> {{# if(d.WriteIsGet) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsAgvGet) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('820', 'acs-TBaseHoister', 'switch', 'WriteIsAgvGeted', '18', 'WriteIsAgvGeted', 'AGV取货完成', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsAgvGeted) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsGetConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('821', 'acs-TBaseHoister', 'switch', 'WriteIsHoisterPutConfirm', '19', 'WriteIsHoisterPutConfirm', '设备放货完成确认', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsHoisterPutConfirm) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsHoisterPutConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('822', 'acs-TBaseHoister', 'switch', 'WriteIsAgvGetConfirm', '20', 'WriteIsAgvGetConfirm', 'AGV取货完成离开', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsAgvGetConfirm) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsAgvGetConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('823', 'acs-TBaseHoister', 'switch', 'WriteIsAgvPut', '21', 'WriteIsAgvPut', 'AGV放货请求', '150', null, null, '0', '0', '1', '<script> {{# if(d.WriteIsAgvPut) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsAgvPut) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('824', 'acs-TBaseHoister', 'switch', 'WriteIsAgvPuted', '22', 'WriteIsAgvPuted', 'AGV放货完成', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsAgvPuted) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsAgvPuted) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('825', 'acs-TBaseHoister', 'switch', 'WriteIsHoisterGetConfirm', '23', 'WriteIsHoisterGetConfirm', '设备取货完成确认', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsHoisterGetConfirm) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsHoisterGetConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('826', 'acs-TBaseHoister', 'switch', 'WriteIsAgvPutConfirm', '24', 'WriteIsAgvPutConfirm', 'AGV放货离开完成', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsAgvPutConfirm) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsAgvPutConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('827', 'acs-TBaseHoister', 'text', 'EquipAddress', '25', 'EquipAddress', '设备IP地址', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('828', 'tmiddle-TState', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-09-16 18:30:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('829', 'tmiddle-TState', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-09-16 18:30:21', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('830', 'tmiddle-TState', 'text', 'Id', '3', 'ID', '', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-09-16 18:30:22', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('831', 'tmiddle-TState', 'text', 'Name', '4', 'Name', '共用区域名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-09-16 18:30:22', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('832', 'tmiddle-TState', 'text', 'TaskID', '5', 'TaskID', '任务ID', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-09-16 18:30:22', 'System', '2020-09-16 19:02:10', 'System');
INSERT INTO `sys_i18n_table` VALUES ('833', 'tmiddle-TState', 'switch', 'FullIN', '6', 'FullIN', '是否满台车', '150', null, null, '0', '0', '1', '<script> {{# if(d.FullIN) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.FullIN) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 18:30:22', 'System', '2020-09-16 19:02:15', 'System');
INSERT INTO `sys_i18n_table` VALUES ('834', 'tmiddle-TState', 'switch', 'EmptyIN', '7', 'EmptyIN', '是否空台车', '150', null, null, '0', '0', '1', '<script> {{# if(d.EmptyIN) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.EmptyIN) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 18:30:22', 'System', '2020-09-16 19:02:19', 'System');
INSERT INTO `sys_i18n_table` VALUES ('835', 'tmiddle-TState', 'switch', 'JTIN', '8', 'JTIN', '是否嘉腾在当前区域', '150', null, null, '0', '0', '1', '<script> {{# if(d.JTIN) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.JTIN) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 18:30:22', 'System', '2020-09-16 19:02:25', 'System');
INSERT INTO `sys_i18n_table` VALUES ('836', 'tmiddle-TState', 'switch', 'HHIN', '9', 'HHIN', '是否华恒在当前区域', '150', null, null, '0', '0', '1', '<script> {{# if(d.HHIN) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.HHIN) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 18:30:22', 'System', '2020-09-16 19:02:29', 'System');
INSERT INTO `sys_i18n_table` VALUES ('837', 'tmiddle-TState', 'switch', 'TaskBuild', '10', 'TaskBuild', '任务是否创建', '150', null, null, '0', '0', '1', '<script> {{# if(d.TaskBuild) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.TaskBuild) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 18:30:22', 'System', '2020-09-16 19:02:33', 'System');
INSERT INTO `sys_i18n_table` VALUES ('838', 'base-SysModule', 'switch', 'Status', '11', 'Status', '快捷', '80', null, null, '0', '0', '1', '<script> {{# if(d.Status) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Status) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '0', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('839', 'acs-TBasePoint', 'switch', 'IsStop', '26', 'IsStop', '是否驻停', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsStop) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsStop) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('840', 'acs-TBaseDemoPoint', 'switch', 'IsStop', '26', 'IsStop', '是否驻停', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsStop) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsStop) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('841', 'acs-TBaseAgv', 'text', 'InStock', '11', 'InStock', '货物状态', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table` VALUES ('842', 'acs-TBaseStation', 'select', 'StationState', '14', 'StationState', '站台状态', '150', null, null, '0', '0', '1', '<script> {{# return GetLabel(\'StationState\', \'DictValue\', \'DictLabel\', d.StationState) }} </script>', '<script> {{# return GetLabel(\'StationState\', \'DictValue\', \'DictLabel\', d.StationState) }} </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);

-- ----------------------------
-- Table structure for sys_i18n_table_222
-- ----------------------------
DROP TABLE IF EXISTS `sys_i18n_table_222`;
CREATE TABLE `sys_i18n_table_222` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `tableno` varchar(50) DEFAULT NULL COMMENT '表编号',
  `type` varchar(50) DEFAULT NULL COMMENT '栏位类型',
  `field` varchar(50) DEFAULT NULL COMMENT '字段名',
  `seqno` int(11) DEFAULT NULL COMMENT '排序号',
  `title_us` varchar(50) DEFAULT NULL COMMENT '英文栏位名',
  `title_cn` varchar(50) DEFAULT NULL COMMENT '中文栏位名',
  `width` int(11) DEFAULT NULL COMMENT '栏位宽',
  `minwidth` int(11) DEFAULT NULL COMMENT '最小宽度',
  `unresize` tinyint(4) DEFAULT NULL COMMENT '固定宽度',
  `hide` tinyint(4) DEFAULT NULL COMMENT '隐藏',
  `fixed` tinyint(4) DEFAULT NULL COMMENT '固定列',
  `sort` tinyint(4) DEFAULT NULL COMMENT '可排序',
  `templet_us` longtext COMMENT '英文模板',
  `templet_cn` longtext COMMENT '中文模板',
  `event` varchar(50) DEFAULT NULL COMMENT '栏位事件',
  `queryenable` tinyint(4) DEFAULT NULL COMMENT '可查询',
  `editenable` tinyint(4) DEFAULT NULL COMMENT '可编辑',
  `qlayfilter` varchar(50) DEFAULT NULL COMMENT '查询控件的layfilter',
  `elayfilter` varchar(50) DEFAULT NULL COMMENT '编辑控件的layfilter',
  `erequired` tinyint(4) DEFAULT NULL COMMENT '修改必填项',
  `maxlength` int(11) DEFAULT NULL COMMENT '文本框最大输入长度',
  `switchchecked` tinyint(4) DEFAULT NULL COMMENT 'switch控件默认样式',
  `switchtext_us` varchar(50) DEFAULT NULL COMMENT 'switch控件文本英文',
  `switchvalue_us` varchar(50) DEFAULT NULL COMMENT 'switch控件默认值英文',
  `switchtext_cn` varchar(50) DEFAULT NULL COMMENT 'switch控件文本中文',
  `switchvalue_cn` varchar(50) DEFAULT NULL COMMENT 'switch控件默认值中文',
  `valuetype` varchar(50) DEFAULT NULL COMMENT '数值型类型(整形/小数)',
  `toolbar_cn` varchar(50) DEFAULT NULL COMMENT '工具栏列',
  `toolbar_us` varchar(50) DEFAULT NULL COMMENT '英文工具栏',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=843 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='表格国际化';

-- ----------------------------
-- Records of sys_i18n_table_222
-- ----------------------------
INSERT INTO `sys_i18n_table_222` VALUES ('1', 'acs-TBaseAgv', 'checkbox', null, '1', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 15:15:18', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('2', 'acs-TBaseAgv', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, null, null, null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('3', 'acs-TBaseAgv', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, null, null, null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('4', 'acs-TBaseAgv', 'text', 'StrAgvNo', '4', 'Agv No', 'AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', '1', null, null, '', '', '', '', '', null, null, null, null, null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('5', 'acs-TBaseAgv', 'switch', 'IsEnable', '9', 'Enable', '是否启用', '150', null, null, '0', '0', '1', '#IsEnableUs', '#IsEnableCn', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-03-31 08:00:00', 'System', '2020-04-22 15:19:38', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('6', 'acs-TBaseAgv', 'selects', 'AgvMap', '6', 'Map', '地图', '150', null, null, '1', '0', '0', '', '', '', '0', '1', '', 'AgvMap', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('7', 'acs-TBaseAgv', 'text', 'AgvAreaType', '7', 'Area', '区域类型', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('8', 'acs-TBaseAgv', 'select', 'AgvGroup', '8', 'AGV Group', 'AGV群组', '150', null, null, '0', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('9', 'acs-TBaseAgv', 'text', 'StrBarcode', '5', 'RFID', '所在RFID', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('10', 'acs-TBaseAgv', 'text', 'AgvState', '10', 'State', '状态', '150', null, null, '0', '0', '0', '<script> {{# if(d.AgvState == 10) { }} Auto No Barcode {{# } else if(d.AgvState == 11) { }} Auto No Task {{# } else if(d.AgvState == 12) { }} Auto NotRead Barcode {{# } else if(d.AgvState == 13) { }} Busy {{# } else if(d.AgvState == 14) { }} Charging {{# } else if(d.AgvState == 15) { }} Offline {{# } else if(d.AgvState == 20) { }} Handel No Barcode {{# } else if(d.AgvState == 21) { }} Handel Has Barcode {{# } else { }} {{ d.AgvState }} {{# }}} </script>', '<script> {{# if(d.AgvState == 10) { }} 自动无码 {{# } else if(d.AgvState == 11) { }} 自动空闲 {{# } else if(d.AgvState == 12) { }} 自动歪码 {{# } else if(d.AgvState == 13) { }} 忙碌 {{# } else if(d.AgvState == 14) { }} 充电中 {{# } else if(d.AgvState == 15) { }} 离线 {{# } else if(d.AgvState == 20) { }} 手动无码 {{# } else if(d.AgvState == 21) { }} 手动有码 {{# } else { }} {{ d.AgvState }} {{# }}} </script>', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('11', 'acs-TBaseAgv', 'text', 'HeightState', '11', 'HeightState', '顶升', '150', null, null, '0', '0', '0', '#HeightStateUs', '#HeightStateCn', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('12', 'acs-TBaseAgv', 'text', 'CurrentCharge', '12', 'CurrentCharge', '电量', '150', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumDecText', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('13', 'acs-TBaseAgv', 'text', 'StrChooseStation', '13', 'StrChooseStation', '目标站台', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('14', 'acs-TBaseAgv', 'text', 'Ip', '14', 'Ip', 'IP', '150', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('15', 'acs-TBaseAgv', 'text', 'AgvHeart', '15', 'AgvHeart', '心跳', '150', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('16', 'acs-TBaseAgv', 'text', 'AgvMilage', '16', 'AgvMilage', '里程', '150', null, null, '1', '0', '0', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-03-31 08:00:00', 'System', '2020-04-30 13:31:22', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('17', 'acs-TBaseAgv', 'text', 'StrAgvError', '17', 'StrAgvError', '错误信息', '150', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('18', 'acs-TBaseAgv', 'text', 'IsCarry', '18', 'IsCarry', '是否载货', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('19', 'acs-TBaseAgv', 'text', 'StartCharges', '19', 'StartCharges', '启充电量', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumDecText', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('20', 'map-Map', 'checkbox', '', '1', '', '', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('21', 'map-Map', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('22', 'map-Map', 'text', 'Id', '3', 'Id', '主键Id', '80', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('23', 'map-Map', 'text', 'Name', '4', 'Name', '名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('24', 'map-Map', 'text', 'Width', '5', 'Width', '宽', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('25', 'map-Map', 'text', 'Height', '6', 'Height', '高', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('26', 'map-Map', 'text', 'Mapcontent', '7', 'Mapcontent', '内容', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('27', 'map-Map', 'text', 'Isdefault', '8', 'Isdefault', '默认地图', '100', null, null, '0', '0', '1', '#IsDefaultUs', '#IsDefaultCn', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('28', 'map-Map', 'text', 'Description', '11', 'Description', '备注', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('29', 'map-Map', 'switch', 'Emptymap', '10', 'Emptymap', '空地图', '150', null, null, '1', '0', '1', '<script> {{# if(d.Emptymap) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Emptymap) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('30', 'map-Map', 'text', 'Mapcontentbkp', '11', 'Mapcontentbkp', '备份', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('31', 'map-Map', 'text', 'BkpTime', '9', 'BkpTime', '备份时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('32', 'map-Map', 'text', 'RestoreTime', '10', 'RestoreTime', '还原时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('33', 'map-Map', 'text', 'CreateTime', '14', 'CreateTime', '建立时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('34', 'map-Map', 'text', 'CreateBy', '15', 'CreateBy', '建立者', '100', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('35', 'map-Map', 'text', 'UpdateTime', '16', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('36', 'map-Map', 'text', 'UpdateBy', '17', 'UpdateBy', '更新者', '100', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('37', 'base-SysI18nTable', 'checkbox', null, '1', null, null, null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 09:47:43', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('38', 'base-SysI18nTable', 'numbers', null, '2', 'No.', '序号', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 09:47:48', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('39', 'base-SysI18nTable', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('40', 'base-SysI18nTable', 'text', 'Tableno', '4', 'Tableno', '表编号', '150', null, null, '0', '1', '1', null, null, null, '1', '0', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 09:47:08', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('41', 'base-SysI18nTable', 'text', 'Type', '5', 'Type', '栏位类型', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('42', 'base-SysI18nTable', 'text', 'T_Field', '6', 'Field', '字段名', '150', null, null, '0', '0', '1', null, null, null, '1', '0', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 09:51:08', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('43', 'base-SysI18nTable', 'text', 'Seqno', '7', 'Seqno', '排序号', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('44', 'base-SysI18nTable', 'text', 'TitleUs', '8', 'TitleUs', '英文栏位名', '150', null, null, '0', '0', '1', null, null, null, '1', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 08:50:00', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('45', 'base-SysI18nTable', 'text', 'TitleCn', '9', 'TitleCn', '中文栏位名', '150', null, null, '0', '0', '1', null, null, null, '1', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 08:50:07', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('46', 'base-SysI18nTable', 'text', 'T_Width', '10', 'Width', '栏位宽', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 09:14:48', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('47', 'base-SysI18nTable', 'text', 'Minwidth', '11', 'Minwidth', '最小宽度', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-04-17 14:49:39', 'System', '2020-04-30 09:45:20', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('48', 'base-SysI18nTable', 'switch', 'Unresize', '12', 'Unresize', '固定宽度', '150', null, null, '0', '0', '1', '<script> {{# if(d.Unresize) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Unresize) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('49', 'base-SysI18nTable', 'switch', 'Hide', '13', 'Hide', '隐藏', '150', null, null, '0', '0', '1', '<script> {{# if(d.Hide) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Hide) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('50', 'base-SysI18nTable', 'switch', 'Fixed', '14', 'Fixed', '固定列', '150', null, null, '0', '0', '1', '<script> {{# if(d.Fixed) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Fixed) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('51', 'base-SysI18nTable', 'switch', 'T_Sort', '15', 'Sort', '可排序', '150', null, null, '0', '0', '1', '<script> {{# if(d.T_Sort) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.T_Sort) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('52', 'base-SysI18nTable', 'text', 'TempletUs', '16', 'TempletUs', '英文模板', '150', null, null, '0', '0', '1', '#TempletUs', '#TempletUs', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('53', 'base-SysI18nTable', 'text', 'TempletCn', '17', 'TempletCn', '中文模板', '150', null, null, '0', '0', '1', '#TempletCn', '#TempletCn', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('54', 'base-SysI18nTable', 'text', 'T_Event', '18', 'Event', '栏位事件', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('55', 'base-SysI18nTable', 'switch', 'Queryenable', '19', 'Queryenable', '可查询', '150', null, null, '0', '0', '1', '<script> {{# if(d.Queryenable) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Queryenable) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('56', 'base-SysI18nTable', 'switch', 'Editenable', '20', 'Editenable', '可编辑', '150', null, null, '0', '0', '1', '<script> {{# if(d.Editenable) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Editenable) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('57', 'base-SysI18nTable', 'text', 'Qlayfilter', '21', 'Qlayfilter', '查询控件的layfilter', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('58', 'base-SysI18nTable', 'text', 'Elayfilter', '22', 'Elayfilter', '编辑控件的layfilter', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('59', 'base-SysI18nTable', 'text', 'Maxlength', '23', 'Maxlength', '文本框最大输入长度', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('60', 'base-SysI18nTable', 'switch', 'Switchchecked', '24', 'Switchchecked', 'switch控件默认样式', '150', null, null, '0', '0', '1', '<script> {{# if(d.Switchchecked) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Switchchecked) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('63', 'base-SysI18nTable', 'text', 'Valuetype', '28', 'Valuetype', '数值型类型(整形/小数)', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('64', 'base-SysI18nTable', 'text', 'CreateTime', '33', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('65', 'base-SysI18nTable', 'text', 'CreateBy', '34', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('66', 'base-SysI18nTable', 'text', 'UpdateTime', '35', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('67', 'base-SysI18nTable', 'text', 'UpdateBy', '36', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('68', 'base-SysI18nText', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('69', 'base-SysI18nText', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('70', 'base-SysI18nText', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('71', 'base-SysI18nText', 'text', 'Type', '4', 'Type', '类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('72', 'base-SysI18nText', 'text', 'Code', '5', 'Code', '代码(页面,消息 )', '150', null, null, '0', '0', '1', '<&zwj;script> {{# if(d.Switchchecked) { }} Yes {{# } else { }} No {{# }}} <&zwj;/script>', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('73', 'base-SysI18nText', 'text', 'Name', '6', 'Name', '名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('74', 'base-SysI18nText', 'text', 'TextUs', '7', 'TextUs', '英文', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('75', 'base-SysI18nText', 'text', 'TextCn', '8', 'TextCn', '中文', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('76', 'base-SysI18nText', 'text', 'CreateTime', '9', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('77', 'base-SysI18nText', 'text', 'CreateBy', '10', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('78', 'base-SysI18nText', 'text', 'UpdateTime', '11', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('79', 'base-SysI18nText', 'text', 'UpdateBy', '12', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 14:49:48', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('80', 'base-SysDictType', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('81', 'base-SysDictType', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('82', 'base-SysDictType', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('83', 'base-SysDictType', 'text', 'DictName', '4', 'DictName', '字典名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('84', 'base-SysDictType', 'text', 'DictType', '5', 'DictType', '字典类型', '150', null, null, '0', '0', '1', '#ShowDtlDictType', '#ShowDtlDictType', 'SysDictData', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('85', 'base-SysDictType', 'text', 'Remark', '6', 'Remark', '备注', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('86', 'base-SysDictType', 'text', 'CreateTime', '7', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('87', 'base-SysDictType', 'text', 'CreateBy', '8', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('88', 'base-SysDictType', 'text', 'UpdateTime', '9', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('89', 'base-SysDictType', 'text', 'UpdateBy', '10', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:41', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('90', 'base-SysDictData', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('91', 'base-SysDictData', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('92', 'base-SysDictData', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('93', 'base-SysDictData', 'text', 'HeaderId', '8', 'HeaderId', '头表id', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('94', 'base-SysDictData', 'text', 'DictSort', '5', 'DictSort', '排序', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('95', 'base-SysDictData', 'text', 'DictLabel', '6', 'DictLabel', '标签', '150', null, null, '0', '0', '1', '#TplDictLabel', '#TplDictLabel', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('96', 'base-SysDictData', 'text', 'DictValue', '7', 'DictValue', '键值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('97', 'base-SysDictData', 'text', 'DictType', '4', 'DictType', '字典类型', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('98', 'base-SysDictData', 'select', 'CssClass', '9', 'CssClass', '样式', '130', null, null, '0', '0', '1', '#TplCssClass', '#TplCssClass', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('99', 'base-SysDictData', 'text', 'ListClass', '10', 'ListClass', '回显样式', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('100', 'base-SysDictData', 'text', 'IsDefault', '11', 'IsDefault', '是否默认(Y是 N否)', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('101', 'base-SysDictData', 'text', 'Remark', '12', 'Remark', '备注', null, null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('102', 'base-SysDictData', 'text', 'CreateTime', '13', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('103', 'base-SysDictData', 'text', 'CreateBy', '14', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('104', 'base-SysDictData', 'text', 'UpdateTime', '15', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('105', 'base-SysDictData', 'text', 'UpdateBy', '16', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:38:46', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('106', 'base-SysInfo', 'radio', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('107', 'base-SysInfo', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('108', 'base-SysInfo', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('109', 'base-SysInfo', 'text', 'AppKey', '4', 'AppKey', '系统关键字', '120', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('110', 'base-SysInfo', 'text', 'AppSecret', '5', 'AppSecret', '系统密钥', '250', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('111', 'base-SysInfo', 'text', 'Title', '6', 'Title', '标题', '200', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('112', 'base-SysInfo', 'text', 'TitleUs', '7', 'English Title', '英文标题', '280', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('113', 'base-SysInfo', 'text', 'Copyright', '8', 'Copyright', 'Copyright', '250', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('114', 'base-SysInfo', 'text', 'Remark', '9', 'Remark', '备注', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('115', 'base-SysInfo', 'text', 'LoginLogo', '10', 'LoginLogo', '登录图标', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('116', 'base-SysInfo', 'text', 'IndexLogo', '11', 'IndexLogo', '主页图标', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('117', 'base-SysInfo', 'text', 'ReturnUrl', '12', 'ReturnUrl', '主页', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('118', 'base-SysInfo', 'switch', 'IsEnable', '13', 'IsEnable', '生效', '80', null, null, '0', '0', '1', '<script> {{# if(d.IsEnable) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsEnable) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '0', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('119', 'base-SysInfo', 'text', 'CreateTime', '14', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('120', 'base-SysInfo', 'text', 'CreateBy', '15', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('121', 'base-SysInfo', 'text', 'UpdateTime', '16', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('122', 'base-SysInfo', 'text', 'UpdateBy', '17', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 20:52:15', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('123', 'acs-TBaseAgvCharge', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 12:22:19', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('124', 'acs-TBaseAgvCharge', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 12:22:19', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('125', 'acs-TBaseAgvCharge', 'text', 'Id', '3', 'ID', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 12:26:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('126', 'acs-TBaseAgvCharge', 'text', 'StrAgvNo', '4', 'StrAgvNo', 'AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 12:26:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('127', 'acs-TBaseAgvCharge', 'text', 'StartCharge', '5', 'StartCharge', '起始电量', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 12:26:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('128', 'acs-TBaseAgvCharge', 'text', 'StartTime', '6', 'StartTime', '开始时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 12:26:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('129', 'acs-TBaseAgvCharge', 'text', 'EndCharge', '7', 'EndCharge', '结束电量', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 12:26:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('130', 'acs-TBaseAgvCharge', 'text', 'EndTime', '8', 'EndTime', '结束时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 12:26:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('131', 'task-TAgvGroup', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:13:04', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('132', 'task-TAgvGroup', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:13:04', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('133', 'task-TAgvGroup', 'text', 'Id', '3', 'ID', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:13:05', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('134', 'task-TAgvGroup', 'text', 'AgvGroup', '4', 'Agvgroup', 'AGV群组', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:13:05', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('135', 'task-TAgvGroup', 'text', 'CreateTime', '5', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:13:05', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('136', 'task-TAgvGroup', 'text', 'CreateBy', '6', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:13:05', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('137', 'task-TAgvGroup', 'text', 'UpdateTime', '7', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, 'layui-date', null, null, '2020-04-18 15:13:05', 'System', '2020-04-30 13:36:05', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('138', 'task-TAgvGroup', 'text', 'UpdateBy', '8', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-18 15:13:05', 'System', '2020-04-30 13:36:10', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('139', 'flow-Flow', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('140', 'flow-Flow', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('141', 'flow-Flow', 'text', 'Id', '3', 'Id', '主键Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('142', 'flow-Flow', 'text', 'SchemeCode', '4', 'SchemeCode', '工艺编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('143', 'flow-Flow', 'text', 'SchemeName', '5', 'SchemeName', '工艺名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('144', 'flow-Flow', 'text', 'SchemeType', '6', 'SchemeType', '工艺分类', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('145', 'flow-Flow', 'text', 'SchemeContent', '7', 'SchemeContent', '流程内容', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('146', 'flow-Flow', 'text', 'ProductId', '8', 'ProductId', '产品', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('147', 'flow-Flow', 'text', 'MachineType', '9', 'MachineType', '机型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('148', 'flow-Flow', 'text', 'DeleteMark', '10', 'DeleteMark', '删除标记', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('149', 'flow-Flow', 'text', 'Disabled', '11', 'Disabled', '是否禁用', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('150', 'flow-Flow', 'text', 'Description', '12', 'Description', '备注', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('151', 'flow-Flow', 'text', 'CreateTime', '13', 'CreateTime', '建立时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('152', 'flow-Flow', 'text', 'CreateBy', '14', 'CreateBy', '建立者', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('153', 'flow-Flow', 'text', 'UpdateTime', '15', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('154', 'flow-Flow', 'text', 'UpdateBy', '16', 'UpdateBy', '更新者', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:22:17', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('156', 'task-TTaskAssign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('157', 'task-TTaskAssign', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('158', 'task-TTaskAssign', 'text', 'Taskno', '4', 'Taskno', '订单号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('159', 'task-TTaskAssign', 'text', 'Taskid', '5', 'Taskid', '任务ID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('160', 'task-TTaskAssign', 'text', 'Typename', '6', 'Typename', '任务类型', '300', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('161', 'task-TTaskAssign', 'select', 'Groupname', '7', 'Groupname', '任务群组', '150', null, null, '0', '0', '1', '', '', '', '1', '1', 'qGroupname', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('162', 'task-TTaskAssign', 'text', 'TaskLevel', '8', 'Tasklevel', '优先级', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('163', 'task-TTaskAssign', 'select', 'Status', '9', 'Status', '任务状态', '150', null, null, '0', '0', '1', '#TaskStatusUs', '#TaskStatusCn', '', '1', '1', 'qStatus', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('164', 'task-TTaskAssign', 'text', 'Taskinfo', '10', 'Taskinfo', 'Taskinfo', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('165', 'task-TTaskAssign', 'text', 'CreateTime', '11', 'CreateTime', '派发时间', '200', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('166', 'task-TTaskAssign', 'text', 'CreateBy', '12', 'CreateBy', '创建用户', '200', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('167', 'task-TTaskAssign', 'text', 'UpdateTime', '13', 'UpdateTime', '更新时间', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('168', 'task-TTaskAssign', 'text', 'UpdateBy', '14', 'UpdateBy', '更新用户', '100', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('169', 'task-TTaskDesign', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('170', 'task-TTaskDesign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('171', 'task-TTaskDesign', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('172', 'task-TTaskDesign', 'text', 'Taskid', '4', 'Taskid', '任务ID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('173', 'task-TTaskDesign', 'text', 'Taskname', '5', 'Taskname', '任务名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('174', 'task-TTaskDesign', 'select', 'Groupname', '7', 'Groupname', '任务群组', '150', null, null, '0', '0', '1', null, null, null, '1', '1', 'qGroupname', null, null, null, null, null, null, null, null, null, null, null, '2020-04-18 15:34:28', 'System', '2020-04-30 13:37:48', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('175', 'task-TTaskDesign', 'select', 'Typename', '6', 'Typename', '任务类型', '150', null, null, '0', '0', '1', null, null, null, '1', '1', 'qTypename', null, null, null, null, null, null, null, null, null, null, null, '2020-04-18 15:34:28', 'System', '2020-04-30 13:37:53', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('176', 'task-TTaskDesign', 'text', 'Tasklevel', '8', 'Tasklevel', '任务等级', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('177', 'task-TTaskDesign', 'text', 'Taskmap', '9', 'Taskmap', '地图', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('178', 'task-TTaskDesign', 'text', 'Taskcontent', '10', 'Taskcontent', '任务路径', '150', null, null, '1', '0', '1', null, null, null, '1', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-18 15:34:28', 'System', '2020-04-30 08:50:57', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('179', 'task-TTaskDesign', 'text', 'Remark', '11', 'Remark', '备注', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('180', 'task-TTaskDesign', 'text', 'Col1', '12', 'Col1', 'Col1', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('181', 'task-TTaskDesign', 'text', 'Col2', '13', 'Col2', 'Col2', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('182', 'task-TTaskDesign', 'text', 'Col3', '14', 'Col3', 'Col3', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('183', 'task-TTaskDesign', 'text', 'CreateTime', '15', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('184', 'task-TTaskDesign', 'text', 'CreateBy', '16', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('185', 'task-TTaskDesign', 'text', 'UpdateTime', '17', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('186', 'task-TTaskDesign', 'text', 'UpdateBy', '18', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:28', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('187', 'task-TTaskGroup', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('188', 'task-TTaskGroup', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('189', 'task-TTaskGroup', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('190', 'task-TTaskGroup', 'text', 'Groupname', '4', 'Groupname', '任务群组', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('191', 'task-TTaskGroup', 'select', 'AgvGroup', '5', 'Agvgroup', 'AGV群组', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('192', 'task-TTaskGroup', 'text', 'CreateTime', '6', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('193', 'task-TTaskGroup', 'text', 'CreateBy', '7', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('194', 'task-TTaskGroup', 'text', 'UpdateTime', '8', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, 'layui-date', null, null, '2020-04-18 15:34:34', 'System', '2020-04-30 13:35:06', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('195', 'task-TTaskGroup', 'text', 'UpdateBy', '9', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-18 15:34:34', 'System', '2020-04-30 13:35:10', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('196', 'task-TTaskType', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('197', 'task-TTaskType', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('198', 'task-TTaskType', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('199', 'task-TTaskType', 'select', 'Groupname', '5', 'Groupname', '任务群组', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', '1', null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('200', 'task-TTaskType', 'text', 'Typename', '4', 'Typename', '任务类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', '1', null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('201', 'task-TTaskType', 'text', 'Tasklevel', '6', 'Tasklevel', '优先级', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', '1', null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('202', 'task-TTaskType', 'text', 'CreateTime', '7', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('203', 'task-TTaskType', 'text', 'CreateBy', '8', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('204', 'task-TTaskType', 'text', 'UpdateTime', '9', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('205', 'task-TTaskType', 'text', 'UpdateBy', '10', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('206', 'task-TTaskAssign-Cancel', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('207', 'task-TTaskAssign-Cancel', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('208', 'task-TTaskAssign-Cancel', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('209', 'task-TTaskAssign-Cancel', 'text', 'Taskno', '4', 'Taskno', '订单号', '150', null, null, '0', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('210', 'task-TTaskAssign-Cancel', 'text', 'Taskid', '5', 'Taskid', '任务ID', '150', null, null, '0', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('211', 'task-TTaskAssign-Cancel', 'text', 'Typename', '6', 'Typename', '任务类型', '300', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('212', 'task-TTaskAssign-Cancel', 'select', 'Groupname', '7', 'Groupname', '任务群组', '150', null, null, '0', '0', '0', '', '', '', '1', '1', 'qGroupname', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('213', 'task-TTaskAssign-Cancel', 'text', 'TaskLevel', '8', 'Tasklevel', '优先级', '150', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('214', 'task-TTaskAssign-Cancel', 'select', 'Status', '9', 'Status', '任务状态', '150', null, null, '0', '0', '0', '#TaskStatusUs', '#TaskStatusCn', '', '1', '1', 'qStatus', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('215', 'task-TTaskAssign-Cancel', 'text', 'Taskinfo', '10', 'Taskinfo', 'Taskinfo', '150', null, null, '1', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('216', 'task-TTaskAssign-Cancel', 'text', 'CreateTime', '11', 'CreateTime', '派发时间', '200', null, null, '0', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('217', 'task-TTaskAssign-Cancel', 'text', 'CreateBy', '12', 'CreateBy', '创建用户', '200', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('218', 'task-TTaskAssign-Cancel', 'text', 'UpdateTime', '13', 'UpdateTime', '更新时间', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('219', 'task-TTaskAssign-Cancel', 'text', 'UpdateBy', '14', 'UpdateBy', '更新用户', '100', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('220', 'task-TTaskAssign-Close', 'radio', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('221', 'task-TTaskAssign-Close', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('222', 'task-TTaskAssign-Close', 'text', 'Id', '3', 'Id', 'Id', '80', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('223', 'task-TTaskAssign-Close', 'text', 'Taskno', '4', 'Taskno', '订单号', '150', null, null, '0', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('224', 'task-TTaskAssign-Close', 'text', 'Taskid', '5', 'Taskid', '任务ID', '150', null, null, '0', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('225', 'task-TTaskAssign-Close', 'text', 'Typename', '6', 'Typename', '任务类型', '300', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('226', 'task-TTaskAssign-Close', 'select', 'Groupname', '7', 'Groupname', '任务群组', '150', null, null, '0', '0', '0', '', '', '', '1', '1', 'qGroupname', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('227', 'task-TTaskAssign-Close', 'text', 'TaskLevel', '8', 'Tasklevel', '优先级', '150', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('228', 'task-TTaskAssign-Close', 'select', 'Status', '9', 'Status', '任务状态', '150', null, null, '0', '0', '0', '#TaskStatusUs', '#TaskStatusCn', '', '1', '1', 'qStatus', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('229', 'task-TTaskAssign-Close', 'text', 'Taskinfo', '10', 'Taskinfo', 'Taskinfo', '150', null, null, '1', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('230', 'task-TTaskAssign-Close', 'text', 'CreateTime', '11', 'CreateTime', '派发时间', '200', null, null, '0', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('231', 'task-TTaskAssign-Close', 'text', 'CreateBy', '12', 'CreateBy', '创建用户', '200', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('232', 'task-TTaskAssign-Close', 'text', 'UpdateTime', '13', 'UpdateTime', '更新时间', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('233', 'task-TTaskAssign-Close', 'text', 'UpdateBy', '14', 'UpdateBy', '更新用户', '100', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-18 15:34:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('234', 'base-SysI18nTable', 'switch', 'Erequired', '22', 'Erequired', '修改必填项', '150', null, null, '0', '0', '1', '<script> {{# if(d.Fixed) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Fixed) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-17 14:49:39', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('235', 'acs-TBaseDemoPoint', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('236', 'acs-TBaseDemoPoint', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('237', 'acs-TBaseNumber', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('238', 'acs-TBaseNumber', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('241', 'acs-TBasePoint', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('242', 'acs-TBasePoint', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('243', 'acs-TBaseStation', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('244', 'acs-TBaseStation', 'numbers', '', '2', 'No.', '序号', null, null, null, '1', null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('245', 'acs-TChargeLog', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('246', 'acs-TChargeLog', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('247', 'acs-TConfigAgvErrTable', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('248', 'acs-TConfigAgvErrTable', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('249', 'acs-TConfigErrMsg', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('250', 'acs-TConfigErrMsg', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('251', 'acs-TConfigKeyValue', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('252', 'acs-TConfigKeyValue', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('253', 'acs-TConfigPoint', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('254', 'acs-TConfigPoint', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('255', 'acs-TConfigTaskAgvGroup', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('256', 'acs-TConfigTaskAgvGroup', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('257', 'acs-TConfigTaskSplit', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('258', 'acs-TConfigTaskSplit', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('259', 'acs-TConfigTim', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('260', 'acs-TConfigTim', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('261', 'acs-TBaseAgvmileage', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('262', 'acs-TBaseAgvmileage', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('263', 'acs-TSonTask', 'checkbox', '', '1', '', '', null, null, null, '1', null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('264', 'acs-TSonTask', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('265', 'acs-TSonTaskRecord', 'checkbox', '', '1', '', '', null, null, null, '1', null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('266', 'acs-TSonTaskRecord', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('267', 'acs-TTask', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('268', 'acs-TTask', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('269', 'acs-TTaskRecord', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('270', 'acs-TTaskRecord', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('271', 'acs-TBaseAgvState', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('272', 'acs-TBaseAgvState', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('275', 'acs-TBaseDemoPoint', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('276', 'acs-TBaseDemoPoint', 'text', 'PointAreaType', '4', 'PointAreaType', '点区域类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('277', 'acs-TBaseDemoPoint', 'text', 'StrBarcode', '5', 'StrBarcode', 'RFID值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('278', 'acs-TBaseDemoPoint', 'text', 'IntX', '6', 'IntX', 'X值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('279', 'acs-TBaseDemoPoint', 'text', 'IntY', '7', 'IntY', 'Y值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('280', 'acs-TBaseDemoPoint', 'switch', 'IsXpos', '8', 'IsXpos', '是否选择X正方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsXpos) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsXpos) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('281', 'acs-TBaseDemoPoint', 'text', 'XPosLength', '9', 'XPosLength', 'XPosLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('282', 'acs-TBaseDemoPoint', 'switch', 'IsXNeg', '10', 'IsXNeg', '是否选择X负方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsXNeg) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsXNeg) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('283', 'acs-TBaseDemoPoint', 'text', 'XNegLength', '11', 'XNegLength', 'XNegLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('284', 'acs-TBaseDemoPoint', 'switch', 'IsYPos', '12', 'IsYPos', '是否选择Y正方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsYPos) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsYPos) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('285', 'acs-TBaseDemoPoint', 'text', 'YPosLength', '13', 'YPosLength', 'YPosLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('286', 'acs-TBaseDemoPoint', 'switch', 'IsYNeg', '14', 'IsYNeg', '是否选择Y负方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsYNeg) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsYNeg) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('287', 'acs-TBaseDemoPoint', 'text', 'YNegLength', '15', 'YNegLength', 'YNegLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('288', 'acs-TBaseDemoPoint', 'switch', 'IsEnable', '16', 'IsEnable', '启用', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsEnable) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsEnable) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('289', 'acs-TBaseDemoPoint', 'switch', 'IsOccupy', '17', 'IsOccupy', '是否占用', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsOccupy) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsOccupy) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('290', 'acs-TBaseDemoPoint', 'text', 'StrOccupyAgvNo', '18', 'StrOccupyAgvNo', '占用AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('291', 'acs-TBaseDemoPoint', 'text', 'PointType', '19', 'PointType', '点类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('292', 'acs-TBaseDemoPoint', 'text', 'IntXLength', '20', 'IntXLength', 'X正方向距离', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('293', 'acs-TBaseDemoPoint', 'text', 'IntYLength', '21', 'IntYLength', 'Y正方向距离', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('294', 'acs-TBaseDemoPoint', 'text', 'OriAgv', '22', 'OriAgv', '车头方向', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('295', 'acs-TBaseDemoPoint', 'text', 'OriDial', '23', 'OriDial', '转盘方向', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('296', 'acs-TBaseDemoPoint', 'text', 'StrPreBarcode', '24', 'StrPreBarcode', 'StrPreBarcode', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('297', 'acs-TBaseDemoPoint', 'text', 'StrRegionName', '25', 'StrRegionName', '限制区域名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('298', 'acs-TBaseDemoPoint', 'switch', 'IsRegionApply', '26', 'IsRegionApply', '是否占用限制区域', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsRegionApply) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsRegionApply) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('299', 'acs-TBaseDemoPoint', 'text', 'StrRegionApplyAgvNo', '27', 'StrRegionApplyAgvNo', '占用限制区域AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('300', 'acs-TBaseDemoPoint', 'text', 'StopTime', '28', 'StopTime', 'StopTime', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('301', 'acs-TBaseNumber', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('302', 'acs-TBaseNumber', 'text', 'Tno', '4', 'Tno', 'Tno', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('311', 'acs-TBasePoint', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('312', 'acs-TBasePoint', 'text', 'PointAreaType', '4', 'PointAreaType', '点区域类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('313', 'acs-TBasePoint', 'text', 'StrBarcode', '5', 'StrBarcode', 'RFID值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('314', 'acs-TBasePoint', 'text', 'IntX', '6', 'IntX', 'X值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('315', 'acs-TBasePoint', 'text', 'IntY', '7', 'IntY', 'Y值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('316', 'acs-TBasePoint', 'switch', 'IsXpos', '8', 'IsXpos', '是否选择X正方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsXpos) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsXpos) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('317', 'acs-TBasePoint', 'text', 'XPosLength', '9', 'XPosLength', 'XPosLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('318', 'acs-TBasePoint', 'switch', 'IsXNeg', '10', 'IsXNeg', '是否选择X负方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsXNeg) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsXNeg) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('319', 'acs-TBasePoint', 'text', 'XNegLength', '11', 'XNegLength', 'XNegLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('320', 'acs-TBasePoint', 'switch', 'IsYPos', '12', 'IsYPos', '是否选择Y正方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsYPos) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsYPos) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('321', 'acs-TBasePoint', 'text', 'YPosLength', '13', 'YPosLength', 'YPosLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('322', 'acs-TBasePoint', 'switch', 'IsYNeg', '14', 'IsYNeg', '是否选择Y负方向', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsYNeg) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsYNeg) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('323', 'acs-TBasePoint', 'text', 'YNegLength', '15', 'YNegLength', 'YNegLength', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('324', 'acs-TBasePoint', 'switch', 'IsEnable', '16', 'IsEnable', '启用', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsEnable) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsEnable) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('325', 'acs-TBasePoint', 'switch', 'IsOccupy', '17', 'IsOccupy', '是否占用', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsOccupy) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsOccupy) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('326', 'acs-TBasePoint', 'text', 'StrOccupyAgvNo', '18', 'StrOccupyAgvNo', '占用AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('327', 'acs-TBasePoint', 'text', 'PointType', '19', 'PointType', '点类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('328', 'acs-TBasePoint', 'text', 'IntXLength', '20', 'IntXLength', 'X正方向距离', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('329', 'acs-TBasePoint', 'text', 'IntYLength', '21', 'IntYLength', 'Y正方向距离', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('330', 'acs-TBasePoint', 'text', 'OriAgv', '22', 'OriAgv', '车头方向', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('331', 'acs-TBasePoint', 'text', 'OriDial', '23', 'OriDial', '转盘方向', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('332', 'acs-TBasePoint', 'text', 'StrPreBarcode', '24', 'StrPreBarcode', 'StrPreBarcode', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('333', 'acs-TBasePoint', 'text', 'StrRegionName', '25', 'StrRegionName', '限制区域名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('334', 'acs-TBasePoint', 'switch', 'IsRegionApply', '26', 'IsRegionApply', '是否占用限制区域', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsRegionApply) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsRegionApply) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('335', 'acs-TBasePoint', 'text', 'StrRegionApplyAgvNo', '27', 'StrRegionApplyAgvNo', '占用限制区域AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('336', 'acs-TBasePoint', 'text', 'StopTime', '28', 'StopTime', 'StopTime', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('337', 'acs-TBaseStation', 'text', 'Id', '13', 'ID', '编号', '80', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('338', 'acs-TBaseStation', 'text', 'StationType', '4', 'StationType', '站台类型', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('339', 'acs-TBaseStation', 'text', 'StationArea', '5', 'StationArea', '站台区域', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('340', 'acs-TBaseStation', 'text', 'StationGroup', '6', 'StationGroup', '站台所属群组', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('341', 'acs-TBaseStation', 'text', 'StationOri', '7', 'StationOri', 'StationOri', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('342', 'acs-TBaseStation', 'text', 'StationLength', '8', 'StationLength', 'StationLength', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('343', 'acs-TBaseStation', 'switch', 'IsEnable', '9', 'IsEnable', '是否启用', '150', null, null, '0', '0', '1', '#IsEnableUs', '#IsEnableCn', null, '1', '0', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:09:58', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('344', 'acs-TBaseStation', 'switch', 'IsLocked', '10', 'IsLocked', '是否锁定', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsLocked) { }} Yes {{# } else { }} No {{# }}} </script>', '#IsLockedCn', '', '1', '0', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('345', 'acs-TBaseStation', 'text', 'StrBarcode', '11', 'StrBarcode', '站台码值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('346', 'acs-TBaseStation', 'text', 'StrPreBarcode', '12', 'StrPreBarcode', '站台附属点', '150', null, null, '0', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('347', 'acs-TBaseStation', 'text', 'StrStationNo', '3', 'StrStationNo', '站台名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('348', 'acs-TChargeLog', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('349', 'acs-TChargeLog', 'text', 'AgvNo', '4', 'AgvNo', 'AgvNo', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('350', 'acs-TChargeLog', 'text', 'CurrentCharge', '5', 'CurrentCharge', 'CurrentCharge', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumDecText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('351', 'acs-TChargeLog', 'text', 'TimeLog', '6', 'TimeLog', 'TimeLog', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('352', 'acs-TConfigAgvErrTable', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('353', 'acs-TConfigAgvErrTable', 'text', 'StrAgvNo', '4', 'StrAgvNo', 'AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('354', 'acs-TConfigAgvErrTable', 'text', 'StrBarcode', '5', 'StrBarcode', '发生故障码值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('355', 'acs-TConfigAgvErrTable', 'text', 'AgvErrMessage', '6', 'AgvErrMessage', '故障信息', '250', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('356', 'acs-TConfigAgvErrTable', 'text', 'StartErrTime', '7', 'StartErrTime', '故障开始时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('357', 'acs-TConfigAgvErrTable', 'text', 'EndErrTime', '8', 'EndErrTime', '故障结束时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('358', 'acs-TConfigErrMsg', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('359', 'acs-TConfigErrMsg', 'text', 'IntErrorNo', '4', 'IntErrorNo', '故障编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('360', 'acs-TConfigErrMsg', 'text', 'StrErrorMsg', '5', 'StrErrorMsg', '故障解释', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('361', 'acs-TConfigKeyValue', 'text', 'Id', '3', 'ID', '编号', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('362', 'acs-TConfigKeyValue', 'text', 'KeyVariable', '4', 'KeyVariable', '关键变量名称', '150', null, null, '0', '0', '1', '#KeyVariableUs', '#KeyVariableCn', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('363', 'acs-TConfigKeyValue', 'text', 'Value', '5', 'Value', '关键名称变量的值', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumDecText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('364', 'acs-TConfigPoint', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('365', 'acs-TConfigPoint', 'text', 'No', '4', 'No', 'No', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('366', 'acs-TConfigPoint', 'text', 'IntX', '5', 'IntX', 'IntX', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('367', 'acs-TConfigPoint', 'text', 'IntY', '6', 'IntY', 'IntY', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('368', 'acs-TConfigPoint', 'text', 'StrBarcode', '7', 'StrBarcode', 'StrBarcode', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('369', 'acs-TConfigPoint', 'text', 'AreaType', '8', 'AreaType', 'AreaType', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('370', 'acs-TConfigPoint', 'text', 'StrRegionName', '9', 'StrRegionName', 'StrRegionName', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('371', 'acs-TConfigTaskAgvGroup', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('372', 'acs-TConfigTaskAgvGroup', 'text', 'TaskGroup', '4', 'TaskGroup', 'TaskGroup', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('373', 'acs-TConfigTaskAgvGroup', 'text', 'AgvGroup', '5', 'AgvGroup', 'AgvGroup', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('374', 'acs-TConfigTaskSplit', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('375', 'acs-TConfigTaskSplit', 'text', 'TaskID', '4', 'TaskID', 'TaskID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('376', 'acs-TConfigTaskSplit', 'text', 'IntSerialNo', '5', 'IntSerialNo', 'IntSerialNo', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('377', 'acs-TConfigTaskSplit', 'text', 'AgvTaskType', '6', 'AgvTaskType', 'AgvTaskType', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('378', 'acs-TConfigTaskSplit', 'text', 'FromPoint', '7', 'FromPoint', 'FromPoint', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('379', 'acs-TConfigTaskSplit', 'text', 'ToPoint', '8', 'ToPoint', 'ToPoint', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('380', 'acs-TConfigTaskSplit', 'text', 'WaitTime', '9', 'WaitTime', 'WaitTime', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('381', 'acs-TConfigTaskSplit', 'switch', 'IsCarry', '10', 'IsCarry', 'IsCarry', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsCarry) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsCarry) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('382', 'acs-TConfigTaskSplit', 'text', 'TaskRequestType', '11', 'TaskRequestType', 'TaskRequestType', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('383', 'acs-TConfigTim', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('384', 'acs-TConfigTim', 'text', 'AreaType', '4', 'AreaType', '区域类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('385', 'acs-TConfigTim', 'text', 'AntiCollision', '5', 'AntiCollision', '防撞代码', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('386', 'acs-TConfigTim', 'text', 'StrBarcode', '6', 'StrBarcode', 'RFID值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('387', 'acs-TConfigTim', 'text', 'IntX', '7', 'IntX', 'X值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('388', 'acs-TConfigTim', 'text', 'IntY', '8', 'IntY', 'Y值', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('389', 'acs-TConfigTim', 'text', 'OriAgv', '9', 'OriAgv', '车头方向', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('390', 'acs-TBaseAgvmileage', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('391', 'acs-TBaseAgvmileage', 'text', 'StrAgvNo', '4', 'StrAgvNo', 'AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('392', 'acs-TBaseAgvmileage', 'text', 'Startpoint', '5', 'Startpoint', '起始RFID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('393', 'acs-TBaseAgvmileage', 'text', 'Endpoint', '6', 'Endpoint', '目标RFID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('394', 'acs-TBaseAgvmileage', 'text', 'Mileage', '7', 'Mileage', '里程', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('395', 'acs-TBaseAgvmileage', 'text', 'Starttime', '8', 'Starttime', '开始时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('396', 'acs-TBaseAgvmileage', 'text', 'Endtime', '9', 'Endtime', '结束时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('397', 'acs-TBaseAgvmileage', 'text', 'Taskno', '10', 'Taskno', '任务ID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('398', 'acs-TBaseAgvmileage', 'text', 'Groupname', '11', 'Groupname', '任务群组', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('399', 'acs-TSonTask', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('400', 'acs-TSonTask', 'text', 'IntSerialNo', '4', 'IntSerialNo', '顺序号', '90', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('401', 'acs-TSonTask', 'text', 'IntSonTaskNo', '5', 'IntSonTaskNo', '子任务编号', '105', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('402', 'acs-TSonTask', 'text', 'StrTaskNo', '6', 'StrTaskNo', '任务编号', '130', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('403', 'acs-TSonTask', 'text', 'SonTaskType', '7', 'SonTaskType', '子任务类型', '130', null, null, '0', '0', '1', '', '<script> {{# return GetLabel(\'SonTaskType\', \'DictValue\', \'DictLabel\', d.SonTaskType) }} </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('404', 'acs-TSonTask', 'text', 'StartPoint', '8', 'StartPoint', '起点', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('405', 'acs-TSonTask', 'text', 'EndPoint', '9', 'EndPoint', '目标', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('406', 'acs-TSonTask', 'text', 'ChargeLength', '10', 'ChargeLength', '充电距离', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('407', 'acs-TSonTask', 'text', 'WaitTime', '11', 'WaitTime', '等待时间', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('408', 'acs-TSonTask', 'switch', 'IsCarry', '12', 'IsCarry', '载货', '80', null, null, '0', '0', '1', '<script> {{# if(d.IsCarry) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsCarry) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('409', 'acs-TSonTask', 'text', 'TaskRequestType', '13', 'TaskRequestType', '子任务询问类型', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('410', 'acs-TSonTask', 'text', 'DialDirection', '14', 'DialDirection', '方向', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('411', 'acs-TSonTask', 'text', 'AgvDirection', '15', 'AgvDirection', 'AGV方向', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('412', 'acs-TSonTask', 'text', 'SonTaskState', '16', 'SonTaskState', '子任务状态', '130', null, null, '0', '0', '1', '', '<script> {{# return GetLabel(\'SonTaskState\', \'DictValue\', \'DictLabel\', d.SonTaskState) }} </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('413', 'acs-TSonTask', 'text', 'StrBeginTime', '17', 'StrBeginTime', '开始时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('414', 'acs-TSonTask', 'text', 'StrEndTime', '18', 'StrEndTime', '结束时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('415', 'acs-TSonTaskRecord', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('416', 'acs-TSonTaskRecord', 'text', 'IntSerialNo', '4', 'IntSerialNo', '顺序号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('417', 'acs-TSonTaskRecord', 'text', 'IntSonTaskNo', '5', 'IntSonTaskNo', '子任务编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('418', 'acs-TSonTaskRecord', 'text', 'StrTaskNo', '6', 'StrTaskNo', '任务编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('419', 'acs-TSonTaskRecord', 'text', 'SonTaskType', '7', 'SonTaskType', '子任务类型', '150', null, null, '0', '0', '1', '', '<script> {{# return GetLabel(\'SonTaskType\', \'DictValue\', \'DictLabel\', d.SonTaskType) }} </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('420', 'acs-TSonTaskRecord', 'text', 'StartPoint', '8', 'StartPoint', '起点', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('421', 'acs-TSonTaskRecord', 'text', 'EndPoint', '9', 'EndPoint', '目标', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('422', 'acs-TSonTaskRecord', 'text', 'ChargeLength', '10', 'ChargeLength', '充电距离', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('423', 'acs-TSonTaskRecord', 'text', 'WaitTime', '11', 'WaitTime', '等待时间', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('424', 'acs-TSonTaskRecord', 'switch', 'IsCarry', '12', 'IsCarry', '是否载货', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsCarry) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsCarry) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('425', 'acs-TSonTaskRecord', 'text', 'TaskRequestType', '13', 'TaskRequestType', '子任务询问类型', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('426', 'acs-TSonTaskRecord', 'text', 'DialDirection', '14', 'DialDirection', '方向', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('427', 'acs-TSonTaskRecord', 'text', 'AgvDirection', '15', 'AgvDirection', 'AGV方向', '150', null, null, '1', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('428', 'acs-TSonTaskRecord', 'text', 'SonTaskState', '16', 'SonTaskState', '子任务状态', '150', null, null, '0', '0', '1', '', '<script> {{# return GetLabel(\'SonTaskState\', \'DictValue\', \'DictLabel\', d.SonTaskState) }} </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('429', 'acs-TSonTaskRecord', 'text', 'StrBeginTime', '17', 'StrBeginTime', '开始时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('430', 'acs-TSonTaskRecord', 'text', 'StrEndTime', '18', 'StrEndTime', '结束时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('431', 'acs-TTask', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('432', 'acs-TTask', 'text', 'StrTaskNo', '4', 'StrTaskNo', '任务编号', '150', null, null, '0', '0', '1', '#ShowTSonTask', '#ShowTSonTask', 'TSonTask', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('433', 'acs-TTask', 'text', 'StrTaskID', '5', 'StrTaskID', '任务ID', '100', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('434', 'acs-TTask', 'text', 'StrTaskGroup', '6', 'StrTaskGroup', 'AGV类型', '100', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('435', 'acs-TTask', 'text', 'IntTaskLevel', '7', 'IntTaskLevel', '等级', '80', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('436', 'acs-TTask', 'text', 'StrTaskBarcode', '8', 'StrTaskBarcode', '托盘号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('437', 'acs-TTask', 'text', 'StrInitial', '9', 'StrInitial', '起始', '100', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('438', 'acs-TTask', 'text', 'StrTarget', '10', 'StrTarget', '目标', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('439', 'acs-TTask', 'text', 'StartPoint', '11', 'StartPoint', '起点', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('440', 'acs-TTask', 'text', 'EndPoint', '12', 'EndPoint', '终点', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('441', 'acs-TTask', 'text', 'StrAcceptTime', '13', 'StrAcceptTime', '任务接收时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('442', 'acs-TTask', 'switch', 'IsTaskSubmit', '14', 'IsTaskSubmit', '任务提交', '100', null, null, '0', '0', '1', '<script>{{# return GetLabel(\'IsTaskSubmit\', \'DictValue\', \'DictLabel\', d.IsTaskSubmit) }}<\\script>', '<script>{{# return GetLabel(\'IsTaskSubmit\', \'DictValue\', \'DictLabel\', d.IsTaskSubmit) }}<\\script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('443', 'acs-TTask', 'text', 'StrTaskAgv', '15', 'StrTaskAgv', '任务AGV', '100', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('444', 'acs-TTask', 'text', 'StrBeginTime', '16', 'StrBeginTime', '任务开始时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('445', 'acs-TTask', 'text', 'StrEndTime', '17', 'StrEndTime', '任务结束时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('446', 'acs-TTask', 'text', 'TaskErrMsg', '18', 'TaskErrMsg', '错误信息', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('447', 'acs-TTask', 'text', 'StrTaskState', '19', 'StrTaskState', '任务状态', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('448', 'acs-TTask', 'text', 'Direction', '20', 'Direction', '方向', '80', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('449', 'acs-TTask', 'text', 'AgvErrorCode', '21', 'AgvErrorCode', '错误代码', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('450', 'acs-TTaskRecord', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('451', 'acs-TTaskRecord', 'text', 'StrTaskNo', '4', 'StrTaskNo', '任务编号', '150', null, null, '0', '0', '1', '#ShowTSonTaskRecord', '#ShowTSonTaskRecord', 'TSonTaskRecord', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('452', 'acs-TTaskRecord', 'text', 'StrTaskID', '5', 'StrTaskID', '任务ID', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('453', 'acs-TTaskRecord', 'text', 'StrTaskGroup', '6', 'StrTaskGroup', 'AGV类型', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('454', 'acs-TTaskRecord', 'text', 'IntTaskLevel', '7', 'IntTaskLevel', '等级', '80', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('455', 'acs-TTaskRecord', 'text', 'StrTaskBarcode', '8', 'StrTaskBarcode', '托盘号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('456', 'acs-TTaskRecord', 'text', 'StrInitial', '9', 'StrInitial', '起始', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('457', 'acs-TTaskRecord', 'text', 'StrTarget', '10', 'StrTarget', '目标', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('458', 'acs-TTaskRecord', 'text', 'StartPoint', '11', 'StartPoint', '起点', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('459', 'acs-TTaskRecord', 'text', 'EndPoint', '12', 'EndPoint', '终点', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('460', 'acs-TTaskRecord', 'text', 'StrAcceptTime', '13', 'StrAcceptTime', '任务接收时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('461', 'acs-TTaskRecord', 'switch', 'IsTaskSubmit', '14', 'IsTaskSubmit', '任务提交', '100', null, null, '0', '0', '1', '<script>{{# return GetLabel(\'IsTaskSubmit\', \'DictValue\', \'DictLabel\', d.IsTaskSubmit) }}<\\script>', '<script>{{# return GetLabel(\'IsTaskSubmit\', \'DictValue\', \'DictLabel\', d.IsTaskSubmit) }}<\\script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('462', 'acs-TTaskRecord', 'text', 'StrTaskAgv', '15', 'StrTaskAgv', '任务AGV', '100', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('463', 'acs-TTaskRecord', 'text', 'StrBeginTime', '16', 'StrBeginTime', '任务开始时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('464', 'acs-TTaskRecord', 'text', 'StrEndTime', '17', 'StrEndTime', '任务结束时间', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('465', 'acs-TTaskRecord', 'text', 'TaskErrMsg', '18', 'TaskErrMsg', '错误信息', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('466', 'acs-TTaskRecord', 'text', 'StrTaskState', '19', 'StrTaskState', '任务状态', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('467', 'acs-TTaskRecord', 'text', 'Direction', '20', 'Direction', '方向', '80', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('468', 'acs-TTaskRecord', 'text', 'AgvErrorCode', '21', 'AgvErrorCode', '错误代码', '150', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('469', 'acs-TBaseAgvState', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('470', 'acs-TBaseAgvState', 'text', 'AgvNo', '4', 'AgvNo', 'AGV编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('471', 'acs-TBaseAgvState', 'text', 'AgvState', '5', 'AgvState', 'AGV状态', '150', null, null, '0', '0', '1', '<script> {{# if(d.AgvState == 10) { }} Auto No Barcode {{# } else if(d.AgvState == 11) { }} Auto No Task {{# } else if(d.AgvState == 12) { }} Auto NotRead Barcode {{# } else if(d.AgvState == 13) { }} Busy {{# } else if(d.AgvState == 14) { }} Charging {{# } else if(d.AgvState == 15) { }} Offline {{# } else if(d.AgvState == 20) { }} Handel No Barcode {{# } else if(d.AgvState == 21) { }} Handel Has Barcode {{# } else { }} {{ d.AgvState }} {{# }}}({{= d.AgvState }}) </script>', '<script> {{# if(d.AgvState == 10) { }} 自动无码 {{# } else if(d.AgvState == 11) { }} 自动空闲 {{# } else if(d.AgvState == 12) { }} 自动歪码 {{# } else if(d.AgvState == 13) { }} 忙碌 {{# } else if(d.AgvState == 14) { }} 充电中 {{# } else if(d.AgvState == 15) { }} 离线 {{# } else if(d.AgvState == 20) { }} 手动无码 {{# } else if(d.AgvState == 21) { }} 手动有码 {{# } else { }} {{ d.AgvState }} {{# }}}({{= d.AgvState }}) </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('472', 'acs-TBaseAgvState', 'text', 'StartTime', '6', 'StartTime', '开始时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('473', 'acs-TBaseAgvState', 'text', 'EndTime', '7', 'EndTime', '结束时间', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('474', 'acs-TBaseAgv', 'text', 'ErrorTime', '17', 'ErrorTime', '错误时间', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-20 09:35:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('475', 'acs-TBasePathPoint', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('476', 'acs-TBasePathPoint', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('477', 'acs-TBasePathPoint', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('478', 'acs-TBasePathPoint', 'text', 'AreaType', '4', 'AreaType', '区域', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('479', 'acs-TBasePathPoint', 'text', 'IntSonTaskNo', '5', 'IntSonTaskNo', '子任务编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('480', 'acs-TBasePathPoint', 'text', 'StrBarcode', '6', 'StrBarcode', 'RFID', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('481', 'acs-TBasePathPoint', 'text', 'IntSerialNo', '7', 'IntSerialNo', '顺序号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('482', 'acs-TBasePathPoint', 'text', 'PathDirection', '8', 'PathDirection', '方向', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('483', 'acs-TBasePathPoint', 'text', 'PathPointType', '9', 'PathPointType', '点类型', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('484', 'acs-TBasePathPoint', 'switch', 'IsCorner', '10', 'IsCorner', '是否拐点', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsCorner) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsCorner) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 11:39:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('485', 'acs-TBaseChargingPile', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('486', 'acs-TBaseChargingPile', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-20 09:22:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('487', 'acs-TBaseChargingPile', 'text', 'Id', '3', 'ID', '编号', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('488', 'acs-TBaseChargingPile', 'text', 'StationType', '4', 'StationType', '站台类型', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:05:13', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('489', 'acs-TBaseChargingPile', 'text', 'StationArea', '5', 'StationArea', '地图', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:07:18', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('490', 'acs-TBaseChargingPile', 'text', 'StationGroup', '6', 'StationGroup', '站台群组', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:05:45', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('491', 'acs-TBaseChargingPile', 'text', 'StationOri', '7', 'StationOri', '方向', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:06:43', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('492', 'acs-TBaseChargingPile', 'text', 'StationLength', '8', 'StationLength', '距离', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:06:48', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('493', 'acs-TBaseChargingPile', 'switch', 'IsEnable', '9', 'IsEnable', '是否启用', '150', null, null, '0', '0', '1', '#IsEnableUs', '#IsEnableCn', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:09:53', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('494', 'acs-TBaseChargingPile', 'switch', 'IsLocked', '10', 'IsLocked', '是否锁定', '150', null, null, '0', '0', '1', '#IsLockedUs', '#IsLockedCn', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:16:20', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('495', 'acs-TBaseChargingPile', 'text', 'StrBarcode', '11', 'StrBarcode', '站台码值', '150', null, null, '0', '0', '1', null, null, null, '1', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:12:17', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('496', 'acs-TBaseChargingPile', 'text', 'StrPreBarcode', '12', 'StrPreBarcode', '站台附属点', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:05:58', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('497', 'acs-TBaseChargingPile', 'text', 'StrStationNo', '4', 'StrStationNo', '站台名称', '150', null, null, '0', '0', '1', null, null, null, '1', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-20 09:35:57', 'System', '2020-04-30 14:05:36', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('498', 'base-SysDept', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('499', 'base-SysDept', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('500', 'base-SysDept', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('502', 'base-SysDept', 'text', 'Name', '4', 'Name', '部门名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('509', 'base-SysDept', 'text', 'SortNo', '7', 'SortNo', '排序号', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('510', 'base-SysDept', 'text', 'ParentId', '15', 'ParentId', '父级Id', '150', null, null, '1', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('511', 'base-SysDept', 'text', 'CreateTime', '16', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('512', 'base-SysDept', 'text', 'CreateBy', '17', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('513', 'base-SysDept', 'text', 'UpdateTime', '18', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('514', 'base-SysDept', 'text', 'UpdateBy', '19', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:05:38', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('515', 'base-SysDept', 'text', 'CascadeId', '5', 'CascadeId', '层级ID', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:43:27', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('516', 'base-SysDept', 'text', 'ParentName', '8', 'ParentName', '父节点名称', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:43:27', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('519', 'base-SysDept', 'text', 'IconName', '12', 'IconName', '图标', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 12:43:27', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('521', 'base-SysModule', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:51', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('522', 'base-SysModule', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:51', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('523', 'base-SysModule', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('524', 'base-SysModule', 'text', 'CascadeId', '4', 'CascadeId', '分支Id', '150', null, null, '1', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('525', 'base-SysModule', 'text', 'Name', '5', 'Name', '模块名称', '120', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('526', 'base-SysModule', 'text', 'NameUs', '6', 'Nameus', '英文名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('527', 'base-SysModule', 'text', 'Url', '7', 'Url', 'URL地址', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('528', 'base-SysModule', 'text', 'IconName', '8', 'IconName', '图标', '70', null, null, '0', '0', '0', '#iconTpl', '#iconTpl', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('530', 'base-SysModule', 'text', 'ParentName', '13', 'ParentName', '所属模块', '120', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('531', 'base-SysModule', 'text', 'SortNo', '11', 'SortNo', '排序号', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('532', 'base-SysModule', 'text', 'ParentId', '12', 'ParentId', '父级Id', '150', null, null, '1', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('533', 'base-SysModule', 'text', 'Code', '14', 'Code', '模块标识', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('534', 'base-SysModule', 'switch', 'IsShow', '10', 'IsShow', '显示', '80', null, null, '0', '0', '1', '<script> {{# if(d.IsShow) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsShow) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('535', 'base-SysModule', 'text', 'CreateTime', '15', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('536', 'base-SysModule', 'text', 'CreateBy', '16', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('537', 'base-SysModule', 'text', 'UpdateTime', '17', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('538', 'base-SysModule', 'text', 'UpdateBy', '18', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('539', 'base-SysModuleElement', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('540', 'base-SysModuleElement', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('541', 'base-SysModuleElement', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('542', 'base-SysModuleElement', 'text', 'DomId', '4', 'DomId', '元素Id', '130', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('543', 'base-SysModuleElement', 'text', 'Name', '5', 'Name', '菜单名称', '100', null, null, '0', '0', '0', '#menuTpl', '#menuTpl', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('544', 'base-SysModuleElement', 'text', 'Nameus', '6', 'Nameus', '菜单英文', '100', null, null, '0', '0', '0', '#menuTplUs', '#menuTplUs', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('545', 'base-SysModuleElement', 'text', 'Script', '7', 'Script', '脚本', '150', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('546', 'base-SysModuleElement', 'text', 'Icon', '8', 'Icon', '图标', '150', null, null, '1', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('547', 'base-SysModuleElement', 'text', 'Class', '9', 'Class', '样式', '150', null, null, '1', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('548', 'base-SysModuleElement', 'text', 'Remark', '10', 'Remark', '中文备注', '120', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('549', 'base-SysModuleElement', 'text', 'Remarkus', '11', 'Remarkus', '英文备注', '120', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('550', 'base-SysModuleElement', 'text', 'Sort', '12', 'Sort', '排序', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('551', 'base-SysModuleElement', 'text', 'ModuleId', '13', 'ModuleId', '模组Id', '150', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('552', 'base-SysModuleElement', 'text', 'AreaMenus', '14', 'AreaMenus', '区域', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('553', 'base-SysModuleElement', 'text', 'CreateTime', '15', 'CreateTime', '创建时间', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('554', 'base-SysModuleElement', 'text', 'CreateBy', '16', 'CreateBy', '创建用户', '100', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('555', 'base-SysModuleElement', 'text', 'UpdateTime', '17', 'UpdateTime', '更新时间', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('556', 'base-SysModuleElement', 'text', 'UpdateBy', '18', 'UpdateBy', '更新用户', '100', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('557', 'base-SysModule', 'toolbar', 'ToolBar1', '19', 'Operate', '操作', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', '#barListCn', '#barListUs', '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('562', 'base-SysI18nTable', 'text', 'SwitchtextUs', '26', 'SwitchtextUs', 'switch控件文本英文', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 09:01:10', 'System', '2020-04-30 09:02:53', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('563', 'base-SysI18nTable', 'text', 'SwitchvalueUs', '27', 'SwitchvalueUs', 'switch控件默认值英文', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 09:01:10', 'System', '2020-04-30 09:02:59', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('564', 'base-SysI18nTable', 'text', 'SwitchtextCn', '29', 'SwitchtextCn', 'switch控件文本中文', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 09:01:10', 'System', '2020-04-30 09:03:07', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('565', 'base-SysI18nTable', 'text', 'SwitchvalueCn', '30', 'SwitchvalueCn', 'switch控件默认值中文', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 09:01:10', 'System', '2020-04-30 09:03:16', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('566', 'base-SysI18nTable', 'text', 'ToolbarCn', '31', 'ToolbarCn', '工具栏列', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 09:01:10', 'System', '2020-04-30 09:03:59', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('567', 'base-SysI18nTable', 'text', 'ToolbarUs', '32', 'ToolbarUs', '英文工具栏', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-22 09:01:10', 'System', '2020-04-30 09:04:05', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('568', 'base-SysUser', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:13', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('569', 'base-SysUser', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:13', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('570', 'base-SysUser', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('571', 'base-SysUser', 'text', 'Account', '4', 'Account', '账号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('572', 'base-SysUser', 'text', 'Password', '5', 'Password', '密码', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('573', 'base-SysUser', 'text', 'Name', '6', 'Name', '英文名', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('574', 'base-SysUser', 'switch', 'Sex', '7', 'Sex', '性别', '80', null, null, '1', '0', '1', '<script> {{# if(d.Sex) { }} male {{# } else { }} female {{# }}} </script>', '<script> {{# if(d.Sex) { }} 男 {{# } else { }} 女 {{# }}} </script>', '', '0', '1', null, null, null, null, '1', 'male|female', 'female', '男|女', '女', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('575', 'base-SysUser', 'switch', 'Status', '8', 'Status', '启用', '80', null, null, '0', '0', '1', '<script> {{# if(d.Status) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Status) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-22 15:55:14', 'System', '2020-04-30 10:18:36', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('576', 'base-SysUser', 'text', 'Expirydate', '9', 'Expirydate', '有效期', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('577', 'base-SysUser', 'switch', 'IsAssignRole', '10', 'IsAssignRole', '是否已分配角色', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsAssignRole) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsAssignRole) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '0', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('578', 'base-SysUser', 'switch', 'IsAssignModule', '11', 'IsAssignModule', '是否已分配模块', '150', null, null, '1', '0', '1', '<script> {{# if(d.IsAssignModule) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsAssignModule) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '0', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('579', 'base-SysUser', 'text', 'CreateTime', '12', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('580', 'base-SysUser', 'text', 'CreateBy', '13', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('581', 'base-SysUser', 'text', 'UpdateTime', '14', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('582', 'base-SysUser', 'text', 'UpdateBy', '15', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-22 15:55:14', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('583', 'base-SysRole', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('584', 'base-SysRole', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('585', 'base-SysRole', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('586', 'base-SysRole', 'text', 'Name', '4', 'Name', '角色名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('587', 'base-SysRole', 'switch', 'Status', '6', 'Status', '启用', '150', null, null, '0', '0', '1', '<script> {{# if(d.Status) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Status) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('588', 'base-SysRole', 'switch', 'IsAssignModule', '5', 'IsAssignModule', '是否已分配模块', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsAssignModule) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsAssignModule) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '0', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('589', 'base-SysRole', 'text', 'CreateTime', '7', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('590', 'base-SysRole', 'text', 'CreateBy', '8', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('591', 'base-SysRole', 'text', 'UpdateTime', '9', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('592', 'base-SysRole', 'text', 'UpdateBy', '10', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('599', 'base-SysModuleAssign', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('600', 'base-SysModuleAssign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('601', 'base-SysModuleAssign', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('602', 'base-SysModuleAssign', 'text', 'DomId', '4', 'DomId', '元素Id', '130', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('603', 'base-SysModuleAssign', 'text', 'Name', '5', 'Name', '菜单名称', '100', null, null, '0', '0', '0', '#menuTpl', '#menuTpl', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('604', 'base-SysModuleAssign', 'text', 'Nameus', '6', 'Nameus', '菜单英文', '100', null, null, '0', '0', '0', '#menuTplUs', '#menuTplUs', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('605', 'base-SysModuleAssign', 'text', 'Script', '7', 'Script', '脚本', '150', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('606', 'base-SysModuleAssign', 'text', 'Icon', '8', 'Icon', '图标', '150', null, null, '1', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('607', 'base-SysModuleAssign', 'text', 'Class', '9', 'Class', '样式', '150', null, null, '1', '0', '0', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('608', 'base-SysModuleAssign', 'text', 'Remark', '10', 'Remark', '中文备注', '120', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('609', 'base-SysModuleAssign', 'text', 'Remarkus', '11', 'Remarkus', '英文备注', '120', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('610', 'base-SysModuleAssign', 'text', 'Sort', '12', 'Sort', '排序', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('611', 'base-SysModuleAssign', 'text', 'ModuleId', '13', 'ModuleId', '模组Id', '150', null, null, '1', '0', '0', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('612', 'base-SysModuleAssign', 'text', 'AreaMenus', '14', 'AreaMenus', '区域', '80', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('613', 'base-SysModuleAssign', 'text', 'CreateTime', '15', 'CreateTime', '创建时间', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('614', 'base-SysModuleAssign', 'text', 'CreateBy', '16', 'CreateBy', '创建用户', '100', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('615', 'base-SysModuleAssign', 'text', 'UpdateTime', '17', 'UpdateTime', '更新时间', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('616', 'base-SysModuleAssign', 'text', 'UpdateBy', '18', 'UpdateBy', '更新用户', '100', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-21 16:50:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('617', 'base-SysRoleAssign', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('618', 'base-SysRoleAssign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('619', 'base-SysRoleAssign', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('620', 'base-SysRoleAssign', 'text', 'Name', '4', 'Name', '角色名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('621', 'base-SysRoleAssign', 'switch', 'Status', '6', 'Status', '启用', '150', null, null, '0', '0', '1', '<script> {{# if(d.Status) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Status) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('622', 'base-SysRoleAssign', 'switch', 'IsAssignModule', '5', 'IsAssignModule', '是否已分配模块', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsAssignModule) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsAssignModule) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '0', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-23 14:33:35', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('623', 'base-SysRoleAssign', 'text', 'CreateTime', '7', 'CreateTime', '创建时间', '150', null, null, '1', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, 'layui-date', null, null, '2020-04-23 14:33:35', 'System', '2020-04-23 18:10:46', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('624', 'base-SysRoleAssign', 'text', 'CreateBy', '8', 'CreateBy', '创建用户', '100', null, null, '1', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-23 14:33:35', 'System', '2020-04-23 18:10:51', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('625', 'base-SysRoleAssign', 'text', 'UpdateTime', '9', 'UpdateTime', '更新时间', '150', null, null, '1', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, 'layui-date', null, null, '2020-04-23 14:33:35', 'System', '2020-04-23 18:10:55', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('626', 'base-SysRoleAssign', 'text', 'UpdateBy', '10', 'UpdateBy', '更新用户', '100', null, null, '1', '0', '1', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, '2020-04-23 14:33:35', 'System', '2020-04-23 18:10:59', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('627', 'job-SysJob', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('628', 'job-SysJob', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('629', 'job-SysJob', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('630', 'job-SysJob', 'text', 'JobName', '4', 'JobName', '任务名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('631', 'job-SysJob', 'text', 'JobGroup', '5', 'JobGroup', '任务组名', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('632', 'job-SysJob', 'select', 'MethodName', '6', 'MethodName', '任务方法', '150', null, null, '0', '0', '1', '<script> {{# return GetLabel(\'MethodName\', \'DictValue\', \'DictLabel\', d.MethodName) }} </script>', '<script> {{# return GetLabel(\'MethodName\', \'DictValue\', \'DictLabel\', d.MethodName) }} </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('633', 'job-SysJob', 'text', 'MethodParams', '7', 'MethodParams', '参数', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('634', 'job-SysJob', 'text', 'CronExpression', '8', 'CronExpression', 'cron表达式', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('635', 'job-SysJob', 'text', 'LastFireTime', '9', 'LastFireTime', '触发时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('636', 'job-SysJob', 'text', 'NextFireTime', '10', 'NextFireTime', '下次触发', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('637', 'job-SysJob', 'text', 'MisfirePolicy', '11', 'MisfirePolicy', '错误策略', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('638', 'job-SysJob', 'text', 'Status', '12', 'Status', '停用', '150', null, null, '0', '0', '1', '<script> {{# return GetLabel(\'Status\', \'DictValue\', \'DictLabel\', d.Status) }} </script>', '<script> {{# return GetLabel(\'Status\', \'DictValue\', \'DictLabel\', d.Status) }} </script>', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('639', 'job-SysJob', 'text', 'Remark', '13', 'Remark', '备注信息', '150', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('640', 'job-SysJob', 'text', 'CreateTime', '14', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('641', 'job-SysJob', 'text', 'CreateBy', '15', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('642', 'job-SysJob', 'text', 'UpdateTime', '16', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('643', 'job-SysJob', 'text', 'UpdateBy', '17', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 13:34:24', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('644', 'log-SysInterfaceLog', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('645', 'log-SysInterfaceLog', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('646', 'log-SysInterfaceLog', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('647', 'log-SysInterfaceLog', 'text', 'Type', '4', 'Type', '类型:接收/发送', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('648', 'log-SysInterfaceLog', 'text', 'System', '5', 'System', '系统', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('649', 'log-SysInterfaceLog', 'text', 'Method', '6', 'Method', '方法', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('650', 'log-SysInterfaceLog', 'text', 'Server', '7', 'Server', '服务器', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('651', 'log-SysInterfaceLog', 'text', 'Path', '8', 'Path', '路径', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('652', 'log-SysInterfaceLog', 'select', 'ActionName', '9', 'ActionName', '调用方法', '150', null, null, '0', '0', '1', '<script> {{# return GetLabel(\'ActionName\', \'DictValue\', \'DictLabel\', d.ActionName) }} </script>', '<script> {{# return GetLabel(\'ActionName\', \'DictValue\', \'DictLabel\', d.ActionName) }} </script>', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('653', 'log-SysInterfaceLog', 'text', 'QueryString', '10', 'QueryString', '查询字符串', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('654', 'log-SysInterfaceLog', 'select', 'ApiGroup', '11', 'ApiGroup', 'Api控制器', '150', null, null, '0', '0', '1', '<script> {{# return GetLabel(\'ApiGroup\', \'DictValue\', \'DictLabel\', d.ApiGroup) }} </script>', '<script> {{# return GetLabel(\'ApiGroup\', \'DictValue\', \'DictLabel\', d.ApiGroup) }} </script>', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('655', 'log-SysInterfaceLog', 'text', 'Request', '12', 'Request', '请求', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('656', 'log-SysInterfaceLog', 'text', 'Response', '13', 'Response', '响应', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('657', 'log-SysInterfaceLog', 'text', 'TotalMilliseconds', '14', 'TotalMilliseconds', '耗时(毫秒)', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumDecText', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('658', 'log-SysInterfaceLog', 'text', 'LogTime', '15', 'LogTime', '日志时间', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('659', 'log-SysInterfaceLog', 'text', 'Name', '16', 'Name', '用户名', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('660', 'log-SysInterfaceLog', 'text', 'Ip', '17', 'Ip', 'Ip地址', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('661', 'log-SysInterfaceLog', 'text', 'Browser', '18', 'Browser', '浏览器', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('662', 'log-SysInterfaceLog', 'select', 'Result', '19', 'Result', '结果', '150', null, null, '0', '0', '1', '<script> {{# return GetLabel(\'Result\', \'DictValue\', \'DictLabel\', d.Result) }} </script>', '<script> {{# return GetLabel(\'Result\', \'DictValue\', \'DictLabel\', d.Result) }} </script>', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('663', 'log-SysInterfaceLog', 'text', 'Flag', '20', 'Flag', '重发标识', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('664', 'log-SysInterfaceLog', 'text', 'CreateTime', '21', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('665', 'log-SysInterfaceLog', 'text', 'CreateBy', '22', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('666', 'log-SysInterfaceLog', 'text', 'UpdateTime', '23', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('667', 'log-SysInterfaceLog', 'text', 'UpdateBy', '24', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:20', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('668', 'log-SysJobLog', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('669', 'log-SysJobLog', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('670', 'log-SysJobLog', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('671', 'log-SysJobLog', 'text', 'JobName', '4', 'JobName', '任务名称', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('672', 'log-SysJobLog', 'text', 'JobGroup', '5', 'JobGroup', '任务组名', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('673', 'log-SysJobLog', 'text', 'MethodName', '6', 'MethodName', '任务方法', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('674', 'log-SysJobLog', 'text', 'MethodParams', '7', 'MethodParams', '参数', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('675', 'log-SysJobLog', 'text', 'JobMessage', '8', 'JobMessage', '日志信息', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('676', 'log-SysJobLog', 'text', 'ExceptionInfo', '9', 'ExceptionInfo', '异常信息', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('677', 'log-SysJobLog', 'text', 'CreateTime', '10', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('678', 'log-SysJobLog', 'text', 'CreateBy', '11', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('679', 'log-SysJobLog', 'text', 'UpdateTime', '12', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('680', 'log-SysJobLog', 'text', 'UpdateBy', '13', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:26', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('681', 'log-SysLoginLog', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('682', 'log-SysLoginLog', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('683', 'log-SysLoginLog', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('684', 'log-SysLoginLog', 'text', 'Token', '4', 'Token', '用户会话id', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('685', 'log-SysLoginLog', 'text', 'Account', '5', 'Account', '登录账号', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('686', 'log-SysLoginLog', 'text', 'Name', '6', 'Name', '用户名', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('687', 'log-SysLoginLog', 'text', 'Ipaddr', '7', 'Ipaddr', '登录IP地址', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('688', 'log-SysLoginLog', 'text', 'Browser', '8', 'Browser', '浏览器', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('689', 'log-SysLoginLog', 'text', 'LoginTime', '9', 'LoginTime', '登录时间', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('690', 'log-SysLoginLog', 'text', 'CreateTime', '10', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('691', 'log-SysLoginLog', 'text', 'CreateBy', '11', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('692', 'log-SysLoginLog', 'text', 'UpdateTime', '12', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('693', 'log-SysLoginLog', 'text', 'UpdateBy', '13', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:34', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('694', 'log-SysOperLog', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('695', 'log-SysOperLog', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('696', 'log-SysOperLog', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('697', 'log-SysOperLog', 'text', 'Url', '4', 'Url', '地址', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('698', 'log-SysOperLog', 'text', 'OperType', '5', 'OperType', 'OperType', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('699', 'log-SysOperLog', 'text', 'Method', '6', 'Method', '方法', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('700', 'log-SysOperLog', 'text', 'Request', '7', 'Request', '请求', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('701', 'log-SysOperLog', 'text', 'Parameter', '8', 'Parameter', '参数', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('702', 'log-SysOperLog', 'text', 'Response', '9', 'Response', '响应', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('703', 'log-SysOperLog', 'text', 'TotalMilliseconds', '10', 'TotalMilliseconds', '耗时(毫秒)', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'NumDecText', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('704', 'log-SysOperLog', 'text', 'LogTime', '11', 'LogTime', '日志时间', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('705', 'log-SysOperLog', 'text', 'Name', '12', 'Name', '用户名', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('706', 'log-SysOperLog', 'text', 'Ip', '13', 'Ip', 'Ip', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('707', 'log-SysOperLog', 'text', 'CreateTime', '14', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('708', 'log-SysOperLog', 'text', 'CreateBy', '15', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('709', 'log-SysOperLog', 'text', 'UpdateTime', '16', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('710', 'log-SysOperLog', 'text', 'UpdateBy', '17', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:42', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('711', 'log-SysUserOnline', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('712', 'log-SysUserOnline', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('713', 'log-SysUserOnline', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('714', 'log-SysUserOnline', 'text', 'Token', '4', 'Token', '用户会话id', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('715', 'log-SysUserOnline', 'text', 'Account', '5', 'Account', '登录账号', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('716', 'log-SysUserOnline', 'text', 'Name', '6', 'Name', '部门名称', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('717', 'log-SysUserOnline', 'text', 'Ipaddr', '7', 'Ipaddr', '登录IP地址', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('718', 'log-SysUserOnline', 'text', 'Browser', '8', 'Browser', '浏览器', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('719', 'log-SysUserOnline', 'text', 'LoginTime', '9', 'LoginTime', '登录时间', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('720', 'log-SysUserOnline', 'text', 'LastAccessTime', '10', 'LastAccessTime', '最后访问', '150', null, null, '0', '0', '1', '', '', '', '1', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('721', 'log-SysUserOnline', 'text', 'CreateTime', '11', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('722', 'log-SysUserOnline', 'text', 'CreateBy', '12', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('723', 'log-SysUserOnline', 'text', 'UpdateTime', '13', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('724', 'log-SysUserOnline', 'text', 'UpdateBy', '14', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 16:39:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('725', 'report-ReportDesign', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('726', 'report-ReportDesign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('727', 'report-ReportDesign', 'text', 'Id', '3', 'Id', 'id', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('728', 'report-ReportDesign', 'text', 'Name', '4', 'Name', '名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('729', 'report-ReportDesign', 'textarea', 'Sql', '6', 'Sql', 'sql', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('730', 'report-ReportDesign', 'text', 'Params', '7', 'Params', '参数', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('731', 'report-ReportDesign', 'text', 'Remark', '5', 'Remark', '备注', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('732', 'report-ReportDesign', 'text', 'CreateTime', '8', 'CreateTime', '创建时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('733', 'report-ReportDesign', 'text', 'CreateBy', '9', 'CreateBy', '创建用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('734', 'report-ReportDesign', 'text', 'UpdateTime', '10', 'UpdateTime', '更新时间', '150', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'layui-date', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('735', 'report-ReportDesign', 'text', 'UpdateBy', '11', 'UpdateBy', '更新用户', '100', null, null, '0', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-24 17:24:58', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('736', 'map-MapDesign', 'checkbox', '', '1', '', '', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('737', 'map-MapDesign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('738', 'map-MapDesign', 'text', 'RegionId', '3', 'Path Id', '路段Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('739', 'map-MapDesign', 'text', 'RegionName', '4', 'Path Name', '路段名称', '110', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('740', 'map-MapDesign', 'text', 'RegionPoint1', '5', 'Point1', '点位1', '85', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('741', 'map-MapDesign', 'text', 'RegionPoint2', '6', 'Point2', '点位2', '85', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('742', 'map-MapDesign', 'text', 'RegionPoint3', '7', 'Point3', '避让点', '85', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('743', 'map-MapDesign', 'text', 'RegionPoint1_Id', '8', 'Point1 Id', '点位1Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('744', 'map-MapDesign', 'text', 'RegionPoint2_Id', '9', 'Point2 Id', '点位2Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('745', 'map-MapDesign', 'text', 'RegionPoint3_Id', '10', 'Point3 Id', '避让点Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('746', 'map-MapPreview', 'checkbox', '', '1', '', '', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('747', 'map-MapPreview', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('748', 'map-MapPreview', 'text', 'RegionId', '3', 'Path Id', '路段Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('749', 'map-MapPreview', 'text', 'RegionName', '4', 'Path Name', '路段名称', '110', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('750', 'map-MapPreview', 'text', 'RegionPoint1', '5', 'Point1', '点位1', '85', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('751', 'map-MapPreview', 'text', 'RegionPoint2', '6', 'Point2', '点位2', '85', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('752', 'map-MapPreview', 'text', 'RegionPoint3', '7', 'Point3', '避让点', '85', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('753', 'map-MapPreview', 'text', 'RegionPoint1_Id', '8', 'Point1 Id', '点位1Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('754', 'map-MapPreview', 'text', 'RegionPoint2_Id', '9', 'Point2 Id', '点位2Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('755', 'map-MapPreview', 'text', 'RegionPoint3_Id', '10', 'Point3 Id', '避让点Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('756', 'task-TaskDesign', 'checkbox', '', '1', '', '', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('757', 'task-TaskDesign', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('758', 'task-TaskDesign', 'text', 'Id', '3', 'Id', 'Id', '90', null, null, '1', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('759', 'task-TaskDesign', 'text', 'RFID', '4', 'RFID', 'RFID', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('760', 'task-TaskDesign', 'text', 'Name', '5', 'Point1', '名称', '110', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('761', 'task-TaskDesign', 'text', 'XY', '6', 'Location', '坐标', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('762', 'task-TaskDesign', 'text', 'Action', '7', 'Action', '动作', '80', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('763', 'task-TaskDesign', 'text', 'Sec', '8', 'Wait', '延时', '50', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('764', 'task-TaskDesign', 'text', 'Map', '9', 'Map', '地图', '90', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('776', 'monitor-LoadAgvInfo', 'numbers', '', '1', 'No.', '项次', null, null, null, null, null, '1', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('777', 'monitor-LoadAgvInfo', 'text', 'StrAgvNo', '2', 'Agv No', 'AGV编号', '90', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('778', 'monitor-LoadAgvInfo', 'text', 'AgvState', '3', 'State', '状态', '80', null, null, '0', '0', '0', '<script> {{# if(d.AgvState !== \"\") { }} Error {{# } else if(d.AgvState == 10) { }} Auto No Task {{# } else if(d.AgvState == 11) { }} Auto No Task {{# } else if(d.AgvState == 12) { }} Auto NotRead Barcode {{# } else if(d.AgvState == 13) { }} Busy {{# } else if(d.AgvState == 14) { }} Charging {{# } else if(d.AgvState == 15) { }} Offline {{# } else if(d.AgvState == 20) { }} Handel No Barcode {{# } else if(d.AgvState == 21) { }} Handel Has Barcode {{# } else { }} {{ d.AgvState }} {{# }}} </script>', '<script> {{# if(d.StrAgvError !== \"\") { }} 故障 {{# } else if(d.AgvState == 10) { }} 自动无码 {{# } else if(d.AgvState == 11) { }} 空闲 {{# } else if(d.AgvState == 12) { }} 自动歪码 {{# } else if(d.AgvState == 13) { }} 忙碌 {{# } else if(d.AgvState == 14) { }} 充电 {{# } else if(d.AgvState == 15) { }} 离线 {{# } else if(d.AgvState == 20) { }} 手动无码 {{# } else if(d.AgvState == 21) { }} 手动有码 {{# } else { }} {{ d.AgvState }} {{# }}} </script>', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('779', 'monitor-LoadAgvInfo', 'text', 'Location', '4', 'Location', '位置', '110', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('780', 'monitor-LoadAgvInfo', 'text', 'CurrentCharge', '5', 'Charge', '电量', '80', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('781', 'monitor-LoadAgvInfo', 'text', 'StrAgvError', '6', 'Error', '告警', '80', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('782', 'monitor-LoadAgvInfo', 'text', 'ErrorTime', '7', 'Error Time', '告警开始时间', '150', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('783', 'monitor-LoadAgvInfo', 'text', 'AlertTimes', '8', 'Alert Times', '告警时长', '90', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('784', 'monitor-LoadAgvInfo', 'text', 'AgvHeart', '9', 'Heart', '心跳', '150', null, null, '0', '0', '0', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-04-17 10:53:36', 'System', '2020-04-30 16:01:02', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('785', 'monitor-LoadAgvInfo', 'text', 'Ip', '10', 'Ip', 'IP', '100', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('786', 'monitor-LoadTaskInfo', 'numbers', '', '1', 'No.', '项次', null, null, null, null, null, '0', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('787', 'monitor-LoadTaskInfo', 'text', 'StrTaskNo', '2', 'Task No', '订单号', '130', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('788', 'monitor-LoadTaskInfo', 'text', 'StrTaskID', '3', 'Task ID', '任务ID', '100', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('789', 'monitor-LoadTaskInfo', 'text', 'IsTaskSubmit', '4', 'State', '状态', '100', null, null, '0', '0', '0', '<script> {{# if(d.IsTaskSubmit) { }} Excuting {{# } else { }} Waiting {{# }}} </script>', '<script> {{# if(d.IsTaskSubmit) { }} 执行中 {{# } else { }} 待分配 {{# }}} </script>', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('790', 'monitor-LoadTaskInfo', 'text', 'StrTaskAgv', '5', 'Agv No', 'AGV编号', '100', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('791', 'monitor-LoadTaskInfo', 'text', 'StrTaskBarcode', '6', 'Task Name', '任务名称', '150', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('792', 'monitor-LoadTaskInfo', 'text', 'IntTaskLevel', '7', 'Task Level', '任务等级', '100', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('793', 'monitor-LoadTaskInfo', 'text', 'StrAcceptTime', '8', 'Send Times', '派发时间', '150', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('794', 'monitor-LoadTaskInfo', 'text', 'StrBeginTime', '9', 'Start Time', '任务开始时间', '150', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('795', 'monitor-LoadChargingPileInfo', 'numbers', '', '1', 'No.', '项次', null, null, null, null, null, '0', '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('796', 'monitor-LoadChargingPileInfo', 'text', 'StrStationNo', '2', 'Charging Pile No', '充电桩编号', '160', null, null, '0', '0', '0', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('797', 'monitor-LoadChargingPileInfo', 'text', 'IsEnable', '3', 'State', '状态', null, null, null, '0', '0', '0', '<script> {{# if(d.IsEnable) { }} Enabled {{# } else { }} Disable{{# }}} </script>', '<script> {{# if(d.IsEnable) { }} 启用 {{# } else { }} 屏蔽{{# }}} </script>', '', '0', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-17 10:53:36', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('799', 'task-TTaskAssign-Close', 'text', 'StrTaskAgv', '15', 'Agv No', '分配AGV', '130', null, null, '0', '0', '0', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, null, 'System', '2020-04-30 15:21:41', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('800', 'task-TTaskAssign-Close', 'text', 'StrTaskState', '16', 'Task State', '任务状态', '130', null, null, '0', '0', '0', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, null, 'System', '2020-04-30 15:21:47', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('801', 'task-TTaskAssign-Close', 'text', 'AgvErrorCode', '17', 'Error Code', '故障代码', '130', null, null, '0', '0', '0', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, null, 'System', '2020-04-30 15:21:53', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('802', 'task-TTaskAssign-Close', 'text', 'TaskErrMsg', '18', 'Error Message', '故障信息', '130', null, null, '0', '0', '0', null, null, null, '0', '0', null, null, null, null, null, null, null, null, null, null, null, null, null, 'System', '2020-04-30 15:21:59', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('803', 'acs-TBaseHoister', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('804', 'acs-TBaseHoister', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('805', 'acs-TBaseHoister', 'text', 'Id', '3', 'ID', 'ID', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('806', 'acs-TBaseHoister', 'text', 'EquipNo', '4', 'EquipNo', '设备编号', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('807', 'acs-TBaseHoister', 'text', 'EquipTarget', '5', 'EquipTarget', '设备目标节点', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:16:51', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('808', 'acs-TBaseHoister', 'text', 'EquipState', '6', 'EquipState', '设备状态', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:16:56', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('809', 'acs-TBaseHoister', 'text', 'EquipError', '7', 'EquipError', '设备错误信息', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, 'NumText', null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:04', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('810', 'acs-TBaseHoister', 'text', 'ReadEquipHeart', '8', 'ReadEquipHeart', '设备心跳', '150', null, null, '1', '0', '1', null, null, null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:11', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('811', 'acs-TBaseHoister', 'switch', 'ReadIsEquipGet', '9', 'ReadIsEquipGet', '设备是否可取', '150', null, null, '0', '0', '1', '<script> {{# if(d.ReadIsEquipGet) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.ReadIsEquipGet) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:17', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('812', 'acs-TBaseHoister', 'switch', 'ReadIsEquipPuted', '10', 'ReadIsEquipPuted', '设备放货完成', '150', null, null, '1', '0', '1', '<script> {{# if(d.ReadIsEquipPuted) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.ReadIsEquipPuted) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:22', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('813', 'acs-TBaseHoister', 'switch', 'ReadIsAgvGetConfirm', '11', 'ReadIsAgvGetConfirm', 'AGV取货完成离开确认', '150', null, null, '1', '0', '1', '<script> {{# if(d.ReadIsAgvGetConfirm) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.ReadIsAgvGetConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:26', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('814', 'acs-TBaseHoister', 'switch', 'ReadIsEquipPut', '12', 'ReadIsEquipPut', '设备是否可放', '150', null, null, '0', '0', '1', '<script> {{# if(d.ReadIsEquipPut) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.ReadIsEquipPut) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:33', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('815', 'acs-TBaseHoister', 'switch', 'ReadIsEquipGeted', '13', 'ReadIsEquipGeted', '设备取货完成', '150', null, null, '1', '0', '1', '<script> {{# if(d.ReadIsEquipGeted) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.ReadIsEquipGeted) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:39', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('816', 'acs-TBaseHoister', 'switch', 'ReadIsAgvPutConfirm', '14', 'ReadIsAgvPutConfirm', 'AGV放货完成离开确认', '150', null, null, '1', '0', '1', '<script> {{# if(d.ReadIsAgvPutConfirm) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.ReadIsAgvPutConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:45', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('817', 'acs-TBaseHoister', 'text', 'WriteAgvHeart', '15', 'WriteAgvHeart', 'AGV心跳', '150', null, null, '1', '0', '1', '', null, null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 17:56:49', 'System', '2020-09-17 13:17:49', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('818', 'acs-TBaseHoister', 'switch', 'WriteIsAgvGeting', '16', 'WriteIsAgvGeting', 'AGV取货中', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsAgvGeting) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsAgvGeting) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('819', 'acs-TBaseHoister', 'switch', 'WriteIsAgvGet', '17', 'WriteIsAgvGet', 'AGV取货请求', '150', null, null, '0', '0', '1', '<script> {{# if(d.WriteIsGet) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsAgvGet) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('820', 'acs-TBaseHoister', 'switch', 'WriteIsAgvGeted', '18', 'WriteIsAgvGeted', 'AGV取货完成', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsAgvGeted) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsGetConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('821', 'acs-TBaseHoister', 'switch', 'WriteIsHoisterPutConfirm', '19', 'WriteIsHoisterPutConfirm', '设备放货完成确认', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsHoisterPutConfirm) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsHoisterPutConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('822', 'acs-TBaseHoister', 'switch', 'WriteIsAgvGetConfirm', '20', 'WriteIsAgvGetConfirm', 'AGV取货完成离开', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsAgvGetConfirm) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsAgvGetConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('823', 'acs-TBaseHoister', 'switch', 'WriteIsAgvPut', '21', 'WriteIsAgvPut', 'AGV放货请求', '150', null, null, '0', '0', '1', '<script> {{# if(d.WriteIsAgvPut) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsAgvPut) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('824', 'acs-TBaseHoister', 'switch', 'WriteIsAgvPuted', '22', 'WriteIsAgvPuted', 'AGV放货完成', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsAgvPuted) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsAgvPuted) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('825', 'acs-TBaseHoister', 'switch', 'WriteIsHoisterGetConfirm', '23', 'WriteIsHoisterGetConfirm', '设备取货完成确认', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsHoisterGetConfirm) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsHoisterGetConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('826', 'acs-TBaseHoister', 'switch', 'WriteIsAgvPutConfirm', '24', 'WriteIsAgvPutConfirm', 'AGV放货离开完成', '150', null, null, '1', '0', '1', '<script> {{# if(d.WriteIsAgvPutConfirm) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.WriteIsAgvPutConfirm) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', '', '', null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('827', 'acs-TBaseHoister', 'text', 'EquipAddress', '25', 'EquipAddress', '设备IP地址', '150', null, null, '0', '0', '1', '', '', '', '0', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-09-16 17:56:49', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('828', 'tmiddle-TState', 'checkbox', '', '1', '', '', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-09-16 18:30:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('829', 'tmiddle-TState', 'numbers', '', '2', 'No.', '序号', null, null, null, null, null, null, '', '', '', null, null, '', '', null, null, null, '', '', '', '', '', null, null, '2020-09-16 18:30:21', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('830', 'tmiddle-TState', 'text', 'Id', '3', 'ID', '', '80', null, null, '1', '0', '1', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-09-16 18:30:22', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('831', 'tmiddle-TState', 'text', 'Name', '4', 'Name', '共用区域名称', '150', null, null, '0', '0', '1', '', '', '', '1', '1', '', '', null, null, null, '', '', '', '', '', null, null, '2020-09-16 18:30:22', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('832', 'tmiddle-TState', 'text', 'TaskID', '5', 'TaskID', '任务ID', '150', null, null, '0', '0', '1', null, null, null, '0', '1', null, null, null, null, null, null, null, null, null, null, null, null, '2020-09-16 18:30:22', 'System', '2020-09-16 19:02:10', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('833', 'tmiddle-TState', 'switch', 'FullIN', '6', 'FullIN', '是否满台车', '150', null, null, '0', '0', '1', '<script> {{# if(d.FullIN) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.FullIN) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 18:30:22', 'System', '2020-09-16 19:02:15', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('834', 'tmiddle-TState', 'switch', 'EmptyIN', '7', 'EmptyIN', '是否空台车', '150', null, null, '0', '0', '1', '<script> {{# if(d.EmptyIN) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.EmptyIN) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 18:30:22', 'System', '2020-09-16 19:02:19', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('835', 'tmiddle-TState', 'switch', 'JTIN', '8', 'JTIN', '是否嘉腾在当前区域', '150', null, null, '0', '0', '1', '<script> {{# if(d.JTIN) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.JTIN) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 18:30:22', 'System', '2020-09-16 19:02:25', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('836', 'tmiddle-TState', 'switch', 'HHIN', '9', 'HHIN', '是否华恒在当前区域', '150', null, null, '0', '0', '1', '<script> {{# if(d.HHIN) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.HHIN) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 18:30:22', 'System', '2020-09-16 19:02:29', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('837', 'tmiddle-TState', 'switch', 'TaskBuild', '10', 'TaskBuild', '任务是否创建', '150', null, null, '0', '0', '1', '<script> {{# if(d.TaskBuild) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.TaskBuild) { }} 是 {{# } else { }} 否 {{# }}} </script>', null, '0', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-09-16 18:30:22', 'System', '2020-09-16 19:02:33', 'System');
INSERT INTO `sys_i18n_table_222` VALUES ('838', 'base-SysModule', 'switch', 'Status', '11', 'Status', '快捷', '80', null, null, '0', '0', '1', '<script> {{# if(d.Status) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.Status) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '0', '1', null, null, null, null, '0', 'Yes|No', 'No', '是|否', '否', null, null, null, '2020-04-21 16:50:52', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('839', 'acs-TBasePoint', 'switch', 'IsStop', '26', 'IsStop', '是否驻停', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsStop) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsStop) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('840', 'acs-TBaseDemoPoint', 'switch', 'IsStop', '26', 'IsStop', '是否驻停', '150', null, null, '0', '0', '1', '<script> {{# if(d.IsStop) { }} Yes {{# } else { }} No {{# }}} </script>', '<script> {{# if(d.IsStop) { }} 是 {{# } else { }} 否 {{# }}} </script>', '', '1', '1', null, null, null, null, '1', 'Yes|No', 'No', '是|否', '否', '', null, null, '2020-04-20 09:35:57', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('841', 'acs-TBaseAgv', 'text', 'InStock', '11', 'InStock', '货物状态', '150', null, null, '1', '0', '0', '', '', '', '0', '0', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-03-31 08:00:00', 'System', null, null);
INSERT INTO `sys_i18n_table_222` VALUES ('842', 'acs-TBaseStation', 'select', 'StationState', '14', 'StationState', '站台状态', '150', null, null, '0', '0', '1', '<script> {{# return GetLabel(\'StationState\', \'DictValue\', \'DictLabel\', d.StationState) }} </script>', '<script> {{# return GetLabel(\'StationState\', \'DictValue\', \'DictLabel\', d.StationState) }} </script>', '', '1', '1', '', '', null, null, null, '', '', '', '', 'NumText', null, null, '2020-04-20 09:35:57', 'System', null, null);

-- ----------------------------
-- Table structure for sys_i18n_text
-- ----------------------------
DROP TABLE IF EXISTS `sys_i18n_text`;
CREATE TABLE `sys_i18n_text` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `type` varchar(50) DEFAULT NULL COMMENT '类型',
  `code` varchar(50) DEFAULT NULL COMMENT '代码(页面,消息 )',
  `name` varchar(50) DEFAULT NULL COMMENT '名称',
  `text_us` longtext COMMENT '英文',
  `text_cn` longtext COMMENT '中文',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=426 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='文字国际化';

-- ----------------------------
-- Records of sys_i18n_text
-- ----------------------------
INSERT INTO `sys_i18n_text` VALUES ('1', 'GP', 'TABLE', 'GP_Template', 'export template', '生成模板', '2020-04-16 10:20:50', 'System', '2020-04-17 15:39:41', 'System');
INSERT INTO `sys_i18n_text` VALUES ('2', 'GP', 'TABLE', 'GP_SearchArea', 'search area', '检索区域 - 请输入相关数据查询', '2020-04-16 10:20:50', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('3', 'GP', 'TABLE', 'GP_Query', 'query', '查询', '2020-04-16 10:20:50', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('4', 'GP', 'TABLE', 'GP_Reset', 'reset', '重置', '2020-04-16 10:20:50', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('5', 'GP', 'TABLE', 'GP_Close', 'close', '关闭', '2020-04-16 10:20:50', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('6', 'GP', 'PAGE', 'GP_Submit', 'Submit', '立即提交', '2020-04-23 14:59:14', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('7', 'GP', 'PAGE', 'GP_Reset', 'Reset', '重置', '2020-04-23 14:59:41', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('8', 'PM', 'SysJob', 'EditTitle', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', '2020-04-24 13:56:44', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('9', 'PM', 'SysJob', 'ErrorTitle', 'Error Info', '错误信息', '2020-04-24 13:57:12', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('10', 'PM', 'SysJob', 'ParamsTitle', 'Params Setting', '参数', '2020-04-24 13:57:31', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('11', 'PM', 'SysJob', 'CronTitle', 'Cron Setting', '设置Cron表达式', '2020-04-24 13:57:53', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('12', 'PM', 'SysJob', 'SaveBtn', 'Save', '保存', '2020-04-24 13:58:18', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('13', 'PM', 'SysJob', 'CloseBtn', 'Close', '关闭', '2020-04-24 13:58:42', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('14', 'PM', 'SysJob', 'JobPauseMsg', 'Job Pause', '计划已暂停', '2020-04-24 13:59:03', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('15', 'PM', 'SysJob', 'JobStartMsg', 'Job Start', '计划已启用', '2020-04-24 13:59:21', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('16', 'PM', 'SysDept', 'EditMsg', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('17', 'PM', 'SysDept', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('18', 'PM', 'SysDept', 'TreeRoot', 'root', '根节点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('19', 'PM', 'SysDept', 'AddTitle', 'Add', '添加', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('20', 'PM', 'SysDept', 'EditTitle', 'Edit', '编辑', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('21', 'PM', 'SysUser', 'EditMsg', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('22', 'PM', 'SysUser', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('23', 'PM', 'SysUser', 'AssignRoleTitle', 'Assign Role For 【{0}】', '为用户【{0}】分配角色', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('24', 'PM', 'SysUser', 'AssignModuleTitle', 'Assign Module For 【{0}】', '为用户【{0}】分配模块', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('25', 'PM', 'SysUser', 'ResetPwdInfo', 'Info', '提示', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('26', 'PM', 'SysUser', 'ResetPwdConfirm', 'Confirm To Reset Password?', '确定重设密码?', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('27', 'PM', 'SysUser', 'ResetPwdSuccess', 'Password Reset Success', '密码重设成功', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('28', 'PM', 'SysUser', 'ResetPwdErrorSame', 'Password Cant\'t Same as Account', '密码不能与账户一致', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('29', 'PM', 'SysUser', 'AddTitle', 'Add', '添加', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('30', 'PM', 'SysUser', 'EditTitle', 'Edit', '编辑', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('31', 'PM', 'SysRole', 'EditMsg', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('32', 'PM', 'SysRole', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('33', 'PM', 'SysRole', 'AddTitle', 'Add', '添加', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('34', 'PM', 'SysRole', 'EditTitle', 'Edit', '编辑', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('35', 'PM', 'SysRole', 'AssignModuleTitle', 'Assign Module For 【{0}】', '为角色【{0}】分配模块', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('36', 'PM', 'SysModule', 'EditMsg', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('37', 'PM', 'SysModule', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('38', 'PM', 'SysModule', 'TreeRoot', 'root', '根节点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('39', 'PM', 'SysModule', 'AddTitle', 'Add', '添加', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('40', 'PM', 'SysModule', 'EditTitle', 'Edit', '编辑', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('41', 'PM', 'SysModule', 'AddMenuTitle', 'Add Menu', '添加菜单', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('42', 'PM', 'SysModule', 'EditMenuTitle', 'Edit Menu', '编辑菜单', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('43', 'PM', 'SysModule', 'SelectIcon', 'Select Icon', '图标选择', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('44', 'PM', 'SysModule', 'SelectClass', 'Select Class', '样式选择', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('45', 'PM', 'ChangePassword', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('46', 'PM', 'ChangePassword', 'NotDifferent', 'The New Password can\'t the same as Old Password', '新密码不应与旧密码相同', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('47', 'PM', 'ChangePassword', 'NotVaild', 'Password Not Valid! Length must big then 8. Contain a upper-case, a lower-case and a numeric.', '密码不符合规则!!密码最少8位,包括至少1个大写字母,1个小写字母,1个数字', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('48', 'PM', 'ChangePassword', 'ConfirmError', 'Password Double Input Must The Same', '新密码不能为空 且 必须与确认密码一致', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('49', 'PM', 'ChangePassword', 'ChangeSuccess', 'Change Success', '密码修改成功', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('50', 'PM', 'ChartMileage', 'TotalMileage', 'Total mileage', '总里程', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('51', 'PM', 'ChartMileage', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('52', 'PM', 'ChartTask', 'TotalTask', 'Total Task', '总任务', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('53', 'PM', 'ChartTask', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('54', 'PM', 'ChartUserate', 'TotalRate', 'Total Rate of crop movement', '总稼动率', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('55', 'PM', 'ChartUserate', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('56', 'LP', 'ReportView', 'LP_ReportName', 'Report No.', '报表名称', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('57', 'LP', 'ReportView', 'LP_Query', 'Query', '查询', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('58', 'LP', 'ReportView', 'LP_Export', 'Export', '导出', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('59', 'LP', 'ReportView', 'LP_QueryTerms', 'query terms', '查询条件', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('60', 'PM', 'ReportDesign', 'ParamsTitle', 'parameters', '参数', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('61', 'PM', 'ReportDesign', 'SaveBtn', 'Save', '保存', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('62', 'PM', 'ReportDesign', 'CloseBtn', 'Close', '关闭', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('63', 'LP', 'ChangePassword', 'LP_Submit', 'Submit', '确定', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('64', 'LP', 'ChangePassword', 'LP_Reset', 'Reset', '重置', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('65', 'LP', 'ChangePassword', 'LP_Old', 'Old Password', '旧密码', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('66', 'LP', 'ChangePassword', 'LP_New', 'New Password', '新密码', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('67', 'LP', 'ChangePassword', 'LP_Confirm', 'Confirm Password', '确认密码', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('68', 'LP', 'ChartMileage', 'LP_SelectDate', 'Select Date', '日期选择:', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('69', 'LP', 'ChartTask', 'LP_SelectDate', 'Select Date', '日期选择:', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('70', 'LP', 'ChartUserate', 'LP_SelectDate', 'Select Date', '日期选择:', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('71', 'LP', 'TTaskAssign', 'LP_TaskAssign', 'Task Assign', '任务派发', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('72', 'LP', 'TTaskAssign', 'LP_Task', 'Task', '已派发', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('73', 'LP', 'TTaskAssign', 'LP_Setting', 'Setting', '个人设定', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('74', 'LP', 'TTaskAssign', 'LP_SettingTitle', 'Please Setting Common tasks', '选择常用派发任务', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('75', 'LP', 'TTaskSimulation', 'LP_AgvNo', 'Agv No', '小车编号', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('76', 'LP', 'TTaskSimulation', 'LP_LinkAgv', 'Link', '连接', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('77', 'LP', 'TTaskSimulation', 'LP_TaskType', 'Task Type', '任务类型', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('78', 'LP', 'TTaskSimulation', 'LP_TaskSubmit', 'Send', '任务下发', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('79', 'LP', 'TTaskRecord', 'LP_SonTask', 'Son Task', '子任务', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('80', 'LP', 'TTask', 'LP_SonTask', 'Son Task', '子任务', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('81', 'LP', 'TaskDesign', 'LP_TaskInfo', 'Task Info', '任务信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('82', 'LP', 'TaskDesign', 'LP_TaskDesign', 'Task Design', '任务设计', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('83', 'LP', 'TaskDesign', 'LP_TaskId', 'Task Id', '任务ID', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('84', 'LP', 'TaskDesign', 'LP_TaskGroup', 'Task Group', '任务群组', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('85', 'LP', 'TaskDesign', 'LP_TaskType', 'Task Type', '任务类型', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('86', 'LP', 'TaskDesign', 'LP_TaskName', 'Task Name', '任务名称', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('87', 'LP', 'TaskDesign', 'LP_Tasklevel', 'Task Level', '优先级', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('88', 'LP', 'TaskDesign', 'LP_Description', 'Description', '备注', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('89', 'LP', 'TaskDesign', 'LP_Next', 'Next', '下一步', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('90', 'LP', 'TaskDesign', 'LP_BtnTaskDesign', 'Task Design', '任务设计', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('91', 'LP', 'TaskDesign', 'LP_TaskEdit', 'Task Edit', '任务编辑', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('92', 'LP', 'TaskDesign', 'LP_EditTip', 'Doube Click RFID To Join The Task Path', '双击RFID点加入任务路径', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('93', 'LP', 'TaskDesign', 'LP_RFID', 'RFID', 'RFID', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('94', 'LP', 'TaskDesign', 'LP_RFIDName', 'RFID Name', 'RFID名称', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('95', 'LP', 'TaskDesign', 'LP_Location', 'Location', '坐标', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('96', 'LP', 'TaskDesign', 'LP_Action', 'Action', '动作', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('97', 'LP', 'TaskDesign', 'LP_Sec', 'Wait Time(Sec)', '时长(秒)', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('98', 'LP', 'TaskDesign', 'LP_AddRFID', 'Add Point', '添加点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('99', 'LP', 'TaskDesign', 'LP_PointList', 'List Of Task Point', '任务点列表:', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('100', 'LP', 'TaskDesign', 'LP_DeletePoint', 'Delete Point', '删除点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('101', 'LP', 'TaskDesign', 'LP_TaskPreview', 'Task Preview', '任务预览', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('102', 'LP', 'TaskDesign', 'LP_IconInfo', 'RFID:', 'RFID说明:', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('103', 'LP', 'TaskDesign', 'LP_IconYXD', 'Run', '运行点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('104', 'LP', 'TaskDesign', 'LP_IconXZD', 'Turn', '旋转点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('105', 'LP', 'TaskDesign', 'LP_IconXND', 'Visual', '虚拟点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('106', 'LP', 'TaskDesign', 'LP_IconZTD', 'Pause', '暂停点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('107', 'LP', 'TaskDesign', 'LP_TaskNameTip', 'Auto Generate:Task Group + Task Type + User Input', '自动生成:任务群组-任务类型-自由编辑', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('108', 'PM', 'TTaskCancel', 'CancelTask', 'Cancel Task', '取消任务', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('109', 'PM', 'TTaskCancel', 'TaskNo', 'Task No', '订单号', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('110', 'PM', 'TTaskCancel', 'TaskId', 'Task Id', '任务ID', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('111', 'PM', 'TTaskCancel', 'TotalTask', 'Total Task: {0}', '共计:{0} 条任务', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('112', 'PM', 'TTaskCancel', 'CancelBtn', 'Cancel', '取消', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('113', 'PM', 'TTaskCancel', 'ConfirmBtn', 'Confirm', '确认', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('114', 'PM', 'TTaskCancel', 'SuccessMsg', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('115', 'PM', 'TTaskCancel', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('116', 'PM', 'TTaskCancel', 'SelectSome', 'Please Select Some Data', '请至少选择一条数据', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('117', 'PM', 'TTaskClose', 'CloseTask', 'Close Task', '强制结束任务', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('118', 'PM', 'TTaskClose', 'TaskNo', 'Task No', '订单号', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('119', 'PM', 'TTaskClose', 'TaskId', 'Task Id', '任务ID', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('120', 'PM', 'TTaskClose', 'AssignAgv', 'Assign Agv', '分配AGV', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('121', 'PM', 'TTaskClose', 'AgvState', 'Task State', '任务状态', null, null, '2020-04-30 15:20:13', 'System');
INSERT INTO `sys_i18n_text` VALUES ('122', 'PM', 'TTaskClose', 'ErrorCode', 'Error Code', '故障编码', null, null, '2020-04-30 15:20:34', 'System');
INSERT INTO `sys_i18n_text` VALUES ('123', 'PM', 'TTaskClose', 'ErrorMsg', 'Error Message', '故障描述', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('124', 'PM', 'TTaskClose', 'CancelBtn', 'Cancel', '取消', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('125', 'PM', 'TTaskClose', 'ConfirmBtn', 'Confirm', '确认', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('126', 'PM', 'TTaskClose', 'SuccessMsg', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('127', 'PM', 'TTaskClose', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('128', 'PM', 'TTaskClose', 'SelectSome', 'Please Select Some Data', '请至少选择一条数据', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('129', 'PM', 'TTaskDesign', 'SaveBtn', 'Save', '保存', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('130', 'PM', 'TTaskDesign', 'CloseBtn', 'Close', '关闭', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('131', 'PM', 'TTaskDesign', 'DeleteMsg', 'Are you sure to delete', '确定要删除所选信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('132', 'PM', 'TTaskDesign', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('133', 'PM', 'TTaskDesign', 'SelectSome', 'Please Select Some Data', '请至少选择一条数据', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('134', 'PM', 'TTaskDesign', 'SelectOne', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('135', 'PM', 'TTaskDesign', 'GroupTitle', 'Task Group', '任务群组', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('136', 'PM', 'TTaskDesign', 'TypeTitle', 'Task Type', '任务类型', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('137', 'PM', 'TTaskDesign', 'SuccessMsg', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('138', 'PM', 'Map', 'SaveBtn', 'Save', '保存', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('139', 'PM', 'Map', 'CloseBtn', 'Close', '关闭', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('140', 'PM', 'Map', 'SuccessMsg', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('141', 'PM', 'Map', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('142', 'PM', 'Map', 'SelectSome', 'Please Select Some Data', '请至少选择一条数据', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('143', 'PM', 'Map', 'SelectOne', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('144', 'LP', 'MapPreview', 'LP_MapInfo', 'Map Info', '地图信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('145', 'LP', 'MapPreview', 'LP_MapPreview', 'Map Preview', '地图预览', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('146', 'LP', 'MapPreview', 'LP_Name', 'Name', '名称', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('147', 'LP', 'MapPreview', 'LP_Default', 'Default', '默认地图', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('148', 'LP', 'MapPreview', 'LP_Remark', 'Remark', '备注', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('149', 'LP', 'MapPreview', 'LP_Next', 'Next', '下一步', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('150', 'LP', 'MapPreview', 'LP_LimitPath', 'Limit Path', '限行路段', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('151', 'LP', 'MapPreview', 'LP_LimitPathList', 'Limit Path List', '限行路段列表', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('152', 'LP', 'MapPreview', 'LP_IconInfo', 'RFID:', 'RFID说明:', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('153', 'LP', 'MapPreview', 'LP_IconYXD', 'Run', '运行点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('154', 'LP', 'MapPreview', 'LP_IconXZD', 'Turn', '旋转点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('155', 'LP', 'MapPreview', 'LP_IconXND', 'Visual', '虚拟点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('156', 'LP', 'MapPreview', 'LP_IconZTD', 'Pause', '暂停点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('157', 'LP', 'MapPreview', 'LP_Enable', 'Enable', '启用', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('158', 'LP', 'MapPreview', 'LP_Location', 'Location', '坐标', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('159', 'LP', 'MapPreview', 'LP_PointType', 'Point Type', '点类型', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('160', 'LP', 'MapPreview', 'LP_IsTurn', 'Turn?', '是否旋转', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('161', 'LP', 'MapPreview', 'LP_WaitTime', 'Wait Time', '停留时间', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('162', 'LP', 'MapPreview', 'LP_DirectLength', 'Direct & Length', '方向&距离', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('163', 'LP', 'MapPreview', 'LP_Width', 'Width', '宽', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('164', 'LP', 'MapPreview', 'LP_Height', 'Height', '高', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('165', 'LP', 'MapPreview', 'LP_ChargingInfo', 'Charing Info', '充电点方向&距离', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('166', 'LP', 'MapDesign', 'LP_MapInfo', 'Map Info', '地图信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('167', 'LP', 'MapDesign', 'LP_MapDesign', 'Map Design', '地图设计', null, null, '2020-04-30 10:22:49', 'System');
INSERT INTO `sys_i18n_text` VALUES ('168', 'LP', 'MapDesign', 'LP_Name', 'Name', '名称', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('169', 'LP', 'MapDesign', 'LP_Default', 'Default', '默认地图', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('170', 'LP', 'MapDesign', 'LP_Remark', 'Remark', '备注', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('171', 'LP', 'MapDesign', 'LP_Next', 'Next', '下一步', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('172', 'LP', 'MapDesign', 'LP_LimitPath', 'Limit Path', '限行路段', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('173', 'LP', 'MapDesign', 'LP_LimitPathList', 'Limit Path List', '限行路段列表', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('174', 'LP', 'MapDesign', 'LP_IconInfo', 'RFID:', 'RFID说明:', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('175', 'LP', 'MapDesign', 'LP_IconYXD', 'Run', '运行点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('176', 'LP', 'MapDesign', 'LP_IconXZD', 'Turn', '旋转点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('177', 'LP', 'MapDesign', 'LP_IconXND', 'Visual', '虚拟点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('178', 'LP', 'MapDesign', 'LP_IconZTD', 'Pause', '暂停点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('179', 'LP', 'MapDesign', 'LP_Enable', 'Enable', '启用', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('180', 'LP', 'MapDesign', 'LP_Location', 'Location', '坐标', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('181', 'LP', 'MapDesign', 'LP_PointType', 'Point Type', '点类型', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('182', 'LP', 'MapDesign', 'LP_IsTurn', 'Turn?', '是否旋转', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('183', 'LP', 'MapDesign', 'LP_WaitTime', 'Wait Time', '停留时间', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('184', 'LP', 'MapDesign', 'LP_DirectLength', 'Direct', '方向', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('185', 'LP', 'MapDesign', 'LP_Width', 'Width', '宽', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('186', 'LP', 'MapDesign', 'LP_Height', 'Height', '高', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('187', 'LP', 'MapDesign', 'LP_ChargingInfo', 'Charing Info', '充电点方向&距离', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('188', 'LP', 'MapDesign', 'LP_Reset', 'Reset', '重填', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('189', 'LP', 'MapDesign', 'LP_Add', 'Add', '添加', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('190', 'LP', 'MapDesign', 'LP_Delete', 'Delete', '删除', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('191', 'LP', 'MapDesign', 'LP_AddLimitInfo', 'Double Click RFID To Join The Limit Path', '双击RFID点加入限行路段', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('192', 'LP', 'MapDesign', 'LP_PathName', 'Path Name', '路段名称', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('193', 'LP', 'MapDesign', 'LP_Point1', 'Point1', '点位1', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('194', 'LP', 'MapDesign', 'LP_Point2', 'Point2', '点位2', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('195', 'LP', 'MapDesign', 'LP_IsAvoid', 'Avoid?', '是否需避让', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('196', 'LP', 'MapDesign', 'LP_AvoidPoint', 'Avoid Point', '避让点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('197', 'PM', 'MapDesign', 'YXD', 'Run Point', '运行点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('198', 'PM', 'MapDesign', 'BRD', 'Avoid Point', '避让点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('199', 'PM', 'MapDesign', 'CDD', 'Charging Point', '充电点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('200', 'PM', 'MapDesign', 'TCD', 'Parking Point', '停车点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('201', 'PM', 'MapDesign', 'XND', 'Visual Point', '虚拟点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('202', 'PM', 'MapDesign', 'ZTD', 'Wait Point', '暂停点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('203', 'PM', 'MapDesign', 'XZD', 'Turn Point', '整体旋转点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('204', 'PM', 'MapDesign', 'STD', 'Station Point', '站台点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('205', 'PM', 'MapDesign', 'RFIDSetting', '【RFID】 Setting', '【RFID】设置', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('206', 'PM', 'MapDesign', 'CloseBtn', 'Close', '关闭', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('207', 'PM', 'MapDesign', 'SaveBtn', 'OK', '保存', null, null, '2020-04-30 10:24:23', 'System');
INSERT INTO `sys_i18n_text` VALUES ('208', 'PM', 'MapDesign', 'CancelBtn', 'Cancel', '取消', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('209', 'PM', 'MapDesign', 'CCQ', 'Store Area', '仓储区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('210', 'PM', 'MapDesign', 'SCX', 'Product Line', '生产线', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('211', 'PM', 'MapDesign', 'YXQ', 'Running Area', '运行区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('212', 'PM', 'MapDesign', 'CDZ', 'Charging post', '充电桩', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('213', 'PM', 'MapDesign', 'TCQ', 'Parking area', '停车区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('214', 'PM', 'MapDesign', 'FLQ', 'Put Area', '放料区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('215', 'PM', 'MapDesign', 'QLQ', 'Get Area', '取料区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('216', 'PM', 'MapDesign', 'UP', 'Up', '上方', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('217', 'PM', 'MapDesign', 'DOWN', 'Down', '下方', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('218', 'PM', 'MapDesign', 'LEFT', 'Left', '左方', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('219', 'PM', 'MapDesign', 'RIGHT', 'Right', '右方', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('220', 'PM', 'MapDesign', 'AreaSetting', '【{0}】 Setting', '【{0}】设置', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('221', 'PM', 'MapDesign', 'InputInfo', 'Please Input', '请输入', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('222', 'PM', 'MapDesign', 'RFIDExist', 'RFID 【{0}】 is Exist', '地图中已有该RFID: 【{0}】, 已闪烁提示!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('223', 'PM', 'MapDesign', 'RFIDNotInput', 'RFID Not Input', 'RFID值未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('224', 'PM', 'MapDesign', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('225', 'PM', 'MapDesign', 'PauseTimeNotInput', 'Pause Time Not Input', '暂停点的停留时间未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('226', 'PM', 'MapDesign', 'DirectLengthNotInput', 'Direct Not Input', '方向未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('227', 'PM', 'MapDesign', 'UpLengthNotInput', 'Up Length Not Input', '上行距离未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('228', 'PM', 'MapDesign', 'DownLengthNotInput', 'Down Length Not Input', '下行距离未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('229', 'PM', 'MapDesign', 'LeftLengthNotInput', 'Left Length Not Input', '左行距离未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('230', 'PM', 'MapDesign', 'RightLengthNotInput', 'Right Length Not Input', '右行距离未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('231', 'PM', 'MapDesign', 'ChargingPileExist', 'Area 【{0}】 is Exist', '地图中已有编号: 【{0}】, 已闪烁提示!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('232', 'PM', 'MapDesign', 'WidthHeightError', 'Width Or Height is Error', '宽度或高度设置不正确!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('233', 'PM', 'MapDesign', 'NotSelectChargingPoint', 'Not Select Charging Point', '没有选择充电点!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('234', 'PM', 'MapDesign', 'NotInputChargingLength', 'Not Input Charging Length', '没有填写充电点距离!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('235', 'PM', 'MapDesign', 'RFIDNotEdit', 'RFID Not Edit', '存在未编辑的RFID!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('236', 'PM', 'MapDesign', 'ChargingPileNotEdit', 'Charging Pile Not Edit', '存在未编辑的充电桩!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('237', 'PM', 'MapDesign', 'ConfirmSettingDefault', 'There is a Default Map?Do You want to recover?', '系统中已有默认地图,确定要设为默认吗?', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('238', 'PM', 'MapDesign', 'ConfirmDeletePath', 'Do You Want To Delete The Path?', '确定删除该限行路段吗?', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('239', 'PM', 'MapDesign', 'PathNameInputTip', 'Please Input Path Name', '请输入路段名称!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('240', 'PM', 'MapDesign', 'Point12InputTip', 'Please Select Point1 & Point2', '必须指定点1和点2!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('241', 'PM', 'MapDesign', 'Point12CantSame', 'Point1 & Point2 Can\'t The Same', '点1和点2不能指定同一点!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('242', 'PM', 'MapDesign', 'Point3InputTip', 'Please Select Avoid Point', '请指定避让点!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('243', 'PM', 'MapDesign', 'Point3ErrorTip', 'Avoid Point Can\'t Same As Point1 & Point2', '指定的避让点不能是点1和点2!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('244', 'PM', 'MapDesign', 'PathNameExist', 'Path Name Exist', '路段名称已存在!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('245', 'PM', 'MapDesign', 'Point12NotInLine', 'Point1 & Point2 Not In A Line', '指定的点1和点2不在一条通道中!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('246', 'PM', 'MapDesign', 'Point3NotInLine', 'Avoid Point Not In Line With Point1 Or Point2', '指定的避让点和点1或点2不在一条通道中!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('247', 'PM', 'MapDesign', 'AddPathError', 'Add Path Error, Please Check Point1 & Point2 Not In A Line, And The Path In The Run Area', '限制区域添加失败, 请检查所选点1,点2是否在同一通道中, 是否限制区域完全覆盖在运行区中?', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('248', 'PM', 'MapDesign', 'Info', 'Info', '信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('249', 'PM', 'MapPreview', 'YXD', 'Run Point', '运行点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('250', 'PM', 'MapPreview', 'BRD', 'Avoid Point', '避让点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('251', 'PM', 'MapPreview', 'CDD', 'Charging Point', '充电点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('252', 'PM', 'MapPreview', 'TCD', 'Parking Point', '停车点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('253', 'PM', 'MapPreview', 'XND', 'Visual Point', '虚拟点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('254', 'PM', 'MapPreview', 'ZTD', 'Wait Point', '暂停点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('255', 'PM', 'MapPreview', 'XZD', 'Turn Point', '整体旋转点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('256', 'PM', 'MapPreview', 'STD', 'Station Point', '站台点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('257', 'PM', 'MapPreview', 'RFIDSetting', '【RFID】 Setting', '【RFID】设置', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('258', 'PM', 'MapPreview', 'CloseBtn', 'Close', '关闭', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('259', 'PM', 'MapPreview', 'CCQ', 'Store Area', '仓储区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('260', 'PM', 'MapPreview', 'SCX', 'Product Line', '生产线', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('261', 'PM', 'MapPreview', 'YXQ', 'Running Area', '运行区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('262', 'PM', 'MapPreview', 'CDZ', 'Charging post', '充电桩', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('263', 'PM', 'MapPreview', 'TCQ', 'Parking area', '停车区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('264', 'PM', 'MapPreview', 'FLQ', 'Put Area', '放料区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('265', 'PM', 'MapPreview', 'QLQ', 'Get Area', '取料区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('266', 'PM', 'MapPreview', 'UP', 'Up', '上方', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('267', 'PM', 'MapPreview', 'DOWN', 'Down', '下方', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('268', 'PM', 'MapPreview', 'LEFT', 'Left', '左方', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('269', 'PM', 'MapPreview', 'RIGHT', 'Right', '右方', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('270', 'PM', 'MapPreview', 'AreaSetting', '【{0}】 Setting', '【{0}】设置', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('271', 'PM', 'MapPreview', 'InputInfo', 'Please Input', '请输入', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('272', 'PM', 'MapPreview', 'Info', 'Info', '信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('273', 'PM', 'TaskDesign', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('274', 'PM', 'TaskDesign', 'MustPreview', 'You Must Preview Task Before Save!', '任务点编辑后需要进行成功的任务预览才能保存!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('275', 'PM', 'TaskDesign', 'SaveError1', 'Can\'t Save, Get Times Not Equal To Put Times!', '取放动作未成套,不能保存!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('276', 'PM', 'TaskDesign', 'TaskNo', 'Task No', '任务编号', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('277', 'PM', 'TaskDesign', 'TabTaskInfo', 'Task Info', '任务信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('278', 'PM', 'TaskDesign', 'AddError1', 'Two adjacent points cannot be the same', '相邻两个点位不能相同!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('279', 'PM', 'TaskDesign', 'AddError2', 'Action:【{0}】 is Wrong, It Cause AGV Load: {1}', '动作:【{0}】有误,会导致载货量为:{1}!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('280', 'PM', 'TaskDesign', 'AddError3', 'Action is Wrong, First Action Can\'t be \'Put\' Command', '动作有误,第一步不能进行:【放】 指令!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('281', 'PM', 'TaskDesign', 'DeleteConfirm', 'Are you sure you want to delete all task points?', '确定要删除全部任务点吗?', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('282', 'PM', 'TaskDesign', 'SaveBtn', 'Confirm', '确定', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('283', 'PM', 'TaskDesign', 'CancelBtn', 'Cancel', '取消', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('284', 'PM', 'TaskDesign', 'PreviewError1', 'Please Edit Task Point List!', '请先设计任务关键点!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('285', 'PM', 'TaskDesign', 'PreviewError2', 'Can\'t Preview, Get Times Not Equal To Put Times!', '取放动作未成套,不能预览!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('286', 'PM', 'TaskDesign', 'SecTip', 'Sec', '秒', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('287', 'PM', 'TTaskAssign', 'QStatus_None', 'Please Select', '请选择', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('288', 'PM', 'TTaskAssign', 'QStatus_0', 'UnSubmit', '待分配', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('289', 'PM', 'TTaskAssign', 'QStatus_1', 'Excuting', '执行中', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('290', 'PM', 'TTaskAssign', 'QStatus_98', 'Cancel', '任务取消', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('291', 'PM', 'TTaskAssign', 'QStatus_99', 'Complete', '完成', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('292', 'PM', 'TTaskAssign', 'QStatus_100', 'Close', '强制结束', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('293', 'PM', 'TTaskAssign', 'Success', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('294', 'PM', 'TTaskAssign', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('295', 'PM', 'TTaskAssign', 'CancelBtn', 'Cancel', '取消', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('296', 'PM', 'TTaskAssign', 'ConfirmBtn', 'Confirm', '确认', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('297', 'PM', 'TTaskAssign', 'AssignTask', 'Assign Task', '派发任务', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('298', 'PM', 'TTaskAssign', 'TaskName', 'Task Name', '任务名称', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('299', 'PM', 'TTaskSimulation', 'Success', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('300', 'PM', 'TTaskSimulation', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('301', 'PM', 'TTaskSimulation', 'Connect', 'Link', '连接', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('302', 'PM', 'TTaskSimulation', 'CloseLink', 'Close', '断开', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('303', 'PM', 'TTaskSimulation', 'AgvNoNotInput', 'Agv No Not Input', '请输入AGV编号', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('304', 'PM', 'ReportView', 'SelectReport', 'Please Select A Report Name', '请选择要查询的报表!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('305', 'PM', 'ReportView', 'Info', 'Info', '信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('306', 'PM', 'ReportView', 'Paraments', 'Paraments', '参数', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('307', 'PM', 'ReportView', 'SaveBtn', 'Save', '保存', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('308', 'PM', 'ReportView', 'CloseBtn', 'Close', '关闭', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('309', 'PM', 'AcsMonitor', 'HomePage', 'Home Page', '首页', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('310', 'PM', 'AcsMonitor', 'TotalMileage', 'Total Mileage', '里程总览', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('311', 'PM', 'AcsMonitor', 'TotalTask', 'Total Task', '任务总览', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('312', 'PM', 'AcsMonitor', 'TotalUseRate', 'Total Use Rate', '稼动率总览', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('313', 'LP', 'TTaskSimulation', 'LP_SendTip', 'Press To Send, UnPress To Stop. ', '长按发送, 松开结束', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('314', 'LP', 'TTaskSimulation', 'LP_Clear', 'Clear Log', '清空', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('315', 'PM', 'SysUserOnline', 'SuccessMsg', 'Success', '操作成功', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('316', 'PM', 'SysUserOnline', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('317', 'PM', 'SysUserOnline', 'Info', 'Info', '信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('318', 'PM', 'SysUserOnline', 'SelectSomeData', 'Please Select Some Data', '请选择操作数据!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('319', 'LP', 'AcsMonitor', 'LP_KeyValue', 'Key Value', '关键指标', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('320', 'LP', 'AcsMonitor', 'LP_AGVMileage', 'Agv Mileage', 'AGV里程(公里)', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('321', 'LP', 'AcsMonitor', 'LP_Today', 'Today', '当天', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('322', 'LP', 'AcsMonitor', 'LP_TaskSummary', 'Task Summary', '任务总览(次)', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('323', 'LP', 'AcsMonitor', 'LP_UseRate', 'Use Rate', '设备稼动率(%)', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('324', 'LP', 'AcsMonitor', 'LP_TotalAgv', 'Total Agv', 'AGV总数', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('325', 'LP', 'AcsMonitor', 'LP_AgvInTask', 'In Task', '任务中', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('326', 'LP', 'AcsMonitor', 'LP_AgvInCharging', 'In Charging', '充电', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('327', 'LP', 'AcsMonitor', 'LP_AgvError', 'Error', '故障', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('328', 'LP', 'AcsMonitor', 'LP_AgvOffline', 'Offline', '离线', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('329', 'LP', 'AcsMonitor', 'LP_AgvFree', 'Free', '空闲', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('330', 'LP', 'AcsMonitor', 'LP_AgvOther', 'Other', '其他', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('331', 'LP', 'AcsMonitor', 'LP_FullScreen', 'Full Screen', '全屏', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('332', 'LP', 'AcsMonitor', 'LP_IconInfo', 'Icon Info', '图例说明:', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('333', 'LP', 'AcsMonitor', 'LP_IconCCQ', 'Store Area', '仓储区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('334', 'LP', 'AcsMonitor', 'LP_IconXTQ', 'Product Line', '线体区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('335', 'LP', 'AcsMonitor', 'LP_IconQLQ', 'Get Area', '取料区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('336', 'LP', 'AcsMonitor', 'LP_IconFLQ', 'Put Area', '放料区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('337', 'LP', 'AcsMonitor', 'LP_IconTCQ', 'Stop Area', '停车区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('338', 'LP', 'AcsMonitor', 'LP_IconYXQ', 'Running Area', '运行区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('339', 'LP', 'AcsMonitor', 'LP_IconCDZ1', 'Charging Pile(Enabled)', '充电桩(启用)', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('340', 'LP', 'AcsMonitor', 'LP_IconCDZ0', 'Charging Pile(Disabled)', '充电桩(屏蔽)', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('341', 'LP', 'AcsMonitor', 'LP_AGVInfo', 'Agv Info', 'AGV:', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('342', 'LP', 'AcsMonitor', 'LP_AGVDS', 'Up', '有货', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('343', 'LP', 'AcsMonitor', 'LP_AGVFDS', 'Down', '无货', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('344', 'LP', 'AcsMonitor', 'LP_AGVGZ', 'Error', '故障', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('345', 'LP', 'AcsMonitor', 'LP_AGVLX', 'Offline', '离线', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('346', 'LP', 'AcsMonitor', 'LP_AGVCD', 'Charing', '充电', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('347', 'LP', 'AcsMonitorFull', 'LP_TotalAgv', 'Total Agv', 'AGV总数', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('348', 'LP', 'AcsMonitorFull', 'LP_AgvInTask', 'In Task', '任务中', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('349', 'LP', 'AcsMonitorFull', 'LP_AgvInCharging', 'In Charging', '充电', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('350', 'LP', 'AcsMonitorFull', 'LP_AgvError', 'Error', '故障', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('351', 'LP', 'AcsMonitorFull', 'LP_AgvOffline', 'Offline', '离线', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('352', 'LP', 'AcsMonitorFull', 'LP_AgvFree', 'Free', '空闲', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('353', 'LP', 'AcsMonitorFull', 'LP_AgvOther', 'Other', '其他', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('354', 'LP', 'AcsMonitorFull', 'LP_FullScreen', 'Full Screen', '全屏', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('355', 'LP', 'AcsMonitorFull', 'LP_IconInfo', 'Icon Info', '图例说明:', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('356', 'LP', 'AcsMonitorFull', 'LP_IconCCQ', 'Store Area', '仓储区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('357', 'LP', 'AcsMonitorFull', 'LP_IconXTQ', 'Product Line', '线体区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('358', 'LP', 'AcsMonitorFull', 'LP_IconQLQ', 'Get Area', '取料区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('359', 'LP', 'AcsMonitorFull', 'LP_IconFLQ', 'Put Area', '放料区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('360', 'LP', 'AcsMonitorFull', 'LP_IconTCQ', 'Stop Area', '停车区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('361', 'LP', 'AcsMonitorFull', 'LP_IconYXQ', 'Running Area', '运行区', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('362', 'LP', 'AcsMonitorFull', 'LP_IconCDZ1', 'Charging Pile(Enabled)', '充电桩(启用)', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('363', 'LP', 'AcsMonitorFull', 'LP_IconCDZ0', 'Charging Pile(Disabled)', '充电桩(屏蔽)', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('364', 'LP', 'AcsMonitorFull', 'LP_AGVInfo', 'Agv Info', 'AGV:', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('365', 'LP', 'AcsMonitorFull', 'LP_AGVDS', 'Up', '有货', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('366', 'LP', 'AcsMonitorFull', 'LP_AGVFDS', 'Down', '无货', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('367', 'LP', 'AcsMonitorFull', 'LP_AGVGZ', 'Error', '故障', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('368', 'LP', 'AcsMonitorFull', 'LP_AGVLX', 'Offline', '离线', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('369', 'LP', 'AcsMonitorFull', 'LP_AGVCD', 'Charing', '充电', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('370', 'LP', 'AcsMonitorFull', 'LP_SearchTip', 'Input RFID And Press Enter', '输入RFID按回车键,搜索RFID', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('371', 'PM', 'TTaskClose', 'QStatus_0', 'UnSubmit', '待分配', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('372', 'PM', 'TTaskClose', 'QStatus_1', 'Excuting', '执行中', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('373', 'PM', 'TTaskClose', 'QStatus_98', 'Cancel', '任务取消', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('374', 'PM', 'TTaskClose', 'QStatus_99', 'Complete', '完成', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('375', 'PM', 'TTaskClose', 'QStatus_100', 'Close', '强制结束', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('376', 'PM', 'TTaskClose', 'QStatus_None', 'Please Select', '请选择', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('377', 'PM', 'SysUser', 'RequiredMsg', 'Please Input Required Item{0}', '必填项{0}不能为空', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('378', 'PM', 'SysRole', 'RequiredMsg', 'Please Input Required Item{0}', '必填项{0}不能为空', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('379', 'PM', 'SysModule', 'RequiredMsg', 'Please Input Required Item{0}', '必填项{0}不能为空', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('380', 'PM', 'SysDept', 'RequiredMsg', 'Please Input Required Item{0}', '必填项{0}不能为空', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('381', 'PM', 'MapDesign', 'DTD', 'Lift Point', '电梯点', '2020-07-29 14:29:57', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('382', 'LP', 'AcsMonitor', 'LP_IconDTQ_XZ', 'Lift Area(Free)', '电梯区(空闲)', '2020-07-30 13:08:24', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('383', 'LP', 'AcsMonitor', 'LP_IconDTQ_YX', 'Lift Area(Run)', '电梯区(运行)', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('384', 'LP', 'AcsMonitor', 'LP_IconDTQ_GZ', 'Lift Area(Error)', '电梯区(故障)', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('385', 'LP', 'AcsMonitor', 'LP_IconTSJQ_XZ', 'Hoist Area(Free)', '提升机(空闲)', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('386', 'LP', 'AcsMonitor', 'LP_IconTSJQ_YX', 'Hoist Area(Run)', '提升机(运行)', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('387', 'LP', 'AcsMonitor', 'LP_IconTSJQ_GZ', 'Hoist Area(Error)', '提升机(故障)', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('388', 'LP', 'AcsMonitorFull', 'LP_IconDTQ_XZ', 'Lift Area(Free)', '电梯区(空闲)', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('389', 'LP', 'AcsMonitorFull', 'LP_IconDTQ_YX', 'Lift Area(Run)', '电梯区(运行)', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('390', 'LP', 'AcsMonitorFull', 'LP_IconDTQ_GZ', 'Lift Area(Error)', '电梯区(故障)', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('391', 'LP', 'AcsMonitorFull', 'LP_IconTSJQ_XZ', 'Hoist Area(Free)', '对接区(空闲)', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('392', 'LP', 'AcsMonitorFull', 'LP_IconTSJQ_YX', 'Hoist Area(Run)', '对接区(运行)', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('393', 'LP', 'AcsMonitorFull', 'LP_IconTSJQ_GZ', 'Hoist Area(Error)', '对接区(故障)', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('394', 'PM', 'TTaskLift', 'LiftNoNotSelect', 'Please Select A Lift', '请选择一步电梯', '2020-08-19 09:08:21', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('395', 'PM', 'TTaskLift', 'ErrorInfo', 'eRROR Info', '错误信息', '2020-08-19 09:08:42', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('396', 'PM', 'TTaskLift', 'Success', 'Success', '操作成功', '2020-08-19 09:09:05', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('397', 'LP', 'TTaskLift', 'LP_LiftName', 'Lift Name', '电梯名称', '2020-08-19 09:18:22', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('398', 'LP', 'TTaskLift', 'LP_SendTask', 'Send', '确定', '2020-08-19 09:19:02', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('399', 'PM', 'MapDesign', 'TSJD', 'TiShengJi Point', '对接点', '2020-09-16 14:41:30', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('400', 'PM', 'MapDesign', 'TSJDDD', 'TiShengJi Wait Point', '对接等待点', '2020-09-16 14:42:04', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('401', 'PM', 'MapDesign', 'DTDDD', 'Lift Wait Point', '电梯等待点', '2020-09-16 14:45:25', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('402', 'PM', 'Tstate', 'ConfirmInfo', 'Confirm?', '确定执行?', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('403', 'PM', 'Tstate', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('404', 'PM', 'Tstate', 'CancelBtn', 'Cancel', '取消', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('405', 'PM', 'Tstate', 'ConfirmBtn', 'Confirm', '确认', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('406', 'PM', 'Tstate', 'SuccessMsg', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('407', 'PM', 'Tstate', 'Info', 'Info', '提示', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('408', 'PM', 'MapDesign', 'DTQ', 'Lift Area', '电梯区', '2020-09-17 13:38:26', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('409', 'PM', 'MapDesign', 'TSJQ', 'TiShengJi Area', '对接区', '2020-09-17 13:38:53', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('410', 'PM', 'MapDesign', 'NotSetRFIDPoint', 'Not Set RFID Point', '没有设置RFID点', '2020-09-17 13:43:27', 'System', '2020-09-17 13:48:24', 'System');
INSERT INTO `sys_i18n_text` VALUES ('411', 'PM', 'MapDesign', 'TPXZD', 'Pallet Turn', '托盘旋转点', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('412', 'PM', 'MapDesign', 'DTGMD', 'Lift Door Close', '电梯关门点', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('413', 'PM', 'MapPreview', '托盘旋转点', 'TPXZD', 'Pallet Turn', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('414', 'PM', 'MapPreview', '电梯关门点', 'DTGMD', 'Lift Door Close', null, 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('415', 'LP', 'MapDesign', 'LP_IsStop', 'Is Stop', '是否驻停', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('416', 'LP', 'MapDesign', 'LP_IntStopLevel', 'Stop Level', '停止等级', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('417', 'PM', 'MapDesign', 'AreaRFIDNotSet', 'Area RFID NotSet', '工位未设置', '2020-10-06 14:40:47', 'System', null, null);
INSERT INTO `sys_i18n_text` VALUES ('418', 'PM', 'TTaskDesign', 'StopAgv', 'Are you sure to stopAgvTask', '确定要暂停agv任务', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('419', 'PM', 'Map', 'DeleteMsg', 'Do You Want To Delete The Map?', '确定删除该地图吗?', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('420', 'LP', 'MapDesign', 'LP_IntXC', 'X coordinate', 'X坐标', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('421', 'LP', 'MapDesign', 'LP_IntYC', 'Y coordinate', 'Y坐标', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('422', 'PM', 'MapDesign', 'LengthNotInput', 'Length Not Input', '位置坐标未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('423', 'LP', 'MapDesign', 'LP_IntAgvOri', 'AgvOri', '车头方向', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('424', 'PM', 'MapDesign', 'ZHD', 'Arc Point', '走弧点', null, null, null, null);
INSERT INTO `sys_i18n_text` VALUES ('425', 'PM', 'MapPreview', 'ZHD', 'Arc Point', '走弧点', null, null, null, null);

-- ----------------------------
-- Table structure for sys_i18n_text_222
-- ----------------------------
DROP TABLE IF EXISTS `sys_i18n_text_222`;
CREATE TABLE `sys_i18n_text_222` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `type` varchar(50) DEFAULT NULL COMMENT '类型',
  `code` varchar(50) DEFAULT NULL COMMENT '代码(页面,消息 )',
  `name` varchar(50) DEFAULT NULL COMMENT '名称',
  `text_us` longtext COMMENT '英文',
  `text_cn` longtext COMMENT '中文',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=426 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='文字国际化';

-- ----------------------------
-- Records of sys_i18n_text_222
-- ----------------------------
INSERT INTO `sys_i18n_text_222` VALUES ('1', 'GP', 'TABLE', 'GP_Template', 'export template', '生成模板', '2020-04-16 10:20:50', 'System', '2020-04-17 15:39:41', 'System');
INSERT INTO `sys_i18n_text_222` VALUES ('2', 'GP', 'TABLE', 'GP_SearchArea', 'search area', '检索区域 - 请输入相关数据查询', '2020-04-16 10:20:50', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('3', 'GP', 'TABLE', 'GP_Query', 'query', '查询', '2020-04-16 10:20:50', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('4', 'GP', 'TABLE', 'GP_Reset', 'reset', '重置', '2020-04-16 10:20:50', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('5', 'GP', 'TABLE', 'GP_Close', 'close', '关闭', '2020-04-16 10:20:50', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('6', 'GP', 'PAGE', 'GP_Submit', 'Submit', '立即提交', '2020-04-23 14:59:14', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('7', 'GP', 'PAGE', 'GP_Reset', 'Reset', '重置', '2020-04-23 14:59:41', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('8', 'PM', 'SysJob', 'EditTitle', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', '2020-04-24 13:56:44', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('9', 'PM', 'SysJob', 'ErrorTitle', 'Error Info', '错误信息', '2020-04-24 13:57:12', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('10', 'PM', 'SysJob', 'ParamsTitle', 'Params Setting', '参数', '2020-04-24 13:57:31', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('11', 'PM', 'SysJob', 'CronTitle', 'Cron Setting', '设置Cron表达式', '2020-04-24 13:57:53', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('12', 'PM', 'SysJob', 'SaveBtn', 'Save', '保存', '2020-04-24 13:58:18', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('13', 'PM', 'SysJob', 'CloseBtn', 'Close', '关闭', '2020-04-24 13:58:42', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('14', 'PM', 'SysJob', 'JobPauseMsg', 'Job Pause', '计划已暂停', '2020-04-24 13:59:03', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('15', 'PM', 'SysJob', 'JobStartMsg', 'Job Start', '计划已启用', '2020-04-24 13:59:21', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('16', 'PM', 'SysDept', 'EditMsg', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('17', 'PM', 'SysDept', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('18', 'PM', 'SysDept', 'TreeRoot', 'root', '根节点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('19', 'PM', 'SysDept', 'AddTitle', 'Add', '添加', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('20', 'PM', 'SysDept', 'EditTitle', 'Edit', '编辑', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('21', 'PM', 'SysUser', 'EditMsg', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('22', 'PM', 'SysUser', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('23', 'PM', 'SysUser', 'AssignRoleTitle', 'Assign Role For 【{0}】', '为用户【{0}】分配角色', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('24', 'PM', 'SysUser', 'AssignModuleTitle', 'Assign Module For 【{0}】', '为用户【{0}】分配模块', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('25', 'PM', 'SysUser', 'ResetPwdInfo', 'Info', '提示', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('26', 'PM', 'SysUser', 'ResetPwdConfirm', 'Confirm To Reset Password?', '确定重设密码?', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('27', 'PM', 'SysUser', 'ResetPwdSuccess', 'Password Reset Success', '密码重设成功', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('28', 'PM', 'SysUser', 'ResetPwdErrorSame', 'Password Cant\'t Same as Account', '密码不能与账户一致', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('29', 'PM', 'SysUser', 'AddTitle', 'Add', '添加', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('30', 'PM', 'SysUser', 'EditTitle', 'Edit', '编辑', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('31', 'PM', 'SysRole', 'EditMsg', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('32', 'PM', 'SysRole', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('33', 'PM', 'SysRole', 'AddTitle', 'Add', '添加', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('34', 'PM', 'SysRole', 'EditTitle', 'Edit', '编辑', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('35', 'PM', 'SysRole', 'AssignModuleTitle', 'Assign Module For 【{0}】', '为角色【{0}】分配模块', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('36', 'PM', 'SysModule', 'EditMsg', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('37', 'PM', 'SysModule', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('38', 'PM', 'SysModule', 'TreeRoot', 'root', '根节点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('39', 'PM', 'SysModule', 'AddTitle', 'Add', '添加', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('40', 'PM', 'SysModule', 'EditTitle', 'Edit', '编辑', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('41', 'PM', 'SysModule', 'AddMenuTitle', 'Add Menu', '添加菜单', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('42', 'PM', 'SysModule', 'EditMenuTitle', 'Edit Menu', '编辑菜单', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('43', 'PM', 'SysModule', 'SelectIcon', 'Select Icon', '图标选择', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('44', 'PM', 'SysModule', 'SelectClass', 'Select Class', '样式选择', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('45', 'PM', 'ChangePassword', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('46', 'PM', 'ChangePassword', 'NotDifferent', 'The New Password can\'t the same as Old Password', '新密码不应与旧密码相同', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('47', 'PM', 'ChangePassword', 'NotVaild', 'Password Not Valid! Length must big then 8. Contain a upper-case, a lower-case and a numeric.', '密码不符合规则!!密码最少8位,包括至少1个大写字母,1个小写字母,1个数字', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('48', 'PM', 'ChangePassword', 'ConfirmError', 'Password Double Input Must The Same', '新密码不能为空 且 必须与确认密码一致', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('49', 'PM', 'ChangePassword', 'ChangeSuccess', 'Change Success', '密码修改成功', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('50', 'PM', 'ChartMileage', 'TotalMileage', 'Total mileage', '总里程', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('51', 'PM', 'ChartMileage', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('52', 'PM', 'ChartTask', 'TotalTask', 'Total Task', '总任务', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('53', 'PM', 'ChartTask', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('54', 'PM', 'ChartUserate', 'TotalRate', 'Total Rate of crop movement', '总稼动率', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('55', 'PM', 'ChartUserate', 'ErrorTitle', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('56', 'LP', 'ReportView', 'LP_ReportName', 'Report No.', '报表名称', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('57', 'LP', 'ReportView', 'LP_Query', 'Query', '查询', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('58', 'LP', 'ReportView', 'LP_Export', 'Export', '导出', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('59', 'LP', 'ReportView', 'LP_QueryTerms', 'query terms', '查询条件', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('60', 'PM', 'ReportDesign', 'ParamsTitle', 'parameters', '参数', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('61', 'PM', 'ReportDesign', 'SaveBtn', 'Save', '保存', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('62', 'PM', 'ReportDesign', 'CloseBtn', 'Close', '关闭', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('63', 'LP', 'ChangePassword', 'LP_Submit', 'Submit', '确定', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('64', 'LP', 'ChangePassword', 'LP_Reset', 'Reset', '重置', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('65', 'LP', 'ChangePassword', 'LP_Old', 'Old Password', '旧密码', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('66', 'LP', 'ChangePassword', 'LP_New', 'New Password', '新密码', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('67', 'LP', 'ChangePassword', 'LP_Confirm', 'Confirm Password', '确认密码', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('68', 'LP', 'ChartMileage', 'LP_SelectDate', 'Select Date', '日期选择:', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('69', 'LP', 'ChartTask', 'LP_SelectDate', 'Select Date', '日期选择:', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('70', 'LP', 'ChartUserate', 'LP_SelectDate', 'Select Date', '日期选择:', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('71', 'LP', 'TTaskAssign', 'LP_TaskAssign', 'Task Assign', '任务派发', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('72', 'LP', 'TTaskAssign', 'LP_Task', 'Task', '已派发', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('73', 'LP', 'TTaskAssign', 'LP_Setting', 'Setting', '个人设定', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('74', 'LP', 'TTaskAssign', 'LP_SettingTitle', 'Please Setting Common tasks', '选择常用派发任务', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('75', 'LP', 'TTaskSimulation', 'LP_AgvNo', 'Agv No', '小车编号', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('76', 'LP', 'TTaskSimulation', 'LP_LinkAgv', 'Link', '连接', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('77', 'LP', 'TTaskSimulation', 'LP_TaskType', 'Task Type', '任务类型', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('78', 'LP', 'TTaskSimulation', 'LP_TaskSubmit', 'Send', '任务下发', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('79', 'LP', 'TTaskRecord', 'LP_SonTask', 'Son Task', '子任务', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('80', 'LP', 'TTask', 'LP_SonTask', 'Son Task', '子任务', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('81', 'LP', 'TaskDesign', 'LP_TaskInfo', 'Task Info', '任务信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('82', 'LP', 'TaskDesign', 'LP_TaskDesign', 'Task Design', '任务设计', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('83', 'LP', 'TaskDesign', 'LP_TaskId', 'Task Id', '任务ID', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('84', 'LP', 'TaskDesign', 'LP_TaskGroup', 'Task Group', '任务群组', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('85', 'LP', 'TaskDesign', 'LP_TaskType', 'Task Type', '任务类型', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('86', 'LP', 'TaskDesign', 'LP_TaskName', 'Task Name', '任务名称', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('87', 'LP', 'TaskDesign', 'LP_Tasklevel', 'Task Level', '优先级', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('88', 'LP', 'TaskDesign', 'LP_Description', 'Description', '备注', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('89', 'LP', 'TaskDesign', 'LP_Next', 'Next', '下一步', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('90', 'LP', 'TaskDesign', 'LP_BtnTaskDesign', 'Task Design', '任务设计', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('91', 'LP', 'TaskDesign', 'LP_TaskEdit', 'Task Edit', '任务编辑', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('92', 'LP', 'TaskDesign', 'LP_EditTip', 'Doube Click RFID To Join The Task Path', '双击RFID点加入任务路径', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('93', 'LP', 'TaskDesign', 'LP_RFID', 'RFID', 'RFID', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('94', 'LP', 'TaskDesign', 'LP_RFIDName', 'RFID Name', 'RFID名称', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('95', 'LP', 'TaskDesign', 'LP_Location', 'Location', '坐标', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('96', 'LP', 'TaskDesign', 'LP_Action', 'Action', '动作', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('97', 'LP', 'TaskDesign', 'LP_Sec', 'Wait Time(Sec)', '时长(秒)', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('98', 'LP', 'TaskDesign', 'LP_AddRFID', 'Add Point', '添加点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('99', 'LP', 'TaskDesign', 'LP_PointList', 'List Of Task Point', '任务点列表:', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('100', 'LP', 'TaskDesign', 'LP_DeletePoint', 'Delete Point', '删除点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('101', 'LP', 'TaskDesign', 'LP_TaskPreview', 'Task Preview', '任务预览', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('102', 'LP', 'TaskDesign', 'LP_IconInfo', 'RFID:', 'RFID说明:', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('103', 'LP', 'TaskDesign', 'LP_IconYXD', 'Run', '运行点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('104', 'LP', 'TaskDesign', 'LP_IconXZD', 'Turn', '旋转点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('105', 'LP', 'TaskDesign', 'LP_IconXND', 'Visual', '虚拟点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('106', 'LP', 'TaskDesign', 'LP_IconZTD', 'Pause', '暂停点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('107', 'LP', 'TaskDesign', 'LP_TaskNameTip', 'Auto Generate:Task Group + Task Type + User Input', '自动生成:任务群组-任务类型-自由编辑', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('108', 'PM', 'TTaskCancel', 'CancelTask', 'Cancel Task', '取消任务', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('109', 'PM', 'TTaskCancel', 'TaskNo', 'Task No', '订单号', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('110', 'PM', 'TTaskCancel', 'TaskId', 'Task Id', '任务ID', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('111', 'PM', 'TTaskCancel', 'TotalTask', 'Total Task: {0}', '共计:{0} 条任务', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('112', 'PM', 'TTaskCancel', 'CancelBtn', 'Cancel', '取消', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('113', 'PM', 'TTaskCancel', 'ConfirmBtn', 'Confirm', '确认', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('114', 'PM', 'TTaskCancel', 'SuccessMsg', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('115', 'PM', 'TTaskCancel', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('116', 'PM', 'TTaskCancel', 'SelectSome', 'Please Select Some Data', '请至少选择一条数据', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('117', 'PM', 'TTaskClose', 'CloseTask', 'Close Task', '强制结束任务', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('118', 'PM', 'TTaskClose', 'TaskNo', 'Task No', '订单号', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('119', 'PM', 'TTaskClose', 'TaskId', 'Task Id', '任务ID', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('120', 'PM', 'TTaskClose', 'AssignAgv', 'Assign Agv', '分配AGV', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('121', 'PM', 'TTaskClose', 'AgvState', 'Task State', '任务状态', null, null, '2020-04-30 15:20:13', 'System');
INSERT INTO `sys_i18n_text_222` VALUES ('122', 'PM', 'TTaskClose', 'ErrorCode', 'Error Code', '故障编码', null, null, '2020-04-30 15:20:34', 'System');
INSERT INTO `sys_i18n_text_222` VALUES ('123', 'PM', 'TTaskClose', 'ErrorMsg', 'Error Message', '故障描述', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('124', 'PM', 'TTaskClose', 'CancelBtn', 'Cancel', '取消', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('125', 'PM', 'TTaskClose', 'ConfirmBtn', 'Confirm', '确认', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('126', 'PM', 'TTaskClose', 'SuccessMsg', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('127', 'PM', 'TTaskClose', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('128', 'PM', 'TTaskClose', 'SelectSome', 'Please Select Some Data', '请至少选择一条数据', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('129', 'PM', 'TTaskDesign', 'SaveBtn', 'Save', '保存', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('130', 'PM', 'TTaskDesign', 'CloseBtn', 'Close', '关闭', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('131', 'PM', 'TTaskDesign', 'DeleteMsg', 'Are you sure to delete', '确定要删除所选信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('132', 'PM', 'TTaskDesign', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('133', 'PM', 'TTaskDesign', 'SelectSome', 'Please Select Some Data', '请至少选择一条数据', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('134', 'PM', 'TTaskDesign', 'SelectOne', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('135', 'PM', 'TTaskDesign', 'GroupTitle', 'Task Group', '任务群组', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('136', 'PM', 'TTaskDesign', 'TypeTitle', 'Task Type', '任务类型', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('137', 'PM', 'TTaskDesign', 'SuccessMsg', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('138', 'PM', 'Map', 'SaveBtn', 'Save', '保存', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('139', 'PM', 'Map', 'CloseBtn', 'Close', '关闭', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('140', 'PM', 'Map', 'SuccessMsg', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('141', 'PM', 'Map', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('142', 'PM', 'Map', 'SelectSome', 'Please Select Some Data', '请至少选择一条数据', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('143', 'PM', 'Map', 'SelectOne', 'Please Select One Row', '请选择编辑的行,且同时只能编辑一行', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('144', 'LP', 'MapPreview', 'LP_MapInfo', 'Map Info', '地图信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('145', 'LP', 'MapPreview', 'LP_MapPreview', 'Map Preview', '地图预览', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('146', 'LP', 'MapPreview', 'LP_Name', 'Name', '名称', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('147', 'LP', 'MapPreview', 'LP_Default', 'Default', '默认地图', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('148', 'LP', 'MapPreview', 'LP_Remark', 'Remark', '备注', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('149', 'LP', 'MapPreview', 'LP_Next', 'Next', '下一步', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('150', 'LP', 'MapPreview', 'LP_LimitPath', 'Limit Path', '限行路段', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('151', 'LP', 'MapPreview', 'LP_LimitPathList', 'Limit Path List', '限行路段列表', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('152', 'LP', 'MapPreview', 'LP_IconInfo', 'RFID:', 'RFID说明:', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('153', 'LP', 'MapPreview', 'LP_IconYXD', 'Run', '运行点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('154', 'LP', 'MapPreview', 'LP_IconXZD', 'Turn', '旋转点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('155', 'LP', 'MapPreview', 'LP_IconXND', 'Visual', '虚拟点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('156', 'LP', 'MapPreview', 'LP_IconZTD', 'Pause', '暂停点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('157', 'LP', 'MapPreview', 'LP_Enable', 'Enable', '启用', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('158', 'LP', 'MapPreview', 'LP_Location', 'Location', '坐标', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('159', 'LP', 'MapPreview', 'LP_PointType', 'Point Type', '点类型', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('160', 'LP', 'MapPreview', 'LP_IsTurn', 'Turn?', '是否旋转', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('161', 'LP', 'MapPreview', 'LP_WaitTime', 'Wait Time', '停留时间', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('162', 'LP', 'MapPreview', 'LP_DirectLength', 'Direct & Length', '方向&距离', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('163', 'LP', 'MapPreview', 'LP_Width', 'Width', '宽', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('164', 'LP', 'MapPreview', 'LP_Height', 'Height', '高', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('165', 'LP', 'MapPreview', 'LP_ChargingInfo', 'Charing Info', '充电点方向&距离', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('166', 'LP', 'MapDesign', 'LP_MapInfo', 'Map Info', '地图信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('167', 'LP', 'MapDesign', 'LP_MapDesign', 'Map Design', '地图设计', null, null, '2020-04-30 10:22:49', 'System');
INSERT INTO `sys_i18n_text_222` VALUES ('168', 'LP', 'MapDesign', 'LP_Name', 'Name', '名称', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('169', 'LP', 'MapDesign', 'LP_Default', 'Default', '默认地图', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('170', 'LP', 'MapDesign', 'LP_Remark', 'Remark', '备注', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('171', 'LP', 'MapDesign', 'LP_Next', 'Next', '下一步', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('172', 'LP', 'MapDesign', 'LP_LimitPath', 'Limit Path', '限行路段', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('173', 'LP', 'MapDesign', 'LP_LimitPathList', 'Limit Path List', '限行路段列表', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('174', 'LP', 'MapDesign', 'LP_IconInfo', 'RFID:', 'RFID说明:', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('175', 'LP', 'MapDesign', 'LP_IconYXD', 'Run', '运行点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('176', 'LP', 'MapDesign', 'LP_IconXZD', 'Turn', '旋转点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('177', 'LP', 'MapDesign', 'LP_IconXND', 'Visual', '虚拟点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('178', 'LP', 'MapDesign', 'LP_IconZTD', 'Pause', '暂停点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('179', 'LP', 'MapDesign', 'LP_Enable', 'Enable', '启用', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('180', 'LP', 'MapDesign', 'LP_Location', 'Location', '坐标', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('181', 'LP', 'MapDesign', 'LP_PointType', 'Point Type', '点类型', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('182', 'LP', 'MapDesign', 'LP_IsTurn', 'Turn?', '是否旋转', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('183', 'LP', 'MapDesign', 'LP_WaitTime', 'Wait Time', '停留时间', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('184', 'LP', 'MapDesign', 'LP_DirectLength', 'Direct', '方向', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('185', 'LP', 'MapDesign', 'LP_Width', 'Width', '宽', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('186', 'LP', 'MapDesign', 'LP_Height', 'Height', '高', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('187', 'LP', 'MapDesign', 'LP_ChargingInfo', 'Charing Info', '充电点方向&距离', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('188', 'LP', 'MapDesign', 'LP_Reset', 'Reset', '重填', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('189', 'LP', 'MapDesign', 'LP_Add', 'Add', '添加', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('190', 'LP', 'MapDesign', 'LP_Delete', 'Delete', '删除', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('191', 'LP', 'MapDesign', 'LP_AddLimitInfo', 'Double Click RFID To Join The Limit Path', '双击RFID点加入限行路段', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('192', 'LP', 'MapDesign', 'LP_PathName', 'Path Name', '路段名称', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('193', 'LP', 'MapDesign', 'LP_Point1', 'Point1', '点位1', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('194', 'LP', 'MapDesign', 'LP_Point2', 'Point2', '点位2', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('195', 'LP', 'MapDesign', 'LP_IsAvoid', 'Avoid?', '是否需避让', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('196', 'LP', 'MapDesign', 'LP_AvoidPoint', 'Avoid Point', '避让点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('197', 'PM', 'MapDesign', 'YXD', 'Run Point', '运行点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('198', 'PM', 'MapDesign', 'BRD', 'Avoid Point', '避让点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('199', 'PM', 'MapDesign', 'CDD', 'Charging Point', '充电点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('200', 'PM', 'MapDesign', 'TCD', 'Parking Point', '停车点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('201', 'PM', 'MapDesign', 'XND', 'Visual Point', '虚拟点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('202', 'PM', 'MapDesign', 'ZTD', 'Wait Point', '暂停点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('203', 'PM', 'MapDesign', 'XZD', 'Turn Point', '整体旋转点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('204', 'PM', 'MapDesign', 'STD', 'Station Point', '站台点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('205', 'PM', 'MapDesign', 'RFIDSetting', '【RFID】 Setting', '【RFID】设置', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('206', 'PM', 'MapDesign', 'CloseBtn', 'Close', '关闭', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('207', 'PM', 'MapDesign', 'SaveBtn', 'OK', '保存', null, null, '2020-04-30 10:24:23', 'System');
INSERT INTO `sys_i18n_text_222` VALUES ('208', 'PM', 'MapDesign', 'CancelBtn', 'Cancel', '取消', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('209', 'PM', 'MapDesign', 'CCQ', 'Store Area', '仓储区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('210', 'PM', 'MapDesign', 'SCX', 'Product Line', '生产线', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('211', 'PM', 'MapDesign', 'YXQ', 'Running Area', '运行区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('212', 'PM', 'MapDesign', 'CDZ', 'Charging post', '充电桩', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('213', 'PM', 'MapDesign', 'TCQ', 'Parking area', '停车区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('214', 'PM', 'MapDesign', 'FLQ', 'Put Area', '放料区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('215', 'PM', 'MapDesign', 'QLQ', 'Get Area', '取料区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('216', 'PM', 'MapDesign', 'UP', 'Up', '上方', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('217', 'PM', 'MapDesign', 'DOWN', 'Down', '下方', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('218', 'PM', 'MapDesign', 'LEFT', 'Left', '左方', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('219', 'PM', 'MapDesign', 'RIGHT', 'Right', '右方', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('220', 'PM', 'MapDesign', 'AreaSetting', '【{0}】 Setting', '【{0}】设置', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('221', 'PM', 'MapDesign', 'InputInfo', 'Please Input', '请输入', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('222', 'PM', 'MapDesign', 'RFIDExist', 'RFID 【{0}】 is Exist', '地图中已有该RFID: 【{0}】, 已闪烁提示!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('223', 'PM', 'MapDesign', 'RFIDNotInput', 'RFID Not Input', 'RFID值未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('224', 'PM', 'MapDesign', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('225', 'PM', 'MapDesign', 'PauseTimeNotInput', 'Pause Time Not Input', '暂停点的停留时间未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('226', 'PM', 'MapDesign', 'DirectLengthNotInput', 'Direct Not Input', '方向未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('227', 'PM', 'MapDesign', 'UpLengthNotInput', 'Up Length Not Input', '上行距离未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('228', 'PM', 'MapDesign', 'DownLengthNotInput', 'Down Length Not Input', '下行距离未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('229', 'PM', 'MapDesign', 'LeftLengthNotInput', 'Left Length Not Input', '左行距离未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('230', 'PM', 'MapDesign', 'RightLengthNotInput', 'Right Length Not Input', '右行距离未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('231', 'PM', 'MapDesign', 'ChargingPileExist', 'Area 【{0}】 is Exist', '地图中已有编号: 【{0}】, 已闪烁提示!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('232', 'PM', 'MapDesign', 'WidthHeightError', 'Width Or Height is Error', '宽度或高度设置不正确!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('233', 'PM', 'MapDesign', 'NotSelectChargingPoint', 'Not Select Charging Point', '没有选择充电点!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('234', 'PM', 'MapDesign', 'NotInputChargingLength', 'Not Input Charging Length', '没有填写充电点距离!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('235', 'PM', 'MapDesign', 'RFIDNotEdit', 'RFID Not Edit', '存在未编辑的RFID!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('236', 'PM', 'MapDesign', 'ChargingPileNotEdit', 'Charging Pile Not Edit', '存在未编辑的充电桩!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('237', 'PM', 'MapDesign', 'ConfirmSettingDefault', 'There is a Default Map?Do You want to recover?', '系统中已有默认地图,确定要设为默认吗?', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('238', 'PM', 'MapDesign', 'ConfirmDeletePath', 'Do You Want To Delete The Path?', '确定删除该限行路段吗?', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('239', 'PM', 'MapDesign', 'PathNameInputTip', 'Please Input Path Name', '请输入路段名称!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('240', 'PM', 'MapDesign', 'Point12InputTip', 'Please Select Point1 & Point2', '必须指定点1和点2!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('241', 'PM', 'MapDesign', 'Point12CantSame', 'Point1 & Point2 Can\'t The Same', '点1和点2不能指定同一点!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('242', 'PM', 'MapDesign', 'Point3InputTip', 'Please Select Avoid Point', '请指定避让点!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('243', 'PM', 'MapDesign', 'Point3ErrorTip', 'Avoid Point Can\'t Same As Point1 & Point2', '指定的避让点不能是点1和点2!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('244', 'PM', 'MapDesign', 'PathNameExist', 'Path Name Exist', '路段名称已存在!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('245', 'PM', 'MapDesign', 'Point12NotInLine', 'Point1 & Point2 Not In A Line', '指定的点1和点2不在一条通道中!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('246', 'PM', 'MapDesign', 'Point3NotInLine', 'Avoid Point Not In Line With Point1 Or Point2', '指定的避让点和点1或点2不在一条通道中!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('247', 'PM', 'MapDesign', 'AddPathError', 'Add Path Error, Please Check Point1 & Point2 Not In A Line, And The Path In The Run Area', '限制区域添加失败, 请检查所选点1,点2是否在同一通道中, 是否限制区域完全覆盖在运行区中?', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('248', 'PM', 'MapDesign', 'Info', 'Info', '信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('249', 'PM', 'MapPreview', 'YXD', 'Run Point', '运行点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('250', 'PM', 'MapPreview', 'BRD', 'Avoid Point', '避让点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('251', 'PM', 'MapPreview', 'CDD', 'Charging Point', '充电点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('252', 'PM', 'MapPreview', 'TCD', 'Parking Point', '停车点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('253', 'PM', 'MapPreview', 'XND', 'Visual Point', '虚拟点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('254', 'PM', 'MapPreview', 'ZTD', 'Wait Point', '暂停点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('255', 'PM', 'MapPreview', 'XZD', 'Turn Point', '整体旋转点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('256', 'PM', 'MapPreview', 'STD', 'Station Point', '站台点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('257', 'PM', 'MapPreview', 'RFIDSetting', '【RFID】 Setting', '【RFID】设置', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('258', 'PM', 'MapPreview', 'CloseBtn', 'Close', '关闭', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('259', 'PM', 'MapPreview', 'CCQ', 'Store Area', '仓储区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('260', 'PM', 'MapPreview', 'SCX', 'Product Line', '生产线', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('261', 'PM', 'MapPreview', 'YXQ', 'Running Area', '运行区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('262', 'PM', 'MapPreview', 'CDZ', 'Charging post', '充电桩', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('263', 'PM', 'MapPreview', 'TCQ', 'Parking area', '停车区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('264', 'PM', 'MapPreview', 'FLQ', 'Put Area', '放料区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('265', 'PM', 'MapPreview', 'QLQ', 'Get Area', '取料区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('266', 'PM', 'MapPreview', 'UP', 'Up', '上方', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('267', 'PM', 'MapPreview', 'DOWN', 'Down', '下方', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('268', 'PM', 'MapPreview', 'LEFT', 'Left', '左方', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('269', 'PM', 'MapPreview', 'RIGHT', 'Right', '右方', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('270', 'PM', 'MapPreview', 'AreaSetting', '【{0}】 Setting', '【{0}】设置', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('271', 'PM', 'MapPreview', 'InputInfo', 'Please Input', '请输入', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('272', 'PM', 'MapPreview', 'Info', 'Info', '信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('273', 'PM', 'TaskDesign', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('274', 'PM', 'TaskDesign', 'MustPreview', 'You Must Preview Task Before Save!', '任务点编辑后需要进行成功的任务预览才能保存!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('275', 'PM', 'TaskDesign', 'SaveError1', 'Can\'t Save, Get Times Not Equal To Put Times!', '取放动作未成套,不能保存!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('276', 'PM', 'TaskDesign', 'TaskNo', 'Task No', '任务编号', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('277', 'PM', 'TaskDesign', 'TabTaskInfo', 'Task Info', '任务信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('278', 'PM', 'TaskDesign', 'AddError1', 'Two adjacent points cannot be the same', '相邻两个点位不能相同!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('279', 'PM', 'TaskDesign', 'AddError2', 'Action:【{0}】 is Wrong, It Cause AGV Load: {1}', '动作:【{0}】有误,会导致载货量为:{1}!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('280', 'PM', 'TaskDesign', 'AddError3', 'Action is Wrong, First Action Can\'t be \'Put\' Command', '动作有误,第一步不能进行:【放】 指令!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('281', 'PM', 'TaskDesign', 'DeleteConfirm', 'Are you sure you want to delete all task points?', '确定要删除全部任务点吗?', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('282', 'PM', 'TaskDesign', 'SaveBtn', 'Confirm', '确定', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('283', 'PM', 'TaskDesign', 'CancelBtn', 'Cancel', '取消', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('284', 'PM', 'TaskDesign', 'PreviewError1', 'Please Edit Task Point List!', '请先设计任务关键点!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('285', 'PM', 'TaskDesign', 'PreviewError2', 'Can\'t Preview, Get Times Not Equal To Put Times!', '取放动作未成套,不能预览!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('286', 'PM', 'TaskDesign', 'SecTip', 'Sec', '秒', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('287', 'PM', 'TTaskAssign', 'QStatus_None', 'Please Select', '请选择', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('288', 'PM', 'TTaskAssign', 'QStatus_0', 'UnSubmit', '待分配', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('289', 'PM', 'TTaskAssign', 'QStatus_1', 'Excuting', '执行中', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('290', 'PM', 'TTaskAssign', 'QStatus_98', 'Cancel', '任务取消', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('291', 'PM', 'TTaskAssign', 'QStatus_99', 'Complete', '完成', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('292', 'PM', 'TTaskAssign', 'QStatus_100', 'Close', '强制结束', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('293', 'PM', 'TTaskAssign', 'Success', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('294', 'PM', 'TTaskAssign', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('295', 'PM', 'TTaskAssign', 'CancelBtn', 'Cancel', '取消', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('296', 'PM', 'TTaskAssign', 'ConfirmBtn', 'Confirm', '确认', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('297', 'PM', 'TTaskAssign', 'AssignTask', 'Assign Task', '派发任务', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('298', 'PM', 'TTaskAssign', 'TaskName', 'Task Name', '任务名称', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('299', 'PM', 'TTaskSimulation', 'Success', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('300', 'PM', 'TTaskSimulation', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('301', 'PM', 'TTaskSimulation', 'Connect', 'Link', '连接', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('302', 'PM', 'TTaskSimulation', 'CloseLink', 'Close', '断开', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('303', 'PM', 'TTaskSimulation', 'AgvNoNotInput', 'Agv No Not Input', '请输入AGV编号', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('304', 'PM', 'ReportView', 'SelectReport', 'Please Select A Report Name', '请选择要查询的报表!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('305', 'PM', 'ReportView', 'Info', 'Info', '信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('306', 'PM', 'ReportView', 'Paraments', 'Paraments', '参数', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('307', 'PM', 'ReportView', 'SaveBtn', 'Save', '保存', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('308', 'PM', 'ReportView', 'CloseBtn', 'Close', '关闭', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('309', 'PM', 'AcsMonitor', 'HomePage', 'Home Page', '首页', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('310', 'PM', 'AcsMonitor', 'TotalMileage', 'Total Mileage', '里程总览', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('311', 'PM', 'AcsMonitor', 'TotalTask', 'Total Task', '任务总览', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('312', 'PM', 'AcsMonitor', 'TotalUseRate', 'Total Use Rate', '稼动率总览', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('313', 'LP', 'TTaskSimulation', 'LP_SendTip', 'Press To Send, UnPress To Stop. ', '长按发送, 松开结束', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('314', 'LP', 'TTaskSimulation', 'LP_Clear', 'Clear Log', '清空', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('315', 'PM', 'SysUserOnline', 'SuccessMsg', 'Success', '操作成功', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('316', 'PM', 'SysUserOnline', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('317', 'PM', 'SysUserOnline', 'Info', 'Info', '信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('318', 'PM', 'SysUserOnline', 'SelectSomeData', 'Please Select Some Data', '请选择操作数据!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('319', 'LP', 'AcsMonitor', 'LP_KeyValue', 'Key Value', '关键指标', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('320', 'LP', 'AcsMonitor', 'LP_AGVMileage', 'Agv Mileage', 'AGV里程(公里)', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('321', 'LP', 'AcsMonitor', 'LP_Today', 'Today', '当天', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('322', 'LP', 'AcsMonitor', 'LP_TaskSummary', 'Task Summary', '任务总览(次)', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('323', 'LP', 'AcsMonitor', 'LP_UseRate', 'Use Rate', '设备稼动率(%)', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('324', 'LP', 'AcsMonitor', 'LP_TotalAgv', 'Total Agv', 'AGV总数', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('325', 'LP', 'AcsMonitor', 'LP_AgvInTask', 'In Task', '任务中', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('326', 'LP', 'AcsMonitor', 'LP_AgvInCharging', 'In Charging', '充电', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('327', 'LP', 'AcsMonitor', 'LP_AgvError', 'Error', '故障', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('328', 'LP', 'AcsMonitor', 'LP_AgvOffline', 'Offline', '离线', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('329', 'LP', 'AcsMonitor', 'LP_AgvFree', 'Free', '空闲', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('330', 'LP', 'AcsMonitor', 'LP_AgvOther', 'Other', '其他', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('331', 'LP', 'AcsMonitor', 'LP_FullScreen', 'Full Screen', '全屏', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('332', 'LP', 'AcsMonitor', 'LP_IconInfo', 'Icon Info', '图例说明:', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('333', 'LP', 'AcsMonitor', 'LP_IconCCQ', 'Store Area', '仓储区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('334', 'LP', 'AcsMonitor', 'LP_IconXTQ', 'Product Line', '线体区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('335', 'LP', 'AcsMonitor', 'LP_IconQLQ', 'Get Area', '取料区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('336', 'LP', 'AcsMonitor', 'LP_IconFLQ', 'Put Area', '放料区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('337', 'LP', 'AcsMonitor', 'LP_IconTCQ', 'Stop Area', '停车区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('338', 'LP', 'AcsMonitor', 'LP_IconYXQ', 'Running Area', '运行区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('339', 'LP', 'AcsMonitor', 'LP_IconCDZ1', 'Charging Pile(Enabled)', '充电桩(启用)', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('340', 'LP', 'AcsMonitor', 'LP_IconCDZ0', 'Charging Pile(Disabled)', '充电桩(屏蔽)', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('341', 'LP', 'AcsMonitor', 'LP_AGVInfo', 'Agv Info', 'AGV:', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('342', 'LP', 'AcsMonitor', 'LP_AGVDS', 'Up', '有货', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('343', 'LP', 'AcsMonitor', 'LP_AGVFDS', 'Down', '无货', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('344', 'LP', 'AcsMonitor', 'LP_AGVGZ', 'Error', '故障', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('345', 'LP', 'AcsMonitor', 'LP_AGVLX', 'Offline', '离线', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('346', 'LP', 'AcsMonitor', 'LP_AGVCD', 'Charing', '充电', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('347', 'LP', 'AcsMonitorFull', 'LP_TotalAgv', 'Total Agv', 'AGV总数', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('348', 'LP', 'AcsMonitorFull', 'LP_AgvInTask', 'In Task', '任务中', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('349', 'LP', 'AcsMonitorFull', 'LP_AgvInCharging', 'In Charging', '充电', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('350', 'LP', 'AcsMonitorFull', 'LP_AgvError', 'Error', '故障', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('351', 'LP', 'AcsMonitorFull', 'LP_AgvOffline', 'Offline', '离线', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('352', 'LP', 'AcsMonitorFull', 'LP_AgvFree', 'Free', '空闲', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('353', 'LP', 'AcsMonitorFull', 'LP_AgvOther', 'Other', '其他', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('354', 'LP', 'AcsMonitorFull', 'LP_FullScreen', 'Full Screen', '全屏', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('355', 'LP', 'AcsMonitorFull', 'LP_IconInfo', 'Icon Info', '图例说明:', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('356', 'LP', 'AcsMonitorFull', 'LP_IconCCQ', 'Store Area', '仓储区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('357', 'LP', 'AcsMonitorFull', 'LP_IconXTQ', 'Product Line', '线体区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('358', 'LP', 'AcsMonitorFull', 'LP_IconQLQ', 'Get Area', '取料区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('359', 'LP', 'AcsMonitorFull', 'LP_IconFLQ', 'Put Area', '放料区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('360', 'LP', 'AcsMonitorFull', 'LP_IconTCQ', 'Stop Area', '停车区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('361', 'LP', 'AcsMonitorFull', 'LP_IconYXQ', 'Running Area', '运行区', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('362', 'LP', 'AcsMonitorFull', 'LP_IconCDZ1', 'Charging Pile(Enabled)', '充电桩(启用)', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('363', 'LP', 'AcsMonitorFull', 'LP_IconCDZ0', 'Charging Pile(Disabled)', '充电桩(屏蔽)', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('364', 'LP', 'AcsMonitorFull', 'LP_AGVInfo', 'Agv Info', 'AGV:', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('365', 'LP', 'AcsMonitorFull', 'LP_AGVDS', 'Up', '有货', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('366', 'LP', 'AcsMonitorFull', 'LP_AGVFDS', 'Down', '无货', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('367', 'LP', 'AcsMonitorFull', 'LP_AGVGZ', 'Error', '故障', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('368', 'LP', 'AcsMonitorFull', 'LP_AGVLX', 'Offline', '离线', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('369', 'LP', 'AcsMonitorFull', 'LP_AGVCD', 'Charing', '充电', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('370', 'LP', 'AcsMonitorFull', 'LP_SearchTip', 'Input RFID And Press Enter', '输入RFID按回车键,搜索RFID', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('371', 'PM', 'TTaskClose', 'QStatus_0', 'UnSubmit', '待分配', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('372', 'PM', 'TTaskClose', 'QStatus_1', 'Excuting', '执行中', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('373', 'PM', 'TTaskClose', 'QStatus_98', 'Cancel', '任务取消', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('374', 'PM', 'TTaskClose', 'QStatus_99', 'Complete', '完成', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('375', 'PM', 'TTaskClose', 'QStatus_100', 'Close', '强制结束', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('376', 'PM', 'TTaskClose', 'QStatus_None', 'Please Select', '请选择', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('377', 'PM', 'SysUser', 'RequiredMsg', 'Please Input Required Item{0}', '必填项{0}不能为空', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('378', 'PM', 'SysRole', 'RequiredMsg', 'Please Input Required Item{0}', '必填项{0}不能为空', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('379', 'PM', 'SysModule', 'RequiredMsg', 'Please Input Required Item{0}', '必填项{0}不能为空', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('380', 'PM', 'SysDept', 'RequiredMsg', 'Please Input Required Item{0}', '必填项{0}不能为空', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('381', 'PM', 'MapDesign', 'DTD', 'Lift Point', '电梯点', '2020-07-29 14:29:57', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('382', 'LP', 'AcsMonitor', 'LP_IconDTQ_XZ', 'Lift Area(Free)', '电梯区(空闲)', '2020-07-30 13:08:24', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('383', 'LP', 'AcsMonitor', 'LP_IconDTQ_YX', 'Lift Area(Run)', '电梯区(运行)', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('384', 'LP', 'AcsMonitor', 'LP_IconDTQ_GZ', 'Lift Area(Error)', '电梯区(故障)', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('385', 'LP', 'AcsMonitor', 'LP_IconTSJQ_XZ', 'Hoist Area(Free)', '提升机(空闲)', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('386', 'LP', 'AcsMonitor', 'LP_IconTSJQ_YX', 'Hoist Area(Run)', '提升机(运行)', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('387', 'LP', 'AcsMonitor', 'LP_IconTSJQ_GZ', 'Hoist Area(Error)', '提升机(故障)', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('388', 'LP', 'AcsMonitorFull', 'LP_IconDTQ_XZ', 'Lift Area(Free)', '电梯区(空闲)', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('389', 'LP', 'AcsMonitorFull', 'LP_IconDTQ_YX', 'Lift Area(Run)', '电梯区(运行)', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('390', 'LP', 'AcsMonitorFull', 'LP_IconDTQ_GZ', 'Lift Area(Error)', '电梯区(故障)', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('391', 'LP', 'AcsMonitorFull', 'LP_IconTSJQ_XZ', 'Hoist Area(Free)', '对接区(空闲)', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('392', 'LP', 'AcsMonitorFull', 'LP_IconTSJQ_YX', 'Hoist Area(Run)', '对接区(运行)', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('393', 'LP', 'AcsMonitorFull', 'LP_IconTSJQ_GZ', 'Hoist Area(Error)', '对接区(故障)', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('394', 'PM', 'TTaskLift', 'LiftNoNotSelect', 'Please Select A Lift', '请选择一步电梯', '2020-08-19 09:08:21', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('395', 'PM', 'TTaskLift', 'ErrorInfo', 'eRROR Info', '错误信息', '2020-08-19 09:08:42', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('396', 'PM', 'TTaskLift', 'Success', 'Success', '操作成功', '2020-08-19 09:09:05', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('397', 'LP', 'TTaskLift', 'LP_LiftName', 'Lift Name', '电梯名称', '2020-08-19 09:18:22', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('398', 'LP', 'TTaskLift', 'LP_SendTask', 'Send', '确定', '2020-08-19 09:19:02', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('399', 'PM', 'MapDesign', 'TSJD', 'TiShengJi Point', '对接点', '2020-09-16 14:41:30', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('400', 'PM', 'MapDesign', 'TSJDDD', 'TiShengJi Wait Point', '对接等待点', '2020-09-16 14:42:04', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('401', 'PM', 'MapDesign', 'DTDDD', 'Lift Wait Point', '电梯等待点', '2020-09-16 14:45:25', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('402', 'PM', 'Tstate', 'ConfirmInfo', 'Confirm?', '确定执行?', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('403', 'PM', 'Tstate', 'ErrorInfo', 'Error Info', '错误信息', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('404', 'PM', 'Tstate', 'CancelBtn', 'Cancel', '取消', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('405', 'PM', 'Tstate', 'ConfirmBtn', 'Confirm', '确认', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('406', 'PM', 'Tstate', 'SuccessMsg', 'Success', '成功', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('407', 'PM', 'Tstate', 'Info', 'Info', '提示', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('408', 'PM', 'MapDesign', 'DTQ', 'Lift Area', '电梯区', '2020-09-17 13:38:26', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('409', 'PM', 'MapDesign', 'TSJQ', 'TiShengJi Area', '对接区', '2020-09-17 13:38:53', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('410', 'PM', 'MapDesign', 'NotSetRFIDPoint', 'Not Set RFID Point', '没有设置RFID点', '2020-09-17 13:43:27', 'System', '2020-09-17 13:48:24', 'System');
INSERT INTO `sys_i18n_text_222` VALUES ('411', 'PM', 'MapDesign', 'TPXZD', 'Pallet Turn', '托盘旋转点', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('412', 'PM', 'MapDesign', 'DTGMD', 'Lift Door Close', '电梯关门点', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('413', 'PM', 'MapPreview', '托盘旋转点', 'TPXZD', 'Pallet Turn', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('414', 'PM', 'MapPreview', '电梯关门点', 'DTGMD', 'Lift Door Close', null, 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('415', 'LP', 'MapDesign', 'LP_IsStop', 'Is Stop', '是否驻停', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('416', 'LP', 'MapDesign', 'LP_IntStopLevel', 'Stop Level', '停止等级', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('417', 'PM', 'MapDesign', 'AreaRFIDNotSet', 'Area RFID NotSet', '工位未设置', '2020-10-06 14:40:47', 'System', null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('418', 'PM', 'TTaskDesign', 'StopAgv', 'Are you sure to stopAgvTask', '确定要暂停agv任务', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('419', 'PM', 'Map', 'DeleteMsg', 'Do You Want To Delete The Map?', '确定删除该地图吗?', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('420', 'LP', 'MapDesign', 'LP_IntXC', 'X coordinate', 'X坐标', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('421', 'LP', 'MapDesign', 'LP_IntYC', 'Y coordinate', 'Y坐标', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('422', 'PM', 'MapDesign', 'LengthNotInput', 'Length Not Input', '位置坐标未填写!', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('423', 'LP', 'MapDesign', 'LP_IntAgvOri', 'AgvOri', '车头方向', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('424', 'PM', 'MapDesign', 'ZHD', 'Arc Point', '走弧点', null, null, null, null);
INSERT INTO `sys_i18n_text_222` VALUES ('425', 'PM', 'MapPreview', 'ZHD', 'Arc Point', '走弧点', null, null, null, null);

-- ----------------------------
-- Table structure for sys_info
-- ----------------------------
DROP TABLE IF EXISTS `sys_info`;
CREATE TABLE `sys_info` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `appKey` varchar(50) NOT NULL COMMENT '系统关键字',
  `appSecret` varchar(100) DEFAULT NULL COMMENT '系统密钥',
  `title` varchar(50) NOT NULL COMMENT '标题',
  `titleus` varchar(50) DEFAULT NULL COMMENT '标题',
  `copyright` varchar(250) DEFAULT NULL,
  `remark` varchar(250) NOT NULL COMMENT '备注',
  `loginLogo` varchar(100) NOT NULL COMMENT '登录图标',
  `indexLogo` varchar(100) DEFAULT NULL COMMENT '主页图标',
  `returnUrl` varchar(50) NOT NULL COMMENT '主页',
  `isEnable` tinyint(4) NOT NULL COMMENT '生效',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='系统信息';

-- ----------------------------
-- Records of sys_info
-- ----------------------------
INSERT INTO `sys_info` VALUES ('1', 'hhweb', 'tf7/PC3BPxQOcNQaQ+RULA==', '智能柔性搬运管理中心', 'Smart flexible handling management center', '版权所有 © 2021 昆山华恒工程技术中心', '应用注册hhweb2.0', 'indexlogo.png', 'indexlogo.png', '/Main/Index', '1', null, null, '2019-08-08 12:29:54', 'System');

-- ----------------------------
-- Table structure for sys_interface_log
-- ----------------------------
DROP TABLE IF EXISTS `sys_interface_log`;
CREATE TABLE `sys_interface_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `type` varchar(50) DEFAULT NULL COMMENT '类型:接收/发送',
  `system` varchar(50) DEFAULT NULL COMMENT '系统',
  `method` varchar(200) DEFAULT NULL COMMENT '方法',
  `server` varchar(200) DEFAULT NULL COMMENT '服务器',
  `path` varchar(200) DEFAULT NULL COMMENT '路径',
  `actionName` varchar(50) DEFAULT NULL COMMENT '调用方法',
  `queryString` varchar(200) DEFAULT NULL COMMENT '查询字符串',
  `apiGroup` varchar(100) DEFAULT NULL COMMENT 'Api控制器',
  `request` longtext COMMENT '请求',
  `response` longtext COMMENT '响应',
  `totalMilliseconds` double DEFAULT NULL COMMENT '耗时(毫秒)',
  `logTime` datetime DEFAULT NULL COMMENT '日志时间',
  `name` varchar(100) DEFAULT NULL COMMENT '用户名',
  `ip` varchar(100) DEFAULT NULL COMMENT 'Ip地址',
  `browser` varchar(200) DEFAULT NULL COMMENT '浏览器',
  `result` varchar(50) DEFAULT NULL COMMENT '结果',
  `flag` int(11) DEFAULT NULL COMMENT '重发标识',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='操作日志';

-- ----------------------------
-- Records of sys_interface_log
-- ----------------------------

-- ----------------------------
-- Table structure for sys_job
-- ----------------------------
DROP TABLE IF EXISTS `sys_job`;
CREATE TABLE `sys_job` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `jobName` varchar(64) NOT NULL COMMENT '任务名称',
  `jobGroup` varchar(64) NOT NULL COMMENT '任务组名',
  `methodName` text COMMENT '任务方法',
  `methodParams` longtext COMMENT '参数',
  `cronExpression` varchar(255) DEFAULT NULL COMMENT 'cron执行表达式',
  `lastFireTime` datetime DEFAULT NULL,
  `nextFireTime` datetime DEFAULT NULL,
  `misfirePolicy` varchar(20) DEFAULT NULL COMMENT '错误策略',
  `status` char(1) DEFAULT NULL COMMENT '状态(0正常 1暂停)',
  `remark` text COMMENT '备注信息',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='定时任务调度表';

-- ----------------------------
-- Records of sys_job
-- ----------------------------
INSERT INTO `sys_job` VALUES ('26', 'ClearOperLog', 'ClearOperLog', 'ClearLogJob', '{\"LogName\":\"All\",\"Days\":\"20\"}', '0 0/1 * * * ? *', '2021-03-07 23:15:00', '2021-05-08 15:06:00', null, '0', null, '2019-08-29 09:58:53', 'System', '2021-05-08 15:05:28', 'System');
INSERT INTO `sys_job` VALUES ('27', '演示程序', '演示程序', 'ShowJob', '{}', '0/30 * * * * ? *', '2021-03-04 11:08:30', '2021-05-08 15:00:00', null, '1', null, '2020-10-21 15:04:30', 'System', '2021-05-08 14:59:36', 'System');
INSERT INTO `sys_job` VALUES ('28', '下发AGV任务', '下发AGV任务', 'SendTaskJob', '{}', '0 0/1 * * * ? *', '2021-03-04 11:35:00', '2021-05-08 15:00:00', null, '1', null, '2021-01-27 18:51:05', 'System', '2021-05-08 14:59:40', 'System');

-- ----------------------------
-- Table structure for sys_job_log
-- ----------------------------
DROP TABLE IF EXISTS `sys_job_log`;
CREATE TABLE `sys_job_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `jobName` varchar(64) NOT NULL COMMENT '任务名称',
  `jobGroup` varchar(64) NOT NULL COMMENT '任务组名',
  `methodName` text COMMENT '任务方法',
  `methodParams` longtext COMMENT '参数',
  `jobMessage` text COMMENT '日志信息',
  `exceptionInfo` longtext COMMENT '异常信息',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='定时任务调度日志表';

-- ----------------------------
-- Records of sys_job_log
-- ----------------------------

-- ----------------------------
-- Table structure for sys_login_log
-- ----------------------------
DROP TABLE IF EXISTS `sys_login_log`;
CREATE TABLE `sys_login_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `token` varchar(50) NOT NULL COMMENT '用户会话id',
  `account` varchar(50) DEFAULT NULL COMMENT '登录账号',
  `name` varchar(50) DEFAULT NULL COMMENT '用户名',
  `ipaddr` varchar(50) DEFAULT NULL COMMENT '登录IP地址',
  `browser` varchar(200) DEFAULT NULL COMMENT '浏览器',
  `loginTime` datetime DEFAULT NULL COMMENT '登录时间',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=353 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='在线用户记录';

-- ----------------------------
-- Records of sys_login_log
-- ----------------------------

-- ----------------------------
-- Table structure for sys_module
-- ----------------------------
DROP TABLE IF EXISTS `sys_module`;
CREATE TABLE `sys_module` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `cascadeId` varchar(255) NOT NULL COMMENT '分支Id',
  `name` varchar(255) DEFAULT NULL COMMENT '模块中文名',
  `nameus` varchar(255) DEFAULT NULL COMMENT '模块英文名',
  `url` varchar(255) NOT NULL COMMENT '地址',
  `iconName` varchar(255) DEFAULT NULL COMMENT '图标名',
  `status` tinyint(4) DEFAULT NULL COMMENT '状态',
  `parentName` varchar(255) DEFAULT NULL COMMENT '父级名称',
  `sortNo` int(11) NOT NULL COMMENT '排序号',
  `parentId` int(11) DEFAULT NULL COMMENT '父级Id',
  `code` varchar(50) DEFAULT NULL COMMENT '代码',
  `isShow` tinyint(4) DEFAULT NULL COMMENT '显示',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=1311 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='模块表';

-- ----------------------------
-- Records of sys_module
-- ----------------------------
INSERT INTO `sys_module` VALUES ('1', '.0.95.', '角色管理', null, '', '&#xe770;', '0', '根节点', '104', null, null, '1', null, null, '2020-09-02 11:13:50', 'System');
INSERT INTO `sys_module` VALUES ('2', '.0.75.11.', '部门管理', 'Depart', '/base/SysDept/Index', '&#xe6e9;', '0', '系统工具', '3', '68', 'SysDept', '0', null, null, '2020-03-05 08:26:36', 'System');
INSERT INTO `sys_module` VALUES ('3', '.0.75.15.', '模块管理', null, '/base/SysModule/Index', '&#xe653;', '0', '系统工具', '4', '68', 'SysModule', '1', null, null, '2020-04-08 09:07:36', 'System');
INSERT INTO `sys_module` VALUES ('4', '.0.54.15.', '角色权限', 'Role', '/base/SysRole/Index', '&#xe613;', '0', '系统管理', '3', '1', 'SysRole', '1', null, null, '2020-01-02 11:29:27', 'System');
INSERT INTO `sys_module` VALUES ('5', '.0.79.16.', '账号权限', 'Account', '/base/SysUser/Index', '&#xe6e9;', '0', '角色管理', '4', '1', 'SysUser', '1', null, null, '2020-03-05 08:21:14', 'System');
INSERT INTO `sys_module` VALUES ('6', '.0.10.1.', '系统接口', 'System Interface', '/swagger/index.html', '&#xe641;', '0', '工具', '1', '68', 'API', '1', null, null, '2019-08-14 17:15:00', 'System');
INSERT INTO `sys_module` VALUES ('12', '.0.51.2.', '报表查看', 'Report View', '/report/ReportView/Index', '&#xe621;', '0', '报表管理', '3', '1220', 'ReportView', '1', null, null, '2019-12-11 17:06:43', 'System');
INSERT INTO `sys_module` VALUES ('67', '.0.92.', '系统日志', null, '', '&#xe637;', '0', '根节点', '101', null, null, '1', null, null, '2020-09-02 11:13:09', 'System');
INSERT INTO `sys_module` VALUES ('68', '.0.94.', '系统工具', null, '', '&#xe631;', '0', '根节点', '103', null, null, '1', null, null, '2020-09-02 11:13:38', 'System');
INSERT INTO `sys_module` VALUES ('106', '.0.74.31.', '在线用户', null, '/log/SysUserOnline/Index', '&#xe613;', '0', '系统日志', '2', '67', 'SysUserOnline', '1', null, null, '2020-08-21 10:58:50', 'System');
INSERT INTO `sys_module` VALUES ('107', '.0.74.30.', '定时器日志', null, '/log/SysJobLog/Index', '&#xe68c;', '0', '系统日志', '3', '67', 'SysJobLog', '1', null, null, '2020-04-08 09:08:16', 'System');
INSERT INTO `sys_module` VALUES ('108', '.0.24.25.', '登录日志', 'Login Log', '/log/SysLoginLog/Index', '&#xe770;', '0', '日志管理', '4', '67', 'SysLoginLog', '1', null, null, '2019-11-04 10:14:00', 'System');
INSERT INTO `sys_module` VALUES ('109', '.0.74.29.', '操作日志', null, '/log/SysOperLog/Index', '&#xe6c6;', '0', '系统日志', '5', '67', 'SysOperLog', '1', null, null, '2020-04-08 09:07:06', 'System');
INSERT INTO `sys_module` VALUES ('111', '.0.24.27.', '接口日志', 'Interface Log', '/log/SysInterfaceLog/Index', '&#xe758;', '0', '日志管理', '7', '67', 'SysInterfaceLog', '1', null, null, '2019-11-04 10:14:12', 'System');
INSERT INTO `sys_module` VALUES ('113', '.0.75.16.', '字典管理', null, '/base/SysDictType/Index', '&#xe678;', '0', '系统工具', '5', '68', 'SysDictType', '1', null, null, '2020-04-08 11:23:07', 'System');
INSERT INTO `sys_module` VALUES ('152', '.0.75.14.', '字典数据', 'Directory Info', '/base/SysDictData/Index', '&#xe678;', '0', '系统工具', '6', '68', 'SysDictData', '0', '2019-08-09 17:20:41', 'System', '2020-03-05 08:27:22', 'System');
INSERT INTO `sys_module` VALUES ('1156', '.0.26.9.', '定时器', 'Trigger', '/job/SysJob/Index', '&#xe60e;', '0', '工具管理', '4', '68', 'SysJob', '1', '2019-08-17 17:24:29', 'System', '2019-11-04 10:09:19', 'System');
INSERT INTO `sys_module` VALUES ('1158', '.0.51.1.', '报表设计', 'Report Design', '/report/ReportDesign/Index', '&#xe60a;', '0', '报表管理', '2', '1220', 'ReportDesign', '1', '2019-08-21 16:46:33', 'System', '2019-12-11 17:06:36', 'System');
INSERT INTO `sys_module` VALUES ('1220', '.0.93.', '报表管理', null, '', '&#xe60a;', '0', '根节点', '102', null, null, '1', '2019-12-11 17:06:18', 'System', '2020-09-02 11:13:27', 'System');
INSERT INTO `sys_module` VALUES ('1222', '.0.75.10.', '流程设计', 'Flow Design', '/flow/FlowSchemes/Index', '&#xe678;', '0', '工具管理', '3', '68', 'FlowSchemes', '0', '2019-12-11 17:21:26', 'System', '2020-01-08 15:47:46', 'System');
INSERT INTO `sys_module` VALUES ('1225', '.0.98.', '系统维护', null, '', '&#xe631;', '0', '根节点', '2', null, null, '1', '2020-01-02 11:30:12', 'System', '2020-10-10 09:17:10', 'System');
INSERT INTO `sys_module` VALUES ('1226', '.0.111.', '任务派发', 'Task Assign', '', '&#xe624;', '0', '根节点', '3', null, null, '1', '2020-01-02 11:30:43', 'System', '2022-12-31 08:29:03', 'System');
INSERT INTO `sys_module` VALUES ('1227', '.0.99.', '控制干预', null, '', '&#xe6e3;', '0', '根节点', '4', null, null, '1', '2020-01-02 11:31:18', 'System', '2020-10-10 09:52:58', 'System');
INSERT INTO `sys_module` VALUES ('1228', '.0.97.', '运行监控', null, '', '&#xe621;', '0', '根节点', '5', null, null, '1', '2020-01-02 11:35:39', 'System', '2020-10-10 09:16:20', 'System');
INSERT INTO `sys_module` VALUES ('1229', '.0.80.19.', '地图维护', 'Map Maintain', '/map/Map/index', '&#xe684;', '0', '系统维护', '1', '1225', 'Map', '1', '2020-01-02 11:54:22', 'System', '2020-03-20 13:16:36', 'System');
INSERT INTO `sys_module` VALUES ('1230', '.0.80.28.', 'AGV设置', null, '/acs/TBaseAgv/index', '&#xe68f;', '0', '系统维护', '2', '1225', 'TBaseAgv', '1', '2020-01-02 11:54:36', 'System', '2020-04-14 10:44:51', 'System');
INSERT INTO `sys_module` VALUES ('1231', '.0.98.32.', '任务编辑', null, '/task/TTaskDesign/index', '&#xe68c;', '0', '系统维护', '3', '1225', 'TTaskDesign', '1', '2020-01-02 11:54:52', 'System', '2020-10-10 09:17:55', 'System');
INSERT INTO `sys_module` VALUES ('1233', '.0.111.42.', '呼叫AGV', null, '/task/TTaskAssign/index', '&#xe6f7;', '0', '任务派发', '1', '1226', 'TTaskAssign', '1', '2020-01-02 11:57:20', 'System', '2022-12-31 08:29:12', 'System');
INSERT INTO `sys_module` VALUES ('1235', '.0.82.11.', '单步控制', 'Simulation', '/task/TTaskSimulation/index', '&#xe689;', '0', '控制干预', '1', '1227', 'TTaskSimulation', '1', '2020-01-02 11:58:03', 'System', '2020-03-25 09:42:37', 'System');
INSERT INTO `sys_module` VALUES ('1236', '.0.99.12.', '一键回家/关机', null, '/acs/TBaseAgv/ShutDown', '&#xe6e6;', '0', '控制干预', '2', '1227', 'TBaseAgvShutDown', '1', '2020-01-02 11:58:29', 'System', '2020-10-10 09:52:26', 'System');
INSERT INTO `sys_module` VALUES ('1237', '.0.98.33.', '充电桩', null, '/acs/TBaseChargingPile/Index', '&#xe68b;', '0', '系统维护', '6', '1225', 'TBaseChargingPile', '1', '2020-01-02 11:58:49', 'System', '2020-12-14 16:13:29', 'System');
INSERT INTO `sys_module` VALUES ('1238', '.0.97.3.', '监控-主页', null, '/monitor/AcsMonitor/Index', '&#xe621;', '0', '运行监控', '1', '1228', null, '1', '2020-01-02 11:59:16', 'System', '2020-10-10 09:22:40', 'System');
INSERT INTO `sys_module` VALUES ('1239', '.0.97.2.', '动态监控', null, '/monitor/AcsMonitor/Full', '&#xe621;', '0', '运行监控', '2', '1228', null, '1', '2020-01-02 11:59:34', 'System', '2020-10-10 09:22:30', 'System');
INSERT INTO `sys_module` VALUES ('1240', '.0.83.9.', '设备状态', 'Device State', '/acs/TBaseAgvState/index', '&#xe69a;', '0', '日志管理', '1', '1241', 'TBaseAgvState', '1', '2020-01-02 12:00:05', 'System', '2020-03-20 13:19:55', 'System');
INSERT INTO `sys_module` VALUES ('1241', '.0.100.', '日志管理', null, '', '&#xe626;', '0', '根节点', '6', null, null, '1', '2020-01-02 12:00:49', 'System', '2020-10-27 14:00:59', 'System');
INSERT INTO `sys_module` VALUES ('1242', '.0.83.10.', '充电记录', 'Charge Record', '/acs/TBaseAgvCharge/index', '&#xe68a;', '0', '日志管理', '2', '1241', 'TBaseAgvCharge', '1', '2020-01-02 14:54:07', 'System', '2020-03-20 13:20:09', 'System');
INSERT INTO `sys_module` VALUES ('1243', '.0.83.13.', 'AGV里程', null, '/acs/TBaseAgvmileage/index', '&#xe628;', '0', '日志管理', '3', '1241', 'TBaseAgvmileage', '1', '2020-01-02 14:54:21', 'System', '2020-04-08 09:06:18', 'System');
INSERT INTO `sys_module` VALUES ('1244', '.0.83.12.', '任务履历', 'Task History', '/acs/TTaskRecord/index', '&#xe68c;', '0', '日志管理', '4', '1241', 'TTaskRecord', '1', '2020-01-02 14:54:37', 'System', '2020-03-20 13:20:27', 'System');
INSERT INTO `sys_module` VALUES ('1245', '.0.98.34.', 'AGV群组', null, '/task/TAgvGroup/Index', '&#xe630;', '0', '系统维护', '5', '1225', 'TAgvGroup', '1', '2020-01-06 09:04:00', 'System', '2021-04-16 08:56:53', 'System');
INSERT INTO `sys_module` VALUES ('1246', '.0.77.4.', '里程图表', 'Chart of Mileage', '/chart/Chart/ChartMileage', '&#xe609;', '0', '图表查看', '1', '1249', 'ChartMileage', '1', '2020-02-03 15:07:38', 'System', '2020-02-07 21:48:45', 'System');
INSERT INTO `sys_module` VALUES ('1247', '.0.81.35.', '任务群组', 'Task Group', '/task/TTaskGroup/index', '&#xe621;', '0', '任务管理', '3', '1226', 'TTaskGroup', '0', '2020-02-06 14:33:13', 'System', '2021-03-02 15:10:07', 'System');
INSERT INTO `sys_module` VALUES ('1248', '.0.81.36.', '任务类型', 'Task Type', '/task/TTaskType/index', '&#xe621;', '0', '任务管理', '4', '1226', 'TTaskType', '0', '2020-02-06 14:33:51', 'System', '2021-03-02 15:10:27', 'System');
INSERT INTO `sys_module` VALUES ('1249', '.0.87.', '图表查看', null, '', '&#xe629;', '0', '根节点', '9', null, null, '1', '2020-02-07 21:46:01', 'System', '2020-04-14 10:43:44', 'System');
INSERT INTO `sys_module` VALUES ('1250', '.0.84.7.', '任务图表', null, '/chart/Chart/ChartTask', '&#xe682;', '0', '图表查看', '2', '1249', 'ChartTask', '1', '2020-02-07 21:48:00', 'System', '2020-04-08 09:09:46', 'System');
INSERT INTO `sys_module` VALUES ('1251', '.0.84.6.', '设备稼动率', 'Device Userate', '/chart/Chart/ChartUserate', '&#xe716;', '0', '图表查看', '3', '1249', 'ChartUserate', '1', '2020-02-07 21:48:31', 'System', '2020-03-20 13:22:20', 'System');
INSERT INTO `sys_module` VALUES ('1252', '.0.59.8.', '充电阈值', 'Charge KeyValue', '/acs/TConfigKeyValue/Index', '&#xe62c;', '0', '控制干预', '4', '1227', 'TConfigKeyValue', '1', '2020-02-19 16:46:16', 'System', null, null);
INSERT INTO `sys_module` VALUES ('1253', '.0.104.41.', '任务取消', null, '/task/TTaskAssign/Cancel', '&#xe68d;', '0', 'AGV出料', '2', '1226', 'TTaskCancel', '1', '2020-03-18 11:20:01', 'System', '2021-06-29 14:05:31', 'System');
INSERT INTO `sys_module` VALUES ('1254', '.0.105.16.', '强制结束', null, '/task/TTaskAssign/Close', '&#xe683;', '0', 'AGV出料及回料', '3', '1302', 'TTaskClose', '0', '2020-03-18 11:20:49', 'System', '2022-03-17 22:23:09', 'System');
INSERT INTO `sys_module` VALUES ('1276', '.0.109.27.', 'ACS任务', 'acs Task', '/acs/TTask/Index', '&#xe678;', '1', 'AGV任务', '3', '1302', 'TTask', '1', '2020-09-29 14:49:39', 'System', '2022-05-26 17:32:24', 'System');
INSERT INTO `sys_module` VALUES ('1278', '.0.97.6.', '信息看板', null, '/monitor/DashBoard/Index', '&#xe629;', '0', '运行监控', '3', '1228', 'DashBoard', '0', '2020-10-27 11:11:16', 'System', '2021-05-07 10:42:36', 'System');
INSERT INTO `sys_module` VALUES ('1286', '.0.100.14.', '报错信息', 'Error Info', '/acs/TConfigAgvErrTable/Index', '&#xe607;', '0', '日志管理', '5', '1241', 'TConfigAgvErrTable', '1', '2021-01-15 08:34:14', 'System', null, null);
INSERT INTO `sys_module` VALUES ('1293', '.0.110.', '任务配置', 'TaskSetting', '', '&#xe678;', '0', '根节点', '5', null, null, '1', '2021-02-19 10:06:38', 'System', '2022-12-31 08:28:26', 'System');
INSERT INTO `sys_module` VALUES ('1294', '.0.102.1.', '任务类型', 'TaskType', '/agv/AcsTaskType/Index', '&#xe66e;', '0', '任务配置', '1', '1293', 'AcsTaskType', '1', '2021-02-19 10:07:54', 'System', null, null);
INSERT INTO `sys_module` VALUES ('1295', '.0.102.2.', '任务区域', 'Task Zone', '/agv/AcsZone/Index', '&#xe7ae;', '0', '任务配置', '2', '1293', 'AcsZone', '1', '2021-02-19 10:09:16', 'System', null, null);
INSERT INTO `sys_module` VALUES ('1296', '.0.102.3.', '任务站台', 'Task WorkStation', '/agv/AcsWorkstation/Index', '&#xe610;', '0', '任务配置', '3', '1293', 'AcsWorkstation', '1', '2021-02-19 10:10:59', 'System', null, null);
INSERT INTO `sys_module` VALUES ('1297', '.0.102.4.', '区域关联', 'Zone Relevance', '/agv/AcsZoneRelevance/Index', '&#xe630;', '0', '任务配置', '4', '1293', 'AcsZoneRelevance', '1', '2021-02-19 10:18:42', 'System', null, null);
INSERT INTO `sys_module` VALUES ('1298', '.0.102.5.', '任务起点', 'Task From', '/agv/AcsTaskFrom/Index', '&#xe678;', '0', '任务配置', '5', '1293', 'AcsTaskFrom', '1', '2021-02-19 10:19:20', 'System', null, null);
INSERT INTO `sys_module` VALUES ('1299', '.0.109.31.', '任务下发', 'send task', '/agv/AcsTaskAssign/Index', '&#xe609;', '0', 'AGV任务', '2', '1302', 'AcsTaskAssign', '1', '2021-04-16 09:01:53', 'System', '2022-12-31 08:29:59', 'System');
INSERT INTO `sys_module` VALUES ('1300', '.0.107.24.', '任务查看', 'task view', '/agv/AcsTask/Index', '&#xe63c;', '0', 'AGV任务', '2', '1302', 'AcsTask', '0', '2021-04-16 09:03:33', 'System', '2022-05-26 16:58:38', 'System');
INSERT INTO `sys_module` VALUES ('1301', '.0.109.28.', '任务历史', 'task history', '/acs/TTaskRecord/Index', '&#xe60a;', '0', 'AGV任务', '4', '1302', 'AcsTaskHis', '1', '2021-04-16 09:05:13', 'System', '2022-05-26 17:32:30', 'System');
INSERT INTO `sys_module` VALUES ('1302', '.0.109.', 'AGV任务', 'Send Task', '', '&#xe609;', '0', '根节点', '3', null, null, '1', '2021-04-16 09:06:00', 'System', '2022-05-26 17:31:24', 'System');
INSERT INTO `sys_module` VALUES ('1303', '.0.97.9.', '对接区交互', 'Hoister Info', '/acs/TBaseHoister/Index', '&#xe678;', '0', '运行监控', '1', '1228', 'TBaseHoister', '0', '2021-04-20 13:57:26', 'System', '2022-03-17 22:25:11', 'System');
INSERT INTO `sys_module` VALUES ('1304', '.0.109.32.', '任务完成', 'TaskFinish', '/agv/AcsTask/TaskFinish', '&#xe678;', '0', 'AGV任务', '3', '1302', 'TaskFinish', '1', '2021-04-20 16:19:28', 'System', '2023-01-03 13:49:30', 'System');
INSERT INTO `sys_module` VALUES ('1307', '.0.109.30.', '呼叫AGV', 'send AGV', '/task/TTaskAssign/index', '&#xe618;', '0', 'AGV任务', '1', '1302', 'TTaskAssign', '1', '2021-06-29 16:41:28', 'System', '2022-06-07 15:12:27', 'System');
INSERT INTO `sys_module` VALUES ('1308', '.0.97.8.', '输送线状态', 'Conveyor Info', '/monitor/DeviceMonitor/Index', '&#xe60a;', '0', '运行监控', '5', '1228', 'DeviceMonitor', '0', '2021-09-17 13:54:26', 'System', '2022-03-17 22:25:03', 'System');
INSERT INTO `sys_module` VALUES ('1309', '.0.99.13.', '单步任务', 'SimulationTask', '/agv/SimulationTask/index', '&#xe6e3;', '0', '控制干预', '3', '1227', 'SimulationTask', '1', '2021-12-16 15:36:53', 'System', null, null);
INSERT INTO `sys_module` VALUES ('1310', '.0.97.10.', '站台状态', 'Station Info', '/acs/TBaseStation/Index', '&#xe678;', '0', '运行监控', '1', '1228', 'TBaseStation', '1', '2022-05-23 16:33:25', 'System', '2022-05-23 16:33:48', 'System');

-- ----------------------------
-- Table structure for sys_module_element
-- ----------------------------
DROP TABLE IF EXISTS `sys_module_element`;
CREATE TABLE `sys_module_element` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `domId` varchar(255) NOT NULL COMMENT '元素Id',
  `name` varchar(255) DEFAULT NULL COMMENT '元素中文名',
  `nameus` varchar(255) DEFAULT NULL COMMENT '元素英文名',
  `script` longtext COMMENT '脚本',
  `icon` varchar(255) NOT NULL COMMENT '图标',
  `class` varchar(255) NOT NULL COMMENT '样式',
  `remark` varchar(200) DEFAULT NULL COMMENT '中文备注',
  `remarkus` varchar(200) DEFAULT NULL COMMENT '英文备注',
  `sort` int(11) NOT NULL COMMENT '排序号',
  `moduleId` int(11) DEFAULT NULL COMMENT '模组Id',
  `areaMenus` varchar(50) DEFAULT NULL COMMENT '区域菜单',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=3810 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='模块元素';

-- ----------------------------
-- Records of sys_module_element
-- ----------------------------
INSERT INTO `sys_module_element` VALUES ('1', 'btnAdd', '添加', 'Add', 'add()', '&#xe654;', 'layui-btn-primary', '添加部门', 'Add', '2', '2', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2', 'btnDel', '删除', 'Delete', 'del()', '&#xe640;', 'layui-btn-primary', '删除部门', 'Delete', '4', '2', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('3', 'btnEdit', '修改', 'Edit', 'edit()', '&#xe642;', 'layui-btn-primary', '编辑部门', 'Edit', '3', '2', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('4', 'btnRefresh', '刷新', 'Refresh', 'refresh()', '&#xe9aa;', 'layui-btn-primary', '刷新部门', 'Refresh', '1', '2', '1', null, null, '2019-08-22 09:55:29', 'System');
INSERT INTO `sys_module_element` VALUES ('5', 'btnAdd', '添加', 'Add', 'add()', '&#xe654;', 'layui-btn-primary', '添加模块', 'Add', '2', '3', '1', null, null, '2020-03-20 15:32:29', 'System');
INSERT INTO `sys_module_element` VALUES ('6', 'btnEdit', '修改', 'Edit', 'edit()', '&#xe642;', 'layui-btn-primary', '编辑模块', 'Edit', '3', '3', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('7', 'btnDel', '删除', 'Delete', 'del()', '&#xe640;', 'layui-btn-primary', '删除模块', 'Delete', '4', '3', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('8', 'btnAddMenu', '添加菜单', 'Add Menu', 'assignButton()', '&#xe654;', 'layui-btn-primary', '为模块分配按钮', 'Add Menu', '4', '3', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('9', 'btnEditMenu', '编辑菜单', 'Edit Menu', null, '&#xe642;', 'layui-btn-primary', '编辑菜单', 'Edit Menu', '5', '3', '2', null, null, '2019-08-22 15:43:04', 'System');
INSERT INTO `sys_module_element` VALUES ('10', 'btnDelMenu', '删除菜单', 'Delete Menu', null, '&#xe640;', 'layui-btn-primary', null, 'Delete Menu', '6', '3', '2', null, null, '2019-08-22 15:43:09', 'System');
INSERT INTO `sys_module_element` VALUES ('11', 'btnAdd', '添加', 'Add', 'add()', '&#xe654;', 'layui-btn-primary', '添加角色', 'Add', '2', '4', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('12', 'btnEdit', '修改', 'Edit', 'edit()', '&#xe642;', 'layui-btn-primary', '编辑角色', 'Edit', '3', '4', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('13', 'btnDel', '删除', 'Delete', 'del()', '&#xe640;', 'layui-btn-primary', '删除角色', 'Delete', '4', '4', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('14', 'btnAccessModule', '分配模块', 'Assign Module', 'assignRoleModule(this)', '&#xe620;', 'layui-btn-primary', '为角色分配模块', 'Assign Module', '4', '4', '1', null, null, '2019-08-22 15:27:41', 'System');
INSERT INTO `sys_module_element` VALUES ('15', 'btnAdd', '添加', 'Add', 'add()', '&#xe654;', 'layui-btn-primary', '添加用戶', 'Add', '2', '5', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('16', 'btnEdit', '修改', 'Edit', 'edit()', '&#xe642;', 'layui-btn-primary', '编辑用户', 'Edit', '3', '5', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('17', 'btnDel', '删除', 'Delete', 'del()', '&#xe640;', 'layui-btn-primary', '刪除用戶', 'Delete', '4', '5', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('18', 'btnRefresh', '刷新', 'Refresh', 'refresh()', '&#xe9aa;', 'layui-btn-primary', '刷新用户', 'Refresh', '1', '5', '1', null, null, '2019-09-03 08:29:35', 'System');
INSERT INTO `sys_module_element` VALUES ('19', 'btnAccessRole', '分配角色', 'Assign Role', 'openUserRoleAccess(this)', '&#xe620;', 'layui-btn-primary', '为用户分配角色', 'Assign Role', '5', '5', '1', null, null, '2019-08-22 15:28:39', 'System');
INSERT INTO `sys_module_element` VALUES ('20', 'btnAccessModule', '分配模块', 'Assign Module', 'openUserModuleAccess(this)', '&#xe620;', 'layui-btn-primary', '为用户分配模块', 'Assign Module', '6', '5', '1', null, null, '2019-08-22 15:28:48', 'System');
INSERT INTO `sys_module_element` VALUES ('47', 'btnExport', '导出', 'Export', null, '&#xe61f;', 'layui-btn-primary', null, 'Export', '6', '109', '1', '2019-08-07 16:07:17', 'System', '2019-08-22 12:40:38', 'System');
INSERT INTO `sys_module_element` VALUES ('226', 'Logout', '强退', 'Kick Out', null, '&#xe609;', 'layui-btn-primary', '删除', 'Kick Out', '4', '106', '1', null, null, '2019-08-22 14:31:51', 'System');
INSERT INTO `sys_module_element` VALUES ('227', 'btnExport', '导出', 'Export', '', '&#xe601;', 'layui-btn-primary', '导出', 'Export', '6', '106', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('232', 'btnExport', '导出', 'Export', '', '&#xe601;', 'layui-btn-primary', '导出', 'Export', '6', '107', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('237', 'btnExport', '导出', 'Export', '', '&#xe601;', 'layui-btn-primary', '导出', 'Export', '6', '108', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('252', 'btnExport', '导出', 'Export', '', '&#xe601;', 'layui-btn-primary', '导出', 'Export', '6', '111', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('259', 'tabAdd', '添加', 'Add', null, '&#xe654;', 'layui-btn-primary', '添加', 'Add', '2', '113', '1', null, null, '2019-11-12 17:40:48', 'System');
INSERT INTO `sys_module_element` VALUES ('260', 'btnEdit', '修改', 'Edit', null, '&#xe642;', 'layui-btn-primary', '编辑', 'Edit', '3', '113', '1', null, null, '2019-11-12 17:40:52', 'System');
INSERT INTO `sys_module_element` VALUES ('261', 'btnDelete', '删除', 'Delete', '', '&#xe640;', 'layui-btn-primary', '删除', 'Delete', '4', '113', '1', null, null, null, '1');
INSERT INTO `sys_module_element` VALUES ('262', 'btnExport', '导出', 'Export', null, '&#xe601;', 'layui-btn-primary', '导出', 'Export', '6', '113', '1', null, null, '2019-11-12 17:40:59', 'System');
INSERT INTO `sys_module_element` VALUES ('263', 'btnUpload', '上传', 'Import', null, '&#xe67c;', 'layui-btn-primary', '上传', 'Import', '5', '113', '1', null, null, '2019-11-12 17:41:12', 'System');
INSERT INTO `sys_module_element` VALUES ('295', 'tabAddDtl_SysDictData', '添加', 'Add', '', '&#xe654;', 'layui-btn-primary', '添加', 'Add', '2', '113', '2', null, null, null, '1');
INSERT INTO `sys_module_element` VALUES ('296', 'btnEditDtl_SysDictData', '修改', 'Edit', '', '&#xe642;', 'layui-btn-primary', '编辑', 'Edit', '3', '113', '2', null, null, null, '1');
INSERT INTO `sys_module_element` VALUES ('297', 'btnDeleteDtl_SysDictData', '删除', 'Delete', '', '&#xe640;', 'layui-btn-primary', '删除', 'Delete', '4', '113', '2', null, null, null, '1');
INSERT INTO `sys_module_element` VALUES ('298', 'btnRefreshDtl_SysDictData', '刷新', 'Refresh', 'refresh()', '&#xe615;', 'layui-btn-primary', '刷新', 'Refresh', '1', '113', '2', null, null, '2019-09-10 14:47:52', 'System');
INSERT INTO `sys_module_element` VALUES ('313', 'tabAdd', '添加', 'Add', null, '&#xe654;', 'layui-btn-primary', '添加', 'Add', '2', '152', '1', null, null, '2019-11-12 17:40:29', 'System');
INSERT INTO `sys_module_element` VALUES ('314', 'btnEdit', '修改', 'Edit', null, '&#xe642;', 'layui-btn-primary', '编辑', 'Edit', '3', '152', '1', null, null, '2019-11-12 17:40:32', 'System');
INSERT INTO `sys_module_element` VALUES ('315', 'btnDelete', '删除', 'Delete', '', '&#xe640;', 'layui-btn-primary', '删除', 'Delete', '4', '152', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('316', 'btnExport', '导出', 'Export', null, '&#xe601;', 'layui-btn-primary', '导出', 'Export', '6', '152', '1', null, null, '2019-11-12 17:40:35', 'System');
INSERT INTO `sys_module_element` VALUES ('317', 'btnUpload', '上传', 'Import', null, '&#xe67c;', 'layui-btn-primary', '上传', 'Import', '5', '152', '1', null, null, '2019-11-12 17:40:38', 'System');
INSERT INTO `sys_module_element` VALUES ('331', 'tabAdd', '添加', 'Add', null, '&#xe654;', 'layui-btn-primary', null, 'Add', '2', '1158', '1', '2019-08-21 16:51:07', 'System', '2019-12-11 17:11:59', 'System');
INSERT INTO `sys_module_element` VALUES ('332', 'btnEdit', '修改', 'Edit', null, '&#xe642;', 'layui-btn-primary', null, 'Edit', '3', '1158', '1', '2019-08-21 16:51:39', 'System', '2019-12-11 17:12:03', 'System');
INSERT INTO `sys_module_element` VALUES ('333', 'btnDelete', '删除', 'Delete', null, '&#xe640;', 'layui-btn-primary', null, 'Delete', '3', '1158', '1', '2019-08-21 16:52:08', 'System', '2020-03-20 15:34:16', 'System');
INSERT INTO `sys_module_element` VALUES ('1344', 'tabAdd', '添加', 'Add', null, '&#xe654;', 'layui-btn-primary', null, 'Add', '2', '1156', '1', '2019-08-22 16:02:38', 'System', '2019-08-22 16:05:53', 'System');
INSERT INTO `sys_module_element` VALUES ('1345', 'btnEdit', '修改', 'Edit', null, '&#xe642;', 'layui-btn-primary', null, 'Edit', '3', '1156', '1', '2019-08-22 16:03:03', 'System', '2019-08-22 16:06:00', 'System');
INSERT INTO `sys_module_element` VALUES ('1346', 'btnDelete', '删除', 'Delete', null, '&#xe640;', 'layui-btn-primary', null, 'Delete', '4', '1156', '1', '2019-08-22 16:03:27', 'System', '2019-08-22 16:06:11', 'System');
INSERT INTO `sys_module_element` VALUES ('1371', 'PauseOrResume', '暂停/启用', 'Pause/Enable', null, '&#xe628;', 'layui-btn-primary', null, 'Pause/Enable', '6', '1156', '1', '2019-09-03 16:00:09', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('1382', 'btnResetPwd', '重设密码', 'Reset Pass.', null, '&#xe6a5;', 'layui-btn-primary', null, 'Reset Pass.', '7', '5', '1', '2019-09-06 16:27:11', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2591', 'btnAdd', '添加', 'Add', null, '&#xe654;', 'layui-btn-primary', null, 'Add', '2', '1222', '1', '2019-12-11 17:25:06', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2592', 'btnSelfEdit', '修改', 'Edit', null, '&#xe642;', 'layui-btn-primary', null, 'Edit', '3', '1222', '1', '2019-12-11 17:25:48', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2593', 'btnDel', '删除', 'Delete', null, '&#xe640;', 'layui-btn-primary', null, 'Delete', '4', '1222', '1', '2019-12-11 17:26:18', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2594', 'btnPreview', '预览', 'Preview', null, '&#xe643;', 'layui-btn-primary', null, 'Preview', '4', '1222', '1', '2019-12-11 17:28:05', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2595', 'btnEdit', '修改', 'Edit', null, '&#xe642;', 'layui-btn-primary', null, 'Edit', '3', '1230', '1', '2020-01-02 17:19:25', 'System', '2020-01-03 12:01:08', 'System');
INSERT INTO `sys_module_element` VALUES ('2603', 'tabAdd', '添加', 'Add', null, '&#xe61f;', 'layui-btn-primary', null, 'Add', '2', '1230', '1', '2020-01-03 12:01:26', 'System', '2020-01-03 12:01:58', 'System');
INSERT INTO `sys_module_element` VALUES ('2609', 'StartStop', '启用/屏蔽', 'Enable/Disable', null, '&#xe651;', 'layui-btn-primary', null, 'Enable/Disable', '1', '1237', '1', '2020-01-03 14:13:25', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2610', 'ChargeSetting', '充电阈值', 'KeyValue', null, '&#xe631;', 'layui-btn-primary', null, 'KeyValue', '2', '1237', '1', '2020-01-03 14:13:53', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2612', 'ShutDown', '部分关机', 'Partial Power Off', null, '&#xe6e6;', 'layui-btn-primary', null, 'Partial Power Off', '1', '1236', '1', '2020-01-03 14:16:25', 'System', '2020-02-19 16:37:29', 'System');
INSERT INTO `sys_module_element` VALUES ('2613', 'btnAdd', '添加', 'Add', null, '&#xe61f;', 'layui-btn-primary', null, 'Add', '2', '1229', '1', '2020-01-03 15:05:32', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2614', 'btnSelfEdit', '修改', 'Edit', null, '&#xe642;', 'layui-btn-primary', null, 'Edit', '3', '1229', '1', '2020-01-03 15:05:52', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2615', 'btnDel', '删除', 'Delete', null, '&#xe640;', 'layui-btn-primary', null, 'Delete', '4', '1229', '1', '2020-01-03 15:06:08', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2621', 'btnAdd', '添加', 'Add', null, '&#xe61f;', 'layui-btn-primary', null, 'Add', '2', '1231', '1', '2020-01-17 14:27:54', 'System', '2020-02-06 15:31:19', 'System');
INSERT INTO `sys_module_element` VALUES ('2622', 'btnSelfEdit', '修改', 'Edit', null, '&#xe642;', 'layui-btn-primary', null, 'Edit', '3', '1231', '1', '2020-01-17 14:28:10', 'System', '2020-02-06 15:31:10', 'System');
INSERT INTO `sys_module_element` VALUES ('2623', 'btnAddTaskGroup', '任务群组', 'Group', null, '&#xe630;', 'layui-btn-primary', null, 'Group', '4', '1231', '1', '2020-01-17 14:29:07', 'System', '2020-03-21 09:48:49', 'System');
INSERT INTO `sys_module_element` VALUES ('2624', 'btnAddTaskType', '任务类型', 'Type', null, '&#xe637;', 'layui-btn-primary', null, 'Type', '5', '1231', '1', '2020-01-17 14:29:51', 'System', '2020-03-21 09:48:53', 'System');
INSERT INTO `sys_module_element` VALUES ('2626', 'tabAdd', '添加', 'Add', null, '&#xe61f;', 'layui-btn-primary', null, 'Add', '2', '1247', '1', '2020-02-06 14:41:05', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2627', 'tabAdd', '添加', 'Add', null, '&#xe61f;', 'layui-btn-primary', null, 'Add', '2', '1248', '1', '2020-02-06 14:41:26', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2628', 'btnEdit', '修改', 'Edit', null, '&#xe642;', 'layui-btn-primary', null, 'Edit', '3', '1247', '1', '2020-02-06 14:43:26', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2629', 'btnDelete', '删除', 'Delete', null, '&#xe640;', 'layui-btn-primary', null, 'Delete', '4', '1247', '1', '2020-02-06 14:43:45', 'System', '2020-02-06 15:21:20', 'System');
INSERT INTO `sys_module_element` VALUES ('2630', 'btnEdit', '修改', 'Edit', null, '&#xe642;', 'layui-btn-primary', null, 'Edit', '3', '1248', '1', '2020-02-06 14:44:02', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2631', 'btnDelete', '删除', 'Delete', null, '&#xe640;', 'layui-btn-primary', null, 'Delete', '4', '1248', '1', '2020-02-06 14:44:17', 'System', '2020-02-06 15:21:31', 'System');
INSERT INTO `sys_module_element` VALUES ('2632', 'ShutDownAll', '整体关机', 'Fully Power Off', null, '&#xe601;', 'layui-btn-primary', null, 'Fully Power Off', '2', '1236', '1', '2020-02-19 16:37:48', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2633', 'btnEdit', '修改', 'Edit', null, '&#xe642;', 'layui-btn-primary', null, 'Edit', '3', '1252', '1', '2020-02-19 16:47:32', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2634', 'tabAdd', '添加', 'Add', null, '&#xe654;', 'layui-btn-primary', null, 'Add', '2', '1245', '1', '2020-03-04 16:31:43', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2635', 'CancelTask', '取消任务', 'Cancel', null, '&#xe651;', 'layui-btn-primary', null, 'Cancel', '1', '1253', '1', '2020-03-18 11:25:32', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2636', 'CloseTask', '强制结束', 'Close', null, '&#x1006;', 'layui-btn-primary', null, 'Close', '1', '1254', '1', '2020-03-18 11:26:14', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2637', 'btnRefresh', '刷新', 'Refresh', null, '&#xe9aa;', 'layui-btn-primary', null, 'Refresh', '1', '4', '1', '2020-03-20 14:27:46', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2638', 'btnRefresh', '刷新', 'Refresh', null, '&#xe9aa;', 'layui-btn-primary', null, 'Refresh', '1', '3', '1', '2020-03-20 15:33:20', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2639', 'MapBkp', '备份', null, null, '&#xe681;', 'layui-btn-normal', null, null, '6', '1229', '1', '2020-03-20 16:44:22', 'System', '2020-04-02 11:14:05', 'System');
INSERT INTO `sys_module_element` VALUES ('2640', 'MapRestore', '还原', null, null, '&#xe685;', 'layui-btn-warm', null, null, '7', '1229', '1', '2020-03-20 16:44:59', 'System', '2020-04-02 11:14:09', 'System');
INSERT INTO `sys_module_element` VALUES ('2641', 'btnDelete', '删除', 'Delete', null, '&#xe640;', 'layui-btn-primary', null, 'Delete', '3', '1231', '1', '2020-03-21 09:48:06', 'System', '2020-03-21 09:48:41', 'System');
INSERT INTO `sys_module_element` VALUES ('2642', 'btnDelete', '删除', 'Delete', null, '&#xe640;', 'layui-btn-primary', null, null, '4', '1230', '1', '2020-03-31 14:59:11', 'System', '2021-09-23 09:14:43', 'System');
INSERT INTO `sys_module_element` VALUES ('2643', 'btnSelfPreview', '预览', null, null, '&#xe634;', 'layui-btn-primary', null, null, '5', '1229', '1', '2020-04-02 11:13:51', 'System', '2020-04-02 11:14:01', 'System');
INSERT INTO `sys_module_element` VALUES ('2644', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1262', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2645', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1262', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2646', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1262', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2647', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1262', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2648', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1262', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2649', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1263', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2650', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1263', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2651', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1263', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2652', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1263', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2653', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1263', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2654', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1264', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2655', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1264', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2656', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1264', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2657', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1264', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2658', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1264', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2659', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1265', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2660', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1265', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2661', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1265', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2662', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1265', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2663', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1265', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2664', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1266', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2665', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1266', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2666', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1266', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2667', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1266', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2668', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1266', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2669', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1267', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2670', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1267', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2671', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1267', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2672', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1267', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2673', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1267', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2674', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1268', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2675', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1268', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2676', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1268', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2677', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1268', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2678', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1268', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2679', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1269', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2680', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1269', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2681', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1269', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2682', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1269', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2683', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1269', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2687', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1270', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2689', 'tabAdd', '新增', null, null, '&#xe654;', 'layui-btn-normal', null, null, '2', '1281', '1', '2020-11-19 14:27:25', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2690', 'btnEdit', '编辑', null, null, '&#xe642;', 'layui-btn-normal', null, null, '3', '1281', '1', '2020-11-19 14:27:53', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2691', 'btnDelete', '删除', null, null, '&#xe640;', 'layui-btn-danger', null, null, '4', '1281', '1', '2020-11-19 19:23:57', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2692', 'btnExport', '导出', null, null, '&#xe601;', 'layui-btn-normal', null, null, '5', '1281', '1', '2020-11-19 19:24:41', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2693', 'btnUpload', '上传', null, null, '&#xe67c;', 'layui-btn-normal', null, null, '6', '1281', '1', '2020-11-19 19:25:08', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2694', 'SeqUp', '升序', null, null, '&#xe619;', 'layui-btn-primary', null, null, '8', '1267', '1', '2020-12-10 17:46:37', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2695', 'SeqDown', '降序', null, null, '&#xe61a;', 'layui-btn-primary', null, null, '9', '1267', '1', '2020-12-10 17:46:54', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2696', 'btnSelect', '检索', 'Search', null, '&#xe615;', 'layui-btn-primary', null, null, '0', '1229', '1', '2020-12-14 16:39:47', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2697', 'btnRefresh', '刷新', 'Refresh', null, '&#xe666;', 'layui-btn-primary', null, null, '1', '1229', '1', '2020-12-14 16:40:14', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2699', 'btnRefresh', '刷新', null, null, '&#xe666;', 'layui-btn-primary', null, null, '1', '1230', '1', null, 'System', '2022-05-24 09:16:12', 'System');
INSERT INTO `sys_module_element` VALUES ('2700', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '1231', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2701', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '1231', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2702', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '1245', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2703', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '1245', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2704', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '1247', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2705', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '1247', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2706', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '1248', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2707', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '1248', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2708', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '1236', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2709', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '1236', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2710', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '1252', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2711', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '1252', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2712', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '1240', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2713', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '1240', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2714', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '1242', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2715', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '1242', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2716', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '1243', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2717', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '1243', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2718', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '1244', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2719', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '1244', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2720', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '106', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2721', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '106', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2722', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '107', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2723', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '107', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2724', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '108', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2725', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '108', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2726', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '109', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2727', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '109', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2728', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '111', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2729', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '111', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2730', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '1158', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2731', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '1158', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2732', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '1156', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2733', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '1156', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2734', 'btnSelect', '检索', 'Search', '', '&#xe615;', 'layui-btn-primary', '', '', '0', '113', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2735', 'btnRefresh', '刷新', 'Refresh', '', '&#xe666;', 'layui-btn-primary', '', '', '1', '113', '1', null, 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2740', 'btnSelect', '检索', null, null, '&#xe615;', 'layui-btn-primary', null, null, '0', '1276', '1', '2020-12-16 18:52:22', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2741', 'btnRefresh', '刷新', null, null, '&#xe666;', 'layui-btn-primary', null, null, '1', '1276', '1', '2020-12-16 18:52:42', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2742', 'btnSelect', '检索', null, null, '&#xe615;', 'layui-btn-primary', null, null, '0', '1253', '1', '2020-12-16 18:53:47', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2743', 'btnRefresh', '刷新', null, null, '&#xe666;', 'layui-btn-primary', null, null, '1', '1253', '1', '2020-12-16 18:54:12', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2747', 'btnCancelTask', '取消任务', null, null, '&#xe685;', 'layui-btn-primary', null, null, '3', '1270', '1', '2020-12-23 08:22:47', 'System', '2020-12-23 10:36:31', 'System');
INSERT INTO `sys_module_element` VALUES ('2748', 'btnCompleteTask', '手动完成', null, null, '&#xe605;', 'layui-btn-primary', null, null, '4', '1270', '1', '2020-12-23 08:23:21', 'System', '2020-12-23 10:36:37', 'System');
INSERT INTO `sys_module_element` VALUES ('2749', 'btnSelect', '检索', 'Search', null, '&#xe628;', 'layui-btn-primary', null, null, '1', '1281', '1', '2021-01-05 09:16:44', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2750', 'btnRefresh', '刷新', 'Refresh', null, '&#xe9aa;', 'layui-btn-primary', null, null, '2', '1281', '1', '2021-01-05 09:17:22', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2751', 'btnSelect', '检索', null, null, '&#xe615;', 'layui-btn-primary', null, null, '1', '1286', '1', '2021-01-15 08:35:23', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2752', 'btnRefresh', '刷新', null, null, '&#xe666;', 'layui-btn-primary', null, null, '2', '1286', '1', '2021-01-15 08:35:45', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2753', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1288', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2754', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1288', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2755', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1288', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2756', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1288', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2757', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1288', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2758', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1289', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2759', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1289', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2760', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1289', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2761', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1289', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2762', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1289', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2763', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1291', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2764', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1291', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2765', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1291', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2766', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1291', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2767', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1291', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2768', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1292', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2769', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1292', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2770', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1292', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2771', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1292', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2772', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1292', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2773', 'btnBuildJobPlan', '生成加工计划', null, null, '&#xe614;', 'layui-btn-primary', null, null, '8', '1264', '1', '2021-02-10 11:34:11', 'System', '2021-02-18 11:44:02', 'System');
INSERT INTO `sys_module_element` VALUES ('2774', 'btnCheckSets', '齐套检查', null, null, '&#xe605;', 'layui-btn-primary', null, null, '7', '1264', '1', '2021-02-18 11:44:36', 'System', '2021-02-18 11:44:43', 'System');
INSERT INTO `sys_module_element` VALUES ('2775', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1294', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2776', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1294', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2777', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1294', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2778', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1294', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2779', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1294', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2780', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1295', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2781', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1295', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2782', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1295', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2783', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1295', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2784', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1295', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2785', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1296', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2786', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1296', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2787', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1296', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2788', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1296', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2789', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1296', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2790', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1297', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2791', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1297', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2792', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1297', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2793', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1297', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2794', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1297', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2795', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1298', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2796', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1298', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2797', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1298', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2798', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1298', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2799', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1298', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2800', 'btnExcute', '执行任务', 'Excute', null, '&#xe605;', 'layui-btn-primary', null, null, '5', '1300', '1', '2021-02-19 17:26:26', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2801', 'btnCancel', '取消任务', null, null, '&#x1006;', 'layui-btn-primary', null, null, '6', '1300', '1', '2021-02-22 09:45:39', 'System', '2021-02-22 09:46:07', 'System');
INSERT INTO `sys_module_element` VALUES ('2802', 'btnAssign', '工作分配', 'Job Assign', null, '&#xe6a5;', 'layui-btn-primary', null, null, '8', '1292', '1', '2021-03-04 14:56:02', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('2803', 'tabAdd', '新增', null, '', '&#xe654;', 'layui-btn-normal', '添加', null, '2', '1302', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2804', 'btnEdit', '编辑', null, '', '&#xe642;', 'layui-btn-normal', '编辑', null, '3', '1302', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2805', 'btnDelete', '删除', null, '', '&#xe640;', 'layui-btn-danger', '删除', null, '4', '1302', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2806', 'btnExport', '导出', null, '', '&#xe601;', 'layui-btn-normal', '导出', null, '5', '1302', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('2807', 'btnUpload', '上传', null, '', '&#xe67c;', 'layui-btn-normal', '上传', null, '6', '1302', '1', null, null, null, null);
INSERT INTO `sys_module_element` VALUES ('3802', 'btnClick', '模拟触发', 'Click', null, '&#xe6e3;', 'layui-btn-primary', null, null, '8', '1302', '1', '2021-03-05 12:03:35', 'System', null, null);
INSERT INTO `sys_module_element` VALUES ('3803', 'btnSelect', '检索', 'Search', null, '&#xe628;', 'layui-btn-primary', null, null, '1', '1303', '1', '2021-04-20 14:17:07', 'System', '2021-04-20 14:19:01', 'System');
INSERT INTO `sys_module_element` VALUES ('3804', 'btnRefresh', '刷新', 'Refresh', null, '&#xe9aa;', 'layui-btn-primary', null, null, '1', '1303', '1', '2021-04-20 14:18:20', 'System', '2021-04-20 14:19:17', 'System');
INSERT INTO `sys_module_element` VALUES ('3805', 'btnCancel', '任务取消', 'Cancel', null, '&#x1006;', 'layui-btn-primary', null, null, '2', '1276', '1', '2021-04-21 10:04:56', 'System', '2021-04-21 11:38:56', 'System');
INSERT INTO `sys_module_element` VALUES ('3808', 'btnEdit', '修改', null, null, '&#xe642;', 'layui-btn-primary', null, null, '2', '1310', '1', '2022-05-25 19:29:19', 'System', '2022-05-26 10:46:19', 'System');
INSERT INTO `sys_module_element` VALUES ('3809', 'btnRefresh', '刷新', null, null, '&#xe669;', 'layui-btn-primary', null, null, '1', '1310', '1', '2022-05-26 10:46:10', 'System', null, null);

-- ----------------------------
-- Table structure for sys_oper_log
-- ----------------------------
DROP TABLE IF EXISTS `sys_oper_log`;
CREATE TABLE `sys_oper_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `url` varchar(200) DEFAULT NULL COMMENT '地址',
  `operType` varchar(100) DEFAULT NULL,
  `method` varchar(200) DEFAULT NULL COMMENT '方法',
  `request` varchar(200) DEFAULT NULL COMMENT '请求',
  `parameter` longtext COMMENT '参数',
  `response` longtext COMMENT '响应',
  `totalMilliseconds` double DEFAULT NULL COMMENT '耗时(毫秒)',
  `logTime` datetime DEFAULT NULL COMMENT '日志时间',
  `name` varchar(100) DEFAULT NULL COMMENT '用户名',
  `ip` varchar(100) DEFAULT NULL COMMENT 'Ip',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=307 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='操作日志';

-- ----------------------------
-- Records of sys_oper_log
-- ----------------------------

-- ----------------------------
-- Table structure for sys_relevance
-- ----------------------------
DROP TABLE IF EXISTS `sys_relevance`;
CREATE TABLE `sys_relevance` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `relKey` varchar(100) NOT NULL COMMENT '关联键',
  `firstId` int(11) DEFAULT NULL COMMENT '主键',
  `secondId` int(11) DEFAULT NULL COMMENT '关联键',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2239 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='主键关联表';

-- ----------------------------
-- Records of sys_relevance
-- ----------------------------
INSERT INTO `sys_relevance` VALUES ('1160', 'RoleElement', '12', '5', '2019-08-30 13:34:35', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1161', 'RoleElement', '12', '6', '2019-08-30 13:34:35', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1162', 'RoleElement', '12', '7', '2019-08-30 13:34:35', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1163', 'RoleElement', '12', '8', '2019-08-30 13:34:35', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1168', 'RoleModule', '12', '2', '2019-09-06 14:22:15', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1169', 'RoleModule', '12', '1', '2019-09-06 14:22:17', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1170', 'RoleModule', '12', '3', '2019-09-06 14:22:17', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1171', 'RoleModule', '12', '4', '2019-09-06 14:22:18', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1172', 'RoleModule', '12', '5', '2019-09-06 14:22:18', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1173', 'RoleModule', '12', '113', '2019-09-06 14:22:19', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1174', 'RoleModule', '12', '152', '2019-09-06 14:22:20', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1193', 'RoleModule', '12', '1156', '2019-09-06 14:22:33', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1207', 'RoleModule', '12', '106', '2019-09-06 14:22:43', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1208', 'RoleModule', '12', '107', '2019-09-06 14:22:43', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1209', 'RoleModule', '12', '109', '2019-09-06 14:22:44', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1210', 'RoleModule', '12', '108', '2019-09-06 14:22:45', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1211', 'RoleModule', '12', '111', '2019-09-06 14:22:46', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1212', 'RoleModule', '12', '67', '2019-09-06 14:22:47', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1213', 'RoleModule', '12', '6', '2019-09-06 14:22:48', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1214', 'RoleModule', '12', '12', '2019-09-06 14:22:48', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1216', 'RoleModule', '12', '1158', '2019-09-06 14:22:49', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1217', 'RoleModule', '12', '68', '2019-09-06 14:22:50', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1224', 'RoleElement', '12', '1', '2019-09-06 14:23:02', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1225', 'RoleElement', '12', '2', '2019-09-06 14:23:02', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1226', 'RoleElement', '12', '3', '2019-09-06 14:23:02', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1227', 'RoleElement', '12', '4', '2019-09-06 14:23:02', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1228', 'RoleElement', '12', '11', '2019-09-06 14:23:07', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1229', 'RoleElement', '12', '12', '2019-09-06 14:23:07', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1230', 'RoleElement', '12', '13', '2019-09-06 14:23:07', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1231', 'RoleElement', '12', '14', '2019-09-06 14:23:07', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1232', 'RoleElement', '12', '9', '2019-09-06 14:23:07', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1233', 'RoleElement', '12', '10', '2019-09-06 14:23:07', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1234', 'RoleElement', '12', '15', '2019-09-06 14:23:12', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1235', 'RoleElement', '12', '16', '2019-09-06 14:23:12', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1236', 'RoleElement', '12', '17', '2019-09-06 14:23:12', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1237', 'RoleElement', '12', '18', '2019-09-06 14:23:12', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1238', 'RoleElement', '12', '19', '2019-09-06 14:23:12', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1239', 'RoleElement', '12', '20', '2019-09-06 14:23:12', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1240', 'RoleElement', '12', '298', '2019-09-06 14:23:15', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1241', 'RoleElement', '12', '295', '2019-09-06 14:23:15', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1242', 'RoleElement', '12', '259', '2019-09-06 14:23:15', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1243', 'RoleElement', '12', '260', '2019-09-06 14:23:15', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1244', 'RoleElement', '12', '296', '2019-09-06 14:23:15', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1249', 'RoleElement', '12', '313', '2019-09-06 14:23:18', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1250', 'RoleElement', '12', '314', '2019-09-06 14:23:18', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1251', 'RoleElement', '12', '315', '2019-09-06 14:23:18', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1252', 'RoleElement', '12', '316', '2019-09-06 14:23:18', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1253', 'RoleElement', '12', '317', '2019-09-06 14:23:18', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1254', 'RoleElement', '12', '297', '2019-09-06 14:23:18', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1255', 'RoleElement', '12', '261', '2019-09-06 14:23:18', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1256', 'RoleElement', '12', '262', '2019-09-06 14:23:18', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1257', 'RoleElement', '12', '263', '2019-09-06 14:23:18', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1478', 'RoleElement', '12', '1344', '2019-09-06 14:24:12', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1479', 'RoleElement', '12', '1345', '2019-09-06 14:24:12', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1480', 'RoleElement', '12', '1346', '2019-09-06 14:24:12', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1481', 'RoleElement', '12', '1371', '2019-09-06 14:24:12', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1622', 'RoleElement', '12', '226', '2019-09-06 14:24:32', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1638', 'RoleElement', '12', '232', '2019-09-06 14:24:34', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1654', 'RoleElement', '12', '237', '2019-09-06 14:24:35', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1670', 'RoleElement', '12', '47', '2019-09-06 14:24:37', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1671', 'RoleElement', '12', '227', '2019-09-06 14:24:37', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1718', 'RoleElement', '12', '331', '2019-09-06 14:24:46', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1799', 'RoleElement', '12', '332', '2019-09-06 14:24:56', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1800', 'RoleElement', '12', '333', '2019-09-06 14:24:56', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('1801', 'RoleElement', '12', '252', '2019-09-06 14:24:56', 'System', null, null);
INSERT INTO `sys_relevance` VALUES ('2238', 'RoleOrg', '12', '1', '2020-12-09 18:39:42', 'System', null, null);

-- ----------------------------
-- Table structure for sys_role
-- ----------------------------
DROP TABLE IF EXISTS `sys_role`;
CREATE TABLE `sys_role` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `name` varchar(255) NOT NULL COMMENT '角色名',
  `status` tinyint(4) NOT NULL COMMENT '状态',
  `isAssignModule` tinyint(4) DEFAULT NULL COMMENT '是否已分配模块',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='角色表';

-- ----------------------------
-- Records of sys_role
-- ----------------------------
INSERT INTO `sys_role` VALUES ('12', '超级管理员', '1', '1', '2019-08-22 10:18:30', 'System', '2020-12-09 18:39:42', 'System');

-- ----------------------------
-- Table structure for sys_user
-- ----------------------------
DROP TABLE IF EXISTS `sys_user`;
CREATE TABLE `sys_user` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `account` varchar(50) NOT NULL COMMENT '账号',
  `password` varchar(50) NOT NULL COMMENT '密码',
  `name` varchar(50) NOT NULL COMMENT '用户名',
  `sex` tinyint(4) DEFAULT NULL COMMENT '性别',
  `status` tinyint(4) DEFAULT NULL COMMENT '状态',
  `expirydate` datetime DEFAULT NULL,
  `isAssignRole` tinyint(4) DEFAULT NULL COMMENT '是否已分配角色',
  `isAssignModule` tinyint(4) DEFAULT NULL COMMENT '是否已分配模块',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='用户表';

-- ----------------------------
-- Records of sys_user
-- ----------------------------
INSERT INTO `sys_user` VALUES ('1', 'System', '6EjfZkO8o92OjsH7rK+kVg==', '超级管理员', '1', '1', null, '1', '0', null, null, null, null);

-- ----------------------------
-- Table structure for sys_user_online
-- ----------------------------
DROP TABLE IF EXISTS `sys_user_online`;
CREATE TABLE `sys_user_online` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id',
  `token` varchar(50) NOT NULL COMMENT '用户会话id',
  `account` varchar(50) DEFAULT NULL COMMENT '登录账号',
  `name` varchar(50) DEFAULT NULL COMMENT '部门名称',
  `ipaddr` varchar(50) DEFAULT NULL COMMENT '登录IP地址',
  `browser` varchar(200) DEFAULT NULL COMMENT '浏览器',
  `loginTime` datetime DEFAULT NULL COMMENT '登录时间',
  `lastAccessTime` datetime DEFAULT NULL COMMENT '最后访问',
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=211 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='在线用户记录';

-- ----------------------------
-- Records of sys_user_online
-- ----------------------------
INSERT INTO `sys_user_online` VALUES ('210', '24c1432', 'System', '超级管理员', 'localhost', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0', '2024-08-15 15:06:38', '2024-08-15 15:45:14', null, null, null, null);

-- ----------------------------
-- Table structure for t_agv_group
-- ----------------------------
DROP TABLE IF EXISTS `t_agv_group`;
CREATE TABLE `t_agv_group` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `agvgroup` varchar(50) DEFAULT NULL,
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;

-- ----------------------------
-- Records of t_agv_group
-- ----------------------------
INSERT INTO `t_agv_group` VALUES ('1', '地牛', '2024-06-19 08:44:12', 'System', null, null);
INSERT INTO `t_agv_group` VALUES ('2', '叉车库', '2024-06-19 08:44:58', 'System', null, null);
INSERT INTO `t_agv_group` VALUES ('3', '地面库', '2024-06-19 08:45:13', 'System', null, null);

-- ----------------------------
-- Table structure for t_base_agv
-- ----------------------------
DROP TABLE IF EXISTS `t_base_agv`;
CREATE TABLE `t_base_agv` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `AgvNo` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '车号',
  `AgvType` tinyint(4) DEFAULT NULL COMMENT '车类型',
  `Group` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '车群组',
  `Barcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '车当前位置',
  `FrontBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '车上个位置',
  `AgvState` tinyint(3) unsigned DEFAULT NULL COMMENT '车状态',
  `HeadLength` smallint(5) unsigned DEFAULT '0' COMMENT '车头长度',
  `TailLength` smallint(5) unsigned DEFAULT '0' COMMENT '车尾长度',
  `Width` smallint(5) unsigned DEFAULT '0' COMMENT '固定车宽',
  `HeightState` tinyint(4) DEFAULT NULL COMMENT '车顶升状态',
  `Voltage` tinyint(3) unsigned DEFAULT NULL COMMENT '车当前电量',
  `StartVoltage` tinyint(3) unsigned DEFAULT NULL COMMENT '车开始充电电量',
  `ChooseStation` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '车选择站台',
  `ChargeStation` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '车配置的充电站台',
  `IsCarry` tinyint(4) DEFAULT NULL COMMENT '车是否携带货物',
  `Heart` datetime DEFAULT NULL COMMENT '车当前心跳',
  `Ip` varchar(20) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '车IP地址',
  `Milage` int(11) DEFAULT NULL COMMENT '车行驶距离',
  `Error` varchar(100) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '车异常信息',
  `ErrorTime` datetime DEFAULT NULL COMMENT '车异常时间',
  `CurrMap` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '车当前所在地图',
  `IsEnable` tinyint(4) DEFAULT NULL COMMENT '车是否启用',
  `Speed` int(11) DEFAULT NULL COMMENT '速度',
  `SN` varchar(100) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '设备序列号',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='AGV表';

-- ----------------------------
-- Records of t_base_agv
-- ----------------------------
INSERT INTO `t_base_agv` VALUES ('1', 'A001', '1', 'G001', '', null, '11', '1810', '0', '1950', '0', '96', '0', '', '', '0', '2024-07-16 17:15:58', '172.20.10.147', '0', '', null, '叠置二期', '1', null, 'HH-CXYF-20240301-5-AGV1');
INSERT INTO `t_base_agv` VALUES ('2', 'B002', '1', 'G001', '', null, '11', '1810', '500', '1950', '0', '96', '0', '', '', '0', '2024-07-16 17:19:41', '172.20.10.147', '0', '', null, '叠置二期', '1', null, 'HH-CXYF-20240301-5-AGV2');
INSERT INTO `t_base_agv` VALUES ('3', 'B003', '1', 'G002', '0', null, '11', '1810', '500', '1950', '0', '96', '0', '', '', '0', '2024-06-05 16:03:50', '172.20.10.147', '44', '', null, '叠置二期', '1', null, 'HH-CXYF-20240301-5-AGV3');
INSERT INTO `t_base_agv` VALUES ('4', 'A004', '1', 'G003', '712', null, '11', '1810', '500', '1950', '0', '96', '68', '充电桩3', '充电桩3', '0', '2024-08-14 08:58:11', '172.20.10.147', '0', '', null, '测试', '1', null, 'HH-CXYF-20240301-5-AGV4');
INSERT INTO `t_base_agv` VALUES ('5', 'A006', '1', 'G003', '0', '', '11', '1810', '500', '1950', '0', '96', '68', '充电桩3', '充电桩3', '0', '2024-08-13 09:51:30', '172.20.10.147', '0', '', null, '测试', '0', null, 'HH-CXYF-20240301-5-AGV4');

-- ----------------------------
-- Table structure for t_base_demopoint
-- ----------------------------
DROP TABLE IF EXISTS `t_base_demopoint`;
CREATE TABLE `t_base_demopoint` (
  `ID` int(11) NOT NULL AUTO_INCREMENT COMMENT 'ID',
  `AreaType` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '点区域类型',
  `Barcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'RFID值',
  `IntX` int(11) DEFAULT NULL COMMENT 'X值',
  `IntY` int(11) DEFAULT NULL COMMENT 'Y值',
  `IsXpos` tinyint(4) DEFAULT NULL COMMENT '是否选择X正方向',
  `IsXNeg` tinyint(4) DEFAULT NULL COMMENT '是否选择X负方向',
  `IsYPos` tinyint(4) DEFAULT NULL COMMENT '是否选择Y正方向',
  `IsYNeg` tinyint(4) DEFAULT NULL COMMENT '是否选择Y负方向',
  `IsEnable` tinyint(4) DEFAULT NULL COMMENT '启用',
  `IsOccupy` tinyint(4) DEFAULT NULL COMMENT '是否占用',
  `OccupyAgvNo` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '占用AGV编号',
  `PointType` int(11) DEFAULT NULL COMMENT '点类型',
  `XLength` int(11) DEFAULT NULL COMMENT 'X正方向距离',
  `YLength` int(11) DEFAULT NULL COMMENT 'Y正方向距离',
  `AgvOri` int(11) DEFAULT NULL COMMENT '车头方向',
  `DialOri` int(11) DEFAULT NULL COMMENT '转盘方向',
  `PreBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '关联点',
  `RegionName` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '限制区域名称',
  `StopTime` int(11) DEFAULT NULL COMMENT '暂停时间',
  `IsStop` tinyint(4) DEFAULT NULL COMMENT '是否驻停',
  `StopLevel` int(11) DEFAULT NULL COMMENT '驻停等级',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='临时点位表';

-- ----------------------------
-- Records of t_base_demopoint
-- ----------------------------

-- ----------------------------
-- Table structure for t_base_equipment
-- ----------------------------
DROP TABLE IF EXISTS `t_base_equipment`;
CREATE TABLE `t_base_equipment` (
  `ID` int(11) NOT NULL AUTO_INCREMENT COMMENT '编号',
  `Code` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '设备编码',
  `CADCode` varchar(45) COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'CAD编码,用于对应CAD图纸位置',
  `Name` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '设备名称',
  `Ip` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'IP地址',
  `PlcType` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'PLC类型()',
  `Type` varchar(45) COLLATE utf8mb4_bin DEFAULT NULL,
  `IsEnable` bit(1) DEFAULT NULL COMMENT '是否可用',
  `Created` datetime DEFAULT NULL COMMENT '创建时间',
  `CreatedBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '创建人',
  `Updated` datetime DEFAULT NULL COMMENT '修改时间',
  `UpdatedBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '修改人',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='设备表';

-- ----------------------------
-- Records of t_base_equipment
-- ----------------------------
INSERT INTO `t_base_equipment` VALUES ('34', 'Heart', 'Heart', '心跳', '192.168.10.103', 'S1500', 'HuaHengStation', '\0', null, null, null, null);
INSERT INTO `t_base_equipment` VALUES ('63', '1002', 'P1002', 'P1002', '172.16.30.22', 'S1200', 'HuaHengStation', '\0', null, null, null, null);
INSERT INTO `t_base_equipment` VALUES ('64', '1016', 'P1016', 'P1016', '192.168.10.103', 'S1500', 'HuaHengStation', '\0', null, null, null, null);
INSERT INTO `t_base_equipment` VALUES ('65', '1001', 'P1001', 'P1001', '172.16.30.22', 'S1200', 'HuaHengStation', '\0', null, '', null, '');
INSERT INTO `t_base_equipment` VALUES ('66', '1018', 'P1018', 'P1018', '192.168.10.103', 'S1500', 'HuaHengStation', '\0', null, '', null, null);

-- ----------------------------
-- Table structure for t_base_equipmentprop
-- ----------------------------
DROP TABLE IF EXISTS `t_base_equipmentprop`;
CREATE TABLE `t_base_equipmentprop` (
  `ID` int(11) NOT NULL AUTO_INCREMENT COMMENT '编号',
  `EquipmentCode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '设备编码',
  `Code` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '设备属性编码',
  `Name` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '设备属性名称',
  `Address` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '设备属性地址',
  `ByteSize` smallint(5) unsigned DEFAULT NULL COMMENT '数据字节数',
  `Value` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '设备属性值',
  `DataType` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '设备属性数据类型',
  `Created` datetime DEFAULT NULL COMMENT '创建时间',
  `CreatedBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '创建人',
  `Updated` datetime DEFAULT NULL COMMENT '修改时间',
  `UpdatedBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '修改人',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=518 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='设备属性表';

-- ----------------------------
-- Records of t_base_equipmentprop
-- ----------------------------
INSERT INTO `t_base_equipmentprop` VALUES ('2', '1001', 'Devicessafety', '安全信号', 'DB4010X320.0', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('3', '1001', 'PutReady', '放货准备完成', 'DB4010X320.1', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('4', '1001', 'PutAllow', '允许放', 'DB4010X320.2', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('5', '1001', 'PickReady', '取货准备完成', 'DB4010X320.3', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('6', '1001', 'PickAllow', '允许取', 'DB4010X320.4', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('7', '1001', 'Height', '高度', 'DB4010W322', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('8', '1001', 'Width', '宽度', 'DB4010W324', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('9', '1001', 'Length', '长度', 'DB4010W326', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('10', '1001', 'Weight', '重量', 'DB4010W328', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('11', '1001', 'Code', '托盘条码', 'DB4010CHAR330,20', '20', null, 'CHAR', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('12', '1001', 'PalletType', '托盘类型', 'DB4010W350', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('13', '1001', 'RCSDevicessafety', 'RCS安全信号', 'DB4010X0.0', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('15', '1001', 'RCSPutRequest', 'RCS请求放货', 'DB4010X0.1', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('16', '1001', 'RCSPutRuning', 'RCS放货中', 'DB4010X0.2', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('17', '1001', 'RCSPutDone', 'RCS放货完成', 'DB4010X0.3', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('18', '1001', 'RCSPickRequest', 'RCS请求取货', 'DB4010X0.4', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('19', '1001', 'RCSPickRuning', 'RCS取货中', 'DB4010X0.5', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('21', '1001', 'RCSPickDone', 'RCS取货完成', 'DB4010X0.6', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('22', '1001', 'RCSHeight', 'RCS高度', 'DB4010W2', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('23', '1001', 'RCSWidth', 'RCS宽度', 'DB4010W4', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('24', '1001', 'RCSLength', 'RCS长度', 'DB4010W6', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('25', '1001', 'RCSWeight', 'RCS重量', 'DB4010W8', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('26', '1001', 'RCSCode', 'RCS托盘条码', 'DB4010CHAR10,20', '20', null, 'CHAR', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('27', '1001', 'RCSPalletType', 'RCS托盘类型', 'DB4010W30', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('47', '1002', 'Devicessafety', '安全信号', 'DB4010X352.0', '1', '', 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('49', '1002', 'PutReady', '放货准备完成', 'DB4010X352.1', '1', '', 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('50', '1002', 'PutAllow', '允许放', 'DB4010X352.2', '1', '', 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('51', '1002', 'PickReady', '取货准备完成', 'DB4010X352.3', '1', '', 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('52', '1002', 'PickAllow', '允许取', 'DB4010X352.4', '1', '', 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('53', '1002', 'Height', '高度', 'DB4010W354', '2', '', 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('54', '1002', 'Width', '宽度', 'DB4010W356', '2', '', 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('55', '1002', 'Length', '长度', 'DB4010W358', '2', '', 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('57', '1002', 'Weight', '重量', 'DB4010W360', '2', '', 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('58', '1002', 'Code', '托盘条码', 'DB4010CHAR362,20', '20', '', 'CHAR', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('59', '1002', 'PalletType', '托盘类型', 'DB4010W382', '2', '', 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('60', '1002', 'RCSDevicessafety', 'RCS安全信号', 'DB4010X32.0', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('61', '1002', 'RCSPutRequest', 'RCS请求放货', 'DB4010X32.1', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('63', '1002', 'RCSPutRuning', 'RCS放货中', 'DB4010X32.2', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('64', '1002', 'RCSPutDone', 'RCS放货完成', 'DB4010X32.3', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('65', '1002', 'RCSPickRequest', 'RCS请求取货', 'DB4010X32.4', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('66', '1002', 'RCSPickRuning', 'RCS取货中', 'DB4010X32.5', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('67', '1002', 'RCSPickDone', 'RCS取货完成', 'DB4010X32.6', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('68', '1002', 'RCSHeight', 'RCS高度', 'DB4010W34', '2', '', 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('69', '1002', 'RCSWidth', 'RCS宽度', 'DB4010W36', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('71', '1002', 'RCSLength', 'RCS长度', 'DB4010W38', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('72', '1002', 'RCSWeight', 'RCS重量', 'DB4010W40', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('73', '1002', 'RCSCode', 'RCS托盘条码', 'DB4010CHAR42,20', '20', '', 'CHAR', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('74', '1002', 'RCSPalletType', 'RCS托盘类型', 'DB4010W62', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('461', 'Heart', 'Heart', 'PLC心跳', 'DB4001X0.7', '1', '', 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('462', 'Heart', 'RCSHeart', 'RCS心跳', 'DB4001X0.7', '1', '', 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('463', '1018', 'Devicessafety', '安全信号', 'DB4001X352.0', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('464', '1018', 'PutReady', '放货准备完成', 'DB4001X352.1', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('465', '1018', 'PutAllow', '允许放', 'DB4001X352.2', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('466', '1018', 'PickReady', '取货准备完成', 'DB4001X352.3', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('467', '1018', 'PickAllow', '允许取', 'DB4001X352.4', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('468', '1018', 'Height', '高度', 'DB4001W354', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('469', '1018', 'Width', '宽度', 'DB4001W356', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('470', '1018', 'Length', '长度', 'DB4001W358', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('471', '1018', 'Weight', '重量', 'DB4001W360', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('472', '1018', 'Code', '托盘条码', 'DB4001CHAR362,20', '20', null, 'CHAR', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('473', '1018', 'PalletType', '托盘类型', 'DB4001W382', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('474', '1018', 'RCSDevicessafety', 'RCS安全信号', 'DB4001X32.0', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('475', '1018', 'RCSPutRequest', 'RCS请求放货', 'DB4001X32.1', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('476', '1018', 'RCSPutRuning', 'RCS放货中', 'DB4001X32.2', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('477', '1018', 'RCSPutDone', 'RCS放货完成', 'DB4001X32.3', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('478', '1018', 'RCSPickRequest', 'RCS请求取货', 'DB4001X32.4', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('479', '1018', 'RCSPickRuning', 'RCS取货中', 'DB4001X32.5', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('480', '1018', 'RCSPickDone', 'RCS取货完成', 'DB4001X32.6', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('481', '1018', 'RCSHeight', 'RCS高度', 'DB4001W34', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('482', '1018', 'RCSWidth', 'RCS宽度', 'DB4001W36', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('483', '1018', 'RCSLength', 'RCS长度', 'DB4001W38', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('484', '1018', 'RCSWeight', 'RCS重量', 'DB4001W40', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('485', '1018', 'RCSCode', 'RCS托盘条码', 'DB4001CHAR42,20', '20', null, 'CHAR', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('486', '1018', 'RCSPalletType', 'RCS托盘类型', 'DB4001W62', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('494', '1016', 'Devicessafety', '安全信号', 'DB4001X320.0', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('495', '1016', 'PutReady', '放货准备完成', 'DB4001X320.1', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('496', '1016', 'PutAllow', '允许放', 'DB4001X320.2', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('497', '1016', 'PickReady', '取货准备完成', 'DB4001X320.3', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('498', '1016', 'PickAllow', '允许取', 'DB4001X320.4', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('499', '1016', 'Height', '高度', 'DB4001W322', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('500', '1016', 'Width', '宽度', 'DB4001W324', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('501', '1016', 'Length', '长度', 'DB4001W326', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('502', '1016', 'Weight', '重量', 'DB4001W328', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('503', '1016', 'Code', '托盘条码', 'DB4001CHAR330,20', '20', null, 'CHAR', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('504', '1016', 'PalletType', '托盘类型', 'DB4001W350', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('505', '1016', 'RCSDevicessafety', 'RCS安全信号', 'DB4001X0.0', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('506', '1016', 'RCSPutRequest', 'RCS请求放货', 'DB4001X0.1', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('507', '1016', 'RCSPutRuning', 'RCS放货中', 'DB4001X0.2', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('508', '1016', 'RCSPutDone', 'RCS放货完成', 'DB4001X0.3', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('509', '1016', 'RCSPickRequest', 'RCS请求取货', 'DB4001X0.4', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('510', '1016', 'RCSPickRuning', 'RCS取货中', 'DB4001X0.5', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('511', '1016', 'RCSPickDone', 'RCS取货完成', 'DB4001X0.6', '1', null, 'BOOL', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('512', '1016', 'RCSHeight', 'RCS高度', 'DB4001W2', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('513', '1016', 'RCSWidth', 'RCS宽度', 'DB4001W4', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('514', '1016', 'RCSLength', 'RCS长度', 'DB4001W6', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('515', '1016', 'RCSWeight', 'RCS重量', 'DB4001W8', '2', null, 'INT', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('516', '1016', 'RCSCode', 'RCS托盘条码', 'DB4001CHAR10,20', '20', null, 'CHAR', null, null, null, null);
INSERT INTO `t_base_equipmentprop` VALUES ('517', '1016', 'RCSPalletType', 'RCS托盘类型', 'DB4001W30', '2', null, 'INT', null, null, null, null);

-- ----------------------------
-- Table structure for t_base_loction
-- ----------------------------
DROP TABLE IF EXISTS `t_base_loction`;
CREATE TABLE `t_base_loction` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `LoctionName` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '工位码值',
  `LoctionBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '工位编码',
  `LoctionCode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '工位名称',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=97 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC;

-- ----------------------------
-- Records of t_base_loction
-- ----------------------------
INSERT INTO `t_base_loction` VALUES ('1', 'D010101', '539', 'D010101');
INSERT INTO `t_base_loction` VALUES ('2', 'D010201', '538', 'D010201');
INSERT INTO `t_base_loction` VALUES ('3', 'D010301', '537', 'D010301');
INSERT INTO `t_base_loction` VALUES ('4', 'D010401', '536', 'D010401');
INSERT INTO `t_base_loction` VALUES ('5', 'D010501', '535', 'D010501');
INSERT INTO `t_base_loction` VALUES ('6', 'D010601', '534', 'D010601');
INSERT INTO `t_base_loction` VALUES ('7', 'D010701', '533', 'D010701');
INSERT INTO `t_base_loction` VALUES ('8', 'D010801', '532', 'D010801');
INSERT INTO `t_base_loction` VALUES ('9', 'D010901', '531', 'D010901');
INSERT INTO `t_base_loction` VALUES ('10', 'D011001', '530', 'D011001');
INSERT INTO `t_base_loction` VALUES ('11', 'D011101', '529', 'D011101');
INSERT INTO `t_base_loction` VALUES ('12', 'D011201', '528', 'D011201');
INSERT INTO `t_base_loction` VALUES ('13', 'D011301', '527', 'D011301');
INSERT INTO `t_base_loction` VALUES ('14', 'D011401', '526', 'D011401');
INSERT INTO `t_base_loction` VALUES ('15', 'D011501', '525', 'D011501');
INSERT INTO `t_base_loction` VALUES ('16', 'D011601', '524', 'D011601');
INSERT INTO `t_base_loction` VALUES ('17', 'D011701', '523', 'D011701');
INSERT INTO `t_base_loction` VALUES ('18', 'D020101', '439', 'D020101');
INSERT INTO `t_base_loction` VALUES ('19', 'D020201', '438', 'D020201');
INSERT INTO `t_base_loction` VALUES ('20', 'D020301', '437', 'D020301');
INSERT INTO `t_base_loction` VALUES ('21', 'D020401', '436', 'D020401');
INSERT INTO `t_base_loction` VALUES ('22', 'D020501', '435', 'D020501');
INSERT INTO `t_base_loction` VALUES ('23', 'D020601', '434', 'D020601');
INSERT INTO `t_base_loction` VALUES ('24', 'D020701', '433', 'D020701');
INSERT INTO `t_base_loction` VALUES ('25', 'D020801', '432', 'D020801');
INSERT INTO `t_base_loction` VALUES ('26', 'D020901', '431', 'D020901');
INSERT INTO `t_base_loction` VALUES ('27', 'D021001', '430', 'D021001');
INSERT INTO `t_base_loction` VALUES ('28', 'D021101', '429', 'D021101');
INSERT INTO `t_base_loction` VALUES ('29', 'D021201', '428', 'D021201');
INSERT INTO `t_base_loction` VALUES ('30', 'D021301', '427', 'D021301');
INSERT INTO `t_base_loction` VALUES ('31', 'D021401', '426', 'D021401');
INSERT INTO `t_base_loction` VALUES ('32', 'D021501', '425', 'D021501');
INSERT INTO `t_base_loction` VALUES ('33', 'D021601', '424', 'D021601');
INSERT INTO `t_base_loction` VALUES ('34', 'D021701', '423', 'D021701');
INSERT INTO `t_base_loction` VALUES ('35', 'D030101', '339', 'D030101');
INSERT INTO `t_base_loction` VALUES ('36', 'D030201', '338', 'D030201');
INSERT INTO `t_base_loction` VALUES ('37', 'D030301', '337', 'D030301');
INSERT INTO `t_base_loction` VALUES ('38', 'D030401', '336', 'D030401');
INSERT INTO `t_base_loction` VALUES ('39', 'D030501', '335', 'D030501');
INSERT INTO `t_base_loction` VALUES ('40', 'D030601', '334', 'D030601');
INSERT INTO `t_base_loction` VALUES ('41', 'D030701', '333', 'D030701');
INSERT INTO `t_base_loction` VALUES ('42', 'D030801', '332', 'D030801');
INSERT INTO `t_base_loction` VALUES ('43', 'D030901', '331', 'D030901');
INSERT INTO `t_base_loction` VALUES ('44', 'D031001', '330', 'D031001');
INSERT INTO `t_base_loction` VALUES ('45', 'D031101', '329', 'D031101');
INSERT INTO `t_base_loction` VALUES ('46', 'D031201', '328', 'D031201');
INSERT INTO `t_base_loction` VALUES ('47', 'D031301', '327', 'D031301');
INSERT INTO `t_base_loction` VALUES ('48', 'D031401', '326', 'D031401');
INSERT INTO `t_base_loction` VALUES ('49', 'D031501', '325', 'D031501');
INSERT INTO `t_base_loction` VALUES ('50', 'D031601', '324', 'D031601');
INSERT INTO `t_base_loction` VALUES ('51', 'D031701', '323', 'D031701');
INSERT INTO `t_base_loction` VALUES ('52', 'D040101', '503', 'D040101');
INSERT INTO `t_base_loction` VALUES ('53', 'D040201', '504', 'D040201');
INSERT INTO `t_base_loction` VALUES ('54', 'D040301', '505', 'D040301');
INSERT INTO `t_base_loction` VALUES ('55', 'D040401', '506', 'D040401');
INSERT INTO `t_base_loction` VALUES ('56', 'D040501', '507', 'D040501');
INSERT INTO `t_base_loction` VALUES ('57', 'D040601', '508', 'D040601');
INSERT INTO `t_base_loction` VALUES ('58', 'D040701', '509', 'D040701');
INSERT INTO `t_base_loction` VALUES ('59', 'D040801', '510', 'D040801');
INSERT INTO `t_base_loction` VALUES ('60', 'D040901', '511', 'D040901');
INSERT INTO `t_base_loction` VALUES ('61', 'D041001', '512', 'D041001');
INSERT INTO `t_base_loction` VALUES ('62', 'D041101', '513', 'D041101');
INSERT INTO `t_base_loction` VALUES ('63', 'D041201', '514', 'D041201');
INSERT INTO `t_base_loction` VALUES ('64', 'D041301', '515', 'D041301');
INSERT INTO `t_base_loction` VALUES ('65', 'D041401', '516', 'D041401');
INSERT INTO `t_base_loction` VALUES ('66', 'D041501', '517', 'D041501');
INSERT INTO `t_base_loction` VALUES ('67', 'D050101', '403', 'D050101');
INSERT INTO `t_base_loction` VALUES ('68', 'D050201', '404', 'D050201');
INSERT INTO `t_base_loction` VALUES ('69', 'D050301', '405', 'D050301');
INSERT INTO `t_base_loction` VALUES ('70', 'D050401', '406', 'D050401');
INSERT INTO `t_base_loction` VALUES ('71', 'D050501', '407', 'D050501');
INSERT INTO `t_base_loction` VALUES ('72', 'D050601', '408', 'D050601');
INSERT INTO `t_base_loction` VALUES ('73', 'D050701', '409', 'D050701');
INSERT INTO `t_base_loction` VALUES ('74', 'D050801', '410', 'D050801');
INSERT INTO `t_base_loction` VALUES ('75', 'D050901', '411', 'D050901');
INSERT INTO `t_base_loction` VALUES ('76', 'D051001', '412', 'D051001');
INSERT INTO `t_base_loction` VALUES ('77', 'D051101', '413', 'D051101');
INSERT INTO `t_base_loction` VALUES ('78', 'D051201', '414', 'D051201');
INSERT INTO `t_base_loction` VALUES ('79', 'D051301', '415', 'D051301');
INSERT INTO `t_base_loction` VALUES ('80', 'D051401', '416', 'D051401');
INSERT INTO `t_base_loction` VALUES ('81', 'D051501', '417', 'D051501');
INSERT INTO `t_base_loction` VALUES ('82', 'D060101', '303', 'D060101');
INSERT INTO `t_base_loction` VALUES ('83', 'D060201', '304', 'D060201');
INSERT INTO `t_base_loction` VALUES ('84', 'D060301', '305', 'D060301');
INSERT INTO `t_base_loction` VALUES ('85', 'D060401', '306', 'D060401');
INSERT INTO `t_base_loction` VALUES ('86', 'D060501', '307', 'D060501');
INSERT INTO `t_base_loction` VALUES ('87', 'D060601', '308', 'D060601');
INSERT INTO `t_base_loction` VALUES ('88', 'D060701', '309', 'D060701');
INSERT INTO `t_base_loction` VALUES ('89', 'D060801', '310', 'D060801');
INSERT INTO `t_base_loction` VALUES ('90', 'D060901', '311', 'D060901');
INSERT INTO `t_base_loction` VALUES ('91', 'D061001', '312', 'D061001');
INSERT INTO `t_base_loction` VALUES ('92', 'D061101', '313', 'D061101');
INSERT INTO `t_base_loction` VALUES ('93', 'D061201', '314', 'D061201');
INSERT INTO `t_base_loction` VALUES ('94', 'D061301', '315', 'D061301');
INSERT INTO `t_base_loction` VALUES ('95', 'D061401', '316', 'D061401');
INSERT INTO `t_base_loction` VALUES ('96', 'D061501', '317', 'D061501');

-- ----------------------------
-- Table structure for t_base_map_content
-- ----------------------------
DROP TABLE IF EXISTS `t_base_map_content`;
CREATE TABLE `t_base_map_content` (
  `mapName` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `left` int(11) DEFAULT NULL,
  `top` int(11) DEFAULT NULL,
  `color` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `width` int(11) DEFAULT NULL,
  `height` int(11) DEFAULT NULL,
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '默认主键',
  `alt` tinyint(4) DEFAULT NULL,
  `name` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `createTime` datetime DEFAULT NULL,
  `createBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `updateTime` datetime DEFAULT NULL,
  `updateBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `areasID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=73898 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC;

-- ----------------------------
-- Records of t_base_map_content
-- ----------------------------
INSERT INTO `t_base_map_content` VALUES ('马钢', '570', '150', 'user_yunxingqu', '1710', '30', '73520', '1', '运行区', null, null, null, null, '1723688680391');
INSERT INTO `t_base_map_content` VALUES ('马钢', '570', '210', 'user_yunxingqu', '1710', '30', '73521', '1', '运行区', null, null, null, null, '1723688708857');
INSERT INTO `t_base_map_content` VALUES ('马钢', '570', '180', 'user_yunxingqu', '30', '30', '73522', '1', '运行区', null, null, null, null, '1723688724848');
INSERT INTO `t_base_map_content` VALUES ('马钢', '570', '150', 'user_rfid_yxd_0010', '30', '30', '73523', '1', '620', null, null, null, null, '1723688753141');
INSERT INTO `t_base_map_content` VALUES ('马钢', '570', '210', 'user_rfid_yxd_1110', '30', '30', '73524', '1', '820', null, null, null, null, '1723688753456');
INSERT INTO `t_base_map_content` VALUES ('马钢', '630', '150', 'user_rfid_yxd_0001', '30', '30', '73525', '1', '622', null, null, null, null, '1723688800879');
INSERT INTO `t_base_map_content` VALUES ('马钢', '630', '210', 'user_rfid_yxd_1110', '30', '30', '73526', '1', '822', null, null, null, null, '1723688801270');
INSERT INTO `t_base_map_content` VALUES ('马钢', '690', '150', 'user_rfid_yxd_1011', '30', '30', '73527', '1', '624', null, null, null, null, '1723688805409');
INSERT INTO `t_base_map_content` VALUES ('马钢', '750', '150', 'user_rfid_yxd_1011', '30', '30', '73528', '1', '626', null, null, null, null, '1723688805840');
INSERT INTO `t_base_map_content` VALUES ('马钢', '690', '210', 'user_rfid_yxd_1100', '30', '30', '73529', '1', '824', null, null, null, null, '1723688806511');
INSERT INTO `t_base_map_content` VALUES ('马钢', '750', '210', 'user_rfid_yxd_1100', '30', '30', '73530', '1', '826', null, null, null, null, '1723688806880');
INSERT INTO `t_base_map_content` VALUES ('马钢', '570', '240', 'user_yunxingqu', '30', '30', '73531', '1', '运行区', null, null, null, null, '1723688817564');
INSERT INTO `t_base_map_content` VALUES ('马钢', '630', '240', 'user_yunxingqu', '30', '30', '73532', '1', '运行区', null, null, null, null, '1723688817998');
INSERT INTO `t_base_map_content` VALUES ('马钢', '690', '120', 'user_yunxingqu', '30', '30', '73533', '1', '运行区', null, null, null, null, '1723688819009');
INSERT INTO `t_base_map_content` VALUES ('马钢', '750', '120', 'user_yunxingqu', '30', '30', '73534', '1', '运行区', null, null, null, null, '1723688819449');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1290', '210', 'user_rfid_yxd_1100', '30', '30', '73535', '1', '844', null, null, null, null, '1723688849586');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1290', '150', 'user_rfid_yxd_1011', '30', '30', '73536', '1', '644', null, null, null, null, '1723688861450');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1350', '150', 'user_rfid_yxd_1011', '30', '30', '73537', '1', '646', null, null, null, null, '1723688862145');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1350', '210', 'user_rfid_yxd_1100', '30', '30', '73538', '1', '846', null, null, null, null, '1723688862620');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1290', '120', 'user_yunxingqu', '30', '30', '73539', '1', '运行区', null, null, null, null, '1723688874595');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1350', '120', 'user_yunxingqu', '30', '30', '73540', '1', '运行区', null, null, null, null, '1723688875171');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1470', '150', 'user_rfid_yxd_0011', '30', '30', '73541', '1', '650', null, null, null, null, '1723688891800');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1530', '150', 'user_rfid_yxd_1011', '30', '30', '73542', '1', '652', null, null, null, null, '1723688892848');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1470', '210', 'user_rfid_yxd_1110', '30', '30', '73543', '1', '850', null, null, null, null, '1723688893392');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1530', '210', 'user_rfid_yxd_1100', '30', '30', '73544', '1', '852', null, null, null, null, '1723688893805');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1590', '150', 'user_rfid_yxd_1011', '30', '30', '73545', '1', '654', null, null, null, null, '1723688894427');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1590', '210', 'user_rfid_yxd_1100', '30', '30', '73546', '1', '854', null, null, null, null, '1723688897645');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1470', '240', 'user_yunxingqu', '30', '240', '73547', '1', '运行区', null, null, null, null, '1723688907872');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1590', '240', 'user_yunxingqu', '30', '240', '73548', '1', '运行区', null, null, null, null, '1723688908573');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1530', '120', 'user_yunxingqu', '30', '30', '73549', '1', '运行区', null, null, null, null, '1723688909621');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1590', '120', 'user_yunxingqu', '30', '30', '73550', '1', '运行区', null, null, null, null, '1723688910391');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1710', '150', 'user_rfid_yxd_0011', '30', '30', '73551', '1', '658', null, null, null, null, '1723688952726');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1770', '150', 'user_rfid_yxd_0011', '30', '30', '73552', '1', '660', null, null, null, null, '1723688953233');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1710', '210', 'user_rfid_yxd_1110', '30', '30', '73553', '1', '858', null, null, null, null, '1723688953843');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1770', '210', 'user_rfid_yxd_1110', '30', '30', '73554', '1', '860', null, null, null, null, '1723688954224');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1890', '150', 'user_rfid_yxd_1011', '30', '30', '73555', '1', '664', null, null, null, null, '1723688955730');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1830', '210', 'user_rfid_yxd_1100', '30', '30', '73556', '1', '862', null, null, null, null, '1723688956332');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1890', '210', 'user_rfid_yxd_1100', '30', '30', '73557', '1', '864', null, null, null, null, '1723688956750');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '150', 'user_rfid_yxd_1011', '30', '30', '73558', '1', '668', null, null, null, null, '1723688976299');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2070', '150', 'user_rfid_yxd_1011', '30', '30', '73559', '1', '670', null, null, null, null, '1723688976990');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '210', 'user_rfid_yxd_1100', '30', '30', '73560', '1', '868', null, null, null, null, '1723688977797');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2070', '210', 'user_rfid_yxd_1100', '30', '30', '73561', '1', '870', null, null, null, null, '1723688978431');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2250', '150', 'user_rfid_yxd_0001', '30', '30', '73562', '1', '676', null, null, null, null, '1723688997335');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2250', '210', 'user_rfid_yxd_1000', '30', '30', '73563', '1', '876', null, null, null, null, '1723688997983');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2250', '180', 'user_yunxingqu', '30', '30', '73564', '1', '运行区', null, null, null, null, '1723689000146');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1710', '240', 'user_yunxingqu', '30', '30', '73565', '1', '运行区', null, null, null, null, '1723689021630');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1770', '240', 'user_yunxingqu', '30', '30', '73566', '1', '运行区', null, null, null, null, '1723689022046');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1830', '120', 'user_yunxingqu', '30', '30', '73567', '1', '运行区', null, null, null, null, '1723689023241');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1890', '120', 'user_yunxingqu', '30', '30', '73568', '1', '运行区', null, null, null, null, '1723689026350');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '120', 'user_yunxingqu', '30', '30', '73569', '1', '运行区', null, null, null, null, '1723689027243');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2070', '120', 'user_yunxingqu', '30', '30', '73570', '1', '运行区', null, null, null, null, '1723689027760');
INSERT INTO `t_base_map_content` VALUES ('马钢', '120', '480', 'user_yunxingqu', '2610', '30', '73571', '1', '运行区', null, null, null, null, '1723689105943');
INSERT INTO `t_base_map_content` VALUES ('马钢', '120', '540', 'user_yunxingqu', '2610', '30', '73572', '1', '运行区', null, null, null, null, '1723689139746');
INSERT INTO `t_base_map_content` VALUES ('马钢', '120', '510', 'user_yunxingqu', '30', '30', '73573', '1', '运行区', null, null, null, null, '1723689169151');
INSERT INTO `t_base_map_content` VALUES ('马钢', '120', '480', 'user_rfid_yxd_0010', '30', '30', '73574', '1', '1705', null, null, null, null, '1723689173509');
INSERT INTO `t_base_map_content` VALUES ('马钢', '120', '540', 'user_rfid_yxd_0100', '30', '30', '73575', '1', '1905', null, null, null, null, '1723689173852');
INSERT INTO `t_base_map_content` VALUES ('马钢', '120', '810', 'user_yunxingqu', '2280', '30', '73576', '1', '运行区', null, null, null, null, '1723689200687');
INSERT INTO `t_base_map_content` VALUES ('马钢', '270', '690', 'user_yunxingqu', '30', '120', '73577', '1', '运行区', null, null, null, null, '1723689339160');
INSERT INTO `t_base_map_content` VALUES ('马钢', '180', '690', 'user_yunxingqu', '30', '120', '73578', '1', '运行区', null, null, null, null, '1723692229219');
INSERT INTO `t_base_map_content` VALUES ('马钢', '180', '750', 'user_rfid_yxd_1110', '30', '30', '73579', '1', '2607', null, null, null, null, '1723692248921');
INSERT INTO `t_base_map_content` VALUES ('马钢', '180', '810', 'user_rfid_yxd_1011', '30', '30', '73580', '1', '2807', null, null, null, null, '1723692249664');
INSERT INTO `t_base_map_content` VALUES ('马钢', '330', '690', 'user_yunxingqu', '30', '120', '73581', '1', '运行区', null, null, null, null, '1723692277582');
INSERT INTO `t_base_map_content` VALUES ('马钢', '270', '750', 'user_rfid_yxd_1100', '30', '30', '73582', '1', '2610', null, null, null, null, '1723692288688');
INSERT INTO `t_base_map_content` VALUES ('马钢', '330', '750', 'user_rfid_yxd_1100', '30', '30', '73583', '1', '2612', null, null, null, null, '1723692289101');
INSERT INTO `t_base_map_content` VALUES ('马钢', '270', '810', 'user_rfid_yxd_1001', '30', '30', '73584', '1', '2810', null, null, null, null, '1723692289633');
INSERT INTO `t_base_map_content` VALUES ('马钢', '330', '810', 'user_rfid_yxd_1011', '30', '30', '73585', '1', '2812', null, null, null, null, '1723692290023');
INSERT INTO `t_base_map_content` VALUES ('马钢', '270', '660', 'user_yunxingqu', '30', '30', '73586', '1', '运行区', null, null, null, null, '1723692306190');
INSERT INTO `t_base_map_content` VALUES ('马钢', '330', '660', 'user_yunxingqu', '30', '30', '73587', '1', '运行区', null, null, null, null, '1723692306609');
INSERT INTO `t_base_map_content` VALUES ('马钢', '360', '750', 'user_yunxingqu', '30', '30', '73588', '1', '运行区', null, null, null, null, '1723692309128');
INSERT INTO `t_base_map_content` VALUES ('马钢', '360', '750', 'user_rfid_yxd_0101', '30', '30', '73589', '1', '2613', null, null, null, null, '1723692311362');
INSERT INTO `t_base_map_content` VALUES ('马钢', '270', '660', 'user_rfid_yxd_0010', '30', '30', '73590', '1', '2310', null, null, null, null, '1723692325246');
INSERT INTO `t_base_map_content` VALUES ('马钢', '330', '660', 'user_rfid_yxd_0010', '30', '30', '73591', '1', '2312', null, null, null, null, '1723692325816');
INSERT INTO `t_base_map_content` VALUES ('马钢', '270', '630', 'user_chongdianzhuang1', '30', '30', '73592', '1', '充电桩1', null, null, null, null, '1723692328044');
INSERT INTO `t_base_map_content` VALUES ('马钢', '330', '630', 'user_chongdianzhuang1', '30', '30', '73593', '1', '充电桩2', null, null, null, null, '1723692328573');
INSERT INTO `t_base_map_content` VALUES ('马钢', '180', '870', 'user_yunxingqu', '2220', '30', '73594', '1', '运行区', null, null, null, null, '1723692348307');
INSERT INTO `t_base_map_content` VALUES ('马钢', '180', '840', 'user_yunxingqu', '30', '30', '73595', '1', '运行区', null, null, null, null, '1723692355848');
INSERT INTO `t_base_map_content` VALUES ('马钢', '180', '870', 'user_rfid_yxd_0100', '30', '30', '73596', '1', '3007', null, null, null, null, '1723692358435');
INSERT INTO `t_base_map_content` VALUES ('马钢', '330', '870', 'user_rfid_yxd_1110', '30', '30', '73597', '1', '3012', null, null, null, null, '1723692364818');
INSERT INTO `t_base_map_content` VALUES ('马钢', '300', '540', 'user_rfid_yxd_1100', '30', '30', '73598', '1', '1911', null, null, null, null, '1723692378310');
INSERT INTO `t_base_map_content` VALUES ('马钢', '360', '540', 'user_rfid_yxd_1100', '30', '30', '73599', '1', '1913', null, null, null, null, '1723692379055');
INSERT INTO `t_base_map_content` VALUES ('马钢', '300', '480', 'user_rfid_yxd_1011', '30', '30', '73600', '1', '1711', null, null, null, null, '1723692379536');
INSERT INTO `t_base_map_content` VALUES ('马钢', '360', '480', 'user_rfid_yxd_1011', '30', '30', '73601', '1', '1713', null, null, null, null, '1723692379936');
INSERT INTO `t_base_map_content` VALUES ('马钢', '300', '450', 'user_yunxingqu', '30', '30', '73602', '1', '运行区', null, null, null, null, '1723692381565');
INSERT INTO `t_base_map_content` VALUES ('马钢', '360', '450', 'user_yunxingqu', '30', '30', '73603', '1', '运行区', null, null, null, null, '1723692382031');
INSERT INTO `t_base_map_content` VALUES ('马钢', '390', '870', 'user_rfid_yxd_0110', '30', '30', '73604', '1', '3014', null, null, null, null, '1723692419791');
INSERT INTO `t_base_map_content` VALUES ('马钢', '330', '900', 'user_yunxingqu', '30', '30', '73605', '1', '运行区', null, null, null, null, '1723692422724');
INSERT INTO `t_base_map_content` VALUES ('马钢', '390', '900', 'user_yunxingqu', '30', '30', '73606', '1', '运行区', null, null, null, null, '1723692423186');
INSERT INTO `t_base_map_content` VALUES ('马钢', '480', '870', 'user_rfid_yxd_1100', '30', '30', '73607', '1', '3017', null, null, null, null, '1723692442848');
INSERT INTO `t_base_map_content` VALUES ('马钢', '540', '870', 'user_rfid_yxd_1100', '30', '30', '73608', '1', '3019', null, null, null, null, '1723692443683');
INSERT INTO `t_base_map_content` VALUES ('马钢', '480', '810', 'user_rfid_yxd_1011', '30', '30', '73609', '1', '2817', null, null, null, null, '1723692444240');
INSERT INTO `t_base_map_content` VALUES ('马钢', '540', '810', 'user_rfid_yxd_1011', '30', '30', '73610', '1', '2819', null, null, null, null, '1723692444701');
INSERT INTO `t_base_map_content` VALUES ('马钢', '630', '870', 'user_rfid_yxd_1110', '30', '30', '73611', '1', '3022', null, null, null, null, '1723692445941');
INSERT INTO `t_base_map_content` VALUES ('马钢', '690', '870', 'user_rfid_yxd_1110', '30', '30', '73612', '1', '3024', null, null, null, null, '1723692446660');
INSERT INTO `t_base_map_content` VALUES ('马钢', '630', '810', 'user_rfid_yxd_0011', '30', '30', '73613', '1', '2822', null, null, null, null, '1723692447130');
INSERT INTO `t_base_map_content` VALUES ('马钢', '690', '810', 'user_rfid_yxd_0011', '30', '30', '73614', '1', '2824', null, null, null, null, '1723692447485');
INSERT INTO `t_base_map_content` VALUES ('马钢', '780', '870', 'user_rfid_yxd_1100', '30', '30', '73615', '1', '3027', null, null, null, null, '1723692476928');
INSERT INTO `t_base_map_content` VALUES ('马钢', '840', '870', 'user_rfid_yxd_1100', '30', '30', '73616', '1', '3029', null, null, null, null, '1723692477486');
INSERT INTO `t_base_map_content` VALUES ('马钢', '780', '810', 'user_rfid_yxd_0011', '30', '30', '73617', '1', '2827', null, null, null, null, '1723692478122');
INSERT INTO `t_base_map_content` VALUES ('马钢', '840', '810', 'user_rfid_yxd_1011', '30', '30', '73618', '1', '2829', null, null, null, null, '1723692478672');
INSERT INTO `t_base_map_content` VALUES ('马钢', '780', '570', 'user_yunxingqu', '30', '240', '73619', '1', '运行区', null, null, null, null, '1723692486734');
INSERT INTO `t_base_map_content` VALUES ('马钢', '840', '570', 'user_yunxingqu', '30', '240', '73620', '1', '运行区', null, null, null, null, '1723692487285');
INSERT INTO `t_base_map_content` VALUES ('马钢', '780', '480', 'user_rfid_yxd_0011', '30', '30', '73621', '1', '1727', null, null, null, null, '1723692489398');
INSERT INTO `t_base_map_content` VALUES ('马钢', '780', '540', 'user_rfid_yxd_1110', '30', '30', '73622', '1', '1927', null, null, null, null, '1723692490272');
INSERT INTO `t_base_map_content` VALUES ('马钢', '840', '480', 'user_rfid_yxd_0011', '30', '30', '73623', '1', '1729', null, null, null, null, '1723692493342');
INSERT INTO `t_base_map_content` VALUES ('马钢', '840', '540', 'user_rfid_yxd_1100', '30', '30', '73624', '1', '1929', null, null, null, null, '1723692493684');
INSERT INTO `t_base_map_content` VALUES ('马钢', '540', '480', 'user_rfid_yxd_1011', '30', '30', '73625', '1', '1719', null, null, null, null, '1723692516339');
INSERT INTO `t_base_map_content` VALUES ('马钢', '600', '480', 'user_rfid_yxd_1011', '30', '30', '73626', '1', '1721', null, null, null, null, '1723692518059');
INSERT INTO `t_base_map_content` VALUES ('马钢', '540', '540', 'user_rfid_yxd_1100', '30', '30', '73627', '1', '1919', null, null, null, null, '1723692518571');
INSERT INTO `t_base_map_content` VALUES ('马钢', '600', '540', 'user_rfid_yxd_1100', '30', '30', '73628', '1', '1921', null, null, null, null, '1723692518959');
INSERT INTO `t_base_map_content` VALUES ('马钢', '540', '450', 'user_yunxingqu', '30', '30', '73629', '1', '运行区', null, null, null, null, '1723692545299');
INSERT INTO `t_base_map_content` VALUES ('马钢', '600', '450', 'user_yunxingqu', '30', '30', '73630', '1', '运行区', null, null, null, null, '1723692549767');
INSERT INTO `t_base_map_content` VALUES ('马钢', '480', '780', 'user_yunxingqu', '30', '30', '73631', '1', '运行区', null, null, null, null, '1723692584664');
INSERT INTO `t_base_map_content` VALUES ('马钢', '540', '780', 'user_yunxingqu', '30', '30', '73632', '1', '运行区', null, null, null, null, '1723692585373');
INSERT INTO `t_base_map_content` VALUES ('马钢', '630', '900', 'user_yunxingqu', '30', '30', '73633', '1', '运行区', null, null, null, null, '1723692591258');
INSERT INTO `t_base_map_content` VALUES ('马钢', '690', '900', 'user_yunxingqu', '30', '30', '73634', '1', '运行区', null, null, null, null, '1723692596922');
INSERT INTO `t_base_map_content` VALUES ('马钢', '390', '750', 'user_fangliaoqu', '60', '30', '73635', '1', 'P2614', null, null, null, null, '1723692605330');
INSERT INTO `t_base_map_content` VALUES ('马钢', '480', '720', 'user_fangliaoqu', '30', '60', '73636', '1', 'P5001', null, null, null, null, '1723692617359');
INSERT INTO `t_base_map_content` VALUES ('马钢', '540', '720', 'user_fangliaoqu', '30', '60', '73637', '1', 'P5002', null, null, null, null, '1723692621324');
INSERT INTO `t_base_map_content` VALUES ('马钢', '900', '480', 'user_rfid_yxd_1011', '30', '30', '73638', '1', '1731', null, null, null, null, '1723692693343');
INSERT INTO `t_base_map_content` VALUES ('马钢', '960', '480', 'user_rfid_yxd_1011', '30', '30', '73639', '1', '1733', null, null, null, null, '1723692693854');
INSERT INTO `t_base_map_content` VALUES ('马钢', '900', '540', 'user_rfid_yxd_1100', '30', '30', '73640', '1', '1931', null, null, null, null, '1723692694654');
INSERT INTO `t_base_map_content` VALUES ('马钢', '960', '540', 'user_rfid_yxd_1100', '30', '30', '73641', '1', '1933', null, null, null, null, '1723692695340');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1020', '480', 'user_rfid_yxd_0011', '30', '30', '73642', '1', '1735', null, null, null, null, '1723692701107');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1080', '480', 'user_rfid_yxd_0011', '30', '30', '73643', '1', '1737', null, null, null, null, '1723692702055');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1020', '540', 'user_rfid_yxd_1110', '30', '30', '73644', '1', '1935', null, null, null, null, '1723692702670');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1080', '540', 'user_rfid_yxd_1110', '30', '30', '73645', '1', '1937', null, null, null, null, '1723692703136');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1170', '480', 'user_rfid_yxd_1011', '30', '30', '73646', '1', '1740', null, null, null, null, '1723692709734');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1230', '480', 'user_rfid_yxd_1011', '30', '30', '73647', '1', '1742', null, null, null, null, '1723692710511');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1170', '540', 'user_rfid_yxd_1100', '30', '30', '73648', '1', '1940', null, null, null, null, '1723692711253');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1230', '540', 'user_rfid_yxd_1100', '30', '30', '73649', '1', '1942', null, null, null, null, '1723692711957');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1320', '480', 'user_rfid_yxd_0011', '30', '30', '73650', '1', '1745', null, null, null, null, '1723692759461');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1380', '480', 'user_rfid_yxd_0011', '30', '30', '73651', '1', '1747', null, null, null, null, '1723692760083');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1320', '540', 'user_rfid_yxd_1110', '30', '30', '73652', '1', '1945', null, null, null, null, '1723692760776');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1380', '540', 'user_rfid_yxd_1110', '30', '30', '73653', '1', '1947', null, null, null, null, '1723692761409');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1470', '480', 'user_rfid_yxd_0011', '30', '30', '73654', '1', '1750', null, null, null, null, '1723692762655');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1590', '480', 'user_rfid_yxd_1011', '30', '30', '73655', '1', '1754', null, null, null, null, '1723692763565');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1470', '540', 'user_rfid_yxd_1100', '30', '30', '73656', '1', '1950', null, null, null, null, '1723692768370');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1590', '540', 'user_rfid_yxd_1100', '30', '30', '73657', '1', '1954', null, null, null, null, '1723692769303');
INSERT INTO `t_base_map_content` VALUES ('马钢', '900', '450', 'user_yunxingqu', '30', '30', '73658', '1', '运行区', null, null, null, null, '1723692792838');
INSERT INTO `t_base_map_content` VALUES ('马钢', '960', '450', 'user_yunxingqu', '30', '30', '73659', '1', '运行区', null, null, null, null, '1723692793543');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1020', '570', 'user_yunxingqu', '30', '30', '73660', '1', '运行区', null, null, null, null, '1723692794255');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1080', '570', 'user_yunxingqu', '30', '30', '73661', '1', '运行区', null, null, null, null, '1723692794754');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1170', '450', 'user_yunxingqu', '30', '30', '73662', '1', '运行区', null, null, null, null, '1723692795471');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1230', '450', 'user_yunxingqu', '30', '30', '73663', '1', '运行区', null, null, null, null, '1723692795943');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1320', '570', 'user_yunxingqu', '30', '30', '73664', '1', '运行区', null, null, null, null, '1723692796765');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1380', '570', 'user_yunxingqu', '30', '30', '73665', '1', '运行区', null, null, null, null, '1723692797190');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1650', '480', 'user_rfid_yxd_0011', '30', '30', '73666', '1', '1756', null, null, null, null, '1723692811828');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1710', '480', 'user_rfid_yxd_0011', '30', '30', '73667', '1', '1758', null, null, null, null, '1723692812427');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1650', '540', 'user_rfid_yxd_1110', '30', '30', '73668', '1', '1956', null, null, null, null, '1723692812953');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1710', '540', 'user_rfid_yxd_1100', '30', '30', '73669', '1', '1958', null, null, null, null, '1723692813423');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1800', '480', 'user_rfid_yxd_1001', '30', '30', '73670', '1', '1761', null, null, null, null, '1723692814708');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1860', '480', 'user_rfid_yxd_1001', '30', '30', '73671', '1', '1763', null, null, null, null, '1723692815729');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1800', '540', 'user_rfid_yxd_1100', '30', '30', '73672', '1', '1961', null, null, null, null, '1723692816412');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1860', '540', 'user_rfid_yxd_1100', '30', '30', '73673', '1', '1963', null, null, null, null, '1723692816822');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1950', '480', 'user_rfid_yxd_0011', '30', '30', '73674', '1', '1766', null, null, null, null, '1723692823765');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '480', 'user_rfid_yxd_0011', '30', '30', '73675', '1', '1768', null, null, null, null, '1723692824387');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1950', '540', 'user_rfid_yxd_1110', '30', '30', '73676', '1', '1966', null, null, null, null, '1723692824994');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '540', 'user_rfid_yxd_1110', '30', '30', '73677', '1', '1968', null, null, null, null, '1723692825479');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2100', '480', 'user_rfid_yxd_1011', '30', '30', '73678', '1', '1771', null, null, null, null, '1723692826570');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2160', '480', 'user_rfid_yxd_1011', '30', '30', '73679', '1', '1773', null, null, null, null, '1723692827157');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2100', '540', 'user_rfid_yxd_1100', '30', '30', '73680', '1', '1971', null, null, null, null, '1723692827944');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2160', '540', 'user_rfid_yxd_1100', '30', '30', '73681', '1', '1973', null, null, null, null, '1723692828335');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2250', '480', 'user_rfid_yxd_0011', '30', '30', '73682', '1', '1776', null, null, null, null, '1723692885489');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2250', '540', 'user_rfid_yxd_1110', '30', '30', '73683', '1', '1976', null, null, null, null, '1723692885826');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2310', '480', 'user_rfid_yxd_0011', '30', '30', '73684', '1', '1778', null, null, null, null, '1723692886445');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2310', '540', 'user_rfid_yxd_1110', '30', '30', '73685', '1', '1978', null, null, null, null, '1723692886762');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1650', '570', 'user_yunxingqu', '30', '240', '73686', '1', '运行区', null, null, null, null, '1723693046031');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1710', '570', 'user_yunxingqu', '30', '240', '73687', '1', '运行区', null, null, null, null, '1723693052562');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1800', '450', 'user_yunxingqu', '30', '30', '73688', '1', '运行区', null, null, null, null, '1723693059544');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1860', '450', 'user_yunxingqu', '30', '30', '73689', '1', '运行区', null, null, null, null, '1723693063058');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1950', '570', 'user_yunxingqu', '30', '30', '73690', '1', '运行区', null, null, null, null, '1723693064126');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '570', 'user_yunxingqu', '30', '30', '73691', '1', '运行区', null, null, null, null, '1723693064493');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2100', '450', 'user_yunxingqu', '30', '30', '73692', '1', '运行区', null, null, null, null, '1723693065434');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2160', '450', 'user_yunxingqu', '30', '30', '73693', '1', '运行区', null, null, null, null, '1723693068487');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2250', '570', 'user_yunxingqu', '30', '30', '73694', '1', '运行区', null, null, null, null, '1723693069198');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2310', '570', 'user_yunxingqu', '30', '30', '73695', '1', '运行区', null, null, null, null, '1723693069995');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2370', '480', 'user_rfid_yxd_1011', '30', '30', '73696', '1', '1780', null, null, null, null, '1723693121098');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2430', '480', 'user_rfid_yxd_1011', '30', '30', '73697', '1', '1782', null, null, null, null, '1723693121679');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2370', '540', 'user_rfid_yxd_1100', '30', '30', '73698', '1', '1980', null, null, null, null, '1723693125407');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2430', '540', 'user_rfid_yxd_1100', '30', '30', '73699', '1', '1982', null, null, null, null, '1723693125849');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2490', '480', 'user_rfid_yxd_1011', '30', '30', '73700', '1', '1784', null, null, null, null, '1723693126535');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2550', '480', 'user_rfid_yxd_1011', '30', '30', '73701', '1', '1786', null, null, null, null, '1723693127184');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2550', '540', 'user_rfid_yxd_1100', '30', '30', '73702', '1', '1986', null, null, null, null, '1723693128460');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2370', '450', 'user_yunxingqu', '30', '30', '73703', '1', '运行区', null, null, null, null, '1723693132950');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2430', '450', 'user_yunxingqu', '30', '30', '73704', '1', '运行区', null, null, null, null, '1723693133395');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2490', '450', 'user_yunxingqu', '30', '30', '73705', '1', '运行区', null, null, null, null, '1723693133810');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2550', '450', 'user_yunxingqu', '30', '30', '73706', '1', '运行区', null, null, null, null, '1723693134202');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2700', '510', 'user_yunxingqu', '30', '30', '73707', '1', '运行区', null, null, null, null, '1723693148532');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2640', '480', 'user_rfid_yxd_1011', '30', '30', '73708', '1', '1789', null, null, null, null, '1723693151055');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2700', '480', 'user_rfid_yxd_1011', '30', '30', '73709', '1', '1791', null, null, null, null, '1723693151429');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2640', '540', 'user_rfid_yxd_1110', '30', '30', '73710', '1', '1989', null, null, null, null, '1723693152097');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2700', '540', 'user_rfid_yxd_1010', '30', '30', '73711', '1', '1991', null, null, null, null, '1723693152429');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2640', '450', 'user_yunxingqu', '30', '30', '73712', '1', '运行区', null, null, null, null, '1723693155314');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2700', '450', 'user_yunxingqu', '30', '30', '73713', '1', '运行区', null, null, null, null, '1723693155671');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2640', '570', 'user_yunxingqu', '30', '30', '73714', '1', '运行区', null, null, null, null, '1723693156495');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2700', '570', 'user_yunxingqu', '30', '30', '73715', '1', '运行区', null, null, null, null, '1723693159623');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1020', '810', 'user_rfid_yxd_0011', '30', '30', '73716', '1', '2835', null, null, null, null, '1723693172480');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1080', '810', 'user_rfid_yxd_0011', '30', '30', '73717', '1', '2837', null, null, null, null, '1723693173358');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1020', '870', 'user_rfid_yxd_1110', '30', '30', '73718', '1', '3035', null, null, null, null, '1723693187560');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1080', '870', 'user_rfid_yxd_1110', '30', '30', '73719', '1', '3037', null, null, null, null, '1723693188075');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1650', '870', 'user_rfid_yxd_1110', '30', '30', '73720', '1', '3056', null, null, null, null, '1723693189076');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1590', '870', 'user_rfid_yxd_0110', '30', '30', '73721', '1', '3054', null, null, null, null, '1723693198573');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1650', '810', 'user_rfid_yxd_0011', '30', '30', '73722', '1', '2856', null, null, null, null, '1723693204792');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1710', '810', 'user_rfid_yxd_1001', '30', '30', '73723', '1', '2858', null, null, null, null, '1723693205225');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1710', '870', 'user_rfid_yxd_1100', '30', '30', '73724', '1', '3058', null, null, null, null, '1723693211811');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1350', '810', 'user_rfid_yxd_1011', '30', '30', '73725', '1', '2846', null, null, null, null, '1723693234406');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1410', '810', 'user_rfid_yxd_1011', '30', '30', '73726', '1', '2848', null, null, null, null, '1723693235189');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1350', '870', 'user_rfid_yxd_1100', '30', '30', '73727', '1', '3046', null, null, null, null, '1723693235656');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1410', '870', 'user_rfid_yxd_1100', '30', '30', '73728', '1', '3048', null, null, null, null, '1723693236110');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1020', '900', 'user_yunxingqu', '30', '30', '73729', '1', '运行区', null, null, null, null, '1723693246270');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1080', '900', 'user_yunxingqu', '30', '30', '73730', '1', '运行区', null, null, null, null, '1723693246781');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1350', '780', 'user_yunxingqu', '30', '30', '73731', '1', '运行区', null, null, null, null, '1723693247601');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1410', '780', 'user_yunxingqu', '30', '30', '73732', '1', '运行区', null, null, null, null, '1723693251020');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1590', '900', 'user_yunxingqu', '30', '30', '73733', '1', '运行区', null, null, null, null, '1723693252018');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1650', '900', 'user_yunxingqu', '30', '30', '73734', '1', '运行区', null, null, null, null, '1723693252509');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1830', '810', 'user_rfid_yxd_0011', '30', '30', '73735', '1', '2862', null, null, null, null, '1723693338578');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1890', '810', 'user_rfid_yxd_0011', '30', '30', '73736', '1', '2864', null, null, null, null, '1723693338991');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1830', '870', 'user_rfid_yxd_1110', '30', '30', '73737', '1', '3062', null, null, null, null, '1723693339552');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1890', '870', 'user_rfid_yxd_1110', '30', '30', '73738', '1', '3064', null, null, null, null, '1723693339972');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '810', 'user_rfid_yxd_1011', '30', '30', '73739', '1', '2868', null, null, null, null, '1723693341567');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2070', '810', 'user_rfid_yxd_1011', '30', '30', '73740', '1', '2870', null, null, null, null, '1723693345583');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '870', 'user_rfid_yxd_1100', '30', '30', '73741', '1', '3068', null, null, null, null, '1723693346241');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2070', '870', 'user_rfid_yxd_1100', '30', '30', '73742', '1', '3070', null, null, null, null, '1723693346757');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2160', '810', 'user_rfid_yxd_1011', '30', '30', '73743', '1', '2873', null, null, null, null, '1723693358509');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2220', '810', 'user_rfid_yxd_1011', '30', '30', '73744', '1', '2875', null, null, null, null, '1723693359111');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2160', '870', 'user_rfid_yxd_1100', '30', '30', '73745', '1', '3073', null, null, null, null, '1723693359616');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2220', '870', 'user_rfid_yxd_1100', '30', '30', '73746', '1', '3075', null, null, null, null, '1723693359976');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2280', '810', 'user_rfid_yxd_0011', '30', '30', '73747', '1', '2877', null, null, null, null, '1723693365629');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2340', '810', 'user_rfid_yxd_0111', '30', '30', '73748', '1', '2879', null, null, null, null, '1723693369185');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2280', '870', 'user_rfid_yxd_1110', '30', '30', '73749', '1', '3077', null, null, null, null, '1723693369718');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2340', '870', 'user_rfid_yxd_1110', '30', '30', '73750', '1', '3079', null, null, null, null, '1723693370134');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2280', '900', 'user_yunxingqu', '30', '30', '73751', '1', '运行区', null, null, null, null, '1723693407405');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2340', '900', 'user_yunxingqu', '30', '30', '73752', '1', '运行区', null, null, null, null, '1723693411392');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2160', '780', 'user_yunxingqu', '30', '30', '73753', '1', '运行区', null, null, null, null, '1723693412204');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2220', '780', 'user_yunxingqu', '30', '30', '73754', '1', '运行区', null, null, null, null, '1723693412651');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '780', 'user_yunxingqu', '30', '30', '73755', '1', '运行区', null, null, null, null, '1723693413967');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2070', '780', 'user_yunxingqu', '30', '30', '73756', '1', '运行区', null, null, null, null, '1723693420716');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1830', '900', 'user_yunxingqu', '30', '30', '73757', '1', '运行区', null, null, null, null, '1723693421680');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1890', '900', 'user_yunxingqu', '30', '30', '73758', '1', '运行区', null, null, null, null, '1723693422080');
INSERT INTO `t_base_map_content` VALUES ('马钢', '390', '750', 'user_rfid_yxd_0001', '30', '30', '73759', '1', '2614', null, null, null, null, '1723693434824');
INSERT INTO `t_base_map_content` VALUES ('马钢', '480', '750', 'user_rfid_yxd_0010', '30', '30', '73760', '1', '2617', null, null, null, null, '1723693435640');
INSERT INTO `t_base_map_content` VALUES ('马钢', '540', '750', 'user_rfid_yxd_0010', '30', '30', '73761', '1', '2619', null, null, null, null, '1723693436312');
INSERT INTO `t_base_map_content` VALUES ('马钢', '690', '60', 'user_fangliaoqu', '30', '60', '73762', '1', 'P1001', null, null, null, null, '1723700340477');
INSERT INTO `t_base_map_content` VALUES ('马钢', '750', '60', 'user_fangliaoqu', '30', '60', '73763', '1', 'P1002', null, null, null, null, '1723700340837');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1290', '60', 'user_fangliaoqu', '30', '60', '73764', '1', 'P1003', null, null, null, null, '1723700342627');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1350', '60', 'user_fangliaoqu', '30', '60', '73765', '1', 'P1004', null, null, null, null, '1723700343120');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1530', '60', 'user_fangliaoqu', '30', '60', '73766', '1', 'P1005', null, null, null, null, '1723700345541');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1590', '60', 'user_fangliaoqu', '30', '60', '73767', '1', 'P1006', null, null, null, null, '1723700351092');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1830', '60', 'user_fangliaoqu', '30', '60', '73768', '1', 'P1007', null, null, null, null, '1723700352230');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1890', '60', 'user_fangliaoqu', '30', '60', '73769', '1', 'P1008', null, null, null, null, '1723700352559');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '60', 'user_fangliaoqu', '30', '60', '73770', '1', 'P1009', null, null, null, null, '1723700355930');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2070', '60', 'user_fangliaoqu', '30', '60', '73771', '1', 'P1010', null, null, null, null, '1723700356340');
INSERT INTO `t_base_map_content` VALUES ('马钢', '690', '90', 'user_rfid_yxd_0010', '30', '30', '73772', '1', '424', null, null, null, null, '1723700432816');
INSERT INTO `t_base_map_content` VALUES ('马钢', '750', '90', 'user_rfid_yxd_0010', '30', '30', '73773', '1', '426', null, null, null, null, '1723700433717');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1290', '90', 'user_rfid_yxd_0010', '30', '30', '73774', '1', '444', null, null, null, null, '1723700434868');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1350', '90', 'user_rfid_yxd_0010', '30', '30', '73775', '1', '446', null, null, null, null, '1723700435482');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1530', '90', 'user_rfid_yxd_0010', '30', '30', '73776', '1', '452', null, null, null, null, '1723700436329');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1590', '90', 'user_rfid_yxd_0010', '30', '30', '73777', '1', '454', null, null, null, null, '1723700436897');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1830', '90', 'user_rfid_yxd_0010', '30', '30', '73778', '1', '462', null, null, null, null, '1723700437892');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '90', 'user_rfid_yxd_0010', '30', '30', '73779', '1', '468', null, null, null, null, '1723700439273');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2070', '90', 'user_rfid_yxd_0010', '30', '30', '73780', '1', '470', null, null, null, null, '1723700439690');
INSERT INTO `t_base_map_content` VALUES ('马钢', '570', '270', 'user_fangliaoqu', '30', '60', '73781', '1', 'P2001', null, null, null, null, '1723700550051');
INSERT INTO `t_base_map_content` VALUES ('马钢', '630', '270', 'user_fangliaoqu', '30', '60', '73782', '1', 'P2002', null, null, null, null, '1723700550375');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1710', '270', 'user_fangliaoqu', '30', '60', '73783', '1', 'P2003', null, null, null, null, '1723700551784');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1770', '270', 'user_fangliaoqu', '30', '60', '73784', '1', 'P2004', null, null, null, null, '1723700554792');
INSERT INTO `t_base_map_content` VALUES ('马钢', '570', '270', 'user_rfid_yxd_1000', '30', '30', '73785', '1', '1020', null, null, null, null, '1723700573765');
INSERT INTO `t_base_map_content` VALUES ('马钢', '630', '270', 'user_rfid_yxd_1000', '30', '30', '73786', '1', '1022', null, null, null, null, '1723700574184');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1710', '270', 'user_rfid_yxd_1000', '30', '30', '73787', '1', '1058', null, null, null, null, '1723700575652');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1770', '270', 'user_rfid_yxd_1000', '30', '30', '73788', '1', '1060', null, null, null, null, '1723700576705');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1890', '90', 'user_rfid_yxd_0010', '30', '30', '73789', '1', '464', null, null, null, null, '1723700438366');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1830', '150', 'user_rfid_yxd_1011', '30', '30', '73790', '1', '662', null, null, null, null, '1723688955082');
INSERT INTO `t_base_map_content` VALUES ('马钢', '300', '390', 'user_fangliaoqu', '30', '60', '73791', '1', 'P3001', null, null, null, null, '1723701406890');
INSERT INTO `t_base_map_content` VALUES ('马钢', '360', '390', 'user_fangliaoqu', '30', '60', '73792', '1', 'P3002', null, null, null, null, '1723701407408');
INSERT INTO `t_base_map_content` VALUES ('马钢', '540', '390', 'user_fangliaoqu', '30', '60', '73793', '1', 'P3003', null, null, null, null, '1723701408132');
INSERT INTO `t_base_map_content` VALUES ('马钢', '600', '390', 'user_fangliaoqu', '30', '60', '73794', '1', 'P3004', null, null, null, null, '1723701408637');
INSERT INTO `t_base_map_content` VALUES ('马钢', '900', '390', 'user_fangliaoqu', '30', '60', '73795', '1', 'P3005', null, null, null, null, '1723701410010');
INSERT INTO `t_base_map_content` VALUES ('马钢', '960', '390', 'user_fangliaoqu', '30', '60', '73796', '1', 'P3006', null, null, null, null, '1723701410690');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1170', '390', 'user_fangliaoqu', '30', '60', '73797', '1', 'P3007', null, null, null, null, '1723701411592');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1230', '390', 'user_fangliaoqu', '30', '60', '73798', '1', 'P3008', null, null, null, null, '1723701412093');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1020', '600', 'user_fangliaoqu', '30', '60', '73799', '1', 'P4001', null, null, null, null, '1723701417610');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1080', '600', 'user_fangliaoqu', '30', '60', '73800', '1', 'P4002', null, null, null, null, '1723701417953');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1320', '600', 'user_fangliaoqu', '30', '60', '73801', '1', 'P4003', null, null, null, null, '1723701418865');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1380', '600', 'user_fangliaoqu', '30', '60', '73802', '1', 'P4004', null, null, null, null, '1723701429064');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1800', '390', 'user_fangliaoqu', '30', '60', '73803', '1', 'P3009', null, null, null, null, '1723701431258');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1860', '390', 'user_fangliaoqu', '30', '60', '73804', '1', 'P3010', null, null, null, null, '1723701431677');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1950', '600', 'user_fangliaoqu', '30', '60', '73805', '1', 'P4005', null, null, null, null, '1723701435015');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '600', 'user_fangliaoqu', '30', '60', '73806', '1', 'P4006', null, null, null, null, '1723701435380');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2100', '390', 'user_fangliaoqu', '30', '60', '73807', '1', 'P3011', null, null, null, null, '1723701436178');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2160', '390', 'user_fangliaoqu', '30', '60', '73808', '1', 'P3012', null, null, null, null, '1723701436608');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2250', '600', 'user_fangliaoqu', '30', '60', '73809', '1', 'P4007', null, null, null, null, '1723701437343');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2310', '600', 'user_fangliaoqu', '30', '60', '73810', '1', 'P4008', null, null, null, null, '1723701437664');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2370', '390', 'user_fangliaoqu', '30', '60', '73811', '1', 'P3013', null, null, null, null, '1723701438285');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2430', '390', 'user_fangliaoqu', '30', '60', '73812', '1', 'P3014', null, null, null, null, '1723701438780');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2490', '390', 'user_fangliaoqu', '30', '60', '73813', '1', 'P3015', null, null, null, null, '1723701439528');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2550', '390', 'user_fangliaoqu', '30', '60', '73814', '1', 'P3016', null, null, null, null, '1723701439965');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2640', '390', 'user_fangliaoqu', '30', '60', '73815', '1', 'P3017', null, null, null, null, '1723701442557');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2700', '390', 'user_fangliaoqu', '30', '60', '73816', '1', 'P3018', null, null, null, null, '1723701445962');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2640', '600', 'user_fangliaoqu', '30', '60', '73817', '1', 'P4009', null, null, null, null, '1723701446641');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2700', '600', 'user_fangliaoqu', '30', '60', '73818', '1', 'P4010', null, null, null, null, '1723701447006');
INSERT INTO `t_base_map_content` VALUES ('马钢', '300', '420', 'user_rfid_yxd_0010', '30', '30', '73819', '1', '1511', null, null, null, null, '1723701557858');
INSERT INTO `t_base_map_content` VALUES ('马钢', '360', '420', 'user_rfid_yxd_0010', '30', '30', '73820', '1', '1513', null, null, null, null, '1723701558252');
INSERT INTO `t_base_map_content` VALUES ('马钢', '540', '420', 'user_rfid_yxd_0010', '30', '30', '73821', '1', '1519', null, null, null, null, '1723701559542');
INSERT INTO `t_base_map_content` VALUES ('马钢', '600', '420', 'user_rfid_yxd_0010', '30', '30', '73822', '1', '1521', null, null, null, null, '1723701559912');
INSERT INTO `t_base_map_content` VALUES ('马钢', '900', '420', 'user_rfid_yxd_0010', '30', '30', '73823', '1', '1531', null, null, null, null, '1723701560818');
INSERT INTO `t_base_map_content` VALUES ('马钢', '960', '420', 'user_rfid_yxd_0010', '30', '30', '73824', '1', '1533', null, null, null, null, '1723701561533');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1020', '600', 'user_rfid_yxd_1000', '30', '30', '73825', '1', '2135', null, null, null, null, '1723701562678');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1080', '600', 'user_rfid_yxd_1000', '30', '30', '73826', '1', '2137', null, null, null, null, '1723701563309');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1170', '420', 'user_rfid_yxd_0010', '30', '30', '73827', '1', '1540', null, null, null, null, '1723701564232');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1230', '420', 'user_rfid_yxd_0010', '30', '30', '73828', '1', '1542', null, null, null, null, '1723701564704');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1320', '600', 'user_rfid_yxd_1000', '30', '30', '73829', '1', '2145', null, null, null, null, '1723701565677');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1380', '600', 'user_rfid_yxd_1000', '30', '30', '73830', '1', '2147', null, null, null, null, '1723701566504');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1800', '420', 'user_rfid_yxd_0010', '30', '30', '73831', '1', '1561', null, null, null, null, '1723701567622');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1860', '420', 'user_rfid_yxd_0010', '30', '30', '73832', '1', '1563', null, null, null, null, '1723701568119');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1950', '600', 'user_rfid_yxd_1000', '30', '30', '73833', '1', '2166', null, null, null, null, '1723701571189');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '600', 'user_rfid_yxd_1000', '30', '30', '73834', '1', '2168', null, null, null, null, '1723701571691');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2100', '420', 'user_rfid_yxd_0010', '30', '30', '73835', '1', '1571', null, null, null, null, '1723701572554');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2160', '420', 'user_rfid_yxd_0010', '30', '30', '73836', '1', '1573', null, null, null, null, '1723701573159');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2250', '600', 'user_rfid_yxd_1000', '30', '30', '73837', '1', '2176', null, null, null, null, '1723701574324');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2310', '600', 'user_rfid_yxd_1000', '30', '30', '73838', '1', '2178', null, null, null, null, '1723701574760');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2370', '420', 'user_rfid_yxd_0010', '30', '30', '73839', '1', '1580', null, null, null, null, '1723701575490');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2430', '420', 'user_rfid_yxd_0010', '30', '30', '73840', '1', '1582', null, null, null, null, '1723701576017');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2490', '420', 'user_rfid_yxd_0010', '30', '30', '73841', '1', '1584', null, null, null, null, '1723701576898');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2550', '420', 'user_rfid_yxd_0010', '30', '30', '73842', '1', '1586', null, null, null, null, '1723701577303');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2640', '420', 'user_rfid_yxd_0010', '30', '30', '73843', '1', '1589', null, null, null, null, '1723701578029');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2700', '420', 'user_rfid_yxd_0010', '30', '30', '73844', '1', '1591', null, null, null, null, '1723701578391');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2640', '600', 'user_rfid_yxd_1000', '30', '30', '73845', '1', '2189', null, null, null, null, '1723701579208');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2700', '600', 'user_rfid_yxd_1000', '30', '30', '73846', '1', '2191', null, null, null, null, '1723701579563');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2490', '540', 'user_rfid_yxd_1100', '30', '30', '73847', '1', '1984', null, null, null, null, '1723693128000');
INSERT INTO `t_base_map_content` VALUES ('马钢', '150', '810', 'user_rfid_yxd_0101', '30', '30', '73848', '1', '2806', null, null, null, null, '1723692246383');
INSERT INTO `t_base_map_content` VALUES ('马钢', '120', '690', 'user_yunxingqu', '60', '30', '73849', '1', '运行区', null, null, null, null, '1723689545672');
INSERT INTO `t_base_map_content` VALUES ('马钢', '150', '690', 'user_rfid_yxd_0101', '30', '30', '73850', '1', '2406', null, null, null, null, '1723692241892');
INSERT INTO `t_base_map_content` VALUES ('马钢', '60', '690', 'user_fangliaoqu', '60', '30', '73851', '1', 'P2404', null, null, null, null, '1723704557754');
INSERT INTO `t_base_map_content` VALUES ('马钢', '60', '810', 'user_fangliaoqu', '60', '30', '73852', '1', 'P2804', null, null, null, null, '1723704558565');
INSERT INTO `t_base_map_content` VALUES ('马钢', '90', '690', 'user_rfid_yxd_0100', '30', '30', '73853', '1', '2404', null, null, null, null, '1723704571582');
INSERT INTO `t_base_map_content` VALUES ('马钢', '90', '810', 'user_rfid_yxd_0100', '30', '30', '73854', '1', '2804', null, null, null, null, '1723704572276');
INSERT INTO `t_base_map_content` VALUES ('马钢', '180', '690', 'user_rfid_yxd_0011', '30', '30', '73855', '1', '2407', null, null, null, null, '1723704597127');
INSERT INTO `t_base_map_content` VALUES ('马钢', '330', '930', 'user_fangliaoqu', '30', '60', '73856', '1', 'P8001', null, null, null, null, '1723704863817');
INSERT INTO `t_base_map_content` VALUES ('马钢', '390', '930', 'user_fangliaoqu', '30', '60', '73857', '1', 'P8002', null, null, null, null, '1723704864339');
INSERT INTO `t_base_map_content` VALUES ('马钢', '630', '930', 'user_fangliaoqu', '30', '60', '73858', '1', 'P8003', null, null, null, null, '1723704865255');
INSERT INTO `t_base_map_content` VALUES ('马钢', '690', '930', 'user_fangliaoqu', '30', '60', '73859', '1', 'P8004', null, null, null, null, '1723704865766');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1020', '930', 'user_fangliaoqu', '30', '60', '73860', '1', 'P8005', null, null, null, null, '1723704866783');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1080', '930', 'user_fangliaoqu', '30', '60', '73861', '1', 'P8006', null, null, null, null, '1723704867176');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1350', '720', 'user_fangliaoqu', '30', '60', '73862', '1', 'P5003', null, null, null, null, '1723704868900');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1410', '720', 'user_fangliaoqu', '30', '60', '73863', '1', 'P5004', null, null, null, null, '1723704871954');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1590', '930', 'user_fangliaoqu', '30', '60', '73864', '1', 'P8007', null, null, null, null, '1723704873042');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1650', '930', 'user_fangliaoqu', '30', '60', '73865', '1', 'P8008', null, null, null, null, '1723704873631');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1830', '930', 'user_fangliaoqu', '30', '60', '73866', '1', 'P8009', null, null, null, null, '1723704874422');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1890', '930', 'user_fangliaoqu', '30', '60', '73867', '1', 'P8010', null, null, null, null, '1723704874905');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '720', 'user_fangliaoqu', '30', '60', '73868', '1', 'P5005', null, null, null, null, '1723704877288');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2070', '720', 'user_fangliaoqu', '30', '60', '73869', '1', 'P5006', null, null, null, null, '1723704877732');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2160', '720', 'user_fangliaoqu', '30', '60', '73870', '1', 'P5007', null, null, null, null, '1723704878412');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2220', '720', 'user_fangliaoqu', '30', '60', '73871', '1', 'P5008', null, null, null, null, '1723704878871');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2400', '810', 'user_fangliaoqu', '60', '30', '73872', '1', 'P6001', null, null, null, null, '1723704880585');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2400', '870', 'user_fangliaoqu', '60', '30', '73873', '1', 'P7001', null, null, null, null, '1723704881233');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2280', '930', 'user_fangliaoqu', '30', '60', '73874', '1', 'P8011', null, null, null, null, '1723704882032');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2340', '930', 'user_fangliaoqu', '30', '60', '73875', '1', 'P8012', null, null, null, null, '1723704882437');
INSERT INTO `t_base_map_content` VALUES ('马钢', '330', '930', 'user_rfid_yxd_1000', '30', '30', '73876', '1', '3212', null, null, null, null, '1723704922971');
INSERT INTO `t_base_map_content` VALUES ('马钢', '390', '930', 'user_rfid_yxd_1000', '30', '30', '73877', '1', '3214', null, null, null, null, '1723704923368');
INSERT INTO `t_base_map_content` VALUES ('马钢', '630', '930', 'user_rfid_yxd_1000', '30', '30', '73878', '1', '3222', null, null, null, null, '1723704924086');
INSERT INTO `t_base_map_content` VALUES ('马钢', '690', '930', 'user_rfid_yxd_1000', '30', '30', '73879', '1', '3224', null, null, null, null, '1723704924504');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1020', '930', 'user_rfid_yxd_1000', '30', '30', '73880', '1', '3235', null, null, null, null, '1723704925390');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1080', '930', 'user_rfid_yxd_1000', '30', '30', '73881', '1', '3237', null, null, null, null, '1723704925778');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1350', '750', 'user_rfid_yxd_0010', '30', '30', '73882', '1', '2646', null, null, null, null, '1723704926604');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1410', '750', 'user_rfid_yxd_0010', '30', '30', '73883', '1', '2648', null, null, null, null, '1723704926966');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1590', '930', 'user_rfid_yxd_1000', '30', '30', '73884', '1', '3254', null, null, null, null, '1723704927799');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1650', '930', 'user_rfid_yxd_1000', '30', '30', '73885', '1', '3256', null, null, null, null, '1723704928267');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2010', '750', 'user_rfid_yxd_0010', '30', '30', '73886', '1', '2668', null, null, null, null, '1723704930576');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2070', '750', 'user_rfid_yxd_0010', '30', '30', '73887', '1', '2670', null, null, null, null, '1723704930967');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1830', '930', 'user_rfid_yxd_1000', '30', '30', '73888', '1', '3262', null, null, null, null, '1723704931730');
INSERT INTO `t_base_map_content` VALUES ('马钢', '1890', '930', 'user_rfid_yxd_1000', '30', '30', '73889', '1', '3264', null, null, null, null, '1723704932160');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2160', '750', 'user_rfid_yxd_0010', '30', '30', '73890', '1', '2673', null, null, null, null, '1723704932936');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2220', '750', 'user_rfid_yxd_0010', '30', '30', '73891', '1', '2675', null, null, null, null, '1723704933355');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2400', '810', 'user_rfid_yxd_0001', '30', '30', '73892', '1', '2881', null, null, null, null, '1723704934335');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2400', '870', 'user_rfid_yxd_0001', '30', '30', '73893', '1', '3081', null, null, null, null, '1723704934918');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2280', '930', 'user_rfid_yxd_1000', '30', '30', '73894', '1', '3277', null, null, null, null, '1723704935623');
INSERT INTO `t_base_map_content` VALUES ('马钢', '2340', '930', 'user_rfid_yxd_1000', '30', '30', '73895', '1', '3279', null, null, null, null, '1723704936925');
INSERT INTO `t_base_map_content` VALUES ('马钢', '270', '690', 'user_rfid_yxd_1010', '30', '30', '73896', '1', '2410', null, null, null, null, '1723705770415');
INSERT INTO `t_base_map_content` VALUES ('马钢', '330', '690', 'user_rfid_yxd_1010', '30', '30', '73897', '1', '2412', null, null, null, null, '1723705771146');

-- ----------------------------
-- Table structure for t_base_map_content_22222
-- ----------------------------
DROP TABLE IF EXISTS `t_base_map_content_22222`;
CREATE TABLE `t_base_map_content_22222` (
  `mapName` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `left` int(10) DEFAULT NULL,
  `top` int(10) DEFAULT NULL,
  `color` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `width` int(10) DEFAULT NULL,
  `height` int(10) DEFAULT NULL,
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '默认主键',
  `alt` tinyint(4) DEFAULT NULL,
  `name` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `createTime` datetime DEFAULT NULL,
  `createBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `updateTime` datetime DEFAULT NULL,
  `updateBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `areasID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=3872 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC;

-- ----------------------------
-- Records of t_base_map_content_22222
-- ----------------------------
INSERT INTO `t_base_map_content_22222` VALUES ('test', '390', '240', 'user_yunxingqu', '90', '30', '44', '1', '运行区', '2024-05-07 16:10:23', 'System', null, null, '1715069374378');
INSERT INTO `t_base_map_content_22222` VALUES ('test', '390', '240', 'user_rfid_yxd_0100', '30', '30', '45', '1', '', '2024-05-07 16:10:34', 'System', null, null, '1715069381042');
INSERT INTO `t_base_map_content_22222` VALUES ('test', '450', '240', 'user_rfid_yxd_0001', '30', '30', '46', '1', '', '2024-05-07 16:11:05', 'System', null, null, '1715069381460');
INSERT INTO `t_base_map_content_22222` VALUES ('test', '270', '180', 'user_yunxingqu', '150', '30', '53', '1', '运行区', '2024-05-07 17:07:38', 'System', null, null, '1715072751595');
INSERT INTO `t_base_map_content_22222` VALUES ('test', '270', '180', 'user_rfid_yxd_0101', '30', '30', '54', '1', '', '2024-05-07 17:07:38', 'System', null, null, '1715072759811');
INSERT INTO `t_base_map_content_22222` VALUES ('test', '270', '180', 'user_yunxingqu', '150', '30', '55', '1', '运行区', '2024-05-07 17:08:23', 'System', null, null, '1715072751595');
INSERT INTO `t_base_map_content_22222` VALUES ('test', '270', '180', 'user_rfid_yxd_0101', '30', '30', '56', '1', '', '2024-05-07 17:08:33', 'System', null, null, '1715072759811');
INSERT INTO `t_base_map_content_22222` VALUES ('test', '270', '180', 'user_yunxingqu', '150', '30', '57', '1', '运行区', '2024-05-07 17:09:54', 'System', null, null, '1715072751595');
INSERT INTO `t_base_map_content_22222` VALUES ('test', '270', '180', 'user_rfid_yxd_0101', '30', '30', '58', '1', '', '2024-05-07 17:09:54', 'System', null, null, '1715072759811');
INSERT INTO `t_base_map_content_22222` VALUES ('test', '270', '180', 'user_yunxingqu', '150', '30', '59', '1', '运行区', '2024-05-07 17:15:26', 'System', null, null, '1715072751595');
INSERT INTO `t_base_map_content_22222` VALUES ('test', '270', '180', 'user_rfid_yxd_0101', '30', '30', '60', '1', '', '2024-05-07 17:15:26', 'System', null, null, '1715072759811');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '90', '1350', 'user_yunxingqu', '30', '30', '3537', '1', '运行区', '2024-05-14 17:52:13', 'System', null, null, '1715477187465');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '150', 'user_fangliaoqu', '30', '60', '3538', '1', 'A010201', '2024-05-14 17:52:13', 'System', null, null, '1715501231314');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '150', 'user_fangliaoqu', '30', '60', '3539', '1', 'A010401', '2024-05-14 17:52:13', 'System', null, null, '1715501247562');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '720', 'user_fangliaoqu', '30', '60', '3540', '1', 'A060201', '2024-05-14 17:52:13', 'System', null, null, '1715501534297');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '780', 'user_fangliaoqu', '30', '60', '3541', '1', 'A070201', '2024-05-14 17:52:13', 'System', null, null, '1715501544266');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '60', '60', 'user_yunxingqu', '960', '90', '3542', '1', '运行区', '2024-05-14 17:52:13', 'System', null, null, '1715501641844');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '150', 'user_fangliaoqu', '30', '60', '3543', '1', 'A012401', '2024-05-14 17:52:13', 'System', null, null, '1715501679805');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '150', 'user_fangliaoqu', '30', '60', '3544', '1', 'A011301', '2024-05-14 17:52:13', 'System', null, null, '1715501688238');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '150', 'user_fangliaoqu', '30', '60', '3545', '1', 'A011201', '2024-05-14 17:52:13', 'System', null, null, '1715501693424');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '300', 'user_fangliaoqu', '30', '60', '3546', '1', 'A022101', '2024-05-14 17:52:13', 'System', null, null, '1715501751764');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '360', 'user_fangliaoqu', '30', '60', '3547', '1', 'A032101', '2024-05-14 17:52:13', 'System', null, null, '1715501755359');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '300', 'user_fangliaoqu', '30', '60', '3548', '1', 'A021001', '2024-05-14 17:52:13', 'System', null, null, '1715501759174');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '360', 'user_fangliaoqu', '30', '60', '3549', '1', 'A031001', '2024-05-14 17:52:13', 'System', null, null, '1715501762785');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '300', 'user_fangliaoqu', '30', '60', '3550', '1', 'A020901', '2024-05-14 17:52:13', 'System', null, null, '1715501766000');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '360', 'user_fangliaoqu', '30', '60', '3551', '1', 'A030901', '2024-05-14 17:52:13', 'System', null, null, '1715501769803');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '510', 'user_fangliaoqu', '30', '60', '3552', '1', 'A042101', '2024-05-14 17:52:13', 'System', null, null, '1715501803556');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '570', 'user_fangliaoqu', '30', '60', '3553', '1', 'A052101', '2024-05-14 17:52:13', 'System', null, null, '1715501807177');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '510', 'user_fangliaoqu', '30', '60', '3554', '1', 'A041001', '2024-05-14 17:52:13', 'System', null, null, '1715501817047');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '570', 'user_fangliaoqu', '30', '60', '3555', '1', 'A051001', '2024-05-14 17:52:13', 'System', null, null, '1715501821370');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '510', 'user_fangliaoqu', '30', '60', '3556', '1', 'A040901', '2024-05-14 17:52:13', 'System', null, null, '1715501824329');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '570', 'user_fangliaoqu', '30', '60', '3557', '1', 'A050901', '2024-05-14 17:52:13', 'System', null, null, '1715501827836');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '720', 'user_fangliaoqu', '30', '60', '3558', '1', 'A060401', '2024-05-14 17:52:13', 'System', null, null, '1715501937358');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '780', 'user_fangliaoqu', '30', '60', '3559', '1', 'A070401', '2024-05-14 17:52:13', 'System', null, null, '1715501940893');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '720', 'user_fangliaoqu', '30', '60', '3560', '1', 'A062401', '2024-05-14 17:52:13', 'System', null, null, '1715501978969');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '780', 'user_fangliaoqu', '30', '60', '3561', '1', 'A072401', '2024-05-14 17:52:13', 'System', null, null, '1715501982881');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '720', 'user_fangliaoqu', '30', '60', '3562', '1', 'A061301', '2024-05-14 17:52:13', 'System', null, null, '1715501990902');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '780', 'user_fangliaoqu', '30', '60', '3563', '1', 'A071301', '2024-05-14 17:52:13', 'System', null, null, '1715501993820');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '720', 'user_fangliaoqu', '30', '60', '3564', '1', 'A061201', '2024-05-14 17:52:13', 'System', null, null, '1715501999236');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '780', 'user_fangliaoqu', '30', '60', '3565', '1', 'A071201', '2024-05-14 17:52:13', 'System', null, null, '1715502002152');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '930', 'user_fangliaoqu', '30', '60', '3566', '1', 'A080201', '2024-05-14 17:52:14', 'System', null, null, '1715502019776');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '930', 'user_fangliaoqu', '30', '60', '3567', '1', 'A080401', '2024-05-14 17:52:14', 'System', null, null, '1715502028643');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '930', 'user_fangliaoqu', '30', '60', '3568', '1', 'A081201', '2024-05-14 17:52:14', 'System', null, null, '1715502037004');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '930', 'user_fangliaoqu', '30', '60', '3569', '1', 'A081501', '2024-05-14 17:52:14', 'System', null, null, '1715502041255');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '930', 'user_fangliaoqu', '30', '60', '3570', '1', 'A082601', '2024-05-14 17:52:14', 'System', null, null, '1715502044316');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '540', '930', 'user_fangliaoqu', '30', '60', '3571', '1', 'A081401', '2024-05-14 17:52:14', 'System', null, null, '1715502067169');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '600', '930', 'user_fangliaoqu', '30', '60', '3572', '1', 'A081301', '2024-05-14 17:52:14', 'System', null, null, '1715502071748');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '210', 'user_yunxingqu', '720', '90', '3573', '1', '运行区', '2024-05-14 17:52:14', 'System', null, null, '1715502117921');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '420', 'user_yunxingqu', '720', '90', '3574', '1', '运行区', '2024-05-14 17:52:14', 'System', null, null, '1715502132549');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '630', 'user_yunxingqu', '720', '90', '3575', '1', '运行区', '2024-05-14 17:52:14', 'System', null, null, '1715502140759');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '840', 'user_yunxingqu', '840', '90', '3576', '1', '运行区', '2024-05-14 17:52:14', 'System', null, null, '1715502149468');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '150', 'user_yunxingqu', '60', '840', '3577', '1', '运行区', '2024-05-14 17:52:14', 'System', null, null, '1715502172873');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '540', '150', 'user_yunxingqu', '90', '60', '3578', '1', '运行区', '2024-05-14 17:52:14', 'System', null, null, '1715502188362');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '540', '300', 'user_yunxingqu', '90', '120', '3579', '1', '运行区', '2024-05-14 17:52:14', 'System', null, null, '1715502192947');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '540', '510', 'user_yunxingqu', '90', '120', '3580', '1', '运行区', '2024-05-14 17:52:14', 'System', null, null, '1715502197920');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '540', '720', 'user_yunxingqu', '90', '120', '3581', '1', '运行区', '2024-05-14 17:52:14', 'System', null, null, '1715502202756');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '300', 'user_fangliaoqu', '30', '60', '3582', '1', 'A020101', '2024-05-14 17:52:14', 'System', null, null, '1715502463738');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '360', 'user_fangliaoqu', '30', '60', '3583', '1', 'A030101', '2024-05-14 17:52:14', 'System', null, null, '1715502470127');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '510', 'user_fangliaoqu', '30', '60', '3584', '1', 'A040101', '2024-05-14 17:52:14', 'System', null, null, '1715502474320');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '570', 'user_fangliaoqu', '30', '60', '3585', '1', 'A050101', '2024-05-14 17:52:14', 'System', null, null, '1715502478848');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '720', 'user_fangliaoqu', '30', '60', '3586', '1', 'A060301', '2024-05-14 17:52:14', 'System', null, null, '1715502491417');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '780', 'user_fangliaoqu', '30', '60', '3587', '1', 'A070301', '2024-05-14 17:52:14', 'System', null, null, '1715502495328');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '930', 'user_fangliaoqu', '30', '60', '3588', '1', 'A080301', '2024-05-14 17:52:14', 'System', null, null, '1715502504584');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '930', 'user_fangliaoqu', '30', '60', '3589', '1', 'A080101', '2024-05-14 17:52:14', 'System', null, null, '1715502510517');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '720', 'user_fangliaoqu', '30', '60', '3590', '1', 'A060101', '2024-05-14 17:52:14', 'System', null, null, '1715502514594');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '780', 'user_fangliaoqu', '30', '60', '3591', '1', 'A070101', '2024-05-14 17:52:14', 'System', null, null, '1715502517571');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '150', 'user_fangliaoqu', '30', '60', '3592', '1', 'A010301', '2024-05-14 17:52:14', 'System', null, null, '1715502540538');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '210', 'user_yunxingqu', '120', '510', '3593', '1', '运行区', '2024-05-14 17:52:14', 'System', null, null, '1715502581147');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1020', '60', 'user_yunxingqu', '30', '930', '3594', '1', '运行区', '2024-05-14 17:52:14', 'System', null, null, '1715502622115');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1050', '600', 'user_yunxingqu', '30', '390', '3595', '1', '运行区', '2024-05-14 17:52:14', 'System', null, null, '1715502655833');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1050', '480', 'user_quliaoqu', '60', '30', '3596', '1', 'D2', '2024-05-14 17:52:14', 'System', null, null, '1715502666970');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1050', '420', 'user_quliaoqu', '60', '30', '3597', '1', 'D1', '2024-05-14 17:52:14', 'System', null, null, '1715502673859');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '180', 'user_rfid_yxd_0010', '30', '30', '3598', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502688843');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '180', 'user_rfid_yxd_0010', '30', '30', '3599', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502690333');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '180', 'user_rfid_yxd_0010', '30', '30', '3600', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502691412');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '180', 'user_rfid_yxd_0010', '30', '30', '3601', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502692724');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '180', 'user_rfid_yxd_0010', '30', '30', '3602', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502693294');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '180', 'user_rfid_yxd_0010', '30', '30', '3603', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502693828');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '300', 'user_rfid_yxd_1000', '30', '30', '3604', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502695379');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '300', 'user_rfid_yxd_1000', '30', '30', '3605', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502696214');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '300', 'user_rfid_yxd_1000', '30', '30', '3606', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502697025');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '300', 'user_rfid_yxd_1000', '30', '30', '3607', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502698153');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '390', 'user_rfid_yxd_0010', '30', '30', '3608', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502699005');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '390', 'user_rfid_yxd_0010', '30', '30', '3609', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502699989');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '390', 'user_rfid_yxd_0010', '30', '30', '3610', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502700864');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '390', 'user_rfid_yxd_0010', '30', '30', '3611', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502701706');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1050', '420', 'user_rfid_yxd_0001', '30', '30', '3612', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502703291');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1050', '480', 'user_rfid_yxd_0001', '30', '30', '3613', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502704048');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '510', 'user_rfid_yxd_1000', '30', '30', '3614', '1', '', '2024-05-14 17:52:14', 'System', null, null, '1715502705655');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '510', 'user_rfid_yxd_1000', '30', '30', '3615', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502706421');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '510', 'user_rfid_yxd_1000', '30', '30', '3616', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502707618');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '510', 'user_rfid_yxd_1000', '30', '30', '3617', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502708769');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '600', 'user_rfid_yxd_0010', '30', '30', '3618', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502709614');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '600', 'user_rfid_yxd_0010', '30', '30', '3619', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502710486');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '600', 'user_rfid_yxd_0010', '30', '30', '3620', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502711235');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '600', 'user_rfid_yxd_0010', '30', '30', '3621', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502712009');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '720', 'user_rfid_yxd_1000', '30', '30', '3622', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502713848');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '720', 'user_rfid_yxd_1000', '30', '30', '3623', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502714424');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '720', 'user_rfid_yxd_1000', '30', '30', '3624', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502715056');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '720', 'user_rfid_yxd_1000', '30', '30', '3625', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502715522');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '810', 'user_rfid_yxd_0010', '30', '30', '3626', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502716279');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '810', 'user_rfid_yxd_0010', '30', '30', '3627', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502716673');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '810', 'user_rfid_yxd_0010', '30', '30', '3628', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502717121');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '810', 'user_rfid_yxd_0010', '30', '30', '3629', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502717697');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '720', 'user_rfid_yxd_1000', '30', '30', '3630', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502718588');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '720', 'user_rfid_yxd_1000', '30', '30', '3631', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502719478');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '810', 'user_rfid_yxd_0010', '30', '30', '3632', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502720164');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '810', 'user_rfid_yxd_0010', '30', '30', '3633', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502720700');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '720', 'user_rfid_yxd_1000', '30', '30', '3634', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502721779');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '810', 'user_rfid_yxd_0010', '30', '30', '3635', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502722488');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '930', 'user_rfid_yxd_1000', '30', '30', '3636', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502723882');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '540', '930', 'user_rfid_yxd_1000', '30', '30', '3637', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502724325');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '600', '930', 'user_rfid_yxd_1000', '30', '30', '3638', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502725152');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '930', 'user_rfid_yxd_1000', '30', '30', '3639', '1', '', '2024-05-14 17:52:15', 'System', null, null, '1715502725546');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '930', 'user_rfid_yxd_1000', '30', '30', '3640', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502726870');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '930', 'user_rfid_yxd_1000', '30', '30', '3641', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502727319');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '930', 'user_rfid_yxd_1000', '30', '30', '3642', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502728265');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '930', 'user_rfid_yxd_1000', '30', '30', '3643', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502728714');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1020', '420', 'user_rfid_yxd_0101', '30', '30', '3644', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502730069');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1020', '480', 'user_rfid_yxd_0101', '30', '30', '3645', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502730772');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '420', 'user_rfid_yxd_1111', '30', '30', '3646', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502736561');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '390', 'user_rfid_yxd_1010', '30', '30', '3647', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502737987');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '450', 'user_rfid_yxd_1011', '30', '30', '3648', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502738944');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '480', 'user_rfid_yxd_1111', '30', '30', '3649', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502739370');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '420', 'user_rfid_yxd_1010', '30', '30', '3650', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502744187');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '450', 'user_rfid_yxd_1111', '30', '30', '3651', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502744646');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '480', 'user_rfid_yxd_1010', '30', '30', '3652', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502745292');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '210', 'user_rfid_yxd_1010', '30', '30', '3653', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502746296');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '240', 'user_rfid_yxd_1111', '30', '30', '3654', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502746731');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '270', 'user_rfid_yxd_1010', '30', '30', '3655', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502747158');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '210', 'user_rfid_yxd_1010', '30', '30', '3656', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502748385');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '240', 'user_rfid_yxd_1111', '30', '30', '3657', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502748850');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '270', 'user_rfid_yxd_1010', '30', '30', '3658', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502749332');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '210', 'user_rfid_yxd_1010', '30', '30', '3659', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502750246');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '240', 'user_rfid_yxd_1111', '30', '30', '3660', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502750711');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '270', 'user_rfid_yxd_1010', '30', '30', '3661', '1', '', '2024-05-14 17:52:16', 'System', null, null, '1715502751200');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '210', 'user_rfid_yxd_1010', '30', '30', '3662', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502752188');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '240', 'user_rfid_yxd_1111', '30', '30', '3663', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502752637');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '270', 'user_rfid_yxd_1010', '30', '30', '3664', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502753117');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '420', 'user_rfid_yxd_1010', '30', '30', '3665', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502754430');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '450', 'user_rfid_yxd_1111', '30', '30', '3666', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502755549');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '480', 'user_rfid_yxd_1010', '30', '30', '3667', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502756164');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '630', 'user_rfid_yxd_1010', '30', '30', '3668', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502762849');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '660', 'user_rfid_yxd_1111', '30', '30', '3669', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502763345');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '690', 'user_rfid_yxd_1010', '30', '30', '3670', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502764157');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '840', 'user_rfid_yxd_1010', '30', '30', '3671', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502767014');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '870', 'user_rfid_yxd_1111', '30', '30', '3672', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502767446');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '900', 'user_rfid_yxd_1010', '30', '30', '3673', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502768030');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '840', 'user_rfid_yxd_1010', '30', '30', '3674', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502768683');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '870', 'user_rfid_yxd_1111', '30', '30', '3675', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502769126');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '900', 'user_rfid_yxd_1010', '30', '30', '3676', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502769696');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '840', 'user_rfid_yxd_1010', '30', '30', '3677', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502770265');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '870', 'user_rfid_yxd_1111', '30', '30', '3678', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502771171');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '900', 'user_rfid_yxd_1010', '30', '30', '3679', '1', '', '2024-05-14 17:52:17', 'System', null, null, '1715502771844');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '840', 'user_rfid_yxd_1010', '30', '30', '3680', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502772864');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '870', 'user_rfid_yxd_1111', '30', '30', '3681', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502773299');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '900', 'user_rfid_yxd_1010', '30', '30', '3682', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502773764');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '840', 'user_rfid_yxd_1010', '30', '30', '3683', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502774380');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '870', 'user_rfid_yxd_1111', '30', '30', '3684', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502774759');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '900', 'user_rfid_yxd_1010', '30', '30', '3685', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502775258');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '630', 'user_rfid_yxd_1010', '30', '30', '3686', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502784320');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '660', 'user_rfid_yxd_1111', '30', '30', '3687', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502784738');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '690', 'user_rfid_yxd_1010', '30', '30', '3688', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502785244');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '630', 'user_rfid_yxd_1010', '30', '30', '3689', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502786187');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '660', 'user_rfid_yxd_1111', '30', '30', '3690', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502786637');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '690', 'user_rfid_yxd_1010', '30', '30', '3691', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502787080');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '630', 'user_rfid_yxd_1010', '30', '30', '3692', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502787861');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '660', 'user_rfid_yxd_1111', '30', '30', '3693', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502788273');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '690', 'user_rfid_yxd_1010', '30', '30', '3694', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502788866');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '420', 'user_rfid_yxd_1010', '30', '30', '3695', '1', '', '2024-05-14 17:52:18', 'System', null, null, '1715502789669');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '450', 'user_rfid_yxd_1111', '30', '30', '3696', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502790135');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '480', 'user_rfid_yxd_1010', '30', '30', '3697', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502790685');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '420', 'user_rfid_yxd_1010', '30', '30', '3698', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502791513');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '450', 'user_rfid_yxd_1111', '30', '30', '3699', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502792143');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '480', 'user_rfid_yxd_1010', '30', '30', '3700', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502792632');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '210', 'user_rfid_yxd_1010', '30', '30', '3701', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502799535');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '240', 'user_rfid_yxd_1111', '30', '30', '3702', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502800215');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '210', 'user_rfid_yxd_1010', '30', '30', '3703', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502801403');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '240', 'user_rfid_yxd_1101', '30', '30', '3704', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502801835');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '210', 'user_rfid_yxd_0010', '30', '30', '3705', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502802349');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '240', 'user_rfid_yxd_1011', '30', '30', '3706', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502802868');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '930', '450', 'user_rfid_yxd_1111', '30', '30', '3707', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502828206');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '930', '420', 'user_rfid_yxd_1111', '30', '30', '3708', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502833132');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '930', '480', 'user_rfid_yxd_1111', '30', '30', '3709', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502833685');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '930', '240', 'user_rfid_yxd_0111', '30', '30', '3710', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502835996');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '930', '270', 'user_rfid_yxd_1010', '30', '30', '3711', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502840444');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '540', '240', 'user_rfid_yxd_0101', '30', '30', '3712', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502929599');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '570', '240', 'user_rfid_yxd_0111', '30', '30', '3713', '1', '', '2024-05-14 17:52:19', 'System', null, null, '1715502930230');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '600', '240', 'user_rfid_yxd_0101', '30', '30', '3714', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502930704');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '540', '450', 'user_rfid_yxd_0101', '30', '30', '3715', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502931785');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '570', '450', 'user_rfid_yxd_1111', '30', '30', '3716', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502932486');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '600', '450', 'user_rfid_yxd_0101', '30', '30', '3717', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502933024');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '540', '660', 'user_rfid_yxd_0101', '30', '30', '3718', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502934411');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '570', '660', 'user_rfid_yxd_1111', '30', '30', '3719', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502935309');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '600', '660', 'user_rfid_yxd_0101', '30', '30', '3720', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502935900');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '540', '870', 'user_rfid_yxd_0111', '30', '30', '3721', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502936759');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '570', '870', 'user_rfid_yxd_1101', '30', '30', '3722', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502937374');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '600', '870', 'user_rfid_yxd_0111', '30', '30', '3723', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502937895');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '540', '900', 'user_rfid_yxd_1010', '30', '30', '3724', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502939510');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '600', '900', 'user_rfid_yxd_1010', '30', '30', '3725', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502940142');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '150', '240', 'user_rfid_yxd_0101', '30', '30', '3726', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502946068');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '240', 'user_rfid_yxd_0110', '30', '30', '3727', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502946691');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '270', 'user_rfid_yxd_1010', '30', '30', '3728', '1', '', '2024-05-14 17:52:20', 'System', null, null, '1715502947644');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '150', '450', 'user_rfid_yxd_0101', '30', '30', '3729', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715502949505');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '450', 'user_rfid_yxd_1110', '30', '30', '3730', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715502950088');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '420', 'user_rfid_yxd_1010', '30', '30', '3731', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715502950702');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '480', 'user_rfid_yxd_1010', '30', '30', '3732', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715502951257');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '150', '660', 'user_rfid_yxd_0101', '30', '30', '3733', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715502952530');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '660', 'user_rfid_yxd_1110', '30', '30', '3734', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715502953005');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '630', 'user_rfid_yxd_1010', '30', '30', '3735', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715502953386');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '690', 'user_rfid_yxd_0010', '30', '30', '3736', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715502954094');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '150', '870', 'user_rfid_yxd_0101', '30', '30', '3737', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715502955072');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '870', 'user_rfid_yxd_1100', '30', '30', '3738', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715502955601');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '840', 'user_rfid_yxd_1010', '30', '30', '3739', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715502956036');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '570', '840', 'user_rfid_yxd_1010', '30', '30', '3740', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715502986021');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '690', 'user_rfid_yxd_1010', '30', '30', '3741', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715503055944');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '660', 'user_rfid_yxd_1111', '30', '30', '3742', '1', '', '2024-05-14 17:52:21', 'System', null, null, '1715503057493');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '690', 'user_rfid_yxd_1010', '30', '30', '3743', '1', '', '2024-05-14 17:52:22', 'System', null, null, '1715503059484');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '660', 'user_rfid_yxd_0111', '30', '30', '3744', '1', '', '2024-05-14 17:52:22', 'System', null, null, '1715503059868');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '660', 'user_rfid_yxd_1111', '30', '30', '3745', '1', '', '2024-05-14 17:52:22', 'System', null, null, '1715503060406');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '690', 'user_rfid_yxd_1010', '30', '30', '3746', '1', '', '2024-05-14 17:52:22', 'System', null, null, '1715503060999');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '840', 'user_rfid_yxd_1010', '30', '30', '3747', '1', '', '2024-05-14 17:52:22', 'System', null, null, '1715503062125');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '870', 'user_rfid_yxd_1111', '30', '30', '3748', '1', '', '2024-05-14 17:52:22', 'System', null, null, '1715503062544');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '900', 'user_rfid_yxd_1010', '30', '30', '3749', '1', '', '2024-05-14 17:52:22', 'System', null, null, '1715503063159');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '900', 'user_rfid_yxd_1010', '30', '30', '3750', '1', '', '2024-05-14 17:52:22', 'System', null, null, '1715503063651');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '870', 'user_rfid_yxd_1111', '30', '30', '3751', '1', '', '2024-05-14 17:52:22', 'System', null, null, '1715503065125');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '840', 'user_rfid_yxd_1010', '30', '30', '3752', '1', '', '2024-05-14 17:52:22', 'System', null, null, '1715503065692');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1020', '870', 'user_rfid_yxd_0101', '30', '30', '3753', '1', '', '2024-05-14 17:52:22', 'System', null, null, '1715503070222');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1050', '870', 'user_rfid_yxd_1001', '30', '30', '3754', '1', '', '2024-05-14 17:52:22', 'System', null, null, '1715503070726');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1050', '840', 'user_rfid_yxd_1010', '30', '30', '3755', '1', '', '2024-05-14 17:52:23', 'System', null, null, '1715503075247');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1050', '690', 'user_rfid_yxd_1010', '30', '30', '3756', '1', '', '2024-05-14 17:52:23', 'System', null, null, '1715503083503');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1050', '660', 'user_rfid_yxd_0011', '30', '30', '3757', '1', '', '2024-05-14 17:52:23', 'System', null, null, '1715503084301');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1020', '660', 'user_rfid_yxd_0101', '30', '30', '3758', '1', '', '2024-05-14 17:52:23', 'System', null, null, '1715503084924');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '930', '660', 'user_rfid_yxd_1101', '30', '30', '3759', '1', '', '2024-05-14 17:52:23', 'System', null, null, '1715503145372');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '930', '630', 'user_rfid_yxd_1010', '30', '30', '3760', '1', '', '2024-05-14 17:52:23', 'System', null, null, '1715503150493');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '150', 'user_fangliaoqu', '30', '60', '3761', '1', 'A010101', '2024-05-14 17:52:23', 'System', null, null, '1715504131317');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '180', 'user_rfid_yxd_0010', '30', '30', '3762', '1', '', '2024-05-14 17:52:23', 'System', null, null, '1715504135287');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '930', 'user_rfid_yxd_1000', '30', '30', '3763', '1', '', '2024-05-14 17:52:23', 'System', null, null, '1715506386238');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '60', 'user_rfid_yxd_0111', '30', '30', '3764', '1', '', '2024-05-14 17:52:23', 'System', null, null, '1715586805152');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '90', 'user_rfid_yxd_1111', '30', '30', '3765', '1', '', '2024-05-14 17:52:23', 'System', null, null, '1715586805644');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '510', '120', 'user_rfid_yxd_1101', '30', '30', '3766', '1', '', '2024-05-14 17:52:23', 'System', null, null, '1715586805976');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '570', '60', 'user_rfid_yxd_0111', '30', '30', '3767', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715586806564');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '570', '90', 'user_rfid_yxd_1111', '30', '30', '3768', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715586806904');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '570', '120', 'user_rfid_yxd_1111', '30', '30', '3769', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715586807242');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '60', 'user_rfid_yxd_0111', '30', '30', '3770', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715586808318');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '90', 'user_rfid_yxd_1111', '30', '30', '3771', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715586808671');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '630', '120', 'user_rfid_yxd_1101', '30', '30', '3772', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715586808975');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '570', '150', 'user_rfid_yxd_1010', '30', '30', '3773', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715586856732');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '60', '60', 'user_rfid_yxd_0110', '30', '30', '3774', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715646905329');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '60', '90', 'user_rfid_yxd_1110', '30', '30', '3775', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715646906210');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '60', '120', 'user_rfid_yxd_1100', '30', '30', '3776', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715646906720');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '90', '60', 'user_rfid_yxd_0111', '30', '30', '3777', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715646907375');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '90', '90', 'user_rfid_yxd_1111', '30', '30', '3778', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715646907968');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '90', '120', 'user_rfid_yxd_1101', '30', '30', '3779', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715646908415');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '60', 'user_rfid_yxd_0111', '30', '30', '3780', '1', '', '2024-05-14 17:52:24', 'System', null, null, '1715646908960');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '90', 'user_rfid_yxd_1111', '30', '30', '3781', '1', '', '2024-05-14 17:52:25', 'System', null, null, '1715646909392');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '120', '120', 'user_rfid_yxd_1101', '30', '30', '3782', '1', '', '2024-05-14 17:52:25', 'System', null, null, '1715646909919');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '150', '60', 'user_rfid_yxd_0111', '30', '30', '3783', '1', '', '2024-05-14 17:52:25', 'System', null, null, '1715646910527');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '150', '90', 'user_rfid_yxd_1111', '30', '30', '3784', '1', '', '2024-05-14 17:52:25', 'System', null, null, '1715646911159');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '150', '120', 'user_rfid_yxd_1101', '30', '30', '3785', '1', '', '2024-05-14 17:52:25', 'System', null, null, '1715646911599');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '90', 'user_rfid_yxd_1111', '30', '30', '3786', '1', '', '2024-05-14 17:52:25', 'System', null, null, '1715646912248');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '60', 'user_rfid_yxd_0111', '30', '30', '3787', '1', '', '2024-05-14 17:52:25', 'System', null, null, '1715646912639');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '180', '120', 'user_rfid_yxd_1101', '30', '30', '3788', '1', '', '2024-05-14 17:52:25', 'System', null, null, '1715646913432');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '210', '60', 'user_rfid_yxd_0111', '30', '30', '3789', '1', '', '2024-05-14 17:52:25', 'System', null, null, '1715646914138');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '210', '90', 'user_rfid_yxd_1111', '30', '30', '3790', '1', '', '2024-05-14 17:52:25', 'System', null, null, '1715646914599');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '210', '120', 'user_rfid_yxd_1101', '30', '30', '3791', '1', '', '2024-05-14 17:52:25', 'System', null, null, '1715646915095');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '240', '60', 'user_rfid_yxd_0111', '30', '30', '3792', '1', '', '2024-05-14 17:52:25', 'System', null, null, '1715646916735');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '240', '90', 'user_rfid_yxd_1111', '30', '30', '3793', '1', '', '2024-05-14 17:52:25', 'System', null, null, '1715646917183');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '240', '120', 'user_rfid_yxd_1101', '30', '30', '3794', '1', '', '2024-05-14 17:52:26', 'System', null, null, '1715646917591');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '270', '120', 'user_rfid_yxd_1101', '30', '30', '3795', '1', '', '2024-05-14 17:52:26', 'System', null, null, '1715646918287');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '300', '120', 'user_rfid_yxd_1101', '30', '30', '3796', '1', '', '2024-05-14 17:52:26', 'System', null, null, '1715646918759');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '300', '90', 'user_rfid_yxd_1111', '30', '30', '3797', '1', '', '2024-05-14 17:52:26', 'System', null, null, '1715646919167');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '300', '60', 'user_rfid_yxd_0111', '30', '30', '3798', '1', '', '2024-05-14 17:52:26', 'System', null, null, '1715646919552');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '270', '60', 'user_rfid_yxd_0111', '30', '30', '3799', '1', '', '2024-05-14 17:52:26', 'System', null, null, '1715646920007');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '270', '90', 'user_rfid_yxd_1111', '30', '30', '3800', '1', '', '2024-05-14 17:52:26', 'System', null, null, '1715646920632');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '330', '60', 'user_rfid_yxd_0111', '30', '30', '3801', '1', '', '2024-05-14 17:52:26', 'System', null, null, '1715646921927');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '360', '60', 'user_rfid_yxd_0111', '30', '30', '3802', '1', '', '2024-05-14 17:52:26', 'System', null, null, '1715646922375');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '390', '60', 'user_rfid_yxd_0111', '30', '30', '3803', '1', '', '2024-05-14 17:52:26', 'System', null, null, '1715646922895');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '390', '90', 'user_rfid_yxd_1111', '30', '30', '3804', '1', '', '2024-05-14 17:52:26', 'System', null, null, '1715646923343');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '360', '90', 'user_rfid_yxd_1111', '30', '30', '3805', '1', '', '2024-05-14 17:52:27', 'System', null, null, '1715646923759');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '330', '90', 'user_rfid_yxd_1111', '30', '30', '3806', '1', '', '2024-05-14 17:52:27', 'System', null, null, '1715646924216');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '330', '120', 'user_rfid_yxd_1101', '30', '30', '3807', '1', '', '2024-05-14 17:52:27', 'System', null, null, '1715646924951');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '360', '120', 'user_rfid_yxd_1101', '30', '30', '3808', '1', '', '2024-05-14 17:52:27', 'System', null, null, '1715646925520');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '390', '120', 'user_rfid_yxd_1101', '30', '30', '3809', '1', '', '2024-05-14 17:52:27', 'System', null, null, '1715646926128');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '420', '120', 'user_rfid_yxd_1101', '30', '30', '3810', '1', '', '2024-05-14 17:52:27', 'System', null, null, '1715646926687');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '450', '120', 'user_rfid_yxd_1101', '30', '30', '3811', '1', '', '2024-05-14 17:52:27', 'System', null, null, '1715646927159');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '480', '120', 'user_rfid_yxd_1101', '30', '30', '3812', '1', '', '2024-05-14 17:52:27', 'System', null, null, '1715646927871');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '480', '90', 'user_rfid_yxd_1111', '30', '30', '3813', '1', '', '2024-05-14 17:52:27', 'System', null, null, '1715646928260');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '480', '60', 'user_rfid_yxd_0111', '30', '30', '3814', '1', '', '2024-05-14 17:52:27', 'System', null, null, '1715646928656');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '450', '60', 'user_rfid_yxd_0111', '30', '30', '3815', '1', '', '2024-05-14 17:52:28', 'System', null, null, '1715646929055');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '450', '90', 'user_rfid_yxd_1111', '30', '30', '3816', '1', '', '2024-05-14 17:52:28', 'System', null, null, '1715646929463');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '420', '90', 'user_rfid_yxd_1111', '30', '30', '3817', '1', '', '2024-05-14 17:52:28', 'System', null, null, '1715646929975');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '420', '60', 'user_rfid_yxd_0111', '30', '30', '3818', '1', '', '2024-05-14 17:52:28', 'System', null, null, '1715646930369');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '660', '60', 'user_rfid_yxd_0111', '30', '30', '3819', '1', '', '2024-05-14 17:52:28', 'System', null, null, '1715646936849');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '660', '90', 'user_rfid_yxd_1111', '30', '30', '3820', '1', '', '2024-05-14 17:52:28', 'System', null, null, '1715646937431');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '660', '120', 'user_rfid_yxd_1101', '30', '30', '3821', '1', '', '2024-05-14 17:52:28', 'System', null, null, '1715646937863');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '690', '60', 'user_rfid_yxd_0111', '30', '30', '3822', '1', '', '2024-05-14 17:52:28', 'System', null, null, '1715646938416');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '690', '90', 'user_rfid_yxd_1111', '30', '30', '3823', '1', '', '2024-05-14 17:52:28', 'System', null, null, '1715646938818');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '690', '120', 'user_rfid_yxd_1101', '30', '30', '3824', '1', '', '2024-05-14 17:52:28', 'System', null, null, '1715646939127');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '720', '60', 'user_rfid_yxd_0111', '30', '30', '3825', '1', '', '2024-05-14 17:52:28', 'System', null, null, '1715646939584');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '720', '90', 'user_rfid_yxd_1111', '30', '30', '3826', '1', '', '2024-05-14 17:52:29', 'System', null, null, '1715646939919');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '720', '120', 'user_rfid_yxd_1101', '30', '30', '3827', '1', '', '2024-05-14 17:52:29', 'System', null, null, '1715646940271');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '750', '60', 'user_rfid_yxd_0111', '30', '30', '3828', '1', '', '2024-05-14 17:52:29', 'System', null, null, '1715646941071');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '750', '90', 'user_rfid_yxd_1111', '30', '30', '3829', '1', '', '2024-05-14 17:52:29', 'System', null, null, '1715646941385');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '750', '120', 'user_rfid_yxd_1101', '30', '30', '3830', '1', '', '2024-05-14 17:52:29', 'System', null, null, '1715646941735');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '780', '120', 'user_rfid_yxd_1101', '30', '30', '3831', '1', '', '2024-05-14 17:52:29', 'System', null, null, '1715646942184');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '780', '90', 'user_rfid_yxd_1111', '30', '30', '3832', '1', '', '2024-05-14 17:52:29', 'System', null, null, '1715646942490');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '780', '60', 'user_rfid_yxd_0111', '30', '30', '3833', '1', '', '2024-05-14 17:52:29', 'System', null, null, '1715646942824');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '810', '60', 'user_rfid_yxd_0111', '30', '30', '3834', '1', '', '2024-05-14 17:52:29', 'System', null, null, '1715646943415');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '810', '90', 'user_rfid_yxd_1111', '30', '30', '3835', '1', '', '2024-05-14 17:52:30', 'System', null, null, '1715646943791');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '810', '120', 'user_rfid_yxd_1101', '30', '30', '3836', '1', '', '2024-05-14 17:52:30', 'System', null, null, '1715646944263');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '840', '120', 'user_rfid_yxd_1101', '30', '30', '3837', '1', '', '2024-05-14 17:52:30', 'System', null, null, '1715646946327');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '840', '90', 'user_rfid_yxd_1111', '30', '30', '3838', '1', '', '2024-05-14 17:52:30', 'System', null, null, '1715646946623');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '840', '60', 'user_rfid_yxd_0111', '30', '30', '3839', '1', '', '2024-05-14 17:52:30', 'System', null, null, '1715646946975');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '60', 'user_rfid_yxd_0111', '30', '30', '3840', '1', '', '2024-05-14 17:52:30', 'System', null, null, '1715646947399');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '90', 'user_rfid_yxd_1111', '30', '30', '3841', '1', '', '2024-05-14 17:52:30', 'System', null, null, '1715646947751');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '870', '120', 'user_rfid_yxd_1101', '30', '30', '3842', '1', '', '2024-05-14 17:52:30', 'System', null, null, '1715646948103');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '120', 'user_rfid_yxd_1101', '30', '30', '3843', '1', '', '2024-05-14 17:52:31', 'System', null, null, '1715646948711');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '90', 'user_rfid_yxd_1111', '30', '30', '3844', '1', '', '2024-05-14 17:52:31', 'System', null, null, '1715646949023');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '900', '60', 'user_rfid_yxd_0111', '30', '30', '3845', '1', '', '2024-05-14 17:52:31', 'System', null, null, '1715646949359');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '930', '60', 'user_rfid_yxd_0111', '30', '30', '3846', '1', '', '2024-05-14 17:52:31', 'System', null, null, '1715646949919');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '930', '90', 'user_rfid_yxd_1111', '30', '30', '3847', '1', '', '2024-05-14 17:52:31', 'System', null, null, '1715646950271');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '930', '120', 'user_rfid_yxd_1101', '30', '30', '3848', '1', '', '2024-05-14 17:52:31', 'System', null, null, '1715646950719');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '120', 'user_rfid_yxd_1101', '30', '30', '3849', '1', '', '2024-05-14 17:52:31', 'System', null, null, '1715646951287');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '120', 'user_rfid_yxd_1101', '30', '30', '3850', '1', '', '2024-05-14 17:52:31', 'System', null, null, '1715646951639');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '90', 'user_rfid_yxd_1111', '30', '30', '3851', '1', '', '2024-05-14 17:52:32', 'System', null, null, '1715646951987');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '60', 'user_rfid_yxd_0111', '30', '30', '3852', '1', '', '2024-05-14 17:52:32', 'System', null, null, '1715646952313');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '60', 'user_rfid_yxd_0111', '30', '30', '3853', '1', '', '2024-05-14 17:52:32', 'System', null, null, '1715646952919');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '960', '90', 'user_rfid_yxd_1111', '30', '30', '3854', '1', '', '2024-05-14 17:52:32', 'System', null, null, '1715646953255');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1050', '60', 'user_yunxingqu', '150', '90', '3855', '1', '运行区', '2024-05-14 17:52:32', 'System', null, null, '1715646983256');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1020', '60', 'user_rfid_yxd_0111', '30', '30', '3856', '1', '', '2024-05-14 17:52:32', 'System', null, null, '1715647007359');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1020', '90', 'user_rfid_yxd_1111', '30', '30', '3857', '1', '', '2024-05-14 17:52:32', 'System', null, null, '1715647007858');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1020', '120', 'user_rfid_yxd_1101', '30', '30', '3858', '1', '', '2024-05-14 17:52:32', 'System', null, null, '1715647008304');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1050', '120', 'user_rfid_yxd_1101', '30', '30', '3859', '1', '', '2024-05-14 17:52:32', 'System', null, null, '1715647008776');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1050', '90', 'user_rfid_yxd_1111', '30', '30', '3860', '1', '', '2024-05-14 17:52:32', 'System', null, null, '1715647009079');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1050', '60', 'user_rfid_yxd_0111', '30', '30', '3861', '1', '', '2024-05-14 17:52:32', 'System', null, null, '1715647009431');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1080', '60', 'user_rfid_yxd_0111', '30', '30', '3862', '1', '', '2024-05-14 17:52:33', 'System', null, null, '1715647009855');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1080', '90', 'user_rfid_yxd_1111', '30', '30', '3863', '1', '', '2024-05-14 17:52:33', 'System', null, null, '1715647010367');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1080', '120', 'user_rfid_yxd_1101', '30', '30', '3864', '1', '', '2024-05-14 17:52:33', 'System', null, null, '1715647010815');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1110', '60', 'user_rfid_yxd_0111', '30', '30', '3865', '1', '', '2024-05-14 17:52:33', 'System', null, null, '1715647014167');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1110', '90', 'user_rfid_yxd_1111', '30', '30', '3866', '1', '', '2024-05-14 17:52:33', 'System', null, null, '1715647014535');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1110', '120', 'user_rfid_yxd_1101', '30', '30', '3867', '1', '', '2024-05-14 17:52:33', 'System', null, null, '1715647014887');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1140', '120', 'user_rfid_yxd_1001', '30', '30', '3868', '1', '', '2024-05-14 17:52:33', 'System', null, null, '1715647015327');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1140', '90', 'user_rfid_yxd_1011', '30', '30', '3869', '1', '', '2024-05-14 17:52:33', 'System', null, null, '1715647015623');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '1140', '60', 'user_rfid_yxd_0011', '30', '30', '3870', '1', '', '2024-05-14 17:52:33', 'System', null, null, '1715647015951');
INSERT INTO `t_base_map_content_22222` VALUES ('金利隆叉车立库', '990', '540', 'user_rfid_yxd_1010', '30', '30', '3871', '1', '', '2024-05-14 17:52:33', 'System', null, null, '1715658140996');

-- ----------------------------
-- Table structure for t_base_map_point
-- ----------------------------
DROP TABLE IF EXISTS `t_base_map_point`;
CREATE TABLE `t_base_map_point` (
  `Id` int(11) NOT NULL AUTO_INCREMENT,
  `AreaType` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '区域类型',
  `Barcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '地标值',
  `BarcodeValue` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '地标条码',
  `PreBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '前置地标',
  `RegionName` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '限制区域名称',
  `PointType` tinyint(4) DEFAULT NULL COMMENT '点类型',
  `IntX` int(11) DEFAULT '0' COMMENT 'X值',
  `IntY` int(11) DEFAULT '0' COMMENT 'Y值',
  `IsEnable` tinyint(4) DEFAULT '0' COMMENT '启用',
  `IsOccupy` tinyint(4) DEFAULT '0' COMMENT '是否占用',
  `OccupyAgvNo` varchar(50) COLLATE utf8mb4_bin DEFAULT '0' COMMENT '占用AGV编号',
  `XLength` int(11) DEFAULT '0' COMMENT '地标X坐标/地标X间距',
  `YLength` int(11) DEFAULT '0' COMMENT '地标Y坐标/地标Y间距',
  `AgvAngle` int(11) DEFAULT NULL COMMENT '车头角度',
  `Isstop` tinyint(4) DEFAULT '0' COMMENT '是否驻停',
  `StopLevel` tinyint(4) DEFAULT '0' COMMENT '驻停等级',
  `IsXpos` tinyint(4) DEFAULT '0' COMMENT '是否选择X正方向',
  `IsXNeg` tinyint(4) DEFAULT '0' COMMENT '是否选择X负方向',
  `IsYPos` tinyint(4) DEFAULT '0' COMMENT '是否选择Y正方向',
  `IsYNeg` tinyint(4) DEFAULT '0' COMMENT '是否选择Y负方向',
  `AgvDirectionXPos` smallint(6) DEFAULT '0' COMMENT 'X正方向车头方向',
  `AgvDirectionXNeg` smallint(6) DEFAULT '0' COMMENT 'X负方向车头方向',
  `AgvDirectionYPos` smallint(6) DEFAULT '0' COMMENT 'Y正方向车头方向',
  `AgvDirectionYNeg` smallint(6) DEFAULT '0' COMMENT 'Y负方向车头方向',
  `DialDirectionXPos` smallint(6) DEFAULT '0' COMMENT 'X正方向转盘方向',
  `DialDirectionXNeg` smallint(6) DEFAULT '0' COMMENT 'X负方向转盘方向',
  `DialDirectionYPos` smallint(6) DEFAULT '0' COMMENT 'Y正方向转盘方向',
  `DialDirectionYNeg` smallint(6) DEFAULT '0' COMMENT 'Y负方向转盘方向',
  `SpeedXPos` tinyint(3) unsigned DEFAULT '0' COMMENT 'X正方向速度',
  `SpeedXNeg` tinyint(3) unsigned DEFAULT '0' COMMENT 'X负方向速度',
  `SpeedYPos` tinyint(3) unsigned DEFAULT '0' COMMENT 'Y正方向速度',
  `SpeedYNeg` tinyint(3) unsigned DEFAULT '0' COMMENT 'Y负方向速度',
  `RadarXPos` tinyint(3) unsigned DEFAULT '0' COMMENT 'X正方向雷达',
  `RadarXNeg` tinyint(3) unsigned DEFAULT '0' COMMENT 'X负方向雷达',
  `RadarYPos` tinyint(3) unsigned DEFAULT '0' COMMENT 'Y正方向雷达',
  `RadarYNeg` tinyint(3) unsigned DEFAULT '0' COMMENT 'Y负方向雷达',
  `AdjustIn` tinyint(3) unsigned DEFAULT '0' COMMENT '进入地标的调节属性',
  `AdjustOut` tinyint(3) unsigned DEFAULT '0' COMMENT '离开地标调节属性',
  `AID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `Name` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `IntXC` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `IntYC` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `chk_up` tinyint(4) DEFAULT NULL,
  `chk_down` tinyint(4) DEFAULT NULL,
  `chk_left` tinyint(4) DEFAULT NULL,
  `chk_right` tinyint(4) DEFAULT NULL,
  `txt_up` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_down` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_left` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_right` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `point_type` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `is_enable` tinyint(4) DEFAULT NULL,
  `point_turn` int(11) DEFAULT NULL,
  `point_area` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RFID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `PauseTime` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `IntStopLevel` int(11) DEFAULT NULL,
  `StopTime` int(11) DEFAULT NULL,
  `IntAgvOri` float(11,0) DEFAULT NULL,
  `Left` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `Top` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `createTime` datetime DEFAULT NULL,
  `createBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `updateTime` datetime DEFAULT NULL,
  `updateBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `XPosGValue` int(11) DEFAULT NULL,
  `ArcingLevel` tinyint(4) DEFAULT '0',
  `XNegGValue` int(11) DEFAULT NULL,
  `YPosGValue` int(11) DEFAULT NULL,
  `YNegGValue` int(11) DEFAULT NULL,
  PRIMARY KEY (`Id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=45458 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='点位表';

-- ----------------------------
-- Records of t_base_map_point
-- ----------------------------
INSERT INTO `t_base_map_point` VALUES ('45235', '马钢', '620', '', '', '', '1', '20', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688753141', '620', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '620', '', '0', '0', '0', '570', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45236', '马钢', '820', '', '', '', '1', '20', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688753456', '820', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '820', '', '0', '0', '0', '570', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45237', '马钢', '622', '', '', '', '1', '22', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688800879', '622', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '622', '', '0', '0', '0', '630', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45238', '马钢', '822', '', '', '', '1', '22', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688801270', '822', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '822', '', '0', '0', '0', '630', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45239', '马钢', '624', '', '', '', '1', '24', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688805409', '624', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '624', '', '0', '0', '0', '690', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45240', '马钢', '626', '', '', '', '1', '26', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688805840', '626', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '626', '', '0', '0', '0', '750', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45241', '马钢', '824', '', '', '', '1', '24', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688806511', '824', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '824', '', '0', '0', '0', '690', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45242', '马钢', '826', '', '', '', '1', '26', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688806880', '826', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '826', '', '0', '0', '0', '750', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45243', '马钢', '844', '', '', '', '1', '44', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688849586', '844', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '844', '', '0', '0', '0', '1290', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45244', '马钢', '644', '', '', '', '1', '44', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688861450', '644', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '644', '', '0', '0', '0', '1290', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45245', '马钢', '646', '', '', '', '1', '46', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688862145', '646', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '646', '', '0', '0', '0', '1350', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45246', '马钢', '846', '', '', '', '1', '46', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688862620', '846', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '846', '', '0', '0', '0', '1350', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45247', '马钢', '650', '', '', '', '1', '50', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688891800', '650', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '650', '', '0', '0', '0', '1470', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45248', '马钢', '652', '', '', '', '1', '52', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688892848', '652', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '652', '', '0', '0', '0', '1530', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45249', '马钢', '850', '', '', '', '1', '50', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688893392', '850', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '850', '', '0', '0', '0', '1470', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45250', '马钢', '852', '', '', '', '1', '52', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688893805', '852', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '852', '', '0', '0', '0', '1530', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45251', '马钢', '654', '', '', '', '1', '54', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688894427', '654', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '654', '', '0', '0', '0', '1590', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45252', '马钢', '854', '', '', '', '1', '54', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688897645', '854', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '854', '', '0', '0', '0', '1590', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45253', '马钢', '658', '', '', '', '1', '58', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688952726', '658', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '658', '', '0', '0', '0', '1710', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45254', '马钢', '660', '', '', '', '1', '60', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688953233', '660', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '660', '', '0', '0', '0', '1770', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45255', '马钢', '858', '', '', '', '1', '58', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688953843', '858', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '858', '', '0', '0', '0', '1710', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45256', '马钢', '860', '', '', '', '1', '60', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688954224', '860', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '860', '', '0', '0', '0', '1770', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45257', '马钢', '664', '', '', '', '1', '64', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688955730', '664', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '664', '', '0', '0', '0', '1890', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45258', '马钢', '862', '', '', '', '1', '62', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688956332', '862', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '862', '', '0', '0', '0', '1830', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45259', '马钢', '864', '', '', '', '1', '64', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688956750', '864', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '864', '', '0', '0', '0', '1890', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45260', '马钢', '668', '', '', '', '1', '68', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688976299', '668', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '668', '', '0', '0', '0', '2010', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45261', '马钢', '670', '', '', '', '1', '70', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688976990', '670', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '670', '', '0', '0', '0', '2070', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45262', '马钢', '868', '', '', '', '1', '68', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688977797', '868', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '868', '', '0', '0', '0', '2010', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45263', '马钢', '870', '', '', '', '1', '70', '992', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688978431', '870', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '870', '', '0', '0', '0', '2070', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45264', '马钢', '676', '', '', '', '1', '76', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688997335', '676', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '676', '', '0', '0', '0', '2250', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45265', '马钢', '876', '', '', '', '1', '76', '992', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688997983', '876', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '876', '', '0', '0', '0', '2250', '210', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45266', '马钢', '1705', '', '', '', '1', '5', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723689173509', '1705', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1705', '', '0', '0', '0', '120', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45267', '马钢', '1905', '', '', '', '1', '5', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723689173852', '1905', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1905', '', '0', '0', '0', '120', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45268', '马钢', '2607', '', '', '', '1', '7', '974', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692248921', '2607', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2607', '', '0', '0', '0', '180', '750', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45269', '马钢', '2807', '', '', '', '1', '7', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692249664', '2807', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2807', '', '0', '0', '0', '180', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45270', '马钢', '2610', '', '', '', '1', '10', '974', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692288688', '2610', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2610', '', '0', '0', '0', '270', '750', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45271', '马钢', '2612', '', '', '', '1', '12', '974', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692289101', '2612', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2612', '', '0', '0', '0', '330', '750', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45272', '马钢', '2810', '', '', '', '1', '10', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692289633', '2810', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2810', '', '0', '0', '0', '270', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45273', '马钢', '2812', '', '', '', '1', '12', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692290023', '2812', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2812', '', '0', '0', '0', '330', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45274', '马钢', '2613', '', '', '', '1', '13', '974', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692311362', '2613', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2613', '', '0', '0', '0', '360', '750', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45275', '马钢', '2310', '', '', '', '3', '10', '977', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692325246', '2310', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2310', '', '0', '0', '0', '270', '660', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45276', '马钢', '2312', '', '', '', '3', '12', '977', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692325816', '2312', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2312', '', '0', '0', '0', '330', '660', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45277', '马钢', '3007', '', '', '', '1', '7', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692358435', '3007', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3007', '', '0', '0', '0', '180', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45278', '马钢', '3012', '', '', '', '1', '12', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692364818', '3012', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3012', '', '0', '0', '0', '330', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45279', '马钢', '1911', '', '', '', '1', '11', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692378310', '1911', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1911', '', '0', '0', '0', '300', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45280', '马钢', '1913', '', '', '', '1', '13', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692379055', '1913', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1913', '', '0', '0', '0', '360', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45281', '马钢', '1711', '', '', '', '1', '11', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692379536', '1711', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1711', '', '0', '0', '0', '300', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45282', '马钢', '1713', '', '', '', '1', '13', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692379936', '1713', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1713', '', '0', '0', '0', '360', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45283', '马钢', '3014', '', '', '', '1', '14', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692419791', '3014', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3014', '', '0', '0', '0', '390', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45284', '马钢', '3017', '', '', '', '1', '17', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692442848', '3017', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3017', '', '0', '0', '0', '480', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45285', '马钢', '3019', '', '', '', '1', '19', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692443683', '3019', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3019', '', '0', '0', '0', '540', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45286', '马钢', '2817', '', '', '', '1', '17', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692444240', '2817', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2817', '', '0', '0', '0', '480', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45287', '马钢', '2819', '', '', '', '1', '19', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692444701', '2819', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2819', '', '0', '0', '0', '540', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45288', '马钢', '3022', '', '', '', '1', '22', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692445941', '3022', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3022', '', '0', '0', '0', '630', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45289', '马钢', '3024', '', '', '', '1', '24', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692446660', '3024', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3024', '', '0', '0', '0', '690', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45290', '马钢', '2822', '', '', '', '1', '22', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692447130', '2822', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2822', '', '0', '0', '0', '630', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45291', '马钢', '2824', '', '', '', '1', '24', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692447485', '2824', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2824', '', '0', '0', '0', '690', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45292', '马钢', '3027', '', '', '', '1', '27', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692476928', '3027', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3027', '', '0', '0', '0', '780', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45293', '马钢', '3029', '', '', '', '1', '29', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692477486', '3029', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3029', '', '0', '0', '0', '840', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45294', '马钢', '2827', '', '', '', '1', '27', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692478122', '2827', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2827', '', '0', '0', '0', '780', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45295', '马钢', '2829', '', '', '', '1', '29', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692478672', '2829', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2829', '', '0', '0', '0', '840', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45296', '马钢', '1727', '', '', '', '1', '27', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692489398', '1727', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1727', '', '0', '0', '0', '780', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45297', '马钢', '1927', '', '', '', '1', '27', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692490272', '1927', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1927', '', '0', '0', '0', '780', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45298', '马钢', '1729', '', '', '', '1', '29', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692493342', '1729', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1729', '', '0', '0', '0', '840', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45299', '马钢', '1929', '', '', '', '1', '29', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692493684', '1929', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1929', '', '0', '0', '0', '840', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45300', '马钢', '1719', '', '', '', '1', '19', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692516339', '1719', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1719', '', '0', '0', '0', '540', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45301', '马钢', '1721', '', '', '', '1', '21', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692518059', '1721', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1721', '', '0', '0', '0', '600', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45302', '马钢', '1919', '', '', '', '1', '19', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692518571', '1919', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1919', '', '0', '0', '0', '540', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45303', '马钢', '1921', '', '', '', '1', '21', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692518959', '1921', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1921', '', '0', '0', '0', '600', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45304', '马钢', '1731', '', '', '', '1', '31', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692693343', '1731', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1731', '', '0', '0', '0', '900', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45305', '马钢', '1733', '', '', '', '1', '33', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692693854', '1733', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1733', '', '0', '0', '0', '960', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45306', '马钢', '1931', '', '', '', '1', '31', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692694654', '1931', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1931', '', '0', '0', '0', '900', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45307', '马钢', '1933', '', '', '', '1', '33', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692695340', '1933', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1933', '', '0', '0', '0', '960', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45308', '马钢', '1735', '', '', '', '1', '35', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692701107', '1735', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1735', '', '0', '0', '0', '1020', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45309', '马钢', '1737', '', '', '', '1', '37', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692702055', '1737', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1737', '', '0', '0', '0', '1080', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45310', '马钢', '1935', '', '', '', '1', '35', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692702670', '1935', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1935', '', '0', '0', '0', '1020', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45311', '马钢', '1937', '', '', '', '1', '37', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692703136', '1937', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1937', '', '0', '0', '0', '1080', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45312', '马钢', '1740', '', '', '', '1', '40', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692709734', '1740', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1740', '', '0', '0', '0', '1170', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45313', '马钢', '1742', '', '', '', '1', '42', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692710511', '1742', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1742', '', '0', '0', '0', '1230', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45314', '马钢', '1940', '', '', '', '1', '40', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692711253', '1940', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1940', '', '0', '0', '0', '1170', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45315', '马钢', '1942', '', '', '', '1', '42', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692711957', '1942', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1942', '', '0', '0', '0', '1230', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45316', '马钢', '1745', '', '', '', '1', '45', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692759461', '1745', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1745', '', '0', '0', '0', '1320', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45317', '马钢', '1747', '', '', '', '1', '47', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692760083', '1747', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1747', '', '0', '0', '0', '1380', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45318', '马钢', '1945', '', '', '', '1', '45', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692760776', '1945', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1945', '', '0', '0', '0', '1320', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45319', '马钢', '1947', '', '', '', '1', '47', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692761409', '1947', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1947', '', '0', '0', '0', '1380', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45320', '马钢', '1750', '', '', '', '1', '50', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692762655', '1750', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1750', '', '0', '0', '0', '1470', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45321', '马钢', '1754', '', '', '', '1', '54', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692763565', '1754', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1754', '', '0', '0', '0', '1590', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45322', '马钢', '1950', '', '', '', '1', '50', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692768370', '1950', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1950', '', '0', '0', '0', '1470', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45323', '马钢', '1954', '', '', '', '1', '54', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692769303', '1954', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1954', '', '0', '0', '0', '1590', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45324', '马钢', '1756', '', '', '', '1', '56', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692811828', '1756', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1756', '', '0', '0', '0', '1650', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45325', '马钢', '1758', '', '', '', '1', '58', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692812427', '1758', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1758', '', '0', '0', '0', '1710', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45326', '马钢', '1956', '', '', '', '1', '56', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692812953', '1956', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1956', '', '0', '0', '0', '1650', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45327', '马钢', '1958', '', '', '', '1', '58', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692813423', '1958', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1958', '', '0', '0', '0', '1710', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45328', '马钢', '1761', '', '', '', '1', '61', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692814708', '1761', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1761', '', '0', '0', '0', '1800', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45329', '马钢', '1763', '', '', '', '1', '63', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692815729', '1763', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1763', '', '0', '0', '0', '1860', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45330', '马钢', '1961', '', '', '', '1', '61', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692816412', '1961', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1961', '', '0', '0', '0', '1800', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45331', '马钢', '1963', '', '', '', '1', '63', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692816822', '1963', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1963', '', '0', '0', '0', '1860', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45332', '马钢', '1766', '', '', '', '1', '66', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692823765', '1766', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1766', '', '0', '0', '0', '1950', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45333', '马钢', '1768', '', '', '', '1', '68', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692824387', '1768', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1768', '', '0', '0', '0', '2010', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45334', '马钢', '1966', '', '', '', '1', '66', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692824994', '1966', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1966', '', '0', '0', '0', '1950', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45335', '马钢', '1968', '', '', '', '1', '68', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692825479', '1968', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1968', '', '0', '0', '0', '2010', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45336', '马钢', '1771', '', '', '', '1', '71', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692826570', '1771', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1771', '', '0', '0', '0', '2100', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45337', '马钢', '1773', '', '', '', '1', '73', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692827157', '1773', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1773', '', '0', '0', '0', '2160', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45338', '马钢', '1971', '', '', '', '1', '71', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692827944', '1971', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1971', '', '0', '0', '0', '2100', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45339', '马钢', '1973', '', '', '', '1', '73', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692828335', '1973', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1973', '', '0', '0', '0', '2160', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45340', '马钢', '1776', '', '', '', '1', '76', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692885489', '1776', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1776', '', '0', '0', '0', '2250', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45341', '马钢', '1976', '', '', '', '1', '76', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692885826', '1976', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1976', '', '0', '0', '0', '2250', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45342', '马钢', '1778', '', '', '', '1', '78', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692886445', '1778', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1778', '', '0', '0', '0', '2310', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45343', '马钢', '1978', '', '', '', '1', '78', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692886762', '1978', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1978', '', '0', '0', '0', '2310', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45344', '马钢', '1780', '', '', '', '1', '80', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693121098', '1780', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1780', '', '0', '0', '0', '2370', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45345', '马钢', '1782', '', '', '', '1', '82', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693121679', '1782', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1782', '', '0', '0', '0', '2430', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45346', '马钢', '1980', '', '', '', '1', '80', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693125407', '1980', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1980', '', '0', '0', '0', '2370', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45347', '马钢', '1982', '', '', '', '1', '82', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693125849', '1982', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1982', '', '0', '0', '0', '2430', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45348', '马钢', '1784', '', '', '', '1', '84', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693126535', '1784', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1784', '', '0', '0', '0', '2490', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45349', '马钢', '1786', '', '', '', '1', '86', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693127184', '1786', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1786', '', '0', '0', '0', '2550', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45350', '马钢', '1986', '', '', '', '1', '86', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693128460', '1986', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1986', '', '0', '0', '0', '2550', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45351', '马钢', '1789', '', '', '', '1', '89', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693151055', '1789', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1789', '', '0', '0', '0', '2640', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45352', '马钢', '1791', '', '', '', '1', '91', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693151429', '1791', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1791', '', '0', '0', '0', '2700', '480', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45353', '马钢', '1989', '', '', '', '1', '89', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693152097', '1989', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1989', '', '0', '0', '0', '2640', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45354', '马钢', '1991', '', '', '', '1', '91', '981', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693152429', '1991', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1991', '', '0', '0', '0', '2700', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45355', '马钢', '2835', '', '', '', '1', '35', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693172480', '2835', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2835', '', '0', '0', '0', '1020', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45356', '马钢', '2837', '', '', '', '1', '37', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693173358', '2837', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2837', '', '0', '0', '0', '1080', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45357', '马钢', '3035', '', '', '', '1', '35', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693187560', '3035', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3035', '', '0', '0', '0', '1020', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45358', '马钢', '3037', '', '', '', '1', '37', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693188075', '3037', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3037', '', '0', '0', '0', '1080', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45359', '马钢', '3056', '', '', '', '1', '56', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693189076', '3056', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3056', '', '0', '0', '0', '1650', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45360', '马钢', '3054', '', '', '', '1', '54', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693198573', '3054', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3054', '', '0', '0', '0', '1590', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45361', '马钢', '2856', '', '', '', '1', '56', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693204792', '2856', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2856', '', '0', '0', '0', '1650', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45362', '马钢', '2858', '', '', '', '1', '58', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693205225', '2858', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2858', '', '0', '0', '0', '1710', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45363', '马钢', '3058', '', '', '', '1', '58', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693211811', '3058', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3058', '', '0', '0', '0', '1710', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45364', '马钢', '2846', '', '', '', '1', '46', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693234406', '2846', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2846', '', '0', '0', '0', '1350', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45365', '马钢', '2848', '', '', '', '1', '48', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693235189', '2848', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2848', '', '0', '0', '0', '1410', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45366', '马钢', '3046', '', '', '', '1', '46', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693235656', '3046', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3046', '', '0', '0', '0', '1350', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45367', '马钢', '3048', '', '', '', '1', '48', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693236110', '3048', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3048', '', '0', '0', '0', '1410', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45368', '马钢', '2862', '', '', '', '1', '62', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693338578', '2862', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2862', '', '0', '0', '0', '1830', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45369', '马钢', '2864', '', '', '', '1', '64', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693338991', '2864', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2864', '', '0', '0', '0', '1890', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45370', '马钢', '3062', '', '', '', '1', '62', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693339552', '3062', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3062', '', '0', '0', '0', '1830', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45371', '马钢', '3064', '', '', '', '1', '64', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693339972', '3064', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3064', '', '0', '0', '0', '1890', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45372', '马钢', '2868', '', '', '', '1', '68', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693341567', '2868', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2868', '', '0', '0', '0', '2010', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45373', '马钢', '2870', '', '', '', '1', '70', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693345583', '2870', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2870', '', '0', '0', '0', '2070', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45374', '马钢', '3068', '', '', '', '1', '68', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693346241', '3068', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3068', '', '0', '0', '0', '2010', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45375', '马钢', '3070', '', '', '', '1', '70', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693346757', '3070', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3070', '', '0', '0', '0', '2070', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45376', '马钢', '2873', '', '', '', '1', '73', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693358509', '2873', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2873', '', '0', '0', '0', '2160', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45377', '马钢', '2875', '', '', '', '1', '75', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693359111', '2875', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2875', '', '0', '0', '0', '2220', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45378', '马钢', '3073', '', '', '', '1', '73', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693359616', '3073', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3073', '', '0', '0', '0', '2160', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45379', '马钢', '3075', '', '', '', '1', '75', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693359976', '3075', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3075', '', '0', '0', '0', '2220', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45380', '马钢', '2877', '', '', '', '1', '77', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693365629', '2877', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2877', '', '0', '0', '0', '2280', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45381', '马钢', '2879', '', '', '', '1', '79', '972', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693369185', '2879', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2879', '', '0', '0', '0', '2340', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45382', '马钢', '3077', '', '', '', '1', '77', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693369718', '3077', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3077', '', '0', '0', '0', '2280', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45383', '马钢', '3079', '', '', '', '1', '79', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693370134', '3079', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '3079', '', '0', '0', '0', '2340', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45384', '马钢', '2614', '', '', '', '4', '14', '974', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693434824', '2614', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2614', '', '0', '0', '0', '390', '750', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45385', '马钢', '2617', '', '', '', '4', '17', '974', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693435640', '2617', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2617', '', '0', '0', '0', '480', '750', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45386', '马钢', '2619', '', '', '', '4', '19', '974', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693436312', '2619', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2619', '', '0', '0', '0', '540', '750', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45387', '马钢', '424', '', '', '', '4', '24', '996', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700432816', '424', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '424', '', '0', '0', '0', '690', '90', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45388', '马钢', '426', '', '', '', '4', '26', '996', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700433717', '426', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '426', '', '0', '0', '0', '750', '90', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45389', '马钢', '444', '', '', '', '4', '44', '996', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700434868', '444', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '444', '', '0', '0', '0', '1290', '90', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45390', '马钢', '446', '', '', '', '4', '46', '996', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700435482', '446', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '446', '', '0', '0', '0', '1350', '90', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45391', '马钢', '452', '', '', '', '4', '52', '996', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700436329', '452', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '452', '', '0', '0', '0', '1530', '90', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45392', '马钢', '454', '', '', '', '4', '54', '996', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700436897', '454', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '454', '', '0', '0', '0', '1590', '90', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45393', '马钢', '462', '', '', '', '4', '62', '996', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700437892', '462', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '462', '', '0', '0', '0', '1830', '90', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45394', '马钢', '468', '', '', '', '4', '68', '996', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700439273', '468', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '468', '', '0', '0', '0', '2010', '90', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45395', '马钢', '470', '', '', '', '4', '70', '996', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700439690', '470', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '470', '', '0', '0', '0', '2070', '90', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45396', '马钢', '1020', '', '', '', '4', '20', '990', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700573765', '1020', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1020', '', '0', '0', '0', '570', '270', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45397', '马钢', '1022', '', '', '', '4', '22', '990', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700574184', '1022', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1022', '', '0', '0', '0', '630', '270', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45398', '马钢', '1058', '', '', '', '4', '58', '990', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700575652', '1058', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1058', '', '0', '0', '0', '1710', '270', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45399', '马钢', '1060', '', '', '', '4', '60', '990', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700576705', '1060', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1060', '', '0', '0', '0', '1770', '270', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45400', '马钢', '464', '', '', '', '4', '64', '996', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723700438366', '464', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '464', '', '0', '0', '0', '1890', '90', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45401', '马钢', '662', '', '', '', '1', '62', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723688955082', '662', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '662', '', '0', '0', '0', '1830', '150', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45402', '马钢', '1511', '', '', '', '4', '11', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701557858', '1511', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1511', '', '0', '0', '0', '300', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45403', '马钢', '1513', '', '', '', '4', '13', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701558252', '1513', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1513', '', '0', '0', '0', '360', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45404', '马钢', '1519', '', '', '', '4', '19', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701559542', '1519', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1519', '', '0', '0', '0', '540', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45405', '马钢', '1521', '', '', '', '4', '21', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701559912', '1521', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1521', '', '0', '0', '0', '600', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45406', '马钢', '1531', '', '', '', '4', '31', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701560818', '1531', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1531', '', '0', '0', '0', '900', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45407', '马钢', '1533', '', '', '', '4', '33', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701561533', '1533', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1533', '', '0', '0', '0', '960', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45408', '马钢', '2135', '', '', '', '4', '35', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701562678', '2135', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2135', '', '0', '0', '0', '1020', '600', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45409', '马钢', '2137', '', '', '', '4', '37', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701563309', '2137', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2137', '', '0', '0', '0', '1080', '600', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45410', '马钢', '1540', '', '', '', '4', '40', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701564232', '1540', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1540', '', '0', '0', '0', '1170', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45411', '马钢', '1542', '', '', '', '4', '42', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701564704', '1542', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1542', '', '0', '0', '0', '1230', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45412', '马钢', '2145', '', '', '', '4', '45', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701565677', '2145', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2145', '', '0', '0', '0', '1320', '600', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45413', '马钢', '2147', '', '', '', '4', '47', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701566504', '2147', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2147', '', '0', '0', '0', '1380', '600', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45414', '马钢', '1561', '', '', '', '4', '61', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701567622', '1561', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1561', '', '0', '0', '0', '1800', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45415', '马钢', '1563', '', '', '', '4', '63', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701568119', '1563', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1563', '', '0', '0', '0', '1860', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45416', '马钢', '2166', '', '', '', '4', '66', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701571189', '2166', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2166', '', '0', '0', '0', '1950', '600', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45417', '马钢', '2168', '', '', '', '4', '68', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701571691', '2168', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2168', '', '0', '0', '0', '2010', '600', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45418', '马钢', '1571', '', '', '', '4', '71', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701572554', '1571', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1571', '', '0', '0', '0', '2100', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45419', '马钢', '1573', '', '', '', '4', '73', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701573159', '1573', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1573', '', '0', '0', '0', '2160', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45420', '马钢', '2176', '', '', '', '4', '76', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701574324', '2176', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2176', '', '0', '0', '0', '2250', '600', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45421', '马钢', '2178', '', '', '', '4', '78', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701574760', '2178', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2178', '', '0', '0', '0', '2310', '600', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45422', '马钢', '1580', '', '', '', '4', '80', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701575490', '1580', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1580', '', '0', '0', '0', '2370', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45423', '马钢', '1582', '', '', '', '4', '82', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701576017', '1582', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1582', '', '0', '0', '0', '2430', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45424', '马钢', '1584', '', '', '', '4', '84', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701576898', '1584', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1584', '', '0', '0', '0', '2490', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45425', '马钢', '1586', '', '', '', '4', '86', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701577303', '1586', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1586', '', '0', '0', '0', '2550', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45426', '马钢', '1589', '', '', '', '4', '89', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701578029', '1589', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1589', '', '0', '0', '0', '2640', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45427', '马钢', '1591', '', '', '', '4', '91', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701578391', '1591', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '1591', '', '0', '0', '0', '2700', '420', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45428', '马钢', '2189', '', '', '', '4', '89', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701579208', '2189', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2189', '', '0', '0', '0', '2640', '600', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45429', '马钢', '2191', '', '', '', '4', '91', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723701579563', '2191', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2191', '', '0', '0', '0', '2700', '600', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45430', '马钢', '1984', '', '', '', '1', '84', '981', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723693128000', '1984', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '1984', '', '0', '0', '0', '2490', '540', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45431', '马钢', '2806', '', '', '', '1', '6', '972', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692246383', '2806', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2806', '', '0', '0', '0', '150', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45432', '马钢', '2406', '', '', '', '1', '6', '976', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723692241892', '2406', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2406', '', '0', '0', '0', '150', '690', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45433', '马钢', '2404', '', '', '', '4', '4', '976', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704571582', '2404', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2404', '', '0', '0', '0', '90', '690', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45434', '马钢', '2804', '', '', '', '4', '4', '972', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704572276', '2804', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2804', '', '0', '0', '0', '90', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45435', '马钢', '2407', '', '', '', '1', '7', '976', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704597127', '2407', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2407', '', '0', '0', '0', '180', '690', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45436', '马钢', '3212', '', '', '', '4', '12', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704922971', '3212', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '3212', '', '0', '0', '0', '330', '930', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45437', '马钢', '3214', '', '', '', '4', '14', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704923368', '3214', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '3214', '', '0', '0', '0', '390', '930', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45438', '马钢', '3222', '', '', '', '4', '22', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704924086', '3222', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '3222', '', '0', '0', '0', '630', '930', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45439', '马钢', '3224', '', '', '', '4', '24', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704924504', '3224', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '3224', '', '0', '0', '0', '690', '930', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45440', '马钢', '3235', '', '', '', '4', '35', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704925390', '3235', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '3235', '', '0', '0', '0', '1020', '930', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45441', '马钢', '3237', '', '', '', '4', '37', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704925778', '3237', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '3237', '', '0', '0', '0', '1080', '930', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45442', '马钢', '2646', '', '', '', '4', '46', '974', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704926604', '2646', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2646', '', '0', '0', '0', '1350', '750', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45443', '马钢', '2648', '', '', '', '4', '48', '974', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704926966', '2648', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2648', '', '0', '0', '0', '1410', '750', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45444', '马钢', '3254', '', '', '', '4', '54', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704927799', '3254', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '3254', '', '0', '0', '0', '1590', '930', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45445', '马钢', '3256', '', '', '', '4', '56', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704928267', '3256', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '3256', '', '0', '0', '0', '1650', '930', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45446', '马钢', '2668', '', '', '', '4', '68', '974', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704930576', '2668', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2668', '', '0', '0', '0', '2010', '750', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45447', '马钢', '2670', '', '', '', '4', '70', '974', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704930967', '2670', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2670', '', '0', '0', '0', '2070', '750', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45448', '马钢', '3262', '', '', '', '4', '62', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704931730', '3262', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '3262', '', '0', '0', '0', '1830', '930', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45449', '马钢', '3264', '', '', '', '4', '64', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704932160', '3264', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '3264', '', '0', '0', '0', '1890', '930', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45450', '马钢', '2673', '', '', '', '4', '73', '974', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704932936', '2673', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2673', '', '0', '0', '0', '2160', '750', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45451', '马钢', '2675', '', '', '', '4', '75', '974', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704933355', '2675', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2675', '', '0', '0', '0', '2220', '750', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45452', '马钢', '2881', '', '', '', '4', '81', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704934335', '2881', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '2881', '', '0', '0', '0', '2400', '810', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45453', '马钢', '3081', '', '', '', '4', '81', '970', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704934918', '3081', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '3081', '', '0', '0', '0', '2400', '870', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45454', '马钢', '3277', '', '', '', '4', '77', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704935623', '3277', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '3277', '', '0', '0', '0', '2280', '930', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45455', '马钢', '3279', '', '', '', '4', '79', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723704936925', '3279', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_fangliaoqu', '3279', '', '0', '0', '0', '2340', '930', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45456', '马钢', '2410', '', '', '', '1', '10', '976', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723705770415', '2410', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2410', '', '0', '0', '0', '270', '690', null, null, null, null, '0', '0', '0', '0', '0');
INSERT INTO `t_base_map_point` VALUES ('45457', '马钢', '2412', '', '', '', '1', '12', '976', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1723705771146', '2412', null, null, null, null, null, null, null, null, null, null, null, null, '0', 'user_yunxingqu', '2412', '', '0', '0', '0', '330', '690', null, null, null, null, '0', '0', '0', '0', '0');

-- ----------------------------
-- Table structure for t_base_map_point_22222
-- ----------------------------
DROP TABLE IF EXISTS `t_base_map_point_22222`;
CREATE TABLE `t_base_map_point_22222` (
  `Id` int(11) NOT NULL AUTO_INCREMENT,
  `AreaType` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '区域类型',
  `Barcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '地标值',
  `BarcodeValue` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '地标条码',
  `PreBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '前置地标',
  `RegionName` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '限制区域名称',
  `PointType` tinyint(4) DEFAULT NULL COMMENT '点类型',
  `IntX` int(11) DEFAULT '0' COMMENT 'X值',
  `IntY` int(11) DEFAULT '0' COMMENT 'Y值',
  `IsEnable` tinyint(4) DEFAULT '0' COMMENT '启用',
  `IsOccupy` tinyint(4) DEFAULT '0' COMMENT '是否占用',
  `OccupyAgvNo` varchar(50) COLLATE utf8mb4_bin DEFAULT '0' COMMENT '占用AGV编号',
  `XLength` int(11) DEFAULT '0' COMMENT '地标X坐标/地标X间距',
  `YLength` int(11) DEFAULT '0' COMMENT '地标Y坐标/地标Y间距',
  `AgvAngle` int(11) DEFAULT NULL COMMENT '车头角度',
  `Isstop` tinyint(4) DEFAULT '0' COMMENT '是否驻停',
  `StopLevel` tinyint(4) DEFAULT '0' COMMENT '驻停等级',
  `IsXpos` tinyint(4) DEFAULT '0' COMMENT '是否选择X正方向',
  `IsXNeg` tinyint(4) DEFAULT '0' COMMENT '是否选择X负方向',
  `IsYPos` tinyint(4) DEFAULT '0' COMMENT '是否选择Y正方向',
  `IsYNeg` tinyint(4) DEFAULT '0' COMMENT '是否选择Y负方向',
  `AgvDirectionXPos` tinyint(3) unsigned DEFAULT '0' COMMENT 'X正方向车头方向',
  `AgvDirectionXNeg` tinyint(3) unsigned DEFAULT '0' COMMENT 'X负方向车头方向',
  `AgvDirectionYPos` tinyint(3) unsigned DEFAULT '0' COMMENT 'Y正方向车头方向',
  `AgvDirectionYNeg` tinyint(3) unsigned DEFAULT '0' COMMENT 'Y负方向车头方向',
  `DialDirectionXPos` tinyint(3) unsigned DEFAULT '0' COMMENT 'X正方向转盘方向',
  `DialDirectionXNeg` tinyint(3) unsigned DEFAULT '0' COMMENT 'X负方向转盘方向',
  `DialDirectionYPos` tinyint(3) unsigned DEFAULT '0' COMMENT 'Y正方向转盘方向',
  `DialDirectionYNeg` tinyint(3) unsigned DEFAULT '0' COMMENT 'Y负方向转盘方向',
  `SpeedXPos` tinyint(3) unsigned DEFAULT '0' COMMENT 'X正方向速度',
  `SpeedXNeg` tinyint(3) unsigned DEFAULT '0' COMMENT 'X负方向速度',
  `SpeedYPos` tinyint(3) unsigned DEFAULT '0' COMMENT 'Y正方向速度',
  `SpeedYNeg` tinyint(3) unsigned DEFAULT '0' COMMENT 'Y负方向速度',
  `RadarXPos` tinyint(3) unsigned DEFAULT '0' COMMENT 'X正方向雷达',
  `RadarXNeg` tinyint(3) unsigned DEFAULT '0' COMMENT 'X负方向雷达',
  `RadarYPos` tinyint(3) unsigned DEFAULT '0' COMMENT 'Y正方向雷达',
  `RadarYNeg` tinyint(3) unsigned DEFAULT '0' COMMENT 'Y负方向雷达',
  `AdjustIn` tinyint(3) unsigned DEFAULT '0' COMMENT '进入地标的调节属性',
  `AdjustOut` tinyint(3) unsigned DEFAULT '0' COMMENT '离开地标调节属性',
  `AID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `Name` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `IntXC` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `IntYC` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `chk_up` tinyint(4) DEFAULT NULL,
  `chk_down` tinyint(4) DEFAULT NULL,
  `chk_left` tinyint(4) DEFAULT NULL,
  `chk_right` tinyint(4) DEFAULT NULL,
  `txt_up` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_down` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_left` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_right` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `point_type` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `is_enable` tinyint(4) DEFAULT NULL,
  `point_turn` int(11) DEFAULT NULL,
  `point_area` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RFID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `PauseTime` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `IntStopLevel` int(11) DEFAULT NULL,
  `StopTime` int(11) DEFAULT NULL,
  `IntAgvOri` float(11,0) DEFAULT NULL,
  `Left` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `Top` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `createTime` datetime DEFAULT NULL,
  `createBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `updateTime` datetime DEFAULT NULL,
  `updateBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  PRIMARY KEY (`Id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2872 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='点位表';

-- ----------------------------
-- Records of t_base_map_point_22222
-- ----------------------------
INSERT INTO `t_base_map_point_22222` VALUES ('2600', '金利隆叉车立库', '707', '', '', '', '4', '7', '993', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502688843', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '707', '', '0', '0', '0', '180', '180', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2601', '金利隆叉车立库', '718', '', '', '', '4', '18', '993', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502690333', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '718', '', '0', '0', '0', '510', '180', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2602', '金利隆叉车立库', '722', '', '', '', '4', '22', '993', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502691412', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '722', '', '0', '0', '0', '630', '180', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2603', '金利隆叉车立库', '730', '', '', '', '4', '30', '993', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502692724', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '730', '', '0', '0', '0', '870', '180', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2604', '金利隆叉车立库', '731', '', '', '', '4', '31', '993', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502693294', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '731', '', '0', '0', '0', '900', '180', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2605', '金利隆叉车立库', '733', '', '', '', '4', '33', '993', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502693828', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '733', '', '0', '0', '0', '960', '180', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2606', '金利隆叉车立库', '1130', '', '', '', '4', '30', '989', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502695379', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '1130', '', '0', '0', '0', '870', '300', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2607', '金利隆叉车立库', '1122', '', '', '', '4', '22', '989', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502696214', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '1122', '', '0', '0', '0', '630', '300', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2608', '金利隆叉车立库', '1118', '', '', '', '4', '18', '989', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502697025', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '1118', '', '0', '0', '0', '510', '300', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2609', '金利隆叉车立库', '1107', '', '', '', '4', '7', '989', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502698153', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '1107', '', '0', '0', '0', '180', '300', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2610', '金利隆叉车立库', '1407', '', '', '', '4', '7', '986', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502699005', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '1407', '', '0', '0', '0', '180', '390', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2611', '金利隆叉车立库', '1418', '', '', '', '4', '18', '986', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502699989', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '1418', '', '0', '0', '0', '510', '390', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2612', '金利隆叉车立库', '1422', '', '', '', '4', '22', '986', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502700864', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '1422', '', '0', '0', '0', '630', '390', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2613', '金利隆叉车立库', '1430', '', '', '', '4', '30', '986', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502701706', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '1430', '', '0', '0', '0', '870', '390', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2614', '金利隆叉车立库', '1536', '', '', '', '4', '36', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502703291', '', '0', '0', '0', '0', '1', '0', '', '', '', '', '4', '1', '0', 'user_quliaoqu', '1536', '', '0', '0', '0', '1050', '420', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2615', '金利隆叉车立库', '1736', '', '', '', '4', '36', '983', '1', '0', '', '21370', '85778', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502704048', '', '21370', '85778', '0', '0', '1', '0', '', '', '', '', '4', '1', '0', 'user_quliaoqu', '1736', '', '0', '0', '0', '1050', '480', '2024-05-14 17:52:14', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2616', '金利隆叉车立库', '1830', '', '', '', '4', '30', '982', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502705655', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '1830', '', '0', '0', '0', '870', '510', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2617', '金利隆叉车立库', '1822', '', '', '', '4', '22', '982', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502706421', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '1822', '', '0', '0', '0', '630', '510', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2618', '金利隆叉车立库', '1818', '', '', '', '4', '18', '982', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502707618', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '1818', '', '0', '0', '0', '510', '510', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2619', '金利隆叉车立库', '1807', '', '', '', '4', '7', '982', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502708769', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '1807', '', '0', '0', '0', '180', '510', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2620', '金利隆叉车立库', '2107', '', '', '', '4', '7', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502709614', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2107', '', '0', '0', '0', '180', '600', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2621', '金利隆叉车立库', '2118', '', '', '', '4', '18', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502710486', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2118', '', '0', '0', '0', '510', '600', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2622', '金利隆叉车立库', '2122', '', '', '', '4', '22', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502711235', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2122', '', '0', '0', '0', '630', '600', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2623', '金利隆叉车立库', '2130', '', '', '', '4', '30', '979', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502712009', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2130', '', '0', '0', '0', '870', '600', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2624', '金利隆叉车立库', '2534', '', '', '', '4', '34', '975', '1', '0', '', '28566', '82806', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502713848', '', '28566', '82806', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2534', '', '0', '0', '0', '990', '720', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2625', '金利隆叉车立库', '2533', '', '', '', '4', '33', '975', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502714424', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2533', '', '0', '0', '0', '960', '720', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2626', '金利隆叉车立库', '2531', '', '', '', '4', '31', '975', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502715056', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2531', '', '0', '0', '0', '900', '720', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2627', '金利隆叉车立库', '2530', '', '', '', '4', '30', '975', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502715522', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2530', '', '0', '0', '0', '870', '720', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2628', '金利隆叉车立库', '2830', '', '', '', '4', '30', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502716279', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2830', '', '0', '0', '0', '870', '810', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2629', '金利隆叉车立库', '2831', '', '', '', '4', '31', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502716673', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2831', '', '0', '0', '0', '900', '810', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2630', '金利隆叉车立库', '2833', '', '', '', '4', '33', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502717121', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2833', '', '0', '0', '0', '960', '810', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2631', '金利隆叉车立库', '2834', '', '', '', '4', '34', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502717697', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2834', '', '0', '0', '0', '990', '810', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2632', '金利隆叉车立库', '2522', '', '', '', '4', '22', '975', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502718588', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2522', '', '0', '0', '0', '630', '720', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2633', '金利隆叉车立库', '2518', '', '', '', '4', '18', '975', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502719478', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2518', '', '0', '0', '0', '510', '720', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2634', '金利隆叉车立库', '2818', '', '', '', '4', '18', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502720164', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2818', '', '0', '0', '0', '510', '810', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2635', '金利隆叉车立库', '2822', '', '', '', '4', '22', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502720700', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2822', '', '0', '0', '0', '630', '810', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2636', '金利隆叉车立库', '2507', '', '', '', '4', '7', '975', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502721779', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2507', '', '0', '0', '0', '180', '720', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2637', '金利隆叉车立库', '2807', '', '', '', '4', '7', '972', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502722488', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '2807', '', '0', '0', '0', '180', '810', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2638', '金利隆叉车立库', '3218', '', '', '', '4', '18', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502723882', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '3218', '', '0', '0', '0', '510', '930', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2639', '金利隆叉车立库', '3219', '', '', '', '4', '19', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502724325', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '3219', '', '0', '0', '0', '540', '930', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2640', '金利隆叉车立库', '3221', '', '', '', '4', '21', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502725152', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '3221', '', '0', '0', '0', '600', '930', '2024-05-14 17:52:15', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2641', '金利隆叉车立库', '3222', '', '', '', '4', '22', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502725546', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '3222', '', '0', '0', '0', '630', '930', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2642', '金利隆叉车立库', '3230', '', '', '', '4', '30', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502726870', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '3230', '', '0', '0', '0', '870', '930', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2643', '金利隆叉车立库', '3231', '', '', '', '4', '31', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502727319', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '3231', '', '0', '0', '0', '900', '930', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2644', '金利隆叉车立库', '3233', '', '', '', '4', '33', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502728265', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '3233', '', '0', '0', '0', '960', '930', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2645', '金利隆叉车立库', '3234', '', '', '', '4', '34', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502728714', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '3234', '', '0', '0', '0', '990', '930', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2646', '金利隆叉车立库', '1535', '', '', '', '1', '35', '985', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502730069', '', '0', '0', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1535', '', '0', '0', '0', '1020', '420', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2647', '金利隆叉车立库', '1735', '', '', '', '1', '35', '983', '1', '0', '', '21370', '84300', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502730772', '', '21370', '84300', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1735', '', '0', '0', '0', '1020', '480', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2648', '金利隆叉车立库', '1534', '', '', '', '1', '34', '985', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502736561', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1534', '', '0', '0', '0', '990', '420', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2649', '金利隆叉车立库', '1434', '', '', '', '1', '34', '986', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502737987', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1434', '', '0', '0', '0', '990', '390', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2650', '金利隆叉车立库', '1634', '', '', '', '1', '34', '984', '1', '0', '', '20870', '82806', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502738944', '', '20870', '82806', '1', '1', '1', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1634', '', '0', '0', '0', '990', '450', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2651', '金利隆叉车立库', '1734', '', '', '', '1', '34', '983', '1', '0', '', '21370', '82806', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502739370', '', '21370', '82806', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1734', '', '0', '0', '0', '990', '480', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2652', '金利隆叉车立库', '1530', '', '', '', '1', '30', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502744187', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1530', '', '0', '0', '0', '870', '420', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2653', '金利隆叉车立库', '1630', '', '', '', '1', '30', '984', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502744646', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1630', '', '0', '0', '0', '870', '450', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2654', '金利隆叉车立库', '1730', '', '', '', '1', '30', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502745292', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1730', '', '0', '0', '0', '870', '480', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2655', '金利隆叉车立库', '830', '', '', '', '1', '30', '992', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502746296', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '830', '', '0', '0', '0', '870', '210', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2656', '金利隆叉车立库', '930', '', '', '', '1', '30', '991', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502746731', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '930', '', '0', '0', '0', '870', '240', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2657', '金利隆叉车立库', '1030', '', '', '', '1', '30', '990', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502747158', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1030', '', '0', '0', '0', '870', '270', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2658', '金利隆叉车立库', '822', '', '', '', '1', '22', '992', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502748385', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '822', '', '0', '0', '0', '630', '210', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2659', '金利隆叉车立库', '922', '', '', '', '1', '22', '991', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502748850', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '922', '', '0', '0', '0', '630', '240', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2660', '金利隆叉车立库', '1022', '', '', '', '1', '22', '990', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502749332', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1022', '', '0', '0', '0', '630', '270', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2661', '金利隆叉车立库', '818', '', '', '', '1', '18', '992', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502750246', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '818', '', '0', '0', '0', '510', '210', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2662', '金利隆叉车立库', '918', '', '', '', '1', '18', '991', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502750711', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '918', '', '0', '0', '0', '510', '240', '2024-05-14 17:52:16', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2663', '金利隆叉车立库', '1018', '', '', '', '1', '18', '990', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502751200', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1018', '', '0', '0', '0', '510', '270', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2664', '金利隆叉车立库', '807', '', '', '', '1', '7', '992', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502752188', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '807', '', '0', '0', '0', '180', '210', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2665', '金利隆叉车立库', '907', '', '', '', '1', '7', '991', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502752637', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '907', '', '0', '0', '0', '180', '240', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2666', '金利隆叉车立库', '1007', '', '', '', '1', '7', '990', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502753117', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1007', '', '0', '0', '0', '180', '270', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2667', '金利隆叉车立库', '1507', '', '', '', '1', '7', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502754430', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1507', '', '0', '0', '0', '180', '420', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2668', '金利隆叉车立库', '1607', '', '', '', '1', '7', '984', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502755549', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1607', '', '0', '0', '0', '180', '450', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2669', '金利隆叉车立库', '1707', '', '', '', '1', '7', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502756164', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1707', '', '0', '0', '0', '180', '480', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2670', '金利隆叉车立库', '2207', '', '', '', '1', '7', '978', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502762849', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2207', '', '0', '0', '0', '180', '630', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2671', '金利隆叉车立库', '2307', '', '', '', '1', '7', '977', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502763345', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2307', '', '0', '0', '0', '180', '660', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2672', '金利隆叉车立库', '2407', '', '', '', '1', '7', '976', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502764157', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2407', '', '0', '0', '0', '180', '690', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2673', '金利隆叉车立库', '2907', '', '', '', '1', '7', '971', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502767014', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2907', '', '0', '0', '0', '180', '840', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2674', '金利隆叉车立库', '3007', '', '', '', '1', '7', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502767446', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3007', '', '0', '0', '0', '180', '870', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2675', '金利隆叉车立库', '3107', '', '', '', '1', '7', '969', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502768030', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3107', '', '0', '0', '0', '180', '900', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2676', '金利隆叉车立库', '2918', '', '', '', '1', '18', '971', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502768683', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2918', '', '0', '0', '0', '510', '840', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2677', '金利隆叉车立库', '3018', '', '', '', '1', '18', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502769126', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3018', '', '0', '0', '0', '510', '870', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2678', '金利隆叉车立库', '3118', '', '', '', '1', '18', '969', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502769696', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3118', '', '0', '0', '0', '510', '900', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2679', '金利隆叉车立库', '2922', '', '', '', '1', '22', '971', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502770265', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2922', '', '0', '0', '0', '630', '840', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2680', '金利隆叉车立库', '3022', '', '', '', '1', '22', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502771171', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3022', '', '0', '0', '0', '630', '870', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2681', '金利隆叉车立库', '3122', '', '', '', '1', '22', '969', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502771844', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3122', '', '0', '0', '0', '630', '900', '2024-05-14 17:52:17', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2682', '金利隆叉车立库', '2930', '', '', '', '1', '30', '971', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502772864', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2930', '', '0', '0', '0', '870', '840', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2683', '金利隆叉车立库', '3030', '', '', '', '1', '30', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502773299', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3030', '', '0', '0', '0', '870', '870', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2684', '金利隆叉车立库', '3130', '', '', '', '1', '30', '969', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502773764', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3130', '', '0', '0', '0', '870', '900', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2685', '金利隆叉车立库', '2931', '', '', '', '1', '31', '971', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502774380', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2931', '', '0', '0', '0', '900', '840', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2686', '金利隆叉车立库', '3031', '', '', '', '1', '31', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502774759', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3031', '', '0', '0', '0', '900', '870', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2687', '金利隆叉车立库', '3131', '', '', '', '1', '31', '969', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502775258', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3131', '', '0', '0', '0', '900', '900', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2688', '金利隆叉车立库', '2230', '', '', '', '1', '30', '978', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502784320', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2230', '', '0', '0', '0', '870', '630', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2689', '金利隆叉车立库', '2330', '', '', '', '1', '30', '977', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502784738', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2330', '', '0', '0', '0', '870', '660', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2690', '金利隆叉车立库', '2430', '', '', '', '1', '30', '976', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502785244', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2430', '', '0', '0', '0', '870', '690', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2691', '金利隆叉车立库', '2222', '', '', '', '1', '22', '978', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502786187', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2222', '', '0', '0', '0', '630', '630', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2692', '金利隆叉车立库', '2322', '', '', '', '1', '22', '977', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502786637', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2322', '', '0', '0', '0', '630', '660', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2693', '金利隆叉车立库', '2422', '', '', '', '1', '22', '976', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502787080', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2422', '', '0', '0', '0', '630', '690', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2694', '金利隆叉车立库', '2218', '', '', '', '1', '18', '978', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502787861', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2218', '', '0', '0', '0', '510', '630', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2695', '金利隆叉车立库', '2318', '', '', '', '1', '18', '977', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502788273', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2318', '', '0', '0', '0', '510', '660', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2696', '金利隆叉车立库', '2418', '', '', '', '1', '18', '976', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502788866', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2418', '', '0', '0', '0', '510', '690', '2024-05-14 17:52:18', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2697', '金利隆叉车立库', '1518', '', '', '', '1', '18', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502789669', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1518', '', '0', '0', '0', '510', '420', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2698', '金利隆叉车立库', '1618', '', '', '', '1', '18', '984', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502790135', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1618', '', '0', '0', '0', '510', '450', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2699', '金利隆叉车立库', '1718', '', '', '', '1', '18', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502790685', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1718', '', '0', '0', '0', '510', '480', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2700', '金利隆叉车立库', '1522', '', '', '', '1', '22', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502791513', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1522', '', '0', '0', '0', '630', '420', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2701', '金利隆叉车立库', '1622', '', '', '', '1', '22', '984', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502792143', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1622', '', '0', '0', '0', '630', '450', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2702', '金利隆叉车立库', '1722', '', '', '', '1', '22', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502792632', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1722', '', '0', '0', '0', '630', '480', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2703', '金利隆叉车立库', '831', '', '', '', '1', '31', '992', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502799535', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '831', '', '0', '0', '0', '900', '210', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2704', '金利隆叉车立库', '931', '', '', '', '1', '31', '991', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502800215', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '931', '', '0', '0', '0', '900', '240', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2705', '金利隆叉车立库', '833', '', '', '', '1', '33', '992', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502801403', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '833', '', '0', '0', '0', '960', '210', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2706', '金利隆叉车立库', '933', '', '', '', '1', '33', '991', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502801835', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '933', '', '0', '0', '0', '960', '240', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2707', '金利隆叉车立库', '834', '', '', '', '1', '34', '992', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502802349', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '834', '', '0', '0', '0', '990', '210', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2708', '金利隆叉车立库', '934', '', '', '', '1', '34', '991', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502802868', '', '0', '0', '1', '1', '1', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '934', '', '0', '0', '0', '990', '240', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2709', '金利隆叉车立库', '1632', '', '', '', '1', '32', '984', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502828206', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1632', '', '0', '0', '0', '930', '450', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2710', '金利隆叉车立库', '1532', '', '', '', '1', '32', '985', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502833132', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1532', '', '0', '0', '0', '930', '420', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2711', '金利隆叉车立库', '1732', '', '', '', '1', '32', '983', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502833685', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1732', '', '0', '0', '0', '930', '480', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2712', '金利隆叉车立库', '932', '', '', '', '1', '32', '991', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502835996', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '932', '', '0', '0', '0', '930', '240', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2713', '金利隆叉车立库', '1032', '', '', '', '1', '32', '990', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502840444', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1032', '', '0', '0', '0', '930', '270', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2714', '金利隆叉车立库', '919', '', '', '', '1', '19', '991', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502929599', '', '0', '0', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '919', '', '0', '0', '0', '540', '240', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2715', '金利隆叉车立库', '920', '', '', '', '1', '20', '991', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502930230', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '920', '', '0', '0', '0', '570', '240', '2024-05-14 17:52:19', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2716', '金利隆叉车立库', '921', '', '', '', '1', '21', '991', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502930704', '', '0', '0', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '921', '', '0', '0', '0', '600', '240', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2717', '金利隆叉车立库', '1619', '', '', '', '1', '19', '984', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502931785', '', '0', '0', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1619', '', '0', '0', '0', '540', '450', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2718', '金利隆叉车立库', '1620', '', '', '', '1', '20', '984', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502932486', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1620', '', '0', '0', '0', '570', '450', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2719', '金利隆叉车立库', '1621', '', '', '', '1', '21', '984', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502933024', '', '0', '0', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1621', '', '0', '0', '0', '600', '450', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2720', '金利隆叉车立库', '2319', '', '', '', '1', '19', '977', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502934411', '', '0', '0', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2319', '', '0', '0', '0', '540', '660', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2721', '金利隆叉车立库', '2320', '', '', '', '1', '20', '977', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502935309', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2320', '', '0', '0', '0', '570', '660', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2722', '金利隆叉车立库', '2321', '', '', '', '1', '21', '977', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502935900', '', '0', '0', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2321', '', '0', '0', '0', '600', '660', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2723', '金利隆叉车立库', '3019', '', '', '', '1', '19', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502936759', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3019', '', '0', '0', '0', '540', '870', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2724', '金利隆叉车立库', '3020', '', '', '', '1', '20', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502937374', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3020', '', '0', '0', '0', '570', '870', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2725', '金利隆叉车立库', '3021', '', '', '', '1', '21', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502937895', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3021', '', '0', '0', '0', '600', '870', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2726', '金利隆叉车立库', '3119', '', '', '', '1', '19', '969', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502939510', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3119', '', '0', '0', '0', '540', '900', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2727', '金利隆叉车立库', '3121', '', '', '', '1', '21', '969', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502940142', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3121', '', '0', '0', '0', '600', '900', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2728', '金利隆叉车立库', '906', '', '', '', '1', '6', '991', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502946068', '', '0', '0', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '906', '', '0', '0', '0', '150', '240', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2729', '金利隆叉车立库', '905', '', '', '', '1', '5', '991', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502946691', '', '0', '0', '0', '1', '0', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '905', '', '0', '0', '0', '120', '240', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2730', '金利隆叉车立库', '1005', '', '', '', '1', '5', '990', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502947644', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1005', '', '0', '0', '0', '120', '270', '2024-05-14 17:52:20', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2731', '金利隆叉车立库', '1606', '', '', '', '1', '6', '984', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502949505', '', '0', '0', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1606', '', '0', '0', '0', '150', '450', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2732', '金利隆叉车立库', '1605', '', '', '', '1', '5', '984', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502950088', '', '0', '0', '1', '1', '0', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1605', '', '0', '0', '0', '120', '450', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2733', '金利隆叉车立库', '1505', '', '', '', '1', '5', '985', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502950702', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1505', '', '0', '0', '0', '120', '420', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2734', '金利隆叉车立库', '1705', '', '', '', '1', '5', '983', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502951257', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1705', '', '0', '0', '0', '120', '480', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2735', '金利隆叉车立库', '2306', '', '', '', '1', '6', '977', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502952530', '', '0', '0', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2306', '', '0', '0', '0', '150', '660', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2736', '金利隆叉车立库', '2305', '', '', '', '1', '5', '977', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502953005', '', '0', '0', '1', '1', '0', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2305', '', '0', '0', '0', '120', '660', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2737', '金利隆叉车立库', '2205', '', '', '', '1', '5', '978', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502953386', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2205', '', '0', '0', '0', '120', '630', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2738', '金利隆叉车立库', '2405', '', '', '', '1', '5', '976', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502954094', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2405', '', '0', '0', '0', '120', '690', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2739', '金利隆叉车立库', '3006', '', '', '', '1', '6', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502955072', '', '0', '0', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3006', '', '0', '0', '0', '150', '870', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2740', '金利隆叉车立库', '3005', '', '', '', '1', '5', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502955601', '', '0', '0', '1', '0', '0', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3005', '', '0', '0', '0', '120', '870', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2741', '金利隆叉车立库', '2905', '', '', '', '1', '5', '971', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502956036', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2905', '', '0', '0', '0', '120', '840', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2742', '金利隆叉车立库', '2920', '', '', '', '1', '20', '971', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715502986021', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2920', '', '0', '0', '0', '570', '840', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2743', '金利隆叉车立库', '2431', '', '', '', '1', '31', '976', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503055944', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2431', '', '0', '0', '0', '900', '690', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2744', '金利隆叉车立库', '2331', '', '', '', '1', '31', '977', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503057493', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2331', '', '0', '0', '0', '900', '660', '2024-05-14 17:52:21', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2745', '金利隆叉车立库', '2433', '', '', '', '1', '33', '976', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503059484', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2433', '', '0', '0', '0', '960', '690', '2024-05-14 17:52:22', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2746', '金利隆叉车立库', '2333', '', '', '', '1', '33', '977', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503059868', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2333', '', '0', '0', '0', '960', '660', '2024-05-14 17:52:22', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2747', '金利隆叉车立库', '2334', '', '', '', '1', '34', '977', '1', '0', '', '26076', '82806', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503060406', '', '26076', '82806', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2334', '', '0', '0', '0', '990', '660', '2024-05-14 17:52:22', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2748', '金利隆叉车立库', '2434', '', '', '', '1', '34', '976', '1', '0', '', '27340', '82806', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503060999', '', '27340', '82806', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2434', '', '0', '0', '0', '990', '690', '2024-05-14 17:52:22', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2749', '金利隆叉车立库', '2933', '', '', '', '1', '33', '971', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503062125', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2933', '', '0', '0', '0', '960', '840', '2024-05-14 17:52:22', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2750', '金利隆叉车立库', '3033', '', '', '', '1', '33', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503062544', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3033', '', '0', '0', '0', '960', '870', '2024-05-14 17:52:22', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2751', '金利隆叉车立库', '3133', '', '', '', '1', '33', '969', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503063159', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3133', '', '0', '0', '0', '960', '900', '2024-05-14 17:52:22', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2752', '金利隆叉车立库', '3134', '', '', '', '1', '34', '969', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503063651', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3134', '', '0', '0', '0', '990', '900', '2024-05-14 17:52:22', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2753', '金利隆叉车立库', '3034', '', '', '', '1', '34', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503065125', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3034', '', '0', '0', '0', '990', '870', '2024-05-14 17:52:22', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2754', '金利隆叉车立库', '2934', '', '', '', '1', '34', '971', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503065692', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2934', '', '0', '0', '0', '990', '840', '2024-05-14 17:52:22', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2755', '金利隆叉车立库', '3035', '', '', '', '1', '35', '970', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503070222', '', '0', '0', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3035', '', '0', '0', '0', '1020', '870', '2024-05-14 17:52:22', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2756', '金利隆叉车立库', '3036', '', '', '', '1', '36', '970', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503070726', '', '0', '0', '1', '0', '1', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '3036', '', '0', '0', '0', '1050', '870', '2024-05-14 17:52:23', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2757', '金利隆叉车立库', '2936', '', '', '', '1', '36', '971', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503075247', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2936', '', '0', '0', '0', '1050', '840', '2024-05-14 17:52:23', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2758', '金利隆叉车立库', '2436', '', '', '', '1', '36', '976', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503083503', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2436', '', '0', '0', '0', '1050', '690', '2024-05-14 17:52:23', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2759', '金利隆叉车立库', '2336', '', '', '', '1', '36', '977', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503084301', '', '0', '0', '0', '1', '1', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2336', '', '0', '0', '0', '1050', '660', '2024-05-14 17:52:23', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2760', '金利隆叉车立库', '2335', '', '', '', '1', '35', '977', '1', '0', '', '26076', '83810', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503084924', '', '0', '0', '0', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2335', '', '0', '0', '0', '1020', '660', '2024-05-14 17:52:23', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2761', '金利隆叉车立库', '2332', '', '', '', '1', '32', '977', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503145372', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2332', '', '0', '0', '0', '930', '660', '2024-05-14 17:52:23', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2762', '金利隆叉车立库', '2232', '', '', '', '1', '32', '978', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715503150493', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '2232', '', '0', '0', '0', '930', '630', '2024-05-14 17:52:23', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2763', '金利隆叉车立库', '734', '', '', '', '4', '34', '993', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715504135287', '', '0', '0', '0', '1', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '734', '', '0', '0', '0', '990', '180', '2024-05-14 17:52:23', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2764', '金利隆叉车立库', '3207', '', '', '', '4', '7', '968', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715506386238', '', '0', '0', '1', '0', '0', '0', '', '', '', '', '4', '1', '0', 'user_fangliaoqu', '3207', '', '0', '0', '0', '180', '930', '2024-05-14 17:52:23', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2765', '金利隆叉车立库', '318', '', '', '', '13', '18', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715586805152', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '13', '1', '0', 'user_yunxingqu', '318', '', '0', '0', '0', '510', '60', '2024-05-14 17:52:23', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2766', '金利隆叉车立库', '418', '', '', '', '13', '18', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715586805644', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '13', '1', '0', 'user_yunxingqu', '418', '', '0', '0', '0', '510', '90', '2024-05-14 17:52:23', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2767', '金利隆叉车立库', '518', '', '', '', '13', '18', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715586805976', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '13', '1', '0', 'user_yunxingqu', '518', '', '0', '0', '0', '510', '120', '2024-05-14 17:52:23', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2768', '金利隆叉车立库', '320', '', '', '', '13', '20', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715586806564', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '13', '1', '0', 'user_yunxingqu', '320', '', '0', '0', '0', '570', '60', '2024-05-14 17:52:24', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2769', '金利隆叉车立库', '420', '', '', '', '13', '20', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715586806904', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '13', '1', '0', 'user_yunxingqu', '420', '', '0', '0', '0', '570', '90', '2024-05-14 17:52:24', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2770', '金利隆叉车立库', '520', '', '', '', '13', '20', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715586807242', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '13', '1', '0', 'user_yunxingqu', '520', '', '0', '0', '0', '570', '120', '2024-05-14 17:52:24', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2771', '金利隆叉车立库', '322', '', '', '', '13', '22', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715586808318', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '13', '1', '0', 'user_yunxingqu', '322', '', '0', '0', '0', '630', '60', '2024-05-14 17:52:24', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2772', '金利隆叉车立库', '422', '', '', '', '13', '22', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715586808671', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '13', '1', '0', 'user_yunxingqu', '422', '', '0', '0', '0', '630', '90', '2024-05-14 17:52:24', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2773', '金利隆叉车立库', '522', '', '', '', '1', '22', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715586808975', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '522', '', '0', '0', '0', '630', '120', '2024-05-14 17:52:24', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2774', '金利隆叉车立库', '620', '', '', '', '1', '20', '994', '1', '0', '', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715586856732', '', '0', '0', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '620', '', '0', '0', '0', '570', '150', '2024-05-14 17:52:24', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2775', '金利隆叉车立库', '303', '', '', '', '1', '3', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646905329', '', '0', '0', '0', '1', '0', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '303', '', '0', '0', '0', '60', '60', '2024-05-14 17:52:24', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2776', '金利隆叉车立库', '403', '', '', '', '1', '3', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646906210', '', '0', '0', '1', '1', '0', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '403', '', '0', '0', '0', '60', '90', '2024-05-14 17:52:24', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2777', '金利隆叉车立库', '503', '', '', '', '1', '3', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646906720', '', '0', '0', '1', '0', '0', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '503', '', '0', '0', '0', '60', '120', '2024-05-14 17:52:24', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2778', '金利隆叉车立库', '304', '', '', '', '1', '4', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646907375', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '304', '', '0', '0', '0', '90', '60', '2024-05-14 17:52:24', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2779', '金利隆叉车立库', '404', '', '', '', '1', '4', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646907968', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '404', '', '0', '0', '0', '90', '90', '2024-05-14 17:52:24', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2780', '金利隆叉车立库', '504', '', '', '', '1', '4', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646908415', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '504', '', '0', '0', '0', '90', '120', '2024-05-14 17:52:24', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2781', '金利隆叉车立库', '305', '', '', '', '1', '5', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646908960', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '305', '', '0', '0', '0', '120', '60', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2782', '金利隆叉车立库', '405', '', '', '', '1', '5', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646909392', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '405', '', '0', '0', '0', '120', '90', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2783', '金利隆叉车立库', '505', '', '', '', '1', '5', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646909919', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '505', '', '0', '0', '0', '120', '120', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2784', '金利隆叉车立库', '306', '', '', '', '1', '6', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646910527', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '306', '', '0', '0', '0', '150', '60', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2785', '金利隆叉车立库', '406', '', '', '', '1', '6', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646911159', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '406', '', '0', '0', '0', '150', '90', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2786', '金利隆叉车立库', '506', '', '', '', '1', '6', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646911599', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '506', '', '0', '0', '0', '150', '120', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2787', '金利隆叉车立库', '407', '', '', '', '1', '7', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646912248', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '407', '', '0', '0', '0', '180', '90', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2788', '金利隆叉车立库', '307', '', '', '', '1', '7', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646912639', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '307', '', '0', '0', '0', '180', '60', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2789', '金利隆叉车立库', '507', '', '', '', '1', '7', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646913432', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '507', '', '0', '0', '0', '180', '120', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2790', '金利隆叉车立库', '308', '', '', '', '1', '8', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646914138', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '308', '', '0', '0', '0', '210', '60', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2791', '金利隆叉车立库', '408', '', '', '', '1', '8', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646914599', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '408', '', '0', '0', '0', '210', '90', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2792', '金利隆叉车立库', '508', '', '', '', '1', '8', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646915095', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '508', '', '0', '0', '0', '210', '120', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2793', '金利隆叉车立库', '309', '', '', '', '1', '9', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646916735', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '309', '', '0', '0', '0', '240', '60', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2794', '金利隆叉车立库', '409', '', '', '', '1', '9', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646917183', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '409', '', '0', '0', '0', '240', '90', '2024-05-14 17:52:25', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2795', '金利隆叉车立库', '509', '', '', '', '1', '9', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646917591', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '509', '', '0', '0', '0', '240', '120', '2024-05-14 17:52:26', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2796', '金利隆叉车立库', '510', '', '', '', '1', '10', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646918287', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '510', '', '0', '0', '0', '270', '120', '2024-05-14 17:52:26', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2797', '金利隆叉车立库', '511', '', '', '', '1', '11', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646918759', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '511', '', '0', '0', '0', '300', '120', '2024-05-14 17:52:26', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2798', '金利隆叉车立库', '411', '', '', '', '1', '11', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646919167', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '411', '', '0', '0', '0', '300', '90', '2024-05-14 17:52:26', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2799', '金利隆叉车立库', '311', '', '', '', '1', '11', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646919552', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '311', '', '0', '0', '0', '300', '60', '2024-05-14 17:52:26', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2800', '金利隆叉车立库', '310', '', '', '', '1', '10', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646920007', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '310', '', '0', '0', '0', '270', '60', '2024-05-14 17:52:26', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2801', '金利隆叉车立库', '410', '', '', '', '1', '10', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646920632', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '410', '', '0', '0', '0', '270', '90', '2024-05-14 17:52:26', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2802', '金利隆叉车立库', '312', '', '', '', '1', '12', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646921927', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '312', '', '0', '0', '0', '330', '60', '2024-05-14 17:52:26', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2803', '金利隆叉车立库', '313', '', '', '', '1', '13', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646922375', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '313', '', '0', '0', '0', '360', '60', '2024-05-14 17:52:26', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2804', '金利隆叉车立库', '314', '', '', '', '1', '14', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646922895', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '314', '', '0', '0', '0', '390', '60', '2024-05-14 17:52:26', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2805', '金利隆叉车立库', '414', '', '', '', '1', '14', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646923343', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '414', '', '0', '0', '0', '390', '90', '2024-05-14 17:52:27', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2806', '金利隆叉车立库', '413', '', '', '', '1', '13', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646923759', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '413', '', '0', '0', '0', '360', '90', '2024-05-14 17:52:27', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2807', '金利隆叉车立库', '412', '', '', '', '1', '12', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646924216', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '412', '', '0', '0', '0', '330', '90', '2024-05-14 17:52:27', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2808', '金利隆叉车立库', '512', '', '', '', '1', '12', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646924951', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '512', '', '0', '0', '0', '330', '120', '2024-05-14 17:52:27', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2809', '金利隆叉车立库', '513', '', '', '', '1', '13', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646925520', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '513', '', '0', '0', '0', '360', '120', '2024-05-14 17:52:27', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2810', '金利隆叉车立库', '514', '', '', '', '1', '14', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646926128', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '514', '', '0', '0', '0', '390', '120', '2024-05-14 17:52:27', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2811', '金利隆叉车立库', '515', '', '', '', '1', '15', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646926687', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '515', '', '0', '0', '0', '420', '120', '2024-05-14 17:52:27', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2812', '金利隆叉车立库', '516', '', '', '', '1', '16', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646927159', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '516', '', '0', '0', '0', '450', '120', '2024-05-14 17:52:27', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2813', '金利隆叉车立库', '517', '', '', '', '1', '17', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646927871', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '517', '', '0', '0', '0', '480', '120', '2024-05-14 17:52:27', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2814', '金利隆叉车立库', '417', '', '', '', '1', '17', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646928260', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '417', '', '0', '0', '0', '480', '90', '2024-05-14 17:52:27', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2815', '金利隆叉车立库', '317', '', '', '', '1', '17', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646928656', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '317', '', '0', '0', '0', '480', '60', '2024-05-14 17:52:27', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2816', '金利隆叉车立库', '316', '', '', '', '1', '16', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646929055', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '316', '', '0', '0', '0', '450', '60', '2024-05-14 17:52:28', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2817', '金利隆叉车立库', '416', '', '', '', '1', '16', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646929463', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '416', '', '0', '0', '0', '450', '90', '2024-05-14 17:52:28', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2818', '金利隆叉车立库', '415', '', '', '', '1', '15', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646929975', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '415', '', '0', '0', '0', '420', '90', '2024-05-14 17:52:28', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2819', '金利隆叉车立库', '315', '', '', '', '1', '15', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646930369', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '315', '', '0', '0', '0', '420', '60', '2024-05-14 17:52:28', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2820', '金利隆叉车立库', '323', '', '', '', '1', '23', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646936849', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '323', '', '0', '0', '0', '660', '60', '2024-05-14 17:52:28', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2821', '金利隆叉车立库', '423', '', '', '', '1', '23', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646937431', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '423', '', '0', '0', '0', '660', '90', '2024-05-14 17:52:28', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2822', '金利隆叉车立库', '523', '', '', '', '1', '23', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646937863', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '523', '', '0', '0', '0', '660', '120', '2024-05-14 17:52:28', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2823', '金利隆叉车立库', '324', '', '', '', '1', '24', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646938416', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '324', '', '0', '0', '0', '690', '60', '2024-05-14 17:52:28', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2824', '金利隆叉车立库', '424', '', '', '', '1', '24', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646938818', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '424', '', '0', '0', '0', '690', '90', '2024-05-14 17:52:28', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2825', '金利隆叉车立库', '524', '', '', '', '1', '24', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646939127', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '524', '', '0', '0', '0', '690', '120', '2024-05-14 17:52:28', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2826', '金利隆叉车立库', '325', '', '', '', '1', '25', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646939584', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '325', '', '0', '0', '0', '720', '60', '2024-05-14 17:52:28', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2827', '金利隆叉车立库', '425', '', '', '', '1', '25', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646939919', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '425', '', '0', '0', '0', '720', '90', '2024-05-14 17:52:29', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2828', '金利隆叉车立库', '525', '', '', '', '1', '25', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646940271', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '525', '', '0', '0', '0', '720', '120', '2024-05-14 17:52:29', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2829', '金利隆叉车立库', '326', '', '', '', '1', '26', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646941071', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '326', '', '0', '0', '0', '750', '60', '2024-05-14 17:52:29', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2830', '金利隆叉车立库', '426', '', '', '', '1', '26', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646941385', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '426', '', '0', '0', '0', '750', '90', '2024-05-14 17:52:29', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2831', '金利隆叉车立库', '526', '', '', '', '1', '26', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646941735', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '526', '', '0', '0', '0', '750', '120', '2024-05-14 17:52:29', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2832', '金利隆叉车立库', '527', '', '', '', '1', '27', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646942184', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '527', '', '0', '0', '0', '780', '120', '2024-05-14 17:52:29', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2833', '金利隆叉车立库', '427', '', '', '', '1', '27', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646942490', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '427', '', '0', '0', '0', '780', '90', '2024-05-14 17:52:29', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2834', '金利隆叉车立库', '327', '', '', '', '1', '27', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646942824', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '327', '', '0', '0', '0', '780', '60', '2024-05-14 17:52:29', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2835', '金利隆叉车立库', '328', '', '', '', '1', '28', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646943415', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '328', '', '0', '0', '0', '810', '60', '2024-05-14 17:52:30', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2836', '金利隆叉车立库', '428', '', '', '', '1', '28', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646943791', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '428', '', '0', '0', '0', '810', '90', '2024-05-14 17:52:30', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2837', '金利隆叉车立库', '528', '', '', '', '1', '28', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646944263', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '528', '', '0', '0', '0', '810', '120', '2024-05-14 17:52:30', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2838', '金利隆叉车立库', '529', '', '', '', '1', '29', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646946327', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '529', '', '0', '0', '0', '840', '120', '2024-05-14 17:52:30', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2839', '金利隆叉车立库', '429', '', '', '', '1', '29', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646946623', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '429', '', '0', '0', '0', '840', '90', '2024-05-14 17:52:30', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2840', '金利隆叉车立库', '329', '', '', '', '1', '29', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646946975', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '329', '', '0', '0', '0', '840', '60', '2024-05-14 17:52:30', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2841', '金利隆叉车立库', '330', '', '', '', '1', '30', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646947399', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '330', '', '0', '0', '0', '870', '60', '2024-05-14 17:52:30', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2842', '金利隆叉车立库', '430', '', '', '', '1', '30', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646947751', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '430', '', '0', '0', '0', '870', '90', '2024-05-14 17:52:30', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2843', '金利隆叉车立库', '530', '', '', '', '1', '30', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646948103', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '530', '', '0', '0', '0', '870', '120', '2024-05-14 17:52:30', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2844', '金利隆叉车立库', '531', '', '', '', '1', '31', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646948711', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '531', '', '0', '0', '0', '900', '120', '2024-05-14 17:52:31', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2845', '金利隆叉车立库', '431', '', '', '', '1', '31', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646949023', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '431', '', '0', '0', '0', '900', '90', '2024-05-14 17:52:31', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2846', '金利隆叉车立库', '331', '', '', '', '1', '31', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646949359', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '331', '', '0', '0', '0', '900', '60', '2024-05-14 17:52:31', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2847', '金利隆叉车立库', '332', '', '', '', '1', '32', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646949919', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '332', '', '0', '0', '0', '930', '60', '2024-05-14 17:52:31', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2848', '金利隆叉车立库', '432', '', '', '', '1', '32', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646950271', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '432', '', '0', '0', '0', '930', '90', '2024-05-14 17:52:31', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2849', '金利隆叉车立库', '532', '', '', '', '1', '32', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646950719', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '532', '', '0', '0', '0', '930', '120', '2024-05-14 17:52:31', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2850', '金利隆叉车立库', '533', '', '', '', '1', '33', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646951287', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '533', '', '0', '0', '0', '960', '120', '2024-05-14 17:52:31', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2851', '金利隆叉车立库', '534', '', '', '', '1', '34', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646951639', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '534', '', '0', '0', '0', '990', '120', '2024-05-14 17:52:31', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2852', '金利隆叉车立库', '434', '', '', '', '1', '34', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646951987', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '434', '', '0', '0', '0', '990', '90', '2024-05-14 17:52:32', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2853', '金利隆叉车立库', '334', '', '', '', '1', '34', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646952313', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '334', '', '0', '0', '0', '990', '60', '2024-05-14 17:52:32', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2854', '金利隆叉车立库', '333', '', '', '', '1', '33', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646952919', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '333', '', '0', '0', '0', '960', '60', '2024-05-14 17:52:32', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2855', '金利隆叉车立库', '433', '', '', '', '1', '33', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715646953255', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '433', '', '0', '0', '0', '960', '90', '2024-05-14 17:52:32', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2856', '金利隆叉车立库', '335', '', '', '', '1', '35', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647007359', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '335', '', '0', '0', '0', '1020', '60', '2024-05-14 17:52:32', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2857', '金利隆叉车立库', '435', '', '', '', '1', '35', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647007858', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '435', '', '0', '0', '0', '1020', '90', '2024-05-14 17:52:32', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2858', '金利隆叉车立库', '535', '', '', '', '1', '35', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647008304', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '535', '', '0', '0', '0', '1020', '120', '2024-05-14 17:52:32', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2859', '金利隆叉车立库', '536', '', '', '', '1', '36', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647008776', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '536', '', '0', '0', '0', '1050', '120', '2024-05-14 17:52:32', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2860', '金利隆叉车立库', '436', '', '', '', '1', '36', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647009079', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '436', '', '0', '0', '0', '1050', '90', '2024-05-14 17:52:32', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2861', '金利隆叉车立库', '336', '', '', '', '1', '36', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647009431', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '336', '', '0', '0', '0', '1050', '60', '2024-05-14 17:52:32', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2862', '金利隆叉车立库', '337', '', '', '', '1', '37', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647009855', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '337', '', '0', '0', '0', '1080', '60', '2024-05-14 17:52:33', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2863', '金利隆叉车立库', '437', '', '', '', '1', '37', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647010367', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '437', '', '0', '0', '0', '1080', '90', '2024-05-14 17:52:33', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2864', '金利隆叉车立库', '537', '', '', '', '1', '37', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647010815', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '537', '', '0', '0', '0', '1080', '120', '2024-05-14 17:52:33', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2865', '金利隆叉车立库', '338', '', '', '', '1', '38', '997', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647014167', '', '0', '0', '0', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '338', '', '0', '0', '0', '1110', '60', '2024-05-14 17:52:33', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2866', '金利隆叉车立库', '438', '', '', '', '1', '38', '996', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647014535', '', '0', '0', '1', '1', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '438', '', '0', '0', '0', '1110', '90', '2024-05-14 17:52:33', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2867', '金利隆叉车立库', '538', '', '', '', '1', '38', '995', '1', '0', '', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647014887', '', '0', '0', '1', '0', '1', '1', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '538', '', '0', '0', '0', '1110', '120', '2024-05-14 17:52:33', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2868', '金利隆叉车立库', '539', '', '', '', '1', '39', '995', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647015327', '', '0', '0', '1', '0', '1', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '539', '', '0', '0', '0', '1140', '120', '2024-05-14 17:52:33', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2869', '金利隆叉车立库', '439', '', '', '', '1', '39', '996', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647015623', '', '0', '0', '1', '1', '1', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '439', '', '0', '0', '0', '1140', '90', '2024-05-14 17:52:33', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2870', '金利隆叉车立库', '339', '', '', '', '1', '39', '997', '1', '0', '', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715647015951', '', '0', '0', '0', '1', '1', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '339', '', '0', '0', '0', '1140', '60', '2024-05-14 17:52:33', 'System', null, null);
INSERT INTO `t_base_map_point_22222` VALUES ('2871', '金利隆叉车立库', '1934', '', '', '', '1', '34', '981', '1', '0', '', '22500', '82806', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '30', '30', '30', '30', '3', '3', '3', '3', '0', '0', '1715658140996', '', '22500', '82806', '1', '1', '0', '0', '', '', '', '', '1', '1', '0', 'user_yunxingqu', '1934', '', '0', '0', '0', '990', '540', '2024-05-14 17:52:33', 'System', null, null);

-- ----------------------------
-- Table structure for t_base_map_region
-- ----------------------------
DROP TABLE IF EXISTS `t_base_map_region`;
CREATE TABLE `t_base_map_region` (
  `AreaName` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionId` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionName` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionPoint1` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionPoint2` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionPoint3` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '默认主键',
  `RegionPoint1_Id` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionPoint2_Id` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `createTime` datetime DEFAULT NULL,
  `createBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `updateTime` datetime DEFAULT NULL,
  `updateBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionPoint3_Id` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `LAY_TABLE_INDEX` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC;

-- ----------------------------
-- Records of t_base_map_region
-- ----------------------------

-- ----------------------------
-- Table structure for t_base_map_region_22222
-- ----------------------------
DROP TABLE IF EXISTS `t_base_map_region_22222`;
CREATE TABLE `t_base_map_region_22222` (
  `AreaName` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionId` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionName` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionPoint1` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionPoint2` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionPoint3` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '默认主键',
  `RegionPoint1_Id` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionPoint2_Id` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `createTime` datetime DEFAULT NULL,
  `createBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `updateTime` datetime DEFAULT NULL,
  `updateBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RegionPoint3_Id` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `LAY_TABLE_INDEX` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC;

-- ----------------------------
-- Records of t_base_map_region_22222
-- ----------------------------

-- ----------------------------
-- Table structure for t_base_map_station
-- ----------------------------
DROP TABLE IF EXISTS `t_base_map_station`;
CREATE TABLE `t_base_map_station` (
  `Id` int(11) NOT NULL AUTO_INCREMENT COMMENT '编号',
  `Code` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台编码',
  `Name` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台名称',
  `StationType` tinyint(3) unsigned DEFAULT NULL COMMENT '站台类型',
  `Area` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台区域',
  `Group` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台所属群组',
  `StationDirection` tinyint(4) DEFAULT NULL COMMENT '站台方向',
  `LowHeight` smallint(5) unsigned DEFAULT NULL COMMENT '站台低位高度',
  `HighHeight` smallint(5) unsigned DEFAULT NULL COMMENT '站台高位高度',
  `IsEnable` tinyint(4) DEFAULT NULL COMMENT '是否启用',
  `IsLocked` tinyint(4) DEFAULT NULL COMMENT '是否锁定',
  `Barcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台码值',
  `PreBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台附属点',
  `Tim` tinyint(4) DEFAULT NULL COMMENT '站台防撞属性',
  `StationState` tinyint(4) DEFAULT NULL COMMENT '站台状态',
  `AID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `Height` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `Left` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `ListRFID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RFID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `Top` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `Width` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `ChargeDirection` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `ChargeLength` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `ChargeRFID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `createTime` datetime DEFAULT NULL,
  `createBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `updateTime` datetime DEFAULT NULL,
  `updateBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_up` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_down` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_left` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_right` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  PRIMARY KEY (`Id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=16232 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='站台表';

-- ----------------------------
-- Records of t_base_map_station
-- ----------------------------
INSERT INTO `t_base_map_station` VALUES ('16163', '2310', '充电桩1', '0', '马钢', '', '0', '0', '0', '1', '0', '2310', '2410', '0', '0', '1723692328044', '30', '270', '2410', '', '630', '30', 'down', '0.1', '2310', null, null, null, null, '', '0.1', '', '');
INSERT INTO `t_base_map_station` VALUES ('16164', '2312', '充电桩2', '0', '马钢', '', '0', '0', '0', '1', '0', '2312', '2412', '0', '0', '1723692328573', '30', '330', '2412', '', '630', '30', 'down', '0.1', '2312', null, null, null, null, '', '0.1', '', '');
INSERT INTO `t_base_map_station` VALUES ('16165', 'P2614', 'P2614', '4', '马钢', '', '0', '0', '0', '1', '0', '2614', '2613', '0', '0', '1723692605330', '30', '390', '2613', '2614', '750', '60', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16166', 'P5001', 'P5001', '4', '马钢', '', '0', '0', '0', '1', '0', '2617', '2817', '0', '0', '1723692617359', '60', '480', '2817', '2617', '720', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16167', 'P5002', 'P5002', '4', '马钢', '', '0', '0', '0', '1', '0', '2619', '2819', '0', '0', '1723692621324', '60', '540', '2819', '2619', '720', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16168', 'P1001', 'P1001', '4', '马钢', '', '0', '0', '0', '1', '0', '424', '624', '0', '0', '1723700340477', '60', '690', '624', '424', '60', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16169', 'P1002', 'P1002', '4', '马钢', '', '0', '0', '0', '1', '0', '426', '626', '0', '0', '1723700340837', '60', '750', '626', '426', '60', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16170', 'P1003', 'P1003', '4', '马钢', '', '0', '0', '0', '1', '0', '444', '644', '0', '0', '1723700342627', '60', '1290', '644', '444', '60', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16171', 'P1004', 'P1004', '4', '马钢', '', '0', '0', '0', '1', '0', '446', '646', '0', '0', '1723700343120', '60', '1350', '646', '446', '60', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16172', 'P1005', 'P1005', '4', '马钢', '', '0', '0', '0', '1', '0', '452', '652', '0', '0', '1723700345541', '60', '1530', '652', '452', '60', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16173', 'P1006', 'P1006', '4', '马钢', '', '0', '0', '0', '1', '0', '454', '654', '0', '0', '1723700351092', '60', '1590', '654', '454', '60', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16174', 'P1007', 'P1007', '4', '马钢', '', '0', '0', '0', '1', '0', '462', '662', '0', '0', '1723700352230', '60', '1830', '662', '462', '60', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16175', 'P1008', 'P1008', '4', '马钢', '', '0', '0', '0', '1', '0', '464', '664', '0', '0', '1723700352559', '60', '1890', '664', '464', '60', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16176', 'P1009', 'P1009', '4', '马钢', '', '0', '0', '0', '1', '0', '468', '668', '0', '0', '1723700355930', '60', '2010', '668', '468', '60', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16177', 'P1010', 'P1010', '4', '马钢', '', '0', '0', '0', '1', '0', '470', '670', '0', '0', '1723700356340', '60', '2070', '670', '470', '60', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16178', 'P2001', 'P2001', '4', '马钢', '', '0', '0', '0', '1', '0', '1020', '820', '0', '0', '1723700550051', '60', '570', '820', '1020', '270', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16179', 'P2002', 'P2002', '4', '马钢', '', '0', '0', '0', '1', '0', '1022', '822', '0', '0', '1723700550375', '60', '630', '822', '1022', '270', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16180', 'P2003', 'P2003', '4', '马钢', '', '0', '0', '0', '1', '0', '1058', '858', '0', '0', '1723700551784', '60', '1710', '858', '1058', '270', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16181', 'P2004', 'P2004', '4', '马钢', '', '0', '0', '0', '1', '0', '1060', '860', '0', '0', '1723700554792', '60', '1770', '860', '1060', '270', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16182', 'P3001', 'P3001', '4', '马钢', '', '0', '0', '0', '1', '0', '1511', '1711', '0', '0', '1723701406890', '60', '300', '1711', '1511', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16183', 'P3002', 'P3002', '4', '马钢', '', '0', '0', '0', '1', '0', '1513', '1713', '0', '0', '1723701407408', '60', '360', '1713', '1513', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16184', 'P3003', 'P3003', '4', '马钢', '', '0', '0', '0', '1', '0', '1519', '1719', '0', '0', '1723701408132', '60', '540', '1719', '1519', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16185', 'P3004', 'P3004', '4', '马钢', '', '0', '0', '0', '1', '0', '1521', '1721', '0', '0', '1723701408637', '60', '600', '1721', '1521', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16186', 'P3005', 'P3005', '4', '马钢', '', '0', '0', '0', '1', '0', '1531', '1731', '0', '0', '1723701410010', '60', '900', '1731', '1531', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16187', 'P3006', 'P3006', '4', '马钢', '', '0', '0', '0', '1', '0', '1533', '1733', '0', '0', '1723701410690', '60', '960', '1733', '1533', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16188', 'P3007', 'P3007', '4', '马钢', '', '0', '0', '0', '1', '0', '1540', '1740', '0', '0', '1723701411592', '60', '1170', '1740', '1540', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16189', 'P3008', 'P3008', '4', '马钢', '', '0', '0', '0', '1', '0', '1542', '1742', '0', '0', '1723701412093', '60', '1230', '1742', '1542', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16190', 'P4001', 'P4001', '4', '马钢', '', '0', '0', '0', '1', '0', '2135', '1935', '0', '0', '1723701417610', '60', '1020', '1935', '2135', '600', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16191', 'P4002', 'P4002', '4', '马钢', '', '0', '0', '0', '1', '0', '2137', '1937', '0', '0', '1723701417953', '60', '1080', '1937', '2137', '600', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16192', 'P4003', 'P4003', '4', '马钢', '', '0', '0', '0', '1', '0', '2145', '1945', '0', '0', '1723701418865', '60', '1320', '1945', '2145', '600', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16193', 'P4004', 'P4004', '4', '马钢', '', '0', '0', '0', '1', '0', '2147', '1947', '0', '0', '1723701429064', '60', '1380', '1947', '2147', '600', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16194', 'P3009', 'P3009', '4', '马钢', '', '0', '0', '0', '1', '0', '1561', '1761', '0', '0', '1723701431258', '60', '1800', '1761', '1561', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16195', 'P3010', 'P3010', '4', '马钢', '', '0', '0', '0', '1', '0', '1563', '1763', '0', '0', '1723701431677', '60', '1860', '1763', '1563', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16196', 'P4005', 'P4005', '4', '马钢', '', '0', '0', '0', '1', '0', '2166', '1966', '0', '0', '1723701435015', '60', '1950', '1966', '2166', '600', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16197', 'P4006', 'P4006', '4', '马钢', '', '0', '0', '0', '1', '0', '2168', '1968', '0', '0', '1723701435380', '60', '2010', '1968', '2168', '600', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16198', 'P3011', 'P3011', '4', '马钢', '', '0', '0', '0', '1', '0', '1571', '1771', '0', '0', '1723701436178', '60', '2100', '1771', '1571', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16199', 'P3012', 'P3012', '4', '马钢', '', '0', '0', '0', '1', '0', '1573', '1773', '0', '0', '1723701436608', '60', '2160', '1773', '1573', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16200', 'P4007', 'P4007', '4', '马钢', '', '0', '0', '0', '1', '0', '2176', '1976', '0', '0', '1723701437343', '60', '2250', '1976', '2176', '600', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16201', 'P4008', 'P4008', '4', '马钢', '', '0', '0', '0', '1', '0', '2178', '1978', '0', '0', '1723701437664', '60', '2310', '1978', '2178', '600', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16202', 'P3013', 'P3013', '4', '马钢', '', '0', '0', '0', '1', '0', '1580', '1780', '0', '0', '1723701438285', '60', '2370', '1780', '1580', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16203', 'P3014', 'P3014', '4', '马钢', '', '0', '0', '0', '1', '0', '1582', '1782', '0', '0', '1723701438780', '60', '2430', '1782', '1582', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16204', 'P3015', 'P3015', '4', '马钢', '', '0', '0', '0', '1', '0', '1584', '1784', '0', '0', '1723701439528', '60', '2490', '1784', '1584', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16205', 'P3016', 'P3016', '4', '马钢', '', '0', '0', '0', '1', '0', '1586', '1786', '0', '0', '1723701439965', '60', '2550', '1786', '1586', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16206', 'P3017', 'P3017', '4', '马钢', '', '0', '0', '0', '1', '0', '1589', '1789', '0', '0', '1723701442557', '60', '2640', '1789', '1589', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16207', 'P3018', 'P3018', '4', '马钢', '', '0', '0', '0', '1', '0', '1591', '1791', '0', '0', '1723701445962', '60', '2700', '1791', '1591', '390', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16208', 'P4009', 'P4009', '4', '马钢', '', '0', '0', '0', '1', '0', '2189', '1989', '0', '0', '1723701446641', '60', '2640', '1989', '2189', '600', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16209', 'P4010', 'P4010', '4', '马钢', '', '0', '0', '0', '1', '0', '2191', '1991', '0', '0', '1723701447006', '60', '2700', '1991', '2191', '600', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16210', 'P2404', 'P2404', '4', '马钢', '', '0', '0', '0', '1', '0', '2404', '2406', '0', '0', '1723704557754', '30', '60', '2406', '2404', '690', '60', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16211', 'P2804', 'P2804', '4', '马钢', '', '0', '0', '0', '1', '0', '2804', '2806', '0', '0', '1723704558565', '30', '60', '2806', '2804', '810', '60', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16212', 'P8001', 'P8001', '4', '马钢', '', '0', '0', '0', '1', '0', '3212', '3012', '0', '0', '1723704863817', '60', '330', '3012', '3212', '930', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16213', 'P8002', 'P8002', '4', '马钢', '', '0', '0', '0', '1', '0', '3214', '3014', '0', '0', '1723704864339', '60', '390', '3014', '3214', '930', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16214', 'P8003', 'P8003', '4', '马钢', '', '0', '0', '0', '1', '0', '3222', '3022', '0', '0', '1723704865255', '60', '630', '3022', '3222', '930', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16215', 'P8004', 'P8004', '4', '马钢', '', '0', '0', '0', '1', '0', '3224', '3024', '0', '0', '1723704865766', '60', '690', '3024', '3224', '930', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16216', 'P8005', 'P8005', '4', '马钢', '', '0', '0', '0', '1', '0', '3235', '3035', '0', '0', '1723704866783', '60', '1020', '3035', '3235', '930', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16217', 'P8006', 'P8006', '4', '马钢', '', '0', '0', '0', '1', '0', '3237', '3037', '0', '0', '1723704867176', '60', '1080', '3037', '3237', '930', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16218', 'P5003', 'P5003', '4', '马钢', '', '0', '0', '0', '1', '0', '2646', '2846', '0', '0', '1723704868900', '60', '1350', '2846', '2646', '720', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16219', 'P5004', 'P5004', '4', '马钢', '', '0', '0', '0', '1', '0', '2648', '2848', '0', '0', '1723704871954', '60', '1410', '2848', '2648', '720', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16220', 'P8007', 'P8007', '4', '马钢', '', '0', '0', '0', '1', '0', '3254', '3054', '0', '0', '1723704873042', '60', '1590', '3054', '3254', '930', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16221', 'P8008', 'P8008', '4', '马钢', '', '0', '0', '0', '1', '0', '3256', '3056', '0', '0', '1723704873631', '60', '1650', '3056', '3256', '930', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16222', 'P8009', 'P8009', '4', '马钢', '', '0', '0', '0', '1', '0', '3262', '3062', '0', '0', '1723704874422', '60', '1830', '3062', '3262', '930', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16223', 'P8010', 'P8010', '4', '马钢', '', '0', '0', '0', '1', '0', '3264', '3064', '0', '0', '1723704874905', '60', '1890', '3064', '3264', '930', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16224', 'P5005', 'P5005', '4', '马钢', '', '0', '0', '0', '1', '0', '2668', '2868', '0', '0', '1723704877288', '60', '2010', '2868', '2668', '720', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16225', 'P5006', 'P5006', '4', '马钢', '', '0', '0', '0', '1', '0', '2670', '2870', '0', '0', '1723704877732', '60', '2070', '2870', '2670', '720', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16226', 'P5007', 'P5007', '4', '马钢', '', '0', '0', '0', '1', '0', '2673', '2873', '0', '0', '1723704878412', '60', '2160', '2873', '2673', '720', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16227', 'P5008', 'P5008', '4', '马钢', '', '0', '0', '0', '1', '0', '2675', '2875', '0', '0', '1723704878871', '60', '2220', '2875', '2675', '720', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16228', 'P6001', 'P6001', '4', '马钢', '', '0', '0', '0', '1', '0', '2881', '2879', '0', '0', '1723704880585', '30', '2400', '2879', '2881', '810', '60', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16229', 'P7001', 'P7001', '4', '马钢', '', '0', '0', '0', '1', '0', '3081', '3079', '0', '0', '1723704881233', '30', '2400', '3079', '3081', '870', '60', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16230', 'P8011', 'P8011', '4', '马钢', '', '0', '0', '0', '1', '0', '3277', '3077', '0', '0', '1723704882032', '60', '2280', '3077', '3277', '930', '30', '', '', '', null, null, null, null, '', '', '', '');
INSERT INTO `t_base_map_station` VALUES ('16231', 'P8012', 'P8012', '4', '马钢', '', '0', '0', '0', '1', '0', '3279', '3079', '0', '0', '1723704882437', '60', '2340', '3079', '3279', '930', '30', '', '', '', null, null, null, null, '', '', '', '');

-- ----------------------------
-- Table structure for t_base_map_station_22222
-- ----------------------------
DROP TABLE IF EXISTS `t_base_map_station_22222`;
CREATE TABLE `t_base_map_station_22222` (
  `Id` int(11) NOT NULL AUTO_INCREMENT COMMENT '编号',
  `Code` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台编码',
  `Name` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台名称',
  `StationType` tinyint(3) unsigned DEFAULT NULL COMMENT '站台类型',
  `Area` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台区域',
  `Group` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台所属群组',
  `StationDirection` tinyint(4) DEFAULT NULL COMMENT '站台方向',
  `LowHeight` smallint(5) unsigned DEFAULT NULL COMMENT '站台低位高度',
  `HighHeight` smallint(5) unsigned DEFAULT NULL COMMENT '站台高位高度',
  `IsEnable` tinyint(4) DEFAULT NULL COMMENT '是否启用',
  `IsLocked` tinyint(4) DEFAULT NULL COMMENT '是否锁定',
  `Barcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台码值',
  `PreBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台附属点',
  `Tim` tinyint(4) DEFAULT NULL COMMENT '站台防撞属性',
  `StationState` tinyint(4) DEFAULT NULL COMMENT '站台状态',
  `AID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `Height` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `Left` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `ListRFID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `RFID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `Top` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `Width` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `ChargeDirection` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `ChargeLength` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `ChargeRFID` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `createTime` datetime DEFAULT NULL,
  `createBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `updateTime` datetime DEFAULT NULL,
  `updateBy` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_up` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_down` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_left` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `txt_right` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  PRIMARY KEY (`Id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=670 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='站台表';

-- ----------------------------
-- Records of t_base_map_station_22222
-- ----------------------------
INSERT INTO `t_base_map_station_22222` VALUES ('622', '733', 'A010201', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '733', '833', '1', '0', '1715501231314', '60', '960', '833#1', '733', '150', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('623', '730', 'A010401', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '730', '830', '1', '0', '1715501247562', '60', '870', '830#1', '730', '150', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('624', '2533', 'A060201', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2533', '2433', '1', '0', '1715501534297', '60', '960', '2433#1', '2533', '720', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('625', '2833', 'A070201', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2833', '2933', '1', '0', '1715501544266', '60', '960', '2933#1', '2833', '780', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('626', '707', 'A012401', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '707', '807', '1', '0', '1715501679805', '60', '180', '807#1', '707', '150', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('627', '718', 'A011301', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '718', '818', '1', '0', '1715501688238', '60', '510', '818#1', '718', '150', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('628', '722', 'A011201', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '722', '822', '1', '0', '1715501693424', '60', '630', '822#1', '722', '150', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('629', '1107', 'A022101', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '1107', '1007', '1', '0', '1715501751764', '60', '180', '1007#1', '1107', '300', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('630', '1407', 'A032101', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '1407', '1507', '1', '0', '1715501755359', '60', '180', '1507#1', '1407', '360', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('631', '1118', 'A021001', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '1118', '1018', '1', '0', '1715501759174', '60', '510', '1018#1', '1118', '300', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('632', '1418', 'A031001', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '1418', '1518', '1', '0', '1715501762785', '60', '510', '1518#1', '1418', '360', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('633', '1122', 'A020901', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '1122', '1022', '1', '0', '1715501766000', '60', '630', '1022#1', '1122', '300', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('634', '1422', 'A030901', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '1422', '1522', '1', '0', '1715501769803', '60', '630', '1522#1', '1422', '360', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('635', '1807', 'A042101', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '1807', '1707', '1', '0', '1715501803556', '60', '180', '1707#1', '1807', '510', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('636', '2107', 'A052101', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2107', '2207', '1', '0', '1715501807177', '60', '180', '2207#1', '2107', '570', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('637', '1818', 'A041001', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '1818', '1718', '1', '0', '1715501817047', '60', '510', '1718#1', '1818', '510', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('638', '2118', 'A051001', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2118', '2218', '1', '0', '1715501821370', '60', '510', '2218#1', '2118', '570', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('639', '1822', 'A040901', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '1822', '1722', '1', '0', '1715501824329', '60', '630', '1722#1', '1822', '510', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('640', '2122', 'A050901', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2122', '2222', '1', '0', '1715501827836', '60', '630', '2222#1', '2122', '570', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('641', '2530', 'A060401', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2530', '2430', '1', '0', '1715501937358', '60', '870', '2430#1', '2530', '720', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('642', '2830', 'A070401', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2830', '2930', '1', '0', '1715501940893', '60', '870', '2930#1', '2830', '780', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('643', '2507', 'A062401', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2507', '2407', '1', '0', '1715501978969', '60', '180', '2407#1', '2507', '720', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('644', '2807', 'A072401', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2807', '2907', '1', '0', '1715501982881', '60', '180', '2907#1', '2807', '780', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('645', '2518', 'A061301', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2518', '2418', '1', '0', '1715501990902', '60', '510', '2418#1', '2518', '720', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('646', '2818', 'A071301', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2818', '2918', '1', '0', '1715501993820', '60', '510', '2918#1', '2818', '780', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('647', '2522', 'A061201', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2522', '2422', '1', '0', '1715501999236', '60', '630', '2422#1', '2522', '720', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('648', '2822', 'A071201', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2822', '2922', '1', '0', '1715502002152', '60', '630', '2922#1', '2822', '780', '30', '', '', '', '2024-05-14 17:52:13', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('649', '3233', 'A080201', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '3233', '3133', '1', '0', '1715502019776', '60', '960', '3133#1', '3233', '930', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('650', '3230', 'A080401', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '3230', '3130', '1', '0', '1715502028643', '60', '870', '3130#1', '3230', '930', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('651', '3222', 'A081201', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '3222', '3122', '1', '0', '1715502037004', '60', '630', '3122#1', '3222', '930', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('652', '3218', 'A081501', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '3218', '3118', '1', '0', '1715502041255', '60', '510', '3118#1', '3218', '930', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('653', '3207', 'A082601', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '3207', '3107', '1', '0', '1715502044316', '60', '180', '3107#1', '3207', '930', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('654', '3219', 'A081401', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '3219', '3119', '1', '0', '1715502067169', '60', '540', '3119#1', '3219', '930', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('655', '3221', 'A081301', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '3221', '3121', '1', '0', '1715502071748', '60', '600', '3121#1', '3221', '930', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('656', '1130', 'A020101', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '1130', '1030', '1', '0', '1715502463738', '60', '870', '1030#1', '1130', '300', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('657', '1430', 'A030101', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '1430', '1530', '1', '0', '1715502470127', '60', '870', '1530#1', '1430', '360', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('658', '1830', 'A040101', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '1830', '1730', '1', '0', '1715502474320', '60', '870', '1730#1', '1830', '510', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('659', '2130', 'A050101', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2130', '2230', '1', '0', '1715502478848', '60', '870', '2230#1', '2130', '570', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('660', '2531', 'A060301', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2531', '2431', '1', '0', '1715502491417', '60', '900', '2431#1', '2531', '720', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('661', '2831', 'A070301', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2831', '2931', '1', '0', '1715502495328', '60', '900', '2931#1', '2831', '780', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('662', '3231', 'A080301', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '3231', '3131', '1', '0', '1715502504584', '60', '900', '3131#1', '3231', '930', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('663', '3234', 'A080101', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '3234', '3134', '1', '0', '1715502510517', '60', '990', '3134#1', '3234', '930', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('664', '2534', 'A060101', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2534', '2434', '1', '0', '1715502514594', '60', '990', '2434#1', '2534', '720', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('665', '2834', 'A070101', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '2834', '2934', '1', '0', '1715502517571', '60', '990', '2934#1', '2834', '780', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('666', '731', 'A010301', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '731', '831', '1', '0', '1715502540538', '60', '900', '831#1', '731', '150', '30', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('667', '1736', 'D2', '4', '金利隆叉车立库', '', '0', '625', '802', '1', '0', '1736', '1735', '1', '0', '1715502666970', '30', '1050', '1735#1', '1736', '480', '60', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('668', '1536', 'D1', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '1536', '1535', '1', '0', '1715502673859', '30', '1050', '1535#1', '1536', '420', '60', '', '', '', '2024-05-14 17:52:14', 'System', null, null, '', '', '', '');
INSERT INTO `t_base_map_station_22222` VALUES ('669', '734', 'A010101', '4', '金利隆叉车立库', '', '0', '1', '0', '1', '0', '734', '834', '1', '0', '1715504131317', '60', '990', '834#1', '734', '150', '30', '', '', '', '2024-05-14 17:52:23', 'System', null, null, '', '', '', '');

-- ----------------------------
-- Table structure for t_base_pathpoint
-- ----------------------------
DROP TABLE IF EXISTS `t_base_pathpoint`;
CREATE TABLE `t_base_pathpoint` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `AreaType` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '区域',
  `SubTaskNo` int(10) unsigned DEFAULT NULL COMMENT '子任务编号',
  `Barcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '点信息',
  `SerialNo` tinyint(3) unsigned DEFAULT NULL COMMENT '顺序号',
  `PathDirection` smallint(6) DEFAULT NULL COMMENT '方向',
  `PathPointType` tinyint(3) unsigned DEFAULT NULL COMMENT '点类型',
  `IsCorner` tinyint(4) DEFAULT NULL COMMENT '是否拐点',
  `PathTim` tinyint(4) DEFAULT NULL COMMENT '路径防撞属性',
  `IsLateralDisplacement` bit(1) DEFAULT NULL,
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='路径表';

-- ----------------------------
-- Records of t_base_pathpoint
-- ----------------------------

-- ----------------------------
-- Table structure for t_base_point
-- ----------------------------
DROP TABLE IF EXISTS `t_base_point`;
CREATE TABLE `t_base_point` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `AreaType` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '区域类型',
  `Barcode` varchar(50) COLLATE utf8mb4_bin NOT NULL COMMENT '地标值',
  `BarcodeValue` varchar(50) COLLATE utf8mb4_bin NOT NULL COMMENT '地标条码',
  `PreBarcode` varchar(50) COLLATE utf8mb4_bin NOT NULL COMMENT '前置地标',
  `RegionName` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '限制区域名称',
  `PointType` tinyint(4) DEFAULT NULL COMMENT '点类型',
  `IntX` int(11) NOT NULL DEFAULT '0' COMMENT 'X值',
  `IntY` int(11) NOT NULL DEFAULT '0' COMMENT 'Y值',
  `IsEnable` tinyint(4) NOT NULL DEFAULT '0' COMMENT '启用',
  `IsOccupy` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否占用',
  `OccupyAgvNo` varchar(50) COLLATE utf8mb4_bin NOT NULL DEFAULT '0' COMMENT '占用AGV编号',
  `XLength` int(11) NOT NULL DEFAULT '0' COMMENT '地标X坐标/地标X间距',
  `YLength` int(11) NOT NULL DEFAULT '0' COMMENT '地标Y坐标/地标Y间距',
  `Angle` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT '车头角度',
  `IsStop` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否驻停',
  `StopLevel` tinyint(4) NOT NULL DEFAULT '0' COMMENT '驻停等级',
  `IsXpos` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否选择X正方向',
  `IsXNeg` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否选择X负方向',
  `IsYPos` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否选择Y正方向',
  `IsYNeg` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否选择Y负方向',
  `AgvDirectionXpos` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'X正方向车头方向',
  `AgvDirectionXNeg` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'X负方向车头方向',
  `AgvDirectionYPos` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Y正方向车头方向',
  `AgvDirectionYNeg` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Y负方向车头方向',
  `DialDirectionXpos` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'X正方向转盘方向',
  `DialDirectionXNeg` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'X负方向转盘方向',
  `DialDirectionYPos` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Y正方向转盘方向',
  `DialDirectionYNeg` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Y负方向转盘方向',
  `SpeedXpos` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'X正方向速度',
  `SpeedXNeg` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'X负方向速度',
  `SpeedYPos` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Y正方向速度',
  `SpeedYNeg` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Y负方向速度',
  `RadarXpos` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'X正方向雷达',
  `RadarXNeg` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'X负方向雷达',
  `RadarYPos` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Y正方向雷达',
  `RadarYNeg` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Y负方向雷达',
  `AdjustIn` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '进入地标的调节属性',
  `AdjustOut` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '离开地标调节属性',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=35730 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='点位表';

-- ----------------------------
-- Records of t_base_point
-- ----------------------------
INSERT INTO `t_base_point` VALUES ('35670', '1', '209', '209', '0', '', '1', '21', '993', '1', '0', '0', '-15', '1230', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35671', '1', '206', '206', '0', '', '1', '30', '993', '1', '0', '0', '15541', '-20691', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35672', '1', '205', '205', '0', '', '1', '33', '993', '1', '0', '0', '15541', '-21691', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35673', '1', '113', '2640', '0', '', '1', '9', '991', '1', '0', '0', '-154', '3017', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35674', '1', '111', '111', '0', '', '1', '15', '991', '1', '0', '0', '-155', '2606', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35675', '1', '110', '110', '0', '', '1', '18', '991', '1', '0', '0', '-152', '2087', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35676', '1', '109', '109', '0', '', '1', '21', '991', '1', '0', '0', '-150', '1229', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35677', '1', '108', '108', '0', '', '1', '24', '991', '1', '0', '0', '-150', '1009', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35678', '1', '107', '107', '0', '', '1', '27', '991', '1', '0', '0', '-147', '405', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35679', '1', '106', '106', '0', '', '1', '30', '991', '1', '0', '0', '-147', '188', '0', '1', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35680', '1', '105', '105', '0', '', '1', '33', '991', '1', '0', '0', '-145', '-347', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35681', '1', '104', '104', '0', '', '1', '36', '991', '1', '0', '0', '-144', '-562', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35682', '1', '103', '103', '0', '', '1', '39', '991', '1', '0', '0', '-142', '-773', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35683', '1', '102', '102', '0', '', '1', '42', '991', '1', '0', '0', '-142', '-985', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35684', '1', '101', '101', '0', '', '1', '45', '991', '1', '0', '0', '-139', '-1681', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35685', '1', '306', '306', '0', '', '1', '13', '993', '1', '0', '0', '-21', '2722', '0', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35686', '1', '305', '305', '0', '', '1', '16', '993', '1', '0', '0', '-20', '2338', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35687', '1', '303', '303', '0', '', '1', '26', '993', '1', '0', '0', '-16', '601', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35688', '1', '301', '301', '0', '', '1', '43', '993', '1', '0', '0', '-10', '-1135', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35689', '1', '213', '213', '0', '', '1', '9', '993', '1', '0', '0', '-21', '3017', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35690', '1', '407', '407', '0', '', '1', '47', '993', '1', '0', '0', '-8', '-1891', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35691', '1', '504', '2628', '104', '', '4', '36', '990', '1', '0', '0', '-151', '-561', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35692', '1', '503', '2631', '103', '', '4', '39', '990', '1', '0', '0', '-149', '-774', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35693', '1', '501', '2651', '101', '', '4', '45', '990', '1', '0', '0', '-146', '-1680', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35694', '1', '505', '2630', '105', '', '4', '33', '990', '1', '0', '0', '-150', '-347', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35695', '1', '506', '2638', '106', '', '4', '30', '990', '1', '0', '0', '-154', '188', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35696', '1', '507', '2636', '107', '', '4', '27', '990', '1', '0', '0', '-153', '405', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35697', '1', '508', '2621', '108', '', '4', '24', '990', '1', '0', '0', '-156', '1009', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35698', '1', '509', '2626', '109', '', '4', '21', '990', '1', '0', '0', '-156', '1229', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35699', '1', '510', '2632', '110', '', '4', '18', '990', '1', '0', '0', '-159', '2087', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35700', '1', '511', '2637', '111', '', '4', '15', '990', '1', '0', '0', '-162', '2606', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35701', '1', '512', '2634', '112', '', '4', '12', '990', '1', '0', '0', '-160', '2812', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35702', '1', '513', '2640', '113', '', '4', '9', '990', '1', '0', '0', '-160', '3017', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35703', '1', '601', '2649', '301', '', '4', '43', '994', '1', '0', '0', '7', '-1135', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35704', '1', '603', '2646', '303', '', '4', '26', '994', '1', '0', '0', '3', '601', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35705', '1', '606', '2633', '306', '', '4', '13', '994', '1', '0', '0', '2', '2720', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35706', '1', '502', '2627', '102', '', '4', '42', '990', '1', '0', '0', '-149', '-986', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35707', '1', '605', '2641', '305', '', '4', '16', '994', '1', '0', '0', '1', '2339', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35708', '1', '409', '2650', '0', '', '3', '47', '991', '1', '0', '0', '-141', '-1891', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35709', '1', '302', '302', '0', '', '1', '38', '993', '1', '0', '0', '-10', '-756', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35710', '1', '602', '2648', '302', '', '4', '38', '994', '1', '0', '0', '6', '-755', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35711', '1', '121', '121', '0', '', '1', '44', '991', '1', '0', '0', '-138', '-1410', '0', '1', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35712', '1', '125', '125', '0', '', '1', '44', '993', '1', '0', '0', '-10', '-1410', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35713', '1', '112', '2634', '0', '', '1', '12', '991', '1', '0', '0', '-154', '2812', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35714', '1', '422', '422', '0', 'Mutex1', '1', '48', '993', '1', '0', '0', '-7', '-2184', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35715', '1', '420', '420', '0', 'Mutex1', '1', '48', '991', '1', '0', '0', '-141', '-2184', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35716', '1', '423', '423', '0', 'Mutex1', '1', '49', '992', '1', '0', '0', '-73', '-2284', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35717', '1', '424', '2679', '423', 'Mutex1', '4', '50', '992', '1', '0', '0', '-74', '-2294', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35718', '1', '421', '421', '0', 'Mutex1', '12', '48', '992', '1', '0', '0', '-73', '-2184', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35719', '1', '123', '123', '0', '', '1', '19', '991', '1', '0', '0', '-155', '1800', '0', '1', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35720', '1', '127', '127', '0', '', '1', '19', '993', '1', '0', '0', '-17', '1800', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35721', '1', '135', '135', '0', '', '1', '16', '991', '1', '0', '0', '-155', '2338', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35722', '1', '131', '131', '0', '', '1', '43', '991', '1', '0', '0', '-142', '-1135', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35723', '1', '132', '132', '0', '', '1', '38', '991', '1', '0', '0', '-142', '-756', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35724', '1', '304', '304', '0', '', '1', '25', '993', '1', '0', '0', '-18', '980', '0', '0', '0', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35725', '1', '604', '2647', '304', '', '4', '25', '994', '1', '0', '0', '1', '980', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35726', '1', '133', '133', '0', '', '1', '26', '991', '1', '0', '0', '-147', '601', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35727', '1', '134', '134', '0', '', '1', '25', '991', '1', '0', '0', '-150', '980', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35728', '1', '212', '212', '0', '', '1', '12', '993', '1', '0', '0', '-20', '2813', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `t_base_point` VALUES ('35729', '1', '201', '201', '0', '', '1', '45', '993', '1', '0', '0', '-6', '-1681', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');

-- ----------------------------
-- Table structure for t_base_station
-- ----------------------------
DROP TABLE IF EXISTS `t_base_station`;
CREATE TABLE `t_base_station` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '编号',
  `Code` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台编码',
  `Name` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台名称',
  `StationType` tinyint(3) unsigned DEFAULT NULL COMMENT '站台类型',
  `Area` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台区域',
  `Group` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台所属群组',
  `StationDirection` tinyint(4) DEFAULT NULL COMMENT '站台方向',
  `InHeight` smallint(5) unsigned DEFAULT NULL COMMENT '进入高度',
  `OutHeight` smallint(5) unsigned DEFAULT NULL COMMENT '离开高度',
  `IsEnable` tinyint(4) DEFAULT NULL COMMENT '是否启用',
  `IsLocked` tinyint(4) DEFAULT NULL COMMENT '是否锁定',
  `Barcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台码值',
  `PreBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '站台附属点',
  `Tim` tinyint(4) DEFAULT NULL COMMENT '站台防撞属性',
  `StationState` tinyint(4) DEFAULT NULL COMMENT '站台状态',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='站台表';

-- ----------------------------
-- Records of t_base_station
-- ----------------------------
INSERT INTO `t_base_station` VALUES ('1', 'CX010101', '缓存区501-1', '8', '铜箔仓', '', '3', null, '690', '1', '0', '501', '101', '1', '2');
INSERT INTO `t_base_station` VALUES ('2', 'CX010201', '缓存区502-1', '8', '铜箔仓', '', '3', null, '690', '1', '0', '502', '102', '1', '2');
INSERT INTO `t_base_station` VALUES ('3', 'CX010301', '缓存区503-1', '8', '铜箔仓', '', '3', null, '690', '1', '0', '503', '103', '1', '2');
INSERT INTO `t_base_station` VALUES ('4', 'CX010401', '缓存区504-1', '8', '铜箔仓', '', '3', null, '690', '1', '0', '504', '104', '1', '2');
INSERT INTO `t_base_station` VALUES ('5', 'CX010501', '缓存区505-1', '8', '铜箔仓', '', '3', null, '690', '1', '0', '505', '105', '1', '2');
INSERT INTO `t_base_station` VALUES ('6', 'CX010601', '缓存区506-1', '8', '铜箔仓', '', '3', null, '690', '1', '0', '506', '106', '1', '2');
INSERT INTO `t_base_station` VALUES ('7', 'CX010701', '缓存区507-1', '8', '铜箔仓', '', '3', null, '690', '1', '0', '507', '107', '1', '2');
INSERT INTO `t_base_station` VALUES ('8', 'CX010801', '缓存区508-1', '8', '铜箔仓', '', '3', null, '690', '1', '0', '508', '108', '1', '2');
INSERT INTO `t_base_station` VALUES ('9', 'CX010901', '缓存区509-1', '8', '铜箔仓', '', '3', null, '690', '1', '0', '509', '109', '1', '2');
INSERT INTO `t_base_station` VALUES ('10', 'CX011001', '缓存区510-1', '8', '铜箔仓', '', '3', null, '690', '1', '0', '510', '110', '1', '2');
INSERT INTO `t_base_station` VALUES ('11', 'CX011101', '缓存区511-1', '8', '铜箔仓', '', '3', null, '690', '1', '0', '511', '111', '1', '2');
INSERT INTO `t_base_station` VALUES ('12', 'CX011201', '缓存区512-1', '8', '铜箔仓', '', '3', null, '690', '1', '0', '512', '112', '1', '2');
INSERT INTO `t_base_station` VALUES ('13', 'CX011301', '缓存区513-1', '8', '铜箔仓', '', '3', null, '690', '1', '0', '513', '113', '1', '2');
INSERT INTO `t_base_station` VALUES ('14', 'C1', '上料区601', '9', '铜箔仓', '', '1', null, '1000', '1', '0', '601', '301', '1', '2');
INSERT INTO `t_base_station` VALUES ('15', 'C2', '上料区602', '9', '铜箔仓', '', '1', null, '995', '1', '0', '602', '302', '1', '2');
INSERT INTO `t_base_station` VALUES ('16', 'C3', '上料区603', '9', '铜箔仓', '', '1', null, '1010', '1', '0', '603', '303', '1', '2');
INSERT INTO `t_base_station` VALUES ('17', 'C4', '上料区604', '9', '铜箔仓', '', '1', null, '1010', '1', '0', '604', '304', '1', '2');
INSERT INTO `t_base_station` VALUES ('18', 'C5', '上料区605', '9', '铜箔仓', '', '1', null, '705', '1', '0', '605', '305', '1', '2');
INSERT INTO `t_base_station` VALUES ('19', 'C6', '上料区606', '9', '铜箔仓', '', '1', null, '705', '1', '0', '606', '306', '1', '2');
INSERT INTO `t_base_station` VALUES ('20', 'P5043', '接料口', '10', '铜箔仓', '', '4', null, '695', '1', '0', '424', '423', '1', '2');
INSERT INTO `t_base_station` VALUES ('21', 'CX010102', '缓存区501-2', '8', '铜箔仓', '', '3', null, '1286', '1', '0', '501', '101', '1', '0');
INSERT INTO `t_base_station` VALUES ('22', 'CX010202', '缓存区502-2', '8', '铜箔仓', '', '3', null, '1286', '1', '0', '502', '102', '1', '0');
INSERT INTO `t_base_station` VALUES ('23', 'CX010302', '缓存区503-2', '8', '铜箔仓', '', '3', null, '1286', '1', '0', '503', '103', '1', '0');
INSERT INTO `t_base_station` VALUES ('24', 'CX010402', '缓存区504-2', '8', '铜箔仓', '', '3', null, '1286', '1', '0', '504', '104', '1', '0');
INSERT INTO `t_base_station` VALUES ('25', 'CX010502', '缓存区505-2', '8', '铜箔仓', '', '3', null, '1286', '1', '0', '505', '105', '1', '0');
INSERT INTO `t_base_station` VALUES ('26', 'CX010602', '缓存区506-2', '8', '铜箔仓', '', '3', null, '1286', '1', '0', '506', '106', '1', '0');
INSERT INTO `t_base_station` VALUES ('27', 'CX010702', '缓存区507-2', '8', '铜箔仓', '', '3', null, '1286', '1', '0', '507', '107', '1', '0');
INSERT INTO `t_base_station` VALUES ('28', 'CX010802', '缓存区508-2', '8', '铜箔仓', '', '3', null, '1286', '1', '0', '508', '108', '1', '0');
INSERT INTO `t_base_station` VALUES ('29', 'CX010902', '缓存区509-2', '8', '铜箔仓', '', '3', null, '1286', '1', '0', '509', '109', '1', '0');
INSERT INTO `t_base_station` VALUES ('30', 'CX011002', '缓存区510-2', '8', '铜箔仓', '', '3', null, '1286', '1', '0', '510', '110', '1', '0');
INSERT INTO `t_base_station` VALUES ('31', 'CX011102', '缓存区511-2', '8', '铜箔仓', '', '3', null, '1286', '1', '0', '511', '111', '1', '0');
INSERT INTO `t_base_station` VALUES ('32', 'CX011202', '缓存区512-2', '8', '铜箔仓', '', '3', null, '1286', '1', '0', '512', '112', '1', '0');
INSERT INTO `t_base_station` VALUES ('33', 'CX011302', '缓存区513-2', '8', '铜箔仓', '', '3', null, '1286', '1', '0', '513', '113', '1', '0');
INSERT INTO `t_base_station` VALUES ('34', '409', '充电桩409', '3', '铜箔仓', null, '3', null, '545', '1', '0', '409', null, '11', '2');
INSERT INTO `t_base_station` VALUES ('35', '112', '充电桩112', '3', '铜箔仓', null, '3', null, '80', '1', '0', '112', null, '11', '2');
INSERT INTO `t_base_station` VALUES ('36', '113', '充电桩113', '3', '铜箔仓', null, '3', null, '80', '1', '0', '113', null, '11', '2');

-- ----------------------------
-- Table structure for t_base_subtask
-- ----------------------------
DROP TABLE IF EXISTS `t_base_subtask`;
CREATE TABLE `t_base_subtask` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `TaskId` int(11) DEFAULT NULL COMMENT '主任务ID',
  `SerialNo` tinyint(3) unsigned DEFAULT NULL COMMENT '序号',
  `SubTaskNo` int(10) unsigned DEFAULT NULL COMMENT '子任务号',
  `TaskNo` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '主任务号',
  `ActionType` tinyint(3) unsigned DEFAULT NULL COMMENT '子任务类型',
  `StartBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '起点',
  `EndBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '终点',
  `Height` smallint(5) unsigned DEFAULT NULL COMMENT '顶升高度',
  `WaitTime` smallint(5) unsigned DEFAULT NULL COMMENT '等待时间',
  `IsCarry` tinyint(4) DEFAULT NULL COMMENT '是否携带货架',
  `RequestType` tinyint(3) unsigned DEFAULT NULL COMMENT '子任务询问类型',
  `SubTaskState` tinyint(3) unsigned DEFAULT NULL COMMENT '子任务状态',
  `BeginTime` datetime DEFAULT NULL COMMENT '开始时间',
  `EndTime` datetime DEFAULT NULL COMMENT '结束时间',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='子任务表';

-- ----------------------------
-- Records of t_base_subtask
-- ----------------------------

-- ----------------------------
-- Table structure for t_base_task
-- ----------------------------
DROP TABLE IF EXISTS `t_base_task`;
CREATE TABLE `t_base_task` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `TaskNo` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '主任务号',
  `TaskType` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `TaskGroup` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '任务群组',
  `TaskLevel` int(11) DEFAULT NULL COMMENT '任务等级',
  `TaskPallet` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '任务托盘信息',
  `Initial` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '起始位置',
  `Target` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '目标位置',
  `StartBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '起始点信息',
  `EndBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '目标点信息',
  `AcceptTime` datetime DEFAULT NULL COMMENT '任务接收时间',
  `IsSubmit` tinyint(4) DEFAULT NULL COMMENT '是否提交',
  `TaskAgvNo` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '执行任务AGV',
  `BeginTime` datetime DEFAULT NULL COMMENT '开始时间',
  `EndTime` datetime DEFAULT NULL COMMENT '结束时间',
  `TaskErrMsg` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '任务异常信息',
  `TaskState` tinyint(3) unsigned DEFAULT NULL COMMENT '任务状态',
  `Direction` int(11) DEFAULT NULL COMMENT '转盘方向',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='主任务表';

-- ----------------------------
-- Records of t_base_task
-- ----------------------------

-- ----------------------------
-- Table structure for t_config_errmsg
-- ----------------------------
DROP TABLE IF EXISTS `t_config_errmsg`;
CREATE TABLE `t_config_errmsg` (
  `ID` int(11) NOT NULL AUTO_INCREMENT COMMENT 'ID',
  `ErrorNo` int(11) DEFAULT NULL COMMENT '故障编号',
  `ErrorMsg` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '故障解释',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=164 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='异常信息表';

-- ----------------------------
-- Records of t_config_errmsg
-- ----------------------------
INSERT INTO `t_config_errmsg` VALUES ('101', '1', '任务不合理(任务起始终止方向均为零)');
INSERT INTO `t_config_errmsg` VALUES ('102', '2', '任务不合理(动作类型无法识别');
INSERT INTO `t_config_errmsg` VALUES ('103', '3', ' 任务不合理(Z轴高度不正确)');
INSERT INTO `t_config_errmsg` VALUES ('104', '4', '通讯校验位有误');
INSERT INTO `t_config_errmsg` VALUES ('105', '5', '任务不合理(启动点不是当前点)');
INSERT INTO `t_config_errmsg` VALUES ('106', '6', '下视觉未检测到二维码');
INSERT INTO `t_config_errmsg` VALUES ('107', '7', '码不在地图中');
INSERT INTO `t_config_errmsg` VALUES ('108', '8', '耦合异常');
INSERT INTO `t_config_errmsg` VALUES ('109', '9', '未定义错误,错误码9');
INSERT INTO `t_config_errmsg` VALUES ('110', '10', '升降起始高低位不符');
INSERT INTO `t_config_errmsg` VALUES ('111', '11', '未定义错误,错误码11');
INSERT INTO `t_config_errmsg` VALUES ('112', '12', 'DCS暂停时间过长');
INSERT INTO `t_config_errmsg` VALUES ('113', '13', '行走丢失多码');
INSERT INTO `t_config_errmsg` VALUES ('114', '14', '激光感应障碍物');
INSERT INTO `t_config_errmsg` VALUES ('115', '15', '左电机报错');
INSERT INTO `t_config_errmsg` VALUES ('116', '16', '右电机报错');
INSERT INTO `t_config_errmsg` VALUES ('117', '17', '升降电机报错');
INSERT INTO `t_config_errmsg` VALUES ('118', '18', '旋转电机报错');
INSERT INTO `t_config_errmsg` VALUES ('119', '19', '充电异常');
INSERT INTO `t_config_errmsg` VALUES ('120', '20', '急停键被按下');
INSERT INTO `t_config_errmsg` VALUES ('121', '21', '高度数值异常');
INSERT INTO `t_config_errmsg` VALUES ('122', '22', 'XML错误');
INSERT INTO `t_config_errmsg` VALUES ('123', '23', '多电机报错');
INSERT INTO `t_config_errmsg` VALUES ('124', '24', '上限位触发');
INSERT INTO `t_config_errmsg` VALUES ('125', '25', '陀螺仪角度超限');
INSERT INTO `t_config_errmsg` VALUES ('126', '26', '转盘未跟随');
INSERT INTO `t_config_errmsg` VALUES ('127', '27', '下限位触发');
INSERT INTO `t_config_errmsg` VALUES ('128', '28', '触边被触发');
INSERT INTO `t_config_errmsg` VALUES ('129', '29', '货架异常(上视觉无码)');
INSERT INTO `t_config_errmsg` VALUES ('130', '30', '1号滚筒异常');
INSERT INTO `t_config_errmsg` VALUES ('131', '31', '2号滚筒异常');
INSERT INTO `t_config_errmsg` VALUES ('132', '32', '电池温度异常');
INSERT INTO `t_config_errmsg` VALUES ('133', '33', '出入货任务时滚筒左侧限位报错');
INSERT INTO `t_config_errmsg` VALUES ('134', '34', '出入货任务时滚筒右侧限位报错');
INSERT INTO `t_config_errmsg` VALUES ('135', '35', '1号滚筒出货超时');
INSERT INTO `t_config_errmsg` VALUES ('136', '36', '1号滚筒入货超时');
INSERT INTO `t_config_errmsg` VALUES ('137', '37', '2号滚筒出货超时');
INSERT INTO `t_config_errmsg` VALUES ('138', '38', '2号滚筒入货超时');
INSERT INTO `t_config_errmsg` VALUES ('139', '39', '行走任务滚筒双限位报错');
INSERT INTO `t_config_errmsg` VALUES ('140', '40', '1#舵轮行走轴报错');
INSERT INTO `t_config_errmsg` VALUES ('141', '41', '1#舵轮转向轴报错');
INSERT INTO `t_config_errmsg` VALUES ('142', '42', '2#舵轮行走轴报错');
INSERT INTO `t_config_errmsg` VALUES ('143', '43', '2#舵轮转向轴报错');
INSERT INTO `t_config_errmsg` VALUES ('144', '44', '未定义错误,错误码44');
INSERT INTO `t_config_errmsg` VALUES ('145', '45', '激光定位位置丢失');
INSERT INTO `t_config_errmsg` VALUES ('146', '46', '行走过程横向偏差过大');
INSERT INTO `t_config_errmsg` VALUES ('147', '47', '升降超时');
INSERT INTO `t_config_errmsg` VALUES ('148', '48', '激光定位超时');
INSERT INTO `t_config_errmsg` VALUES ('149', '49', 'CCD定位超时');
INSERT INTO `t_config_errmsg` VALUES ('150', '50', 'CCD旋转超时');
INSERT INTO `t_config_errmsg` VALUES ('151', '51', '激光旋转超时');
INSERT INTO `t_config_errmsg` VALUES ('152', '52', '充电超时');
INSERT INTO `t_config_errmsg` VALUES ('153', '53', '输送任务对接方位与车姿态不符');
INSERT INTO `t_config_errmsg` VALUES ('154', '54', '轴不在线');
INSERT INTO `t_config_errmsg` VALUES ('155', '55', '电池不在线');
INSERT INTO `t_config_errmsg` VALUES ('156', '56', '上视觉未检测到二维码');
INSERT INTO `t_config_errmsg` VALUES ('157', '57', '相关轴使能复位未完成');
INSERT INTO `t_config_errmsg` VALUES ('158', '58', '超重报警');
INSERT INTO `t_config_errmsg` VALUES ('159', '59', '称重离线');
INSERT INTO `t_config_errmsg` VALUES ('160', '60', '外围对接定位信息超时');
INSERT INTO `t_config_errmsg` VALUES ('161', '61', '转盘零点丢失');
INSERT INTO `t_config_errmsg` VALUES ('162', '62', '未定义错误,错误码62');
INSERT INTO `t_config_errmsg` VALUES ('163', '63', '未定义错误,错误码63');

-- ----------------------------
-- Table structure for t_config_keyvalue
-- ----------------------------
DROP TABLE IF EXISTS `t_config_keyvalue`;
CREATE TABLE `t_config_keyvalue` (
  `ID` int(11) NOT NULL AUTO_INCREMENT COMMENT '编号',
  `KeyVariable` varchar(53) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '参数变量',
  `KeyDescribe` varchar(200) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '参数描述',
  `Value` varchar(30) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '参数值',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='电量配置表';

-- ----------------------------
-- Records of t_config_keyvalue
-- ----------------------------
INSERT INTO `t_config_keyvalue` VALUES ('19', 'FullCurrent', '满电流', '2');
INSERT INTO `t_config_keyvalue` VALUES ('20', 'FullCharge', '满电量', '100');
INSERT INTO `t_config_keyvalue` VALUES ('21', 'SafeCharge', '安全电量', '70');
INSERT INTO `t_config_keyvalue` VALUES ('22', 'SafeVoltage', '安全电压', '50');
INSERT INTO `t_config_keyvalue` VALUES ('23', 'DangerCharge', '危险电量', '30');
INSERT INTO `t_config_keyvalue` VALUES ('24', 'DangerVoltage', '危险电压', '47.5');
INSERT INTO `t_config_keyvalue` VALUES ('25', 'DangerVirtuallyVoltage', '危险虚拟电量', '10');
INSERT INTO `t_config_keyvalue` VALUES ('26', 'MinChargeTime', '最少充电秒钟', '120');
INSERT INTO `t_config_keyvalue` VALUES ('27', 'MinFreeTime', '充电前最少空闲秒钟', '60');
INSERT INTO `t_config_keyvalue` VALUES ('28', 'Tno', '任务号', '20240814000002');
INSERT INTO `t_config_keyvalue` VALUES ('29', 'GoHomeTime', '回家空闲时间(秒)', '60');
INSERT INTO `t_config_keyvalue` VALUES ('30', 'IsShieldStationSignal', '是否屏蔽站台信号', '1');
INSERT INTO `t_config_keyvalue` VALUES ('31', '2016', '充电点的姿态调整点', '2007');
INSERT INTO `t_config_keyvalue` VALUES ('32', 'IsShieldStationHeight', '是否屏蔽站台高度校验', '1');
INSERT INTO `t_config_keyvalue` VALUES ('33', '4458', '充电点的姿态调整点', '4758');

-- ----------------------------
-- Table structure for t_config_point
-- ----------------------------
DROP TABLE IF EXISTS `t_config_point`;
CREATE TABLE `t_config_point` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `No` int(11) DEFAULT NULL COMMENT '编号',
  `IntX` int(11) DEFAULT NULL COMMENT 'X坐标',
  `IntY` int(11) DEFAULT NULL COMMENT 'Y坐标',
  `Barcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '码值',
  `AreaType` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '区域',
  `RegionName` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '限制名称',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='关键点位配置表';

-- ----------------------------
-- Records of t_config_point
-- ----------------------------

-- ----------------------------
-- Table structure for t_config_taskagvgroup
-- ----------------------------
DROP TABLE IF EXISTS `t_config_taskagvgroup`;
CREATE TABLE `t_config_taskagvgroup` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `TaskType` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `AgvGroup` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'AGV群组',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='任务和AGV群组表';

-- ----------------------------
-- Records of t_config_taskagvgroup
-- ----------------------------
INSERT INTO `t_config_taskagvgroup` VALUES ('29', 'RCS单步任务', 'G001');
INSERT INTO `t_config_taskagvgroup` VALUES ('35', 'RCS复合任务', 'G001');
INSERT INTO `t_config_taskagvgroup` VALUES ('36', 'WMS任务', 'G001');
INSERT INTO `t_config_taskagvgroup` VALUES ('37', '地牛输送线任务', 'G003');
INSERT INTO `t_config_taskagvgroup` VALUES ('38', '地面库任务', 'G002');
INSERT INTO `t_config_taskagvgroup` VALUES ('39', '林德输送线任务', 'G001');
INSERT INTO `t_config_taskagvgroup` VALUES ('40', '充电桩输送线任务', 'G001');
INSERT INTO `t_config_taskagvgroup` VALUES ('41', '充电桩输送线任务', 'G002');
INSERT INTO `t_config_taskagvgroup` VALUES ('42', '充电桩输送线任务', 'G003');
INSERT INTO `t_config_taskagvgroup` VALUES ('43', 'AGV仓输送线任务', 'G002');
INSERT INTO `t_config_taskagvgroup` VALUES ('44', '无举升动做任务', 'G002');
INSERT INTO `t_config_taskagvgroup` VALUES ('45', '物料出库', 'G001');
INSERT INTO `t_config_taskagvgroup` VALUES ('46', '物料入库', 'G001');

-- ----------------------------
-- Table structure for t_config_tasksplit
-- ----------------------------
DROP TABLE IF EXISTS `t_config_tasksplit`;
CREATE TABLE `t_config_tasksplit` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `TaskType` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `SerialNo` tinyint(3) unsigned DEFAULT NULL COMMENT '序号',
  `AgvTaskType` tinyint(3) unsigned DEFAULT NULL COMMENT 'AGV动作',
  `FromPoint` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '起始标志',
  `ToPoint` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '终点标志',
  `WaitTime` smallint(5) unsigned DEFAULT NULL COMMENT '等待时间',
  `IsCarry` tinyint(4) DEFAULT NULL COMMENT '是否携带货架',
  `TaskRequestType` tinyint(3) unsigned DEFAULT NULL COMMENT '任务反馈状态',
  `Height` int(11) DEFAULT NULL,
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='任务分解表';

-- ----------------------------
-- Records of t_config_tasksplit
-- ----------------------------
INSERT INTO `t_config_tasksplit` VALUES ('1', '普通行走', '1', '8', '1', '13', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('2', '普通行走', '2', '1', '13', '3', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('3', '升降到指定高度', '1', '4', '1', '1', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('4', '倒车行走', '1', '8', '1', '3', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('5', '充电', '1', '4', '1', '1', '0', '0', '101', '0');
INSERT INTO `t_config_tasksplit` VALUES ('6', '充电', '2', '8', '1', '13', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('7', '充电', '3', '1', '13', '4', '0', '0', '101', '0');
INSERT INTO `t_config_tasksplit` VALUES ('8', '充电', '4', '8', '4', '3', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('9', '充电', '5', '6', '3', '3', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('10', '取消充电', '1', '7', '1', '1', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('11', '取消充电', '1', '1', '1', '5', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('12', '回家', '1', '8', '1', '13', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('13', '回家', '2', '4', '13', '13', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('14', '回家', '3', '1', '13', '3', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('15', '上升到顶', '1', '2', '1', '1', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('16', '下降到底', '1', '3', '1', '1', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit` VALUES ('21', '物料出库', '1', '8', '1', '13', '0', '0', '101', '0');
INSERT INTO `t_config_tasksplit` VALUES ('22', '物料出库', '2', '1', '13', '2', '0', '0', '101', '0');
INSERT INTO `t_config_tasksplit` VALUES ('23', '物料出库', '3', '2', '2', '2', '0', '1', '101', '0');
INSERT INTO `t_config_tasksplit` VALUES ('24', '物料出库', '4', '8', '2', '4', '0', '1', '101', '0');
INSERT INTO `t_config_tasksplit` VALUES ('25', '物料出库', '5', '1', '4', '3', '0', '1', '101', '0');
INSERT INTO `t_config_tasksplit` VALUES ('26', '物料出库', '6', '3', '3', '3', '0', '0', '95', '0');
INSERT INTO `t_config_tasksplit` VALUES ('31', '物料入库', '1', '8', '1', '13', '0', '0', '101', '0');
INSERT INTO `t_config_tasksplit` VALUES ('32', '物料入库', '2', '1', '13', '2', '0', '0', '101', '0');
INSERT INTO `t_config_tasksplit` VALUES ('33', '物料入库', '3', '2', '2', '2', '0', '1', '101', '0');
INSERT INTO `t_config_tasksplit` VALUES ('34', '物料入库', '4', '8', '2', '4', '0', '1', '101', '0');
INSERT INTO `t_config_tasksplit` VALUES ('35', '物料入库', '5', '1', '4', '3', '0', '1', '101', '0');
INSERT INTO `t_config_tasksplit` VALUES ('36', '物料入库', '6', '3', '3', '3', '0', '0', '95', '0');

-- ----------------------------
-- Table structure for t_config_tasksplit_222
-- ----------------------------
DROP TABLE IF EXISTS `t_config_tasksplit_222`;
CREATE TABLE `t_config_tasksplit_222` (
  `ID` int(11) NOT NULL DEFAULT '0',
  `TaskID` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '任务名称',
  `SerialNo` tinyint(3) unsigned DEFAULT NULL COMMENT '序号',
  `AgvTaskType` tinyint(3) unsigned DEFAULT NULL COMMENT 'AGV动作',
  `FromPoint` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '起始标志',
  `ToPoint` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '终点标志',
  `WaitTime` smallint(5) unsigned DEFAULT NULL COMMENT '等待时间',
  `IsCarry` tinyint(4) DEFAULT NULL COMMENT '是否携带货架',
  `TaskRequestType` tinyint(3) unsigned DEFAULT NULL COMMENT '任务反馈状态',
  `Height` int(11) DEFAULT NULL,
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

-- ----------------------------
-- Records of t_config_tasksplit_222
-- ----------------------------
INSERT INTO `t_config_tasksplit_222` VALUES ('1', '普通行走', '1', '1', '1', '3', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('2', '倒车行走', '1', '8', '1', '3', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('3', '升降到指定高度', '1', '4', '1', '1', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('7', '充电', '2', '1', '1', '9', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('8', '充电', '3', '8', '9', '3', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('9', '取消充电', '1', '7', '1', '1', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('100', '输送线任务', '2', '1', '1', '6', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('101', '输送线任务', '3', '8', '6', '4', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('102', '输送线任务', '4', '4', '4', '4', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('103', '输送线任务', '5', '8', '4', '2', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('104', '输送线任务', '6', '4', '2', '2', '0', '1', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('105', '输送线任务', '7', '1', '2', '4', '0', '1', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('106', '输送线任务', '8', '4', '4', '4', '0', '1', '101', '200');
INSERT INTO `t_config_tasksplit_222` VALUES ('107', '输送线任务', '9', '1', '4', '7', '0', '1', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('108', '输送线任务', '10', '8', '7', '5', '0', '1', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('109', '输送线任务', '11', '4', '5', '5', '0', '1', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('110', '输送线任务', '12', '8', '5', '3', '0', '1', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('111', '输送线任务', '13', '4', '3', '3', '0', '1', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('112', '输送线任务', '14', '1', '3', '5', '0', '1', '95', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('113', '输送线任务', '15', '4', '5', '5', '0', '0', '101', '200');
INSERT INTO `t_config_tasksplit_222` VALUES ('114', '出库区任务', '2', '1', '1', '6', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('115', '出库区任务', '3', '8', '6', '4', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('116', '出库区任务', '4', '4', '4', '4', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('117', '出库区任务', '5', '8', '4', '2', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('118', '出库区任务', '6', '4', '2', '2', '0', '1', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('119', '出库区任务', '7', '1', '2', '4', '0', '1', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('120', '出库区任务', '8', '4', '4', '4', '0', '1', '40', '200');
INSERT INTO `t_config_tasksplit_222` VALUES ('121', '出库区任务', '9', '1', '4', '10', '0', '1', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('123', '出库区任务', '10', '8', '10', '3', '0', '1', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('124', '出库区任务', '11', '4', '3', '3', '0', '1', '101', '1');
INSERT INTO `t_config_tasksplit_222` VALUES ('125', '出库区任务', '12', '1', '3', '11', '0', '1', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('126', '出库区任务', '13', '4', '11', '11', '0', '1', '95', '200');
INSERT INTO `t_config_tasksplit_222` VALUES ('127', '回家', '2', '1', '1', '9', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('128', '回家', '3', '8', '9', '3', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('129', '充电', '4', '6', '3', '3', '0', '0', '101', null);
INSERT INTO `t_config_tasksplit_222` VALUES ('130', '输送线任务', '1', '4', '1', '1', '0', '0', '10', '220');
INSERT INTO `t_config_tasksplit_222` VALUES ('131', '出库区任务', '1', '4', '1', '1', '0', '0', '10', '220');
INSERT INTO `t_config_tasksplit_222` VALUES ('132', '充电', '1', '4', '1', '1', '0', '0', '101', '220');
INSERT INTO `t_config_tasksplit_222` VALUES ('133', '回家', '1', '4', '1', '1', '0', '0', '101', '220');

-- ----------------------------
-- Table structure for t_config_tim
-- ----------------------------
DROP TABLE IF EXISTS `t_config_tim`;
CREATE TABLE `t_config_tim` (
  `ID` int(11) NOT NULL COMMENT 'ID',
  `AreaType` int(11) NOT NULL COMMENT '区域类型',
  `AntiCollision` int(11) NOT NULL COMMENT '防撞代码',
  `Barcode` varchar(50) COLLATE utf8mb4_bin NOT NULL COMMENT 'RFID值',
  `IntX` int(11) NOT NULL COMMENT 'X值',
  `IntY` int(11) NOT NULL COMMENT 'Y值',
  `OriAgv` int(11) NOT NULL COMMENT '车头方向',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='防撞配置表';

-- ----------------------------
-- Records of t_config_tim
-- ----------------------------

-- ----------------------------
-- Table structure for t_log_agvcharge
-- ----------------------------
DROP TABLE IF EXISTS `t_log_agvcharge`;
CREATE TABLE `t_log_agvcharge` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `AgvNo` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '车号',
  `StartVoltage` int(11) DEFAULT NULL COMMENT '开始充电电量',
  `StartTime` datetime DEFAULT NULL COMMENT '开始充电时间',
  `EndVoltage` int(11) DEFAULT NULL COMMENT '结束充电电量',
  `EndTime` datetime DEFAULT NULL COMMENT '结束充电时间',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='充电记录表';

-- ----------------------------
-- Records of t_log_agvcharge
-- ----------------------------

-- ----------------------------
-- Table structure for t_log_agverrmsg
-- ----------------------------
DROP TABLE IF EXISTS `t_log_agverrmsg`;
CREATE TABLE `t_log_agverrmsg` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `TaskNo` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '异常任务号',
  `AgvNo` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'AGV编号',
  `Barcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '发生故障码值',
  `ErrorMsg` varchar(100) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '故障信息',
  `StartErrTime` datetime DEFAULT NULL COMMENT '故障开始时间',
  `EndErrTime` datetime DEFAULT NULL COMMENT '故障结束时间',
  `UpdateErrTime` datetime DEFAULT NULL COMMENT '故障更新时间',
  `AgvState` int(11) DEFAULT NULL,
  `SubTaskNo` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=85 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='AGV异常记录表';

-- ----------------------------
-- Records of t_log_agverrmsg
-- ----------------------------
INSERT INTO `t_log_agverrmsg` VALUES ('58', null, 'B001', '', '测试', '2024-07-16 17:15:58', '2024-07-16 17:15:58', '2024-07-16 17:15:58', '15', null);
INSERT INTO `t_log_agverrmsg` VALUES ('61', '20240813000012', 'A004', '712', '障碍报警', '2024-08-13 15:04:19', '2024-08-13 15:04:21', '2024-08-13 15:04:21', '11', '2636506');
INSERT INTO `t_log_agverrmsg` VALUES ('62', '20240813000012', 'A004', '712', '急停停车', '2024-08-13 15:05:22', '2024-08-13 15:05:23', '2024-08-13 15:05:23', '11', '2636506');
INSERT INTO `t_log_agverrmsg` VALUES ('63', '20240813000012', 'A004', '712', '驱动器报警', '2024-08-13 15:05:22', '2024-08-13 15:05:22', '2024-08-13 15:05:22', '11', '2636506');
INSERT INTO `t_log_agverrmsg` VALUES ('64', '20240813000012', 'A004', '712', '中心点位置偏离轨道过大报警', '2024-08-13 15:09:51', '2024-08-13 15:09:51', '2024-08-13 15:09:51', '13', '2636506');
INSERT INTO `t_log_agverrmsg` VALUES ('65', '20240813000012', 'A004', '712', '障碍报警', '2024-08-13 15:10:18', '2024-08-13 15:10:20', '2024-08-13 15:10:20', '13', '2636506');
INSERT INTO `t_log_agverrmsg` VALUES ('66', '20240813000013', 'A004', '727', '障碍报警', '2024-08-13 15:23:52', '2024-08-13 15:23:54', '2024-08-13 15:23:54', '13', '8095101');
INSERT INTO `t_log_agverrmsg` VALUES ('67', '20240813000013', 'A004', '727', '急停停车', '2024-08-13 15:26:59', '2024-08-13 15:27:00', '2024-08-13 15:27:00', '11', '8095101');
INSERT INTO `t_log_agverrmsg` VALUES ('68', null, 'A004', '746', '障碍报警', '2024-08-13 15:34:27', '2024-08-13 15:34:29', '2024-08-13 15:34:29', '11', null);
INSERT INTO `t_log_agverrmsg` VALUES ('69', null, 'A004', '746', '中心点位置偏离轨道过大报警', '2024-08-13 15:55:41', '2024-08-13 15:55:41', '2024-08-13 15:55:41', '11', null);
INSERT INTO `t_log_agverrmsg` VALUES ('70', '20240813000014', 'A004', '727', '障碍报警', '2024-08-13 15:56:29', '2024-08-13 15:56:29', '2024-08-13 15:56:29', '13', '5037401');
INSERT INTO `t_log_agverrmsg` VALUES ('71', '20240813000014', 'A004', '727', '中心点位置偏离轨道过大报警', '2024-08-13 16:02:33', '2024-08-13 16:02:33', '2024-08-13 16:02:33', '13', '5037401');
INSERT INTO `t_log_agverrmsg` VALUES ('72', '20240813000014', 'A004', '712', '障碍报警', '2024-08-13 16:03:28', '2024-08-13 16:03:29', '2024-08-13 16:03:29', '13', '5037401');
INSERT INTO `t_log_agverrmsg` VALUES ('73', '20240813000014', 'A004', '2112', '急停停车', '2024-08-13 16:09:28', '2024-08-13 16:09:29', '2024-08-13 16:09:29', '11', '5037402');
INSERT INTO `t_log_agverrmsg` VALUES ('74', '20240813000014', 'A004', '2112', '障碍报警', '2024-08-13 17:10:04', '2024-08-13 17:10:06', '2024-08-13 17:10:06', '11', '5037402');
INSERT INTO `t_log_agverrmsg` VALUES ('75', '20240813000014', 'A004', '2112', '中心点位置偏离轨道过大报警', '2024-08-13 17:11:05', '2024-08-13 17:11:05', '2024-08-13 17:11:05', '11', '5037402');
INSERT INTO `t_log_agverrmsg` VALUES ('76', '20240813000014', 'A004', '2112', '中心点位置偏离轨道过大报警', '2024-08-13 17:16:18', '2024-08-13 17:16:18', '2024-08-13 17:16:18', '11', '5037402');
INSERT INTO `t_log_agverrmsg` VALUES ('77', null, 'A004', '2112', '中心点位置偏离轨道过大报警', '2024-08-13 18:53:18', '2024-08-13 18:53:18', '2024-08-13 18:53:18', '11', null);
INSERT INTO `t_log_agverrmsg` VALUES ('78', '20240813000017', 'A004', '2110', '急停停车', '2024-08-13 18:55:44', '2024-08-13 18:55:45', '2024-08-13 18:55:45', '13', '1116804');
INSERT INTO `t_log_agverrmsg` VALUES ('79', '20240813000017', 'A004', '2110', '驱动器报警', '2024-08-13 18:55:46', '2024-08-13 18:55:47', '2024-08-13 18:55:47', '13', '1116804');
INSERT INTO `t_log_agverrmsg` VALUES ('80', '20240813000018', 'A004', '2112', '障碍报警', '2024-08-14 08:50:16', '2024-08-14 08:50:19', '2024-08-14 08:50:19', '11', '9854001');
INSERT INTO `t_log_agverrmsg` VALUES ('81', '20240813000018', 'A004', '712', '急停停车', '2024-08-14 08:50:43', '2024-08-14 08:50:46', '2024-08-14 08:50:46', '13', '9854001');
INSERT INTO `t_log_agverrmsg` VALUES ('82', '20240813000018', 'A004', '712', '中心点位置偏离轨道过大报警', '2024-08-14 08:51:21', '2024-08-14 08:51:21', '2024-08-14 08:51:21', '13', '9854001');
INSERT INTO `t_log_agverrmsg` VALUES ('83', null, 'A004', '2110', '驱动器报警', '2024-08-14 08:51:49', '2024-08-14 08:51:49', '2024-08-14 08:51:49', '11', null);
INSERT INTO `t_log_agverrmsg` VALUES ('84', '20240814000002', 'A004', '2112', '障碍报警', '2024-08-14 08:55:01', '2024-08-14 08:55:03', '2024-08-14 08:55:03', '11', '1176602');

-- ----------------------------
-- Table structure for t_log_agvmilage
-- ----------------------------
DROP TABLE IF EXISTS `t_log_agvmilage`;
CREATE TABLE `t_log_agvmilage` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `AgvNo` varchar(50) COLLATE utf8mb4_bin NOT NULL COMMENT '任务车号',
  `StartBarcode` varchar(20) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '开始位置',
  `EndBarcode` varchar(20) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '结束位置',
  `Mileage` int(11) DEFAULT NULL COMMENT '里程',
  `StartTime` datetime DEFAULT NULL COMMENT '开始时间',
  `EndTime` datetime DEFAULT NULL COMMENT '结束时间',
  `TaskNo` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '任务号',
  `TaskGroup` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '任务群组',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=290 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='AGV里程记录表';

-- ----------------------------
-- Records of t_log_agvmilage
-- ----------------------------
INSERT INTO `t_log_agvmilage` VALUES ('258', 'A006', '712', '744', '0', '2024-08-08 16:46:53', null, '20240808000001', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('259', 'A006', '744', '2112', '0', '2024-08-09 10:05:21', null, '20240809000001', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('260', 'A006', '2112', '2112', '0', '2024-08-09 10:13:21', null, '20240809000002', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('261', 'A006', '2112', '2112', '0', '2024-08-09 10:13:49', null, '20240809000003', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('262', 'A006', '2112', '2144', '0', '2024-08-09 10:14:31', null, '20240809000004', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('263', 'A006', '2144', '2144', '0', '2024-08-09 15:53:20', null, '20240809000006', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('264', 'A006', '2144', '2144', '0', '2024-08-09 16:08:54', null, '20240809000007', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('265', 'A006', '2144', '2144', '0', '2024-08-09 16:09:13', null, '20240809000008', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('266', 'A006', '2144', '2144', '0', '2024-08-09 16:09:31', null, '20240809000009', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('267', 'A006', '2144', '2144', '0', '2024-08-09 16:12:53', null, '20240809000010', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('268', 'A006', '2144', '2144', '0', '2024-08-09 16:14:25', null, '20240809000011', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('269', 'A006', '2144', '2144', '0', '2024-08-09 16:14:41', null, '20240809000012', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('270', 'A006', '2144', '2144', '0', '2024-08-09 16:14:56', null, '20240809000013', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('271', 'A006', '2144', '2144', '0', '2024-08-09 16:15:33', null, '20240809000014', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('272', 'A006', '2144', '2144', '0', '2024-08-09 16:15:55', null, '20240809000015', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('273', 'A006', '2144', '2144', '0', '2024-08-09 16:25:48', null, '20240809000016', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('274', 'A004', '712', '744', '0', '2024-08-12 15:36:28', null, '20240812000002', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('275', 'A004', '744', '744', '0', '2024-08-12 16:12:42', null, '20240812000003', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('276', 'A004', '744', '744', '0', '2024-08-12 16:53:31', null, '20240812000004', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('277', 'A004', '710', '746', '0', '2024-08-13 10:46:59', null, '20240813000002', 'RCS复合任务');
INSERT INTO `t_log_agvmilage` VALUES ('278', 'A004', '710', '746', '0', '2024-08-13 10:53:04', null, '20240813000003', 'RCS复合任务');
INSERT INTO `t_log_agvmilage` VALUES ('279', 'A004', '710', '746', '0', '2024-08-13 11:04:30', null, '20240813000004', 'RCS复合任务');
INSERT INTO `t_log_agvmilage` VALUES ('280', 'A004', '710', '746', '0', '2024-08-13 11:22:17', null, '20240813000006', 'RCS复合任务');
INSERT INTO `t_log_agvmilage` VALUES ('281', 'A004', '710', '746', '0', '2024-08-13 11:12:56', null, '20240813000005', 'RCS复合任务');
INSERT INTO `t_log_agvmilage` VALUES ('282', 'A004', '710', '746', '0', '2024-08-13 11:27:36', null, '20240813000007', 'RCS复合任务');
INSERT INTO `t_log_agvmilage` VALUES ('283', 'A004', '710', '746', '0', '2024-08-13 11:32:18', null, '20240813000008', 'RCS复合任务');
INSERT INTO `t_log_agvmilage` VALUES ('284', 'A004', '710', '746', '0', '2024-08-13 13:51:15', null, '20240813000012', 'RCS复合任务');
INSERT INTO `t_log_agvmilage` VALUES ('285', 'A004', '710', '746', '0', '2024-08-13 15:22:06', null, '20240813000013', 'RCS复合任务');
INSERT INTO `t_log_agvmilage` VALUES ('286', 'A004', '2112', '2110', '0', '2024-08-13 17:20:10', null, '20240813000015', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('287', 'A004', '2112', '2110', '0', '2024-08-13 17:22:23', null, '20240813000016', 'RCS单步任务');
INSERT INTO `t_log_agvmilage` VALUES ('288', 'A004', '2110', '710', '0', '2024-08-13 18:55:16', null, '20240813000017', 'RCS复合任务');
INSERT INTO `t_log_agvmilage` VALUES ('289', 'A004', '2110', '710', '0', '2024-08-14 08:54:06', null, '20240814000002', 'RCS复合任务');

-- ----------------------------
-- Table structure for t_log_agvstate
-- ----------------------------
DROP TABLE IF EXISTS `t_log_agvstate`;
CREATE TABLE `t_log_agvstate` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `AgvNo` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '车号',
  `AgvState` int(11) DEFAULT NULL COMMENT '小车状态',
  `StartTime` datetime DEFAULT NULL COMMENT '开始时间',
  `EndTime` datetime DEFAULT NULL COMMENT '结束时间',
  PRIMARY KEY (`ID`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='AGV状态变化记录表';

-- ----------------------------
-- Records of t_log_agvstate
-- ----------------------------

-- ----------------------------
-- Table structure for t_log_subtask
-- ----------------------------
DROP TABLE IF EXISTS `t_log_subtask`;
CREATE TABLE `t_log_subtask` (
  `ID` int(11) NOT NULL,
  `TaskId` int(11) DEFAULT NULL COMMENT '主任务ID',
  `SerialNo` tinyint(3) unsigned DEFAULT NULL COMMENT '序号',
  `SubTaskNo` int(10) unsigned DEFAULT NULL COMMENT '子任务号',
  `TaskNo` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '主任务号',
  `ActionType` tinyint(3) unsigned DEFAULT NULL,
  `StartBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '起点',
  `EndBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '终点',
  `Height` smallint(5) unsigned DEFAULT NULL,
  `WaitTime` smallint(5) unsigned DEFAULT NULL COMMENT '等待时间',
  `IsCarry` tinyint(4) DEFAULT NULL COMMENT '是否携带货架',
  `RequestType` tinyint(3) unsigned DEFAULT NULL,
  `SubTaskState` tinyint(3) unsigned DEFAULT NULL COMMENT '子任务状态',
  `BeginTime` datetime DEFAULT NULL COMMENT '开始时间',
  `EndTime` datetime DEFAULT NULL COMMENT '结束时间',
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='子任务历史记录表';

-- ----------------------------
-- Records of t_log_subtask
-- ----------------------------
INSERT INTO `t_log_subtask` VALUES ('0', null, '1', '7708001', '20240809000002', '2', '2112', '2112', '0', '0', '0', '101', '100', '2024-08-09 10:13:21', '2024-08-09 10:13:38');
INSERT INTO `t_log_subtask` VALUES ('3602', null, '1', '8548701', '20240808000001', '1', '712', '744', '0', '0', '0', '101', '100', '2024-08-08 16:48:16', '2024-08-09 10:01:17');
INSERT INTO `t_log_subtask` VALUES ('3603', null, '1', '4389101', '20240809000001', '1', '744', '2112', '0', '0', '0', '101', '100', '2024-08-09 10:09:28', '2024-08-09 10:11:10');
INSERT INTO `t_log_subtask` VALUES ('3608', null, '1', '760401', '20240809000006', '30', '2144', '2144', '0', '0', '0', '101', '100', '2024-08-09 15:57:43', '2024-08-09 16:08:25');
INSERT INTO `t_log_subtask` VALUES ('3611', null, '1', '9353301', '20240809000009', '30', '2144', '2144', '90', '0', '0', '101', '100', '2024-08-09 16:09:31', '2024-08-09 16:11:57');
INSERT INTO `t_log_subtask` VALUES ('3617', null, '1', '7035701', '20240809000015', '30', '2144', '2144', '0', '0', '0', '101', '100', '2024-08-09 16:15:55', '2024-08-09 16:25:37');
INSERT INTO `t_log_subtask` VALUES ('3620', null, '1', '3800601', '20240812000002', '1', '712', '744', '0', '0', '0', '101', '100', '2024-08-12 15:36:28', '2024-08-12 16:07:17');
INSERT INTO `t_log_subtask` VALUES ('3621', null, '1', '8247201', '20240812000003', '31', '744', '744', '0', '0', '0', '101', '100', '2024-08-12 16:12:43', '2024-08-12 16:53:09');
INSERT INTO `t_log_subtask` VALUES ('3623', null, '1', '4855901', '20240813000001', '1', '744', '712', '0', '0', '0', '101', '100', '2024-08-13 10:07:34', '2024-08-13 10:29:55');
INSERT INTO `t_log_subtask` VALUES ('3624', null, '2', '4855902', '20240813000001', '1', '712', '710', '0', '0', '0', '101', '100', '2024-08-13 10:36:01', '2024-08-13 10:36:14');
INSERT INTO `t_log_subtask` VALUES ('3634', null, '5', '4254605', '20240813000002', '1', '712', '744', '0', '0', '1', '101', '100', '2024-08-13 10:48:30', '2024-08-13 10:51:50');
INSERT INTO `t_log_subtask` VALUES ('3635', null, '6', '4254606', '20240813000002', '1', '744', '746', '0', '0', '1', '101', '100', '2024-08-13 10:51:52', '2024-08-13 10:52:06');
INSERT INTO `t_log_subtask` VALUES ('3636', null, '7', '4254607', '20240813000002', '3', '746', '746', '0', '0', '1', '101', '100', '2024-08-13 10:52:08', '2024-08-13 10:52:25');
INSERT INTO `t_log_subtask` VALUES ('3655', null, '6', '3039906', '20240813000005', '1', '712', '744', '0', '0', '1', '101', '100', '2024-08-13 11:25:50', '2024-08-13 11:26:04');
INSERT INTO `t_log_subtask` VALUES ('3656', null, '7', '3039907', '20240813000005', '1', '744', '746', '0', '0', '1', '101', '100', '2024-08-13 11:26:06', '2024-08-13 11:26:21');
INSERT INTO `t_log_subtask` VALUES ('3657', null, '9', '3039909', '20240813000005', '3', '746', '746', '0', '0', '1', '101', '100', '2024-08-13 11:26:22', '2024-08-13 11:26:23');
INSERT INTO `t_log_subtask` VALUES ('3674', null, '1', '8991001', '20240813000008', '1', '746', '712', '0', '0', '0', '101', '100', '2024-08-13 11:35:18', '2024-08-13 11:35:49');
INSERT INTO `t_log_subtask` VALUES ('3675', null, '2', '8991002', '20240813000008', '1', '712', '710', '0', '0', '0', '101', '100', '2024-08-13 11:35:51', '2024-08-13 11:35:59');
INSERT INTO `t_log_subtask` VALUES ('3676', null, '3', '8991003', '20240813000008', '31', '710', '710', '0', '0', '0', '101', '100', '2024-08-13 11:36:00', '2024-08-13 11:36:23');
INSERT INTO `t_log_subtask` VALUES ('3677', null, '4', '8991004', '20240813000008', '2', '710', '710', '0', '0', '1', '101', '100', '2024-08-13 11:36:25', '2024-08-13 11:36:43');
INSERT INTO `t_log_subtask` VALUES ('3678', null, '5', '8991005', '20240813000008', '1', '710', '712', '0', '0', '1', '101', '100', '2024-08-13 11:36:45', '2024-08-13 11:37:01');
INSERT INTO `t_log_subtask` VALUES ('3679', null, '6', '8991006', '20240813000008', '1', '712', '744', '0', '0', '1', '101', '100', '2024-08-13 11:37:03', '2024-08-13 11:37:26');
INSERT INTO `t_log_subtask` VALUES ('3680', null, '7', '8991007', '20240813000008', '1', '744', '746', '0', '0', '1', '101', '100', '2024-08-13 11:37:27', '2024-08-13 11:37:35');
INSERT INTO `t_log_subtask` VALUES ('3681', null, '8', '8991008', '20240813000008', '31', '746', '746', '0', '0', '0', '101', '100', '2024-08-13 11:37:37', '2024-08-13 11:37:37');
INSERT INTO `t_log_subtask` VALUES ('3682', null, '9', '8991009', '20240813000008', '3', '746', '746', '0', '0', '1', '101', '100', '2024-08-13 11:37:39', '2024-08-13 11:37:56');
INSERT INTO `t_log_subtask` VALUES ('3708', null, '1', '2636501', '20240813000012', '1', '727', '712', '0', '0', '0', '101', '100', '2024-08-13 13:54:21', '2024-08-13 14:55:02');
INSERT INTO `t_log_subtask` VALUES ('3709', null, '2', '2636502', '20240813000012', '1', '712', '710', '0', '0', '0', '101', '100', '2024-08-13 14:55:04', '2024-08-13 14:55:16');
INSERT INTO `t_log_subtask` VALUES ('3710', null, '3', '2636503', '20240813000012', '31', '710', '710', '0', '0', '0', '101', '100', '2024-08-13 14:55:18', '2024-08-13 14:55:40');
INSERT INTO `t_log_subtask` VALUES ('3711', null, '4', '2636504', '20240813000012', '2', '710', '710', '0', '0', '1', '101', '100', '2024-08-13 14:55:42', '2024-08-13 14:55:43');
INSERT INTO `t_log_subtask` VALUES ('3712', null, '5', '2636505', '20240813000012', '1', '710', '712', '0', '0', '1', '101', '100', '2024-08-13 14:55:44', '2024-08-13 14:56:00');
INSERT INTO `t_log_subtask` VALUES ('3713', null, '6', '2636506', '20240813000012', '1', '712', '744', '0', '0', '1', '101', '100', '2024-08-13 14:56:02', '2024-08-13 15:20:48');
INSERT INTO `t_log_subtask` VALUES ('3714', null, '7', '2636507', '20240813000012', '1', '744', '746', '0', '0', '1', '101', '100', '2024-08-13 15:20:50', '2024-08-13 15:20:59');
INSERT INTO `t_log_subtask` VALUES ('3715', null, '8', '2636508', '20240813000012', '31', '746', '746', '0', '0', '0', '101', '100', '2024-08-13 15:21:00', '2024-08-13 15:21:23');
INSERT INTO `t_log_subtask` VALUES ('3716', null, '9', '2636509', '20240813000012', '3', '746', '746', '0', '0', '1', '101', '100', '2024-08-13 15:21:25', '2024-08-13 15:21:42');
INSERT INTO `t_log_subtask` VALUES ('3717', null, '1', '8095101', '20240813000013', '1', '746', '712', '0', '0', '0', '101', '100', '2024-08-13 15:22:07', '2024-08-13 15:28:19');
INSERT INTO `t_log_subtask` VALUES ('3718', null, '2', '8095102', '20240813000013', '1', '712', '710', '0', '0', '0', '101', '100', '2024-08-13 15:28:22', '2024-08-13 15:28:29');
INSERT INTO `t_log_subtask` VALUES ('3719', null, '3', '8095103', '20240813000013', '31', '710', '710', '0', '0', '0', '101', '100', '2024-08-13 15:28:32', '2024-08-13 15:28:54');
INSERT INTO `t_log_subtask` VALUES ('3720', null, '4', '8095104', '20240813000013', '2', '710', '710', '0', '0', '1', '101', '100', '2024-08-13 15:28:56', '2024-08-13 15:29:13');
INSERT INTO `t_log_subtask` VALUES ('3721', null, '5', '8095105', '20240813000013', '1', '710', '712', '0', '0', '1', '101', '100', '2024-08-13 15:29:15', '2024-08-13 15:29:31');
INSERT INTO `t_log_subtask` VALUES ('3722', null, '6', '8095106', '20240813000013', '1', '712', '744', '0', '0', '1', '101', '100', '2024-08-13 15:29:33', '2024-08-13 15:29:56');
INSERT INTO `t_log_subtask` VALUES ('3723', null, '7', '8095107', '20240813000013', '1', '744', '746', '0', '0', '1', '101', '100', '2024-08-13 15:29:58', '2024-08-13 15:30:27');
INSERT INTO `t_log_subtask` VALUES ('3724', null, '8', '8095108', '20240813000013', '31', '746', '746', '0', '0', '0', '101', '100', '2024-08-13 15:30:29', '2024-08-13 15:30:29');
INSERT INTO `t_log_subtask` VALUES ('3725', null, '9', '8095109', '20240813000013', '3', '746', '746', '0', '0', '1', '101', '100', '2024-08-13 15:30:31', '2024-08-13 15:30:48');
INSERT INTO `t_log_subtask` VALUES ('3726', null, '1', '5037401', '20240813000014', '1', '746', '2112', '0', '0', '0', '101', '100', '2024-08-13 15:56:00', '2024-08-13 16:04:04');
INSERT INTO `t_log_subtask` VALUES ('3727', null, '2', '5037402', '20240813000014', '1', '2112', '2110', '0', '0', '0', '101', '100', '2024-08-13 16:04:06', '2024-08-13 17:16:26');
INSERT INTO `t_log_subtask` VALUES ('3744', null, '1', '9854001', '20240813000018', '1', '712', '2112', '0', '0', '0', '101', '100', '2024-08-14 08:50:42', '2024-08-14 08:51:24');
INSERT INTO `t_log_subtask` VALUES ('3745', null, '2', '9854002', '20240813000018', '1', '2112', '2110', '0', '0', '0', '101', '100', '2024-08-14 08:51:26', '2024-08-14 08:51:38');

-- ----------------------------
-- Table structure for t_log_task
-- ----------------------------
DROP TABLE IF EXISTS `t_log_task`;
CREATE TABLE `t_log_task` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `TaskNo` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '主任务号',
  `TaskType` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
  `TaskGroup` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '任务群组',
  `TaskLevel` int(11) DEFAULT NULL COMMENT '任务等级',
  `TaskPallet` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '任务托盘信息',
  `Initial` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '起始位置',
  `Target` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '目标位置',
  `StartBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '起始点信息',
  `EndBarcode` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '目标点信息',
  `AcceptTime` datetime DEFAULT NULL COMMENT '任务接收时间',
  `IsSubmit` tinyint(4) DEFAULT NULL COMMENT '是否提交',
  `TaskAgvNo` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '执行任务AGV',
  `BeginTime` datetime DEFAULT NULL COMMENT '开始时间',
  `EndTime` datetime DEFAULT NULL COMMENT '结束时间',
  `TaskErrMsg` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL COMMENT '任务异常信息',
  `TaskState` tinyint(3) unsigned DEFAULT NULL COMMENT '任务状态',
  `Direction` int(11) DEFAULT NULL COMMENT '转盘方向',
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=542 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC COMMENT='主任务历史记录表';

-- ----------------------------
-- Records of t_log_task
-- ----------------------------
INSERT INTO `t_log_task` VALUES ('1', '20240809000003', '下降到底', 'RCS单步任务', '1', '0', '', '', '2112', '2112', '2024-08-09 10:13:47', '1', 'A006', '2024-08-09 10:13:49', '2024-08-09 10:14:06', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('487', '20240808000001', '普通行走', 'RCS单步任务', '1', '0', '', '', '712', '744', '2024-08-08 16:45:11', '1', 'A006', '2024-08-08 16:46:53', '2024-08-09 10:01:17', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('488', '20240809000001', '普通行走', 'RCS单步任务', '1', '0', '', '', '744', '2112', '2024-08-09 10:01:35', '1', 'A006', '2024-08-09 10:05:21', '2024-08-09 10:11:10', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('489', '20240809000002', '上升到顶', 'RCS单步任务', '1', '0', '', '', '2112', '2112', '2024-08-09 10:11:31', '1', 'A006', '2024-08-09 10:13:21', '2024-08-09 10:13:38', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('492', '20240809000005', '姿态调整', 'RCS单步任务', '1', '0', '', '', '2144', '2144', '2024-08-09 15:32:26', '1', 'A006', '2024-08-09 15:34:24', '2024-08-09 15:52:46', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('493', '20240809000006', '姿态调整', 'RCS单步任务', '1', '0', '', '', '2144', '2144', '2024-08-09 15:53:19', '1', 'A006', '2024-08-09 15:53:20', '2024-08-09 16:08:25', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('496', '20240809000009', '姿态调整', 'RCS单步任务', '1', '0', '', '', '2144', '2144', '2024-08-09 16:09:29', '1', 'A006', '2024-08-09 16:09:31', '2024-08-09 16:11:57', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('502', '20240809000015', '姿态调整', 'RCS单步任务', '1', '0', '', '', '2144', '2144', '2024-08-09 16:15:53', '1', 'A006', '2024-08-09 16:15:55', '2024-08-09 16:25:37', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('504', '20240812000001', '普通行走', 'RCS单步任务', '1', '0', '', '', '712', '744', '2024-08-12 15:29:46', '1', 'A004', '2024-08-12 15:29:48', '2024-08-12 15:36:16', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('505', '20240812000002', '普通行走', 'RCS单步任务', '1', '0', '', '', '712', '744', '2024-08-12 15:36:26', '1', 'A004', '2024-08-12 15:36:28', '2024-08-12 16:07:17', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('506', '20240812000003', '对中', 'RCS单步任务', '1', '0', '', '', '744', '744', '2024-08-12 16:09:48', '1', 'A004', '2024-08-12 16:12:42', '2024-08-12 16:53:09', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('508', '20240813000001', '物料配送', 'RCS复合任务', '5', '1', '取料区15', '取料区16', '710', '746', '2024-08-13 09:23:45', '1', 'A004', '2024-08-13 09:34:39', '2024-08-13 10:44:20', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('509', '20240813000002', '物料配送', 'RCS复合任务', '5', '1', '取料区15', '取料区16', '710', '746', '2024-08-13 10:45:06', '1', 'A004', '2024-08-13 10:46:59', '2024-08-13 10:52:25', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('512', '20240813000005', '物料配送', 'RCS复合任务', '5', '1', '取料区15', '取料区16', '710', '746', '2024-08-13 11:12:55', '1', 'A004', '2024-08-13 11:12:56', '2024-08-13 11:26:23', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('515', '20240813000008', '物料配送', 'RCS复合任务', '5', '1', '取料区15', '取料区16', '710', '746', '2024-08-13 11:32:09', '1', 'A004', '2024-08-13 11:32:18', '2024-08-13 11:37:56', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('516', '20240813000009', '物料配送', 'RCS复合任务', '5', '1', '取料区15', '取料区16', '710', '746', '2024-08-13 11:38:31', '1', 'A004', '2024-08-13 11:38:32', '2024-08-13 11:49:18', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('517', '20240813000010', '物料配送', 'RCS复合任务', '5', '1', '取料区15', '取料区16', '710', '746', '2024-08-13 11:44:26', '1', 'A004', '2024-08-13 11:44:28', '2024-08-13 11:49:23', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('518', '20240813000011', '物料配送', 'RCS复合任务', '5', '1', '取料区15', '取料区16', '710', '746', '2024-08-13 11:49:36', '1', 'A004', '2024-08-13 11:49:37', '2024-08-13 13:50:19', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('519', '20240813000012', '物料配送', 'RCS复合任务', '5', '1', '取料区15', '取料区16', '710', '746', '2024-08-13 13:50:33', '1', 'A004', '2024-08-13 13:51:15', '2024-08-13 15:21:42', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('520', '20240813000013', '物料配送', 'RCS复合任务', '5', '1', '取料区15', '取料区16', '710', '746', '2024-08-13 15:22:05', '1', 'A004', '2024-08-13 15:22:06', '2024-08-13 15:30:48', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('521', '20240813000014', '物料配送', 'RCS复合任务', '5', '1', '取料区24', '取料区15', '2110', '710', '2024-08-13 15:55:59', '1', 'A004', '2024-08-13 15:56:00', '2024-08-13 17:19:47', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('522', '20240813000018', '物料配送', 'RCS复合任务', '5', '1', '取料区24', '取料区15', '2110', '710', '2024-08-13 18:58:06', '1', 'A004', '2024-08-13 18:58:14', '2024-08-14 08:51:46', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('523', '20240814000001', '物料配送', 'RCS复合任务', '5', '1', '取料区24', '取料区15', '2110', '710', '2024-08-14 08:52:07', '1', 'A004', '2024-08-14 08:52:46', '2024-08-14 08:54:01', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('524', '20240814000002', '物料配送', 'RCS复合任务', '5', '1', '取料区24', '取料区15', '2110', '710', '2024-08-14 08:54:05', '1', 'A004', '2024-08-14 08:54:06', '2024-08-14 08:58:11', '', '100', '0');
INSERT INTO `t_log_task` VALUES ('525', '63', '物料配送', 'WMS任务', '0', '', 'P2001', 'P2002', '1020', '1022', '2024-08-30 08:56:32', '0', '', null, '2024-08-30 08:57:40', '', '105', '0');
INSERT INTO `t_log_task` VALUES ('526', '64', '物料配送', 'WMS任务', '0', '', 'P2001', 'P2002', '1020', '1022', '2024-08-30 09:07:32', '0', '', null, '2024-08-30 09:44:01', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('527', '64', '物料配送', 'WMS任务', '0', '', 'P2001', 'P2002', '1020', '1022', '2024-08-30 09:07:32', '0', '', null, '2024-08-30 09:44:01', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('528', '64', '物料配送', 'WMS任务', '0', '', 'P2001', 'P2002', '1020', '1022', '2024-08-30 09:07:32', '0', '', null, '2024-08-30 09:44:01', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('529', '64', '物料配送', 'WMS任务', '0', '', 'P2001', 'P2002', '1020', '1022', '2024-08-30 09:07:32', '0', '', null, '2024-08-30 09:44:01', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('530', '64', '物料配送', 'WMS任务', '0', '', 'P2001', 'P2002', '1020', '1022', '2024-08-30 09:07:32', '0', '', null, '2024-08-30 09:44:01', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('535', '65', '物料配送', 'WMS任务', '10', 'M00012', 'P2001', 'P2002', '1020', '1022', '2024-08-30 10:00:15', '0', '', null, '2024-08-30 10:11:52', '', '105', '0');
INSERT INTO `t_log_task` VALUES ('536', '66', '物料配送', 'WMS任务', '10', 'M00013', 'P2001', 'P2002', '1020', '1022', '2024-08-30 10:02:10', '0', '', null, '2024-08-30 10:11:56', '', '105', '0');
INSERT INTO `t_log_task` VALUES ('537', '67', '物料配送', 'WMS任务', '10', 'M00016', 'P2003', 'P2004', '1058', '1060', '2024-08-30 10:02:13', '0', '', null, '2024-08-30 10:18:27', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('538', '67', '物料配送', 'WMS任务', '10', 'M00016', 'P2003', 'P2004', '1058', '1060', '2024-08-30 10:02:13', '0', '', null, '2024-08-30 10:18:27', '', '115', '0');
INSERT INTO `t_log_task` VALUES ('539', '68', '物料配送', 'WMS任务', '10', 'M00010', 'P2001', 'P2002', '1020', '1022', '2024-08-30 10:38:28', '0', '', null, '2024-08-30 10:38:44', '', '105', '0');
INSERT INTO `t_log_task` VALUES ('540', '69', '物料配送', 'WMS任务', '10', 'M00020', 'P2001', 'P2002', '1020', '1022', '2024-08-30 10:41:29', '0', '手动强制完成', null, '2024-08-30 10:41:37', '', '105', '0');
INSERT INTO `t_log_task` VALUES ('541', '70', '物料配送', 'WMS任务', '10', 'M00018', 'P2001', 'P2002', '1020', '1022', '2024-08-30 10:42:45', '0', '', null, '2024-08-30 10:42:54', '', '115', '0');

-- ----------------------------
-- Table structure for t_task_assign
-- ----------------------------
DROP TABLE IF EXISTS `t_task_assign`;
CREATE TABLE `t_task_assign` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `taskno` varchar(50) DEFAULT NULL COMMENT '任务编号',
  `taskid` varchar(50) DEFAULT NULL COMMENT '任务ID',
  `typename` varchar(50) DEFAULT NULL COMMENT '任务名称',
  `groupname` varchar(50) DEFAULT NULL COMMENT '任务群组',
  `tasklevel` int(11) DEFAULT NULL COMMENT '任务等级',
  `status` int(11) DEFAULT NULL COMMENT '任务状态',
  `taskinfo` longtext,
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;

-- ----------------------------
-- Records of t_task_assign
-- ----------------------------

-- ----------------------------
-- Table structure for t_task_design
-- ----------------------------
DROP TABLE IF EXISTS `t_task_design`;
CREATE TABLE `t_task_design` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `taskid` varchar(50) DEFAULT NULL,
  `taskname` varchar(200) DEFAULT NULL,
  `groupname` varchar(50) DEFAULT NULL,
  `typename` varchar(50) DEFAULT NULL,
  `tasklevel` int(11) DEFAULT NULL,
  `taskmap` varchar(200) DEFAULT NULL,
  `taskcontent` longtext,
  `remark` varchar(200) DEFAULT NULL,
  `col1` varchar(50) DEFAULT NULL,
  `col2` varchar(50) DEFAULT NULL,
  `col3` varchar(50) DEFAULT NULL,
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;

-- ----------------------------
-- Records of t_task_design
-- ----------------------------

-- ----------------------------
-- Table structure for t_task_group
-- ----------------------------
DROP TABLE IF EXISTS `t_task_group`;
CREATE TABLE `t_task_group` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `groupname` varchar(50) DEFAULT NULL,
  `agvgroup` varchar(50) DEFAULT NULL,
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;

-- ----------------------------
-- Records of t_task_group
-- ----------------------------

-- ----------------------------
-- Table structure for t_task_type
-- ----------------------------
DROP TABLE IF EXISTS `t_task_type`;
CREATE TABLE `t_task_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `groupname` varchar(50) DEFAULT NULL,
  `typename` varchar(50) DEFAULT NULL,
  `tasklevel` int(11) DEFAULT NULL,
  `createTime` datetime DEFAULT NULL COMMENT '创建时间',
  `createBy` varchar(50) DEFAULT NULL COMMENT '创建用户',
  `updateTime` datetime DEFAULT NULL COMMENT '更新时间',
  `updateBy` varchar(50) DEFAULT NULL COMMENT '更新用户',
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;

-- ----------------------------
-- Records of t_task_type
-- ----------------------------