| | |
| | | { |
| | | public static readonly string Ip = AppSettings.Configuration["WMSIP"]; |
| | | /// <summary> |
| | | /// 产线ç³è¯· |
| | | /// </summary> |
| | | public static string ProductionlineRequest => GetInterfaceAddress(nameof(ProductionlineRequest)); |
| | | /// <summary> |
| | | /// è·åæ¾è½¦ä½ç½® |
| | | /// </summary> |
| | | public static string GetPosition => GetInterfaceAddress(nameof(GetPosition)); |
| | | /// <summary> |
| | | /// è¾é线ç³è¯·å
¥åº |
| | | /// </summary> |
| | | public static string ConveyorLineRequestInbound => GetInterfaceAddress(nameof(ConveyorLineRequestInbound)); |