添加项目文件。
This commit is contained in:
23
Szmedi.RvKits/InfoManager/Delivery/MetroProjectParamData.cs
Normal file
23
Szmedi.RvKits/InfoManager/Delivery/MetroProjectParamData.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
using Dapper;
|
||||
|
||||
namespace Szmedi.RvKits.InfoManager
|
||||
{
|
||||
[Table("metro_project_properties")]
|
||||
public class MetroProjectParamData : MetroBaseParamData
|
||||
{
|
||||
/// <summary>
|
||||
/// 描述
|
||||
/// </summary>
|
||||
public string Description { get; set; }
|
||||
/// <summary>
|
||||
/// 项目
|
||||
/// </summary>
|
||||
public string Project { get; set; }
|
||||
/// <summary>
|
||||
/// 专业
|
||||
/// </summary>
|
||||
public string Major { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user