Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
Thick-Common
Commits
00b4f2b1
Commit
00b4f2b1
authored
Nov 23, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FObject.Reflect 客户端 Reflect_SeviceClient.InterfaceType 改为abstract
parent
64064eb4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
Reflect_SeviceClient.cs
Project.FLY.FObjSys/FObjBaseReflect/Reflect_SeviceClient.cs
+2
-2
FlyData_WarningHistory.cs
...hick.Base/FLY.Thick.Base/Common/FlyData_WarningHistory.cs
+1
-7
No files found.
Project.FLY.FObjSys/FObjBaseReflect/Reflect_SeviceClient.cs
View file @
00b4f2b1
...
...
@@ -10,7 +10,7 @@ using System.Threading.Tasks;
namespace
FObjBase.Reflect
{
public
class
Reflect_SeviceClient
:
FObjServiceClient
public
abstract
class
Reflect_SeviceClient
:
FObjServiceClient
{
#
region
Core
/// <summary>
...
...
@@ -20,7 +20,7 @@ namespace FObjBase.Reflect
/// <summary>
/// 代理对象 接口类型
/// </summary>
protected
virtual
Type
InterfaceType
{
get
;
}
protected
abstract
Type
InterfaceType
{
get
;
}
/// <summary>
/// 已经同步完成;
...
...
Project.FLY.Thick.Base/FLY.Thick.Base/Common/FlyData_WarningHistory.cs
View file @
00b4f2b1
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
FLY.Thick.RemoteHistory
;
namespace
FLY.Thick.Base.Common
namespace
FLY.Thick.Base.Common
{
/// <summary>
/// 报警状态
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment