feixian_weifajianguan/OpenAuth.App/ServiceApp/DroneCaseInfo/Request/QueryCaseProcessStatDataReq.cs

17 lines
345 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenAuth.App.Request
{
public class QueryCaseProcessStatDataReq
{
/// <summary>
/// 是否根据权限过滤
/// </summary>
public int? is_verify_filter { get; set; }
}
}