This commit is contained in:
yxw
2025-12-05 15:06:15 +08:00
parent ec36b7c8b9
commit 2972886576
6 changed files with 262 additions and 30 deletions

View File

@@ -4,8 +4,8 @@
{
public int LanguageId { get; set; }
public string? ResourceName { get; set; }
public string? Name { get; set; }
public string? ResourceValue { get; set; }
public string? Value { get; set; }
}
}