StableVersion4.3/HL_FristAidPlatform_Help/Model/T_Service_FristAid_CallUpda...

16 lines
459 B
C#
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace HL_FristAidPlatform_Help
{
public class T_Service_FristAid_CallUpdateTimeModel
{
/// <summary>
///
/// </summary>
public string GUID { get; set; }
/// <summary>
/// 类型0 到达现场 1 病人上车 2 返回医院 3 途中待命 4 站内待命 5 中止任务 6 暂停调用 7 恢复调用
/// </summary>
public int Type { get; set; }
}
}