From 2d2a6b9d20ae8c5d9fcbedac48b4428f696fa127 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 16 五月 2024 14:46:35 +0800 Subject: [PATCH] 招聘简历打印 --- CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs b/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs index 47c08f9..10c964c 100644 --- a/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs +++ b/CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs @@ -549,7 +549,20 @@ public System.DateTime? updateTime { get; set; } - - + + + + + /// <summary> + /// 璁″垝璁㈠崟id ALTER TABLE [CoreCmsOrder] ADD [planorderId] [nvarchar](255) NULL; + /// </summary> + [Display(Name = "璁″垝璁㈠崟id")] + + + [StringLength(maximumLength: 255, ErrorMessage = "{0}涓嶈兘瓒呰繃{1}瀛�")] + [SugarColumn(IsNullable = true)] + + public System.String planorderId { get; set; } + } } -- Gitblit v1.9.1