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

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

parent 64064eb4
......@@ -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>
/// 已经同步完成;
......
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>
/// 报警状态
......
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