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

22 lines
483 B
C#
Raw Normal View History

using OpenAuth.App.Request;
namespace OpenAuth.App.ServiceApp.DroneSsnydManage.Request;
public class DroneSnnyAppReq
{
/// <summary>
/// 项目名称
/// </summary>
2025-05-23 17:31:10 +08:00
public string xiangmu_name { get; set; }
/// <summary>
/// 项目编号
/// </summary>
public string xiangmu_no { get; set; }
2025-05-23 17:27:54 +08:00
public string streetid { get; set; }
/// <summary>
/// 项目当前用途
/// </summary>
public string xiangmu_yt { get; set; }
}