修改一版
This commit is contained in:
@@ -56,12 +56,12 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
/// <summary>
|
||||
/// 数据来源对象
|
||||
/// </summary>
|
||||
public Guid DataFromItemGuid { get; set; }
|
||||
public Guid FromItemId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 要赋值到的对象
|
||||
/// </summary>
|
||||
public Guid ThisItemGuid { get; set; }
|
||||
public Guid ToItemId { get; set; }
|
||||
|
||||
|
||||
}
|
||||
@@ -84,7 +84,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public class GetDescriptionByModuleTypeDto
|
||||
{
|
||||
public Guid? ModuleType { get; set; }
|
||||
public Guid ModuleTypeId { get; set; }
|
||||
}
|
||||
|
||||
///<summary>FrontAuditConfigQuery 列表查询参数模型</summary>
|
||||
@@ -118,7 +118,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public class ChangeFrontAuditSortDto
|
||||
{
|
||||
public List<FrontAuditSort> SortData { get; set; }
|
||||
public List<FrontAuditSort> SortDataList { get; set; }
|
||||
}
|
||||
|
||||
public class FrontAuditSort
|
||||
|
||||
Reference in New Issue
Block a user