using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FLY.IBC.OBJ_INTERFACE { public class OBJ_INTERFACE { public const UInt32 WARNING_OBJ_ID = 20000; /// <summary> /// 4δΈͺ /// </summary> public const UInt32 IBC_OBJ_ID = 32000; public const UInt32 IBC_OBJ_CTRLLIST_ID = 32004; public const UInt32 TAREA_PROFILE_OBJ_ID = 32005; } }