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

@@ -26,10 +26,5 @@
/// 资源内容值
/// </summary>
public string Value { get; set; } = string.Empty;
/// <summary>
/// 是否编辑
/// </summary>
public bool IsEdit { get; set; }
}
}