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