1
This commit is contained in:
17
Gatedge.ScanCode/Models/Vo/Field/DataValue.cs
Normal file
17
Gatedge.ScanCode/Models/Vo/Field/DataValue.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace Gatedge.ScanCode.Models.Vo.Field
|
||||
{
|
||||
/// <summary>
|
||||
/// 名称
|
||||
/// </summary>
|
||||
public class DataValue
|
||||
{
|
||||
/// <summary>
|
||||
/// 语言Id
|
||||
/// </summary>
|
||||
public int Key { get; set; }
|
||||
/// <summary>
|
||||
/// 值
|
||||
/// </summary>
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user