上传系统接口增加token

This commit is contained in:
hehaibing-1996
2025-03-03 11:23:07 +08:00
parent bd8337bed2
commit 84aa11ef30
4 changed files with 81 additions and 16 deletions

View File

@ -12,5 +12,7 @@ namespace WCS.BLL.Config
/// 0x02绿色 0x04蓝色
/// </summary>
public static byte CurrentOutStoreColor = 0x02;
public static string WMSToken = string.Empty;
}
}