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

17 lines
345 B
C#
Raw Permalink Normal View History

2026-02-03 16:00:02 +08:00
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; }
}
}