看板、安全风险因素、教材库

This commit is contained in:
2026-04-03 14:17:06 +08:00
parent 5f7620614d
commit 6a6d1eb792
15 changed files with 489 additions and 311 deletions
+11
View File
@@ -0,0 +1,11 @@
using System;
namespace Model
{
public class Statistics
{
public string Title { get; set; }
public int Num { get; set; }
}
}