修复清理vengine

This commit is contained in:
2023-09-19 10:55:14 +08:00
parent b9e9636d72
commit 0bf34fa215
31 changed files with 289 additions and 252 deletions

View File

@@ -14,6 +14,7 @@ public class VmBaseInput
///// </summary>
//public string vmid { get; set; } = string.Empty;
}
public class VmGetInput : VmBaseInput
{
/// <summary>
@@ -58,6 +59,7 @@ public class VmGetListInput : VmBaseInput
/// 过滤条件
/// </summary>
public string? q { get; set; }
/// <summary>
/// 输出字段
/// </summary>
@@ -138,7 +140,6 @@ public class PagedOutput<T>
/// </summary>
public class VmPagedOutput : PagedOutput<dynamic>
{
}
/// <summary>
@@ -152,4 +153,4 @@ public class VmSelectProp
public string navCode { get; set; } = MAIN_ALIES;
public ePropType propType { get; set; }
public eNavigateType navType { get; set; }
}
}