Add package sync workflow

This commit is contained in:
2026-04-10 22:06:39 +08:00
parent 47f9a8bafa
commit 48eeb79d7d
128 changed files with 4748 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
public sealed class BriskAnnouncementItem
{
public long Id;
public string Title;
public string Content;
public string ContentType;
public string StartAt;
public string EndAt;
public bool IsRead;
}