chore
This commit is contained in:
@@ -26,10 +26,5 @@
|
||||
/// 资源内容值
|
||||
/// </summary>
|
||||
public string Value { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 是否编辑
|
||||
/// </summary>
|
||||
public bool IsEdit { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user