sunpengfei
2025-08-15 6abe988bee26f64b610e427b8795b6fd36a549ec
FlexJobApi.Core/Utils/ResourceUtils/ResourceServiceAttribute.cs
@@ -31,6 +31,11 @@
        /// 请求方式
        /// </summary>
        public EnumResourceMethod? Method { get; set; }
        /// <summary>
        /// 文件上传
        /// </summary>
        public bool FileUpload { get; set; }
    }
    /// <summary>
@@ -60,5 +65,10 @@
        /// 路由区域
        /// </summary>
        public string RouteArea { get; set; }
        /// <summary>
        /// 服务名称
        /// </summary>
        public string ServiceName { get; set; }
    }
}