Commit c7ffd94c authored by liudong1993's avatar liudong1993

1

parent b9f0d4b5
...@@ -41,6 +41,10 @@ namespace OneTwoThreeZeroOne.EContracts { ...@@ -41,6 +41,10 @@ namespace OneTwoThreeZeroOne.EContracts {
[JsonPropertyName("supplementaryClause")] [JsonPropertyName("supplementaryClause")]
public string SupplementaryClause { get; set; } public string SupplementaryClause { get; set; }
/// <summary>解除合同的相关规定是否按照本合同提供的标准执行 如选否则自行填写下面字段</summary>
[JsonPropertyName("accordingContract")]
public bool AccordingContract { get; set; }
/// <summary>公共附件 id 列表</summary> /// <summary>公共附件 id 列表</summary>
[JsonPropertyName("publicAttachments")] [JsonPropertyName("publicAttachments")]
public int[] PublicAttachments { get; set; } public int[] PublicAttachments { get; set; }
......
...@@ -643,6 +643,7 @@ namespace REBORN.Module.DMCModule ...@@ -643,6 +643,7 @@ namespace REBORN.Module.DMCModule
AgreeToMerge = htModel.Carpool_Opinion == "1" ? true : false, AgreeToMerge = htModel.Carpool_Opinion == "1" ? true : false,
MergeToCompanyName = htModel.Carpool_Company MergeToCompanyName = htModel.Carpool_Company
}, },
AccordingContract = false,
//一式几份 //一式几份
ContractNum = (htModel.Total_Number ?? 2).ToString(), ContractNum = (htModel.Total_Number ?? 2).ToString(),
//各持几份 //各持几份
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment