浏览代码

fix 0018667: 【医生签约】已解约的签约合同,可多次点击续约,生成多条续约记录

jeremy 10 月之前
父节点
当前提交
9ae0eeb71f
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/VitalMixtureService/DBService/Entities/ContractRecordEntity.cs

+ 6 - 0
src/VitalMixtureService/DBService/Entities/ContractRecordEntity.cs

@@ -110,5 +110,11 @@ namespace VitalService.Entities
         /// </summary>
         /// <value></value>
         public string PreceptorName { get; set; }
+
+        /// <summary>
+        /// 续签签约编码
+        /// </summary>
+        /// <value></value>
+        public string RenewalContractCode { get; set; }
     }
 }