feixian_weifajianguan/OpenAuth.App/ServiceApp/DroneSsnydManage/Request/TimeOutReq.cs

26 lines
655 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.ServiceApp.DroneSsnydManage.Request
{
public class TimeOutReq
{
public string xiangmumc { get; set; }
public string countyid { get; set; }
public string streetid { get; set; }
public string xiangmuno { get; set; }
public string xiangmuyt { get; set; }
}
public class DroneSsny : TimeOutReq
{
public int? status { get; set; }
public DateTime? hechatimebegin { get; set; }
public DateTime? hechatimeend { get; set; }
}
}