StableVersion4.3/HL_FristAidPlatform_Help/Model/DrvingUserModel.cs

12 lines
209 B
C#

namespace HL_FristAidPlatform_Help
{
public class DrvingUserModel
{
public string GUID { get; set; }
public string Name { get; set; }
public long ID { get; set; }
}
}