From b3678ee48481d607ce8e1b7f56cc12a0521c9fe8 Mon Sep 17 00:00:00 2001
From: gaofei <181547018@qq.com>
Date: Fri, 9 Sep 2022 09:57:33 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E5=8F=96=E7=84=8A=E6=8E=A5=E3=80=81?=
=?UTF-8?q?=E5=90=88=E5=90=8C=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SGGL/BLL/BLL.csproj | 6 +++---
SGGL/Model/Model.cs | 18 ++++++++++++++++++
.../PublishProfiles/FolderProfile.pubxml | 14 +++++++-------
3 files changed, 28 insertions(+), 10 deletions(-)
diff --git a/SGGL/BLL/BLL.csproj b/SGGL/BLL/BLL.csproj
index 897e156d..bdce8f50 100644
--- a/SGGL/BLL/BLL.csproj
+++ b/SGGL/BLL/BLL.csproj
@@ -46,7 +46,7 @@
..\packages\Apache.NMS.ActiveMQ.1.7.2\lib\net40\Apache.NMS.ActiveMQ.dll
- ..\FineUIPro\Reference BLL\Aspose.Words.dll
+ bin\Debug\Aspose.Words.dll
..\packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll
@@ -55,7 +55,7 @@
..\packages\EmitMapper.1.0.0\lib\EmitMapper.dll
- ..\..\..\SGGL_SeDin\SGGL\FineUIPro\FineUIPro.dll
+ bin\Debug\FineUIPro.dll
..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll
@@ -115,7 +115,7 @@
- ..\FineUIPro\Reference BLL\ThoughtWorks.QRCode.dll
+ bin\Debug\ThoughtWorks.QRCode.dll
diff --git a/SGGL/Model/Model.cs b/SGGL/Model/Model.cs
index 2aa5c7c0..065e9df9 100644
--- a/SGGL/Model/Model.cs
+++ b/SGGL/Model/Model.cs
@@ -224275,6 +224275,8 @@ namespace Model
private System.Nullable _TrainCount;
+ private System.Nullable _TrainCount1;
+
private string _AuditorId;
private string _AuditorName;
@@ -224873,6 +224875,22 @@ namespace Model
}
}
+ [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TrainCount1", DbType="Int")]
+ public System.Nullable TrainCount1
+ {
+ get
+ {
+ return this._TrainCount1;
+ }
+ set
+ {
+ if ((this._TrainCount1 != value))
+ {
+ this._TrainCount1 = value;
+ }
+ }
+ }
+
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AuditorId", DbType="NVarChar(50)")]
public string AuditorId
{
diff --git a/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml b/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml
index a7a01c87..cd69b0ac 100644
--- a/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml
+++ b/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml
@@ -10,13 +10,13 @@
Release
Any CPU
- true
- false
- E:\Package\赛鼎工程有限公司\SGGLAPI
- true
- true
- true
- false
+ True
+ False
+ E:\WebApi
+ True
+ True
+ True
+ False
DonotMerge
\ No newline at end of file