From ee87c4ceb1a22800f8151db590bc732ca21158c6 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 23 一月 2025 08:59:20 +0800
Subject: [PATCH] 黑白印件的“后道工序”修改为:
---
CY_ECommercePlatform/CY.Model/EC/EC_SpecialForums.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/CY_ECommercePlatform/CY.Model/EC/EC_SpecialForums.cs b/CY_ECommercePlatform/CY.Model/EC/EC_SpecialForums.cs
index 685d0de..e5bfc21 100644
--- a/CY_ECommercePlatform/CY.Model/EC/EC_SpecialForums.cs
+++ b/CY_ECommercePlatform/CY.Model/EC/EC_SpecialForums.cs
@@ -55,12 +55,12 @@
private int? _psf_CTPCount;
private string _psf_PSSpec;
private int? _psf_PSCount;
+ public string shifouxianshi { get; set; }
-
- /// <summary>
- /// 涓婚敭--鏍囪瘑ID
- /// </summary>
- public int? Keyid
+ /// <summary>
+ /// 涓婚敭--鏍囪瘑ID
+ /// </summary>
+ public int? Keyid
{
set{ _keyid=value;}
get{return _keyid;}
--
Gitblit v1.9.1