🍎 refactor(HttpRemote): 优化特性参数
This commit is contained in:
parent
744a5191f7
commit
0b927e2b58
@ -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>
|
||||
/// 描述
|
||||
|
||||
Loading…
Reference in New Issue
Block a user