This commit is contained in:
2024-07-12 15:12:00 +08:00
10 changed files with 368 additions and 3 deletions

View File

@@ -468,6 +468,15 @@
/// 血路管自动生产线2线
/// </summary>
public const string XUELUGUAN2XIAN = "25966313322789";
/// <summary>
/// 第三方 bip
/// </summary>
public const string BIP = "BIP";
/// <summary>
/// 第三方 bip
/// </summary>
public const string BIP_DOMAIN = "http://192.168.1.11:8087/";
}
}