StableVersion4.3/HL_FristAidPlatform_Help/Model/VehicleUnbundlingModel.cs

11 lines
203 B
C#

namespace HL_FristAidPlatform_Help
{
public class VehicleUnbundlingModel
{
/// <summary>
/// 车辆GUID
/// </summary>
public string GUID { get; set; }
}
}