添加字段

This commit is contained in:
DK
2022-03-29 10:04:32 +08:00
parent a96de2f416
commit f68f496197
3 changed files with 75 additions and 18 deletions
@@ -26,7 +26,20 @@ namespace IRaCIS.Core.Application.ViewModel
public string ModuleTypeId { get; set; }
public string OptTypeId { get; set; }
public string ChildrenTypeId { get; set; }
}
public string ConfigType { get; set; }
public bool? IsShowParent { get; set; }
public string ChildrenTypeValue { get; set; }
public string ChildrenTypeValueCN { get; set; }
public string ModuleTypeValue { get; set; }
public string ModuleTypeValueCN { get; set; }
public string OptTypeValue { get; set; }
public string OptTypeValueCN { get; set; }
}
///<summary>FrontAuditConfigQuery 列表查询参数模型</summary>
public class FrontAuditConfigQuery
@@ -69,7 +82,12 @@ namespace IRaCIS.Core.Application.ViewModel
public string ModuleTypeId { get; set; }
public string OptTypeId { get; set; }
public string ChildrenTypeId { get; set; }
}
public string ConfigType { get; set; }
public bool? IsShowParent { get; set; }
}
}