ss
This commit is contained in:
parent
742664d994
commit
97017bcf87
@ -14,8 +14,8 @@
|
||||
public static string[] CorsUrls { get; set; }
|
||||
public static MqttConfig Mqtt { get; set; }
|
||||
|
||||
public static string StudentListCacheKey = "student_list";
|
||||
public static string DeviceListCacheKey = "device_list";
|
||||
public static string StudentListCacheKey = $"student_list_{SchoolCode}";
|
||||
public static string DeviceListCacheKey = $"device_list_{SchoolCode}";
|
||||
public static string SchoolCode { get; set; }
|
||||
|
||||
public static void Init(IConfiguration configuration)
|
||||
|
Loading…
x
Reference in New Issue
Block a user