using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FLY.Integrated.OBJ_INTERFACE { public class OBJ_INTERFACE { /// <summary> /// 3个 /// </summary> public const UInt32 WARNING_OBJ_ID = 20000; /// <summary> /// 4个 /// </summary> public const UInt32 IBC_OBJ_ID = 34000; public const UInt32 IBC_OBJ_CTRLLIST_ID = 34004; } }