StableVersion4.3/HL_FristAidPlatform_Help/Model/PerofAmbulanceModel.cs

10 lines
176 B
C#

namespace HL_FristAidPlatform_Help
{
public class PerofAmbulanceModel
{
public string GUID { get; set; }
public int Position { get; set; }
}
}