add 加入后台服务
This commit is contained in:
@@ -117,6 +117,7 @@ namespace Ewide.NbzsZheliban.Entity.Extends
|
||||
/// 评估编号
|
||||
/// </summary>
|
||||
public string AssessmentNo { get; set; }
|
||||
public string HouseAddress { get; set; }
|
||||
/// <summary>
|
||||
/// 被征收房屋评估金额
|
||||
/// </summary>
|
||||
@@ -146,7 +147,11 @@ namespace Ewide.NbzsZheliban.Entity.Extends
|
||||
/// </summary>
|
||||
public string AtticAssessedValue { get; set; }
|
||||
public int ValuationMethod { get; set; }
|
||||
public string ValuationMethodText { get; set; }
|
||||
public int Type { get; set; }
|
||||
public bool IsExistPdf { get; set; }
|
||||
public string[] Pics { get; set; }
|
||||
public string Pdf { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user