0
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MyCode.Project.Domain.Message.Request.K3Cloud
|
||||
{
|
||||
public class ReportDataParam<T>
|
||||
{
|
||||
public bool ReturnJsonData { get; set; }
|
||||
public string FieldKeys { get; set; }
|
||||
public string SchemeId { get; set; }
|
||||
public int StartRow { get; set; }
|
||||
public int Limit { get; set; }
|
||||
public bool IsVerifyBaseDataField { get; set; }
|
||||
public object[] FilterString { get; set; }
|
||||
public T Model { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user