对接文档 + DroneSpec.Model 注释:区分型号名称与 3D 模型引用
This commit is contained in:
parent
846d79a8d7
commit
43e70a7482
@ -153,6 +153,7 @@ namespace CounterDrone.Core
|
||||
public string Id { get; set; } = "";
|
||||
public string Name { get; set; } = "";
|
||||
public int DroneType { get; set; }
|
||||
/// <summary>型号名称(非 3D 模型文件。3D 模型引用见 ModelId)</summary>
|
||||
public string Model { get; set; } = "";
|
||||
public string Description { get; set; } = "";
|
||||
public int PowerType { get; set; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user