ke_junjie
2025-06-04 101c57ec4c28bc3c36e49c50a926e9e7c0dd0247
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
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace iWareSda_QQJF.enumType
{
    public static class srmIp
    {
        public static string srmIP1 = "10.103.11.1";
        public static string srmIP2 = "10.103.11.10";
        public static string srmIP3 = "10.103.11.20";
        public static string srmIP4 = "10.103.11.30";
        public static string srmIP5 = "10.103.11.40";
        public static string srmIP6 = "10.103.11.49";
        public static string srmIP7 = "10.103.11.59";
        public static string srmIP8 = "10.103.11.79";
        public static string srmIP9 = "10.103.11.99";
        public static List<string> srmIps =new List<string> { srmIP1, srmIP2, srmIP3, srmIP4, srmIP5, srmIP6, srmIP7, srmIP8, srmIP9 };
        public static string rgvL1 = "10.103.11.210";
        public static string rgvl2 = "10.103.11.214";
        public static string rgvR1 = "10.103.11.218";
        public static string rgvR2 = "10.103.11.222";
        public static List<string> rgvIps = new List<string> { rgvL1, rgvl2, rgvR1, rgvR2 };
        public static string tranIP = "10.103.11.200";
        public static List<string> tranIps = new List<string> {tranIP };
    }
}