mirror of
https://gitee.com/iioter/iotgateway.git
synced 2024-12-02 03:38:01 +08:00
11 lines
202 B
C#
11 lines
202 B
C#
namespace WalkingTec.Mvvm.Core
|
|
{
|
|
public static class GlobalConstants
|
|
{
|
|
public static class CacheKey
|
|
{
|
|
public const string UserInfo = "WtmUserInfo";
|
|
}
|
|
}
|
|
}
|