namespace HL_FristAidPlatform_Help
{
public class UserUpdateSateModel
public string GUID { get; set; }
//0 不出车 1出车
public int Type { get; set; }
}