using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FLY.Winder.OBJ_INTERFACE { public class OBJ_INTERFACE { public const UInt32 WARNING_OBJ_ID = 0x001f0300; public const UInt32 WARNING_OBJ_REASONLIST_ID = 0x001f0301; public const UInt32 WARNING_OBJ_NEWESTLIST_ID = 0x001f0302; /// <summary> /// 2个 /// </summary> public const UInt32 WINDER_OBJ_ID = 0x001f0200; /// <summary> /// 2个 /// </summary> public const UInt32 WINDER_OBJ_PLCOS_ID = 0x001f0210; } }