mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-21 08:04:26 +08:00
0.2.5
课表组件、天气组件全面升级。
This commit is contained in:
10
LanMontainDesktop/Models/ImportedClassScheduleSnapshot.cs
Normal file
10
LanMontainDesktop/Models/ImportedClassScheduleSnapshot.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace LanMontainDesktop.Models;
|
||||
|
||||
public sealed class ImportedClassScheduleSnapshot
|
||||
{
|
||||
public string Id { get; set; } = string.Empty;
|
||||
|
||||
public string DisplayName { get; set; } = string.Empty;
|
||||
|
||||
public string FilePath { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user