From dbd94cd47a0783a6bc5b4d1a41d0396234e14ed6 Mon Sep 17 00:00:00 2001 From: ndbs Date: Thu, 29 Sep 2022 11:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=82=AE=E7=AE=B1=E5=B1=9E?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/TalentsJoinInfo/Form.cshtml | 8 ++++++-- .../Views/TalentsJoinInfo/Index.js | 3 ++- .../TalentsJoinInfo/TalentsJoinInfoEntity.cs | 5 +++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TalentsJoinInfo/Form.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TalentsJoinInfo/Form.cshtml index aa920fdb8..9e813a5b6 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TalentsJoinInfo/Form.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TalentsJoinInfo/Form.cshtml @@ -87,14 +87,18 @@
身份证号*
-
+
联系电话
-
+
手机
+
+
邮箱
+ +
简历
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TalentsJoinInfo/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TalentsJoinInfo/Index.js index f4350fd57..72bcf4699 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TalentsJoinInfo/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TalentsJoinInfo/Index.js @@ -105,7 +105,8 @@ var bootstrap = function ($, learun) { { label: "通讯地址", name: "Address", width: 100, align: "left"}, { label: "身份证号", name: "IdentityCardNo", width: 100, align: "left"}, { label: "联系电话", name: "Phone", width: 100, align: "left"}, - { label: "手机", name: "Mobile", width: 100, align: "left"}, + { label: "手机", name: "Mobile", width: 100, align: "left" }, + { label: "邮箱", name: "Email", width: 100, align: "left" }, { label: "简历", name: "Resume", width: 100, align: "left"}, ], mainId:'ID', diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TalentsJoinInfo/TalentsJoinInfoEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TalentsJoinInfo/TalentsJoinInfoEntity.cs index b4138c5d4..b36766d6a 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TalentsJoinInfo/TalentsJoinInfoEntity.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/TalentsJoinInfo/TalentsJoinInfoEntity.cs @@ -149,6 +149,11 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration /// [Column("REMARK")] public string Remark { get; set; } + /// + /// Email + /// + [Column("EMAIL")] + public string Email { get; set; } #endregion #region 扩展操作