/********************************************************************* * * 文 件: DBAlarm.h 启动文件 * * 版权所有: Shanghai Baosight Software Co., Ltd. *********************************************************************/ #ifndef _H_DB_ALARM_h #define _H_DB_ALARM_h #include namespace baosight { class DBAlarm { public: static int Insert(const string& ruleid,const string& rulename, const string& group,const string& alarmmsg, const HD3TimeRegion& timeRegion); }; } #endif