feat(DroneSsnydManage): 添加建筑结构字段到无人机编辑请求

- 在 DroneSsnydEditReq 类中添加了 jianzhujiegou 属性
- 为新字段添加了注释说明
- 调整了 Id 字段的位置并添加了空行以改善代码格式
dev
一梦千年 2026-02-03 08:44:58 +08:00
parent 453bd6b595
commit 9a9476e6ce
1 changed files with 6 additions and 1 deletions

View File

@ -5,8 +5,8 @@
/// </summary>
public class DroneSsnydEditReq
{
public string Id { get; set; }
/// <summary>
/// 项目编号
/// </summary>
@ -94,4 +94,9 @@ public class DroneSsnydEditReq
/// shp文件路径
/// </summary>
public string shpPath { get; set; }
/// <summary>
/// 建筑结构
/// </summary>
public string jianzhujiegou { get; set; }
}