更改代码
This commit is contained in:
@@ -73,6 +73,13 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
}
|
||||
|
||||
public class GetChildrenItem
|
||||
{
|
||||
|
||||
|
||||
public string Identification { get; set; }
|
||||
}
|
||||
|
||||
public class CopyOtherToThisItem
|
||||
{
|
||||
public List<Guid?> DataSource { get; set; }=new List<Guid?>(){ };
|
||||
|
||||
Reference in New Issue
Block a user