update 增加项目名称 补偿方式 分户评估id 补偿协议id

This commit is contained in:
路 范
2021-09-10 16:20:30 +08:00
parent 957677cf81
commit 9e2bc3c936
15 changed files with 147 additions and 125 deletions

View File

@@ -14,6 +14,7 @@ namespace Ewide.NbzsZheliban.Entity.Extends
public class Fhpgs
{
public string PrjId { get; set; }
public string id { get; set; }
public string AssessmentNo { get; set; }
public string HouseAddress { get; set; }
public string countValue { get; set; }
@@ -21,8 +22,11 @@ namespace Ewide.NbzsZheliban.Entity.Extends
public class Bcxy
{
public string PrjId { get; set; }
public string id { get; set; }
public string XyNo { get; set; }
public string HouseAddress { get; set; }
public string SwitchProductionWay { get; set; }
public string SummationShouldCompensateMoney { get; set; }
}
public class H5IndexModel
@@ -37,6 +41,7 @@ namespace Ewide.NbzsZheliban.Entity.Extends
public class H5IndexPrjModel
{
public string PrjId { get; set; }
public string Name { get; set; }
/// <summary>
/// 区域
/// </summary>