24 lines
548 B
C#
24 lines
548 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; }
|
|
}
|
|
|
|
}
|