1
This commit is contained in:
13
Gatedge.ScanCode/Models/Dto/ArrayDto.cs
Normal file
13
Gatedge.ScanCode/Models/Dto/ArrayDto.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Gatedge.ScanCode.Models.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 列表参数
|
||||
/// </summary>
|
||||
public class ArrayDto<T>
|
||||
{
|
||||
/// <summary>
|
||||
/// 数据列表
|
||||
/// </summary>
|
||||
public List<T> Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user