FlexJobApi.Core/Entities/CommonServer/Resource.cs
@@ -25,19 +25,14 @@ public string DynamicAssemblyName { get; set; } /// <summary> /// 服务 /// </summary> public EnumResourceService Service { get; set; } /// <summary> /// 服务名称 /// </summary> public string ServiceName { get; set; } /// <summary> /// 控制器 /// 控制器名称 /// </summary> public EnumResourceController Controller { get; set; } public string ControllerName { get; set; } /// <summary> /// 控制器摘要