查询模型详情时,钻取导航属性的模型
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user