StableVersion4.3/HL_FristAidPlatform_Help/Model/UserUpdateSateModel.cs

11 lines
201 B
C#

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