From a980cd04341d71216e0f59bd4b7327fe9fc50032 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 21 五月 2025 11:41:46 +0800 Subject: [PATCH] 提交 --- CY_ECommercePlatform/CY.Model/Inquiry/InquiryCommonModel.cs | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.Model/Inquiry/InquiryCommonModel.cs b/CY_ECommercePlatform/CY.Model/Inquiry/InquiryCommonModel.cs index 45d5e45..173abbc 100644 --- a/CY_ECommercePlatform/CY.Model/Inquiry/InquiryCommonModel.cs +++ b/CY_ECommercePlatform/CY.Model/Inquiry/InquiryCommonModel.cs @@ -159,6 +159,31 @@ public string PaperMP { get; set; } /// <summary> + /// 涓婅仈 + /// </summary> + public string shanglian { get; set; } + + /// <summary> + /// 涓仈 + /// </summary> + public string zhonglianlian1 { get; set; } + + /// <summary> + /// 涓仈 + /// </summary> + public string zhonglianlian2 { get; set; } + + /// <summary> + /// 涓仈 + /// </summary> + public string zhonglianlian3 { get; set; } + + /// <summary> + /// 涓嬭仈 + /// </summary> + public string xialian { get; set; } + + /// <summary> /// 绾稿紶鍚嶇О /// </summary> public string pageNumsbs { get; set; } -- Gitblit v1.9.1