/*======================================================================================* * 版权 : xxxx版权所有(C)All rights reserved. * 文件名 :${file_name} * 描述 : * 日期 : ${date} * 作者 : ${user}/442087401@qq.com * 修改记录: *-------------------------------------------------------------------------------------- * 版本 日期 作者 修改内容 * V0.xx ${date} ${user} 1) * 2) *=====================================================================================*/ /*======================================== 文件包含 =====================================*/ #include "Main.h" #ifndef ComInclude #include "${file_base}.h" #endif /*======================================== 私有宏定义 ===================================*/ /*======================================== 私有类型定义 =================================*/ /*======================================== 私有函数声明 ==================================*/ /*======================================== 私有变量定义 ==================================*/ /*======================================== 接口变量定义 ==================================*/ /*======================================== 函数定义 =====================================*/ /*===================================== End of File ===================================*/