🍎 refactor(HttpRemote): 优化特性参数

This commit is contained in:
喵你个汪呀 2025-08-25 15:55:50 +08:00
parent 744a5191f7
commit 0b927e2b58

View File

@ -14,10 +14,10 @@ namespace Admin.NET.Core;
public class HttpRemoteApiAttribute : Attribute
{
/// <summary>
/// 方法名
/// 业务编码 / 方法名
/// </summary>
[Required]
public string Action { get; set; }
public object Action { get; set; }
/// <summary>
/// 描述