PMP项目数据对接;邮箱测试
This commit is contained in:
@@ -103,11 +103,16 @@ namespace Model
|
||||
[JsonProperty("stNum")]
|
||||
public string stNum { get; set; }
|
||||
/// <summary>
|
||||
/// 名称
|
||||
/// 项目名称
|
||||
/// </summary>
|
||||
[JsonProperty("name")]
|
||||
public string name { get; set; }
|
||||
/// <summary>
|
||||
/// 项目英文名称
|
||||
/// </summary>
|
||||
[JsonProperty("projectNameEn")]
|
||||
public string projectNameEn { get; set; }
|
||||
/// <summary>
|
||||
/// 项目简称
|
||||
/// </summary>
|
||||
[JsonProperty("projShortName")]
|
||||
@@ -123,22 +128,47 @@ namespace Model
|
||||
[JsonProperty("realEndDate")]
|
||||
public DateTime? realEndDate { get; set; }
|
||||
/// <summary>
|
||||
/// 计划开始日期
|
||||
/// </summary>
|
||||
[JsonProperty("planStartDate")]
|
||||
public DateTime? planStartDate { get; set; }
|
||||
/// <summary>
|
||||
/// 计划结束日期
|
||||
/// </summary>
|
||||
[JsonProperty("planEndDate")]
|
||||
public DateTime? planEndDate { get; set; }
|
||||
/// <summary>
|
||||
/// 业主名称
|
||||
/// </summary>
|
||||
[JsonProperty("stClientName")]
|
||||
public string stClientName { get; set; }
|
||||
/// <summary>
|
||||
/// 业主联系人
|
||||
/// </summary>
|
||||
[JsonProperty("clientContactor")]
|
||||
public string clientContactor { get; set; }
|
||||
/// <summary>
|
||||
/// 业主联系人电话
|
||||
/// </summary>
|
||||
[JsonProperty("mobileTel")]
|
||||
public string mobileTel { get; set; }
|
||||
/// <summary>
|
||||
/// 操作类型
|
||||
/// </summary>
|
||||
[JsonProperty("disType")]
|
||||
public string disType { get; set; }
|
||||
///// <summary>
|
||||
///// 项目类型名称(一级)【控制软件项目类型】
|
||||
///// </summary>
|
||||
//[JsonProperty("projName")]
|
||||
//public string projName { get; set; }
|
||||
///// <summary>
|
||||
///// 项目类型名称(二级)
|
||||
///// </summary>
|
||||
//[JsonProperty("projTypeName")]
|
||||
//public string projTypeName { get; set; }
|
||||
/// <summary>
|
||||
/// 项目阶段编码
|
||||
/// </summary>
|
||||
[JsonProperty("projStepZxnoCode")]
|
||||
public string projStepZxnoCode { get; set; }
|
||||
/// <summary>
|
||||
/// 项目阶段名称
|
||||
/// </summary>
|
||||
[JsonProperty("projStepZxnoName")]
|
||||
public string projStepZxnoName { get; set; }
|
||||
/// <summary>
|
||||
/// 项目类型一级
|
||||
/// 项目类型一级【控制软件项目类型】
|
||||
/// </summary>
|
||||
[JsonProperty("stProjectTypeVals")]
|
||||
public string stProjectTypeVals { get; set; }
|
||||
@@ -147,11 +177,31 @@ namespace Model
|
||||
/// </summary>
|
||||
[JsonProperty("stProjectStepVals")]
|
||||
public string stProjectStepVals { get; set; }
|
||||
///// <summary>
|
||||
///// 项目阶段名称【控制软件项目阶段】
|
||||
///// </summary>
|
||||
//[JsonProperty("projStepName")]
|
||||
//public string projStepName { get; set; }
|
||||
/// <summary>
|
||||
/// 项目阶段编码
|
||||
/// </summary>
|
||||
[JsonProperty("projStepZxnoCode")]
|
||||
public string projStepZxnoCode { get; set; }
|
||||
/// <summary>
|
||||
/// 项目阶段名称【控制软件项目阶段】
|
||||
/// </summary>
|
||||
[JsonProperty("projStepZxnoName")]
|
||||
public string projStepZxnoName { get; set; }
|
||||
/// <summary>
|
||||
/// 项目阶段
|
||||
/// </summary>
|
||||
[JsonProperty("projStepZxnoVals")]
|
||||
public string projStepZxnoVals { get; set; }
|
||||
///// <summary>
|
||||
///// 项目性质名称
|
||||
///// </summary>
|
||||
//[JsonProperty("projPropName")]
|
||||
//public string projPropName { get; set; }
|
||||
/// <summary>
|
||||
/// 项目性质
|
||||
/// </summary>
|
||||
@@ -163,20 +213,10 @@ namespace Model
|
||||
[JsonProperty("remarkC")]
|
||||
public string remarkC { get; set; }
|
||||
/// <summary>
|
||||
/// 详细地址
|
||||
/// 建设地点名称(境内、境外)
|
||||
/// </summary>
|
||||
[JsonProperty("address")]
|
||||
public string address { get; set; }
|
||||
/// <summary>
|
||||
/// 市编码
|
||||
/// </summary>
|
||||
[JsonProperty("cityCode")]
|
||||
public string cityCode { get; set; }
|
||||
/// <summary>
|
||||
/// 市名称
|
||||
/// </summary>
|
||||
[JsonProperty("cityName")]
|
||||
public string cityName { get; set; }
|
||||
[JsonProperty("stLocationName")]
|
||||
public string stLocationName { get; set; }
|
||||
/// <summary>
|
||||
/// 国家编码
|
||||
/// </summary>
|
||||
@@ -188,6 +228,26 @@ namespace Model
|
||||
[JsonProperty("countryName")]
|
||||
public string countryName { get; set; }
|
||||
/// <summary>
|
||||
/// 省编码
|
||||
/// </summary>
|
||||
[JsonProperty("provinceCode")]
|
||||
public string provinceCode { get; set; }
|
||||
/// <summary>
|
||||
/// 省名称
|
||||
/// </summary>
|
||||
[JsonProperty("provinceName")]
|
||||
public string provinceName { get; set; }
|
||||
/// <summary>
|
||||
/// 市编码
|
||||
/// </summary>
|
||||
[JsonProperty("cityCode")]
|
||||
public string cityCode { get; set; }
|
||||
/// <summary>
|
||||
/// 市名称
|
||||
/// </summary>
|
||||
[JsonProperty("cityName")]
|
||||
public string cityName { get; set; }
|
||||
/// <summary>
|
||||
/// 区县编码
|
||||
/// </summary>
|
||||
[JsonProperty("countyCode")]
|
||||
@@ -198,20 +258,10 @@ namespace Model
|
||||
[JsonProperty("countyName")]
|
||||
public string countyName { get; set; }
|
||||
/// <summary>
|
||||
/// 项目英文名称
|
||||
/// 详细地址
|
||||
/// </summary>
|
||||
[JsonProperty("projectNameEn")]
|
||||
public string projectNameEn { get; set; }
|
||||
/// <summary>
|
||||
/// 省编码
|
||||
/// </summary>
|
||||
[JsonProperty("provinceCode")]
|
||||
public string provinceCode { get; set; }
|
||||
/// <summary>
|
||||
/// 省名称
|
||||
/// </summary>
|
||||
[JsonProperty("provinceName")]
|
||||
public string provinceName { get; set; }
|
||||
[JsonProperty("address")]
|
||||
public string address { get; set; }
|
||||
/// <summary>
|
||||
/// 经度
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user