add 加入后台服务
This commit is contained in:
@@ -755,9 +755,9 @@ using System.Runtime.Serialization;
|
||||
/// </summary>
|
||||
|
||||
[Display(Name="分户评估附件")]
|
||||
[Column("File")]
|
||||
[Column("AssementFile")]
|
||||
[DataMember]
|
||||
public string File {get;set;}
|
||||
public string AssementFile {get;set;}
|
||||
|
||||
}
|
||||
|
||||
@@ -862,7 +862,7 @@ using System.Runtime.Serialization;
|
||||
this.Property(t => t.IsLDF).HasColumnName("IsLDF");
|
||||
this.Property(t => t.LandTransferMoneyFormula).HasColumnName("LandTransferMoneyFormula");
|
||||
this.Property(t => t.Carrymode).HasColumnName("Carrymode");
|
||||
this.Property(t => t.File).HasColumnName("File");
|
||||
this.Property(t => t.AssementFile).HasColumnName("AssementFile");
|
||||
}
|
||||
}**/
|
||||
|
||||
|
||||
@@ -299,9 +299,9 @@ using System.Runtime.Serialization;
|
||||
/// </summary>
|
||||
|
||||
[Display(Name="分户评估附件")]
|
||||
[Column("File")]
|
||||
[Column("AssementFile")]
|
||||
[DataMember]
|
||||
public string File {get;set;}
|
||||
public string AssementFile {get;set;}
|
||||
|
||||
}
|
||||
|
||||
@@ -349,7 +349,7 @@ using System.Runtime.Serialization;
|
||||
this.Property(t => t.ValuationMethod).HasColumnName("ValuationMethod").IsRequired();
|
||||
this.Property(t => t.ValuationStatus).HasColumnName("ValuationStatus").IsRequired();
|
||||
this.Property(t => t.PgPrice).HasColumnName("PgPrice");
|
||||
this.Property(t => t.File).HasColumnName("File");
|
||||
this.Property(t => t.AssementFile).HasColumnName("AssementFile");
|
||||
}
|
||||
}**/
|
||||
|
||||
|
||||
@@ -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