调整数据库结构,实现消息模板管理

This commit is contained in:
2025-12-16 11:26:55 +08:00
parent 98e3f7ab73
commit ed32b98867
45 changed files with 1100 additions and 1319 deletions

View File

@@ -4,6 +4,8 @@
{
public int? Type { get; set; }
public int? Language { get; set; }
public string Key { get; set; } = string.Empty;
}
}