using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace FLY.Thick.Blowing.OBJ_INTERFACE { public class OBJ_INTERFACE_ID { public const UInt32 BULK_ID = 30001; public const UInt32 BFPROFILE_ID = 30002; public const UInt32 CURVE_ID = 30003; public const UInt32 INITPARAM_ID = 30004; public const UInt32 DYNAREA_ID = 30005; public const UInt32 FLYAD_ID = 30006; public const UInt32 FIX_ID = 30007; public const UInt32 TDGAGE_ID = 30008; public const UInt32 RENZIJIA_ID = 30009; public const UInt32 BDETECT_ID = 30010; public const UInt32 SCANWARNING_ID = 30011; public const UInt32 BULKDB_ID = 30012; /// /// 3个 /// public const UInt32 WARNING_OBJ_ID = 20000; public const UInt32 JSONDIST_OBJ_ID = 10000; } }