26 lines
655 B
C#
26 lines
655 B
C#
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; }
|
|
}
|
|
|
|
}
|