using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace FLY.FeedbackRenZiJia.OBJ_INTERFACE { public class OBJ_INTERFACE_ID { public const UInt32 FEEDBACK_ID = 0x001f0002; public const UInt32 SNAPSHOT_ID = 0x001f0003; public const UInt32 HEATBUF_ID = 0x001f0004; public const UInt32 HEATCELL_ID = 0x001f0005; public const UInt32 WARNING_OBJ_ID = 0x001f0300; public const UInt32 WARNING_OBJ_REASONLIST_ID = 0x001f0301; public const UInt32 WARNING_OBJ_NEWESTLIST_ID = 0x001f0302; } }