查询模型详情时,钻取导航属性的模型

This commit is contained in:
2023-09-22 16:36:45 +08:00
parent 0afd486af2
commit 6f2d70725f
2 changed files with 15 additions and 9 deletions

View File

@@ -23,10 +23,9 @@ public class CreatePageFromVmodelInput
public class VmodelGetInput
{
public long? id { get; set; }
public string? moduleCode { get; set; }
public string? areaCode { get; set; }
public string? vmCode { get; set; }
public string? dbCode { get; set; }
public string? tableName { get; set; }
public bool drill { get; set; }
public bool drill { get; set; } = false;
}