Commit 00b4f2b1 authored by 潘栩锋's avatar 潘栩锋 🚴

FObject.Reflect 客户端 Reflect_SeviceClient.InterfaceType 改为abstract

parent 64064eb4
...@@ -10,7 +10,7 @@ using System.Threading.Tasks; ...@@ -10,7 +10,7 @@ using System.Threading.Tasks;
namespace FObjBase.Reflect namespace FObjBase.Reflect
{ {
public class Reflect_SeviceClient : FObjServiceClient public abstract class Reflect_SeviceClient : FObjServiceClient
{ {
#region Core #region Core
/// <summary> /// <summary>
...@@ -20,7 +20,7 @@ namespace FObjBase.Reflect ...@@ -20,7 +20,7 @@ namespace FObjBase.Reflect
/// <summary> /// <summary>
/// 代理对象 接口类型 /// 代理对象 接口类型
/// </summary> /// </summary>
protected virtual Type InterfaceType { get; } protected abstract Type InterfaceType { get; }
/// <summary> /// <summary>
/// 已经同步完成; /// 已经同步完成;
......
using System; namespace FLY.Thick.Base.Common
using System.Collections.Generic;
using System.Linq;
using System.Text;
using FLY.Thick.RemoteHistory;
namespace FLY.Thick.Base.Common
{ {
/// <summary> /// <summary>
/// 报警状态 /// 报警状态
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment