sunpengfei
2025-08-22 dbde30883895c6047995d84a846c36f79fc0a895
FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseEmployeeContract.cs
@@ -44,12 +44,12 @@
        /// <summary>
        /// 合同编号
        /// </summary>
        public string Code { get; set; }
        public string ContractCode { get; set; }
        /// <summary>
        /// 电子合同
        /// </summary>
        public string Url { get; set; }
        public string ContractUrl { get; set; }
    }
}