From ebd639c929bd5c05859b6b414787e3440cdcd4bc Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 20 十二月 2024 12:21:42 +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