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

24 lines
548 B
C#
Raw Normal View History

2025-05-22 09:38:37 +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; }
2025-05-22 09:38:37 +08:00
}
public class DroneSsny : TimeOutReq
{
public int? status { get; set; }
}
2025-05-22 09:38:37 +08:00
}