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