新增配置项
This commit is contained in:
@@ -5,6 +5,11 @@ public class BaseFormArgs
|
||||
public string Sign { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class KeyFormArgs : BaseFormArgs
|
||||
{
|
||||
public string Key { get; set; }
|
||||
}
|
||||
|
||||
public class PageFormArgs : BaseFormArgs
|
||||
{
|
||||
public int Page { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user