update 后端接口修改

This commit is contained in:
路 范
2021-12-16 17:53:38 +08:00
parent 93809e9c17
commit 9fc6339d6f
3 changed files with 7 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ namespace Ewide.Nbzs.Entity.Extends
public string dcbId { get; set; }
public string PrjId { get; set; }
public string ExpropriatedCardNo { get; set; }
}
public class Fhpgs
{
@@ -30,6 +31,7 @@ namespace Ewide.Nbzs.Entity.Extends
public string CreateTime { get; set; }
public string CreateUserName { get; set; }
public string Type { get; set; }
public string EvaluationCompany { get; set; }
}
public class Bcxy
@@ -45,6 +47,7 @@ namespace Ewide.Nbzs.Entity.Extends
public string countValue { get; set; }
public string SignTime { get; set; }
public string Type { get; set; }
public string TotalAllocationArea { get; set; }
}