初始提交
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace BaseInfoClient.Response.Project
|
||||
{
|
||||
public class ProjectItem
|
||||
{
|
||||
[JsonProperty("projectCode")] public int ProjectCode { get; set; }
|
||||
|
||||
[JsonProperty("name")] public string Name { get; set; } = "";
|
||||
/// <summary>
|
||||
/// Ð¡ÇøµØÖ·
|
||||
/// </summary>
|
||||
[JsonProperty("location")] public string Location { get; set; } = "";
|
||||
|
||||
|
||||
[JsonProperty("projectType")] public int projectType { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user