This commit is contained in:
2026-01-04 12:08:36 +08:00
parent 1331477ac9
commit 948aa3d5b2
8 changed files with 42 additions and 55 deletions

View File

@@ -2,7 +2,7 @@
{
public class KeyValue
{
public string Key { get; set; } = string.Empty;
public string Label { get; set; } = string.Empty;
public string Value { get; set; } = string.Empty;
}
}