| | |
| | | /// <summary> |
| | | /// 高温1号出库地址列表(轮询) |
| | | /// </summary> |
| | | public static readonly string[] GW1_ADDRESSES = { "11001", "11010" }; |
| | | public static readonly string[] GW1_ADDRESSES = { "11001" }; |
| | | |
| | | /// <summary> |
| | | /// 高温2号出库地址 |
| | |
| | | /// <summary> |
| | | /// 常温1号出库地址 |
| | | /// </summary> |
| | | public const string CW1_ADDRESS = "22001"; |
| | | public const string CW1_ADDRESS = "11085"; |
| | | |
| | | /// <summary> |
| | | /// 分容库出库地址 |
| | | /// </summary> |
| | | public const string GRADING_OUTBOUND_ADDRESS = "10081"; |
| | | public const string GRADING_OUTBOUND_ADDRESS = "2103"; |
| | | |
| | | /// <summary> |
| | | /// 分容库出库地址 |
| | | /// </summary> |
| | | public const string GRADING_RoadWayNo = "HCSC1"; |
| | | } |
| | | } |