添加项目文件。
This commit is contained in:
12
MSDevTool/Models/PropValueBase.cs
Normal file
12
MSDevTool/Models/PropValueBase.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace MSDevTool.Models
|
||||
{
|
||||
public class PropValueBase
|
||||
{
|
||||
public string LabelName { get; set; }
|
||||
public string PropName { get; set; }
|
||||
public object PropValue { get; set; }
|
||||
public Type DataType { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user