This commit is contained in:
tanglong 2025-07-28 15:04:20 +08:00
parent 742664d994
commit 97017bcf87

View File

@ -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)