add 增加缓存 ,

解决往外推送时偶尔中断的问题 .
增加敏感信息加密功能
This commit is contained in:
路 范
2021-10-20 14:30:42 +08:00
parent 1d7e944df2
commit 238615b668
25 changed files with 282 additions and 78 deletions

View File

@@ -16,6 +16,7 @@ namespace Ewide.Nbzs.Entity.Extends
{
public string dcbId { get; set; }
public string PrjId { get; set; }
public string ExpropriatedCardNo { get; set; }
}
public class Fhpgs
{
@@ -95,6 +96,7 @@ namespace Ewide.Nbzs.Entity.Extends
/// 补偿协议集合
/// </summary>
public List<Bcxy> BcxyList { get; set; }
public int status { get; set; }
}
public class PoliciesRegulations
{