1234567891011121314151617181920 |
- /*
- * @Description: base
- * @Version: 1.0
- * @Autor: lishengyin
- * @Date: 2022-04-02 14:31:27
- * @LastEditors: lishengyin
- * @LastEditTime: 2022-04-08 10:21:34
- */
- #ifndef __INS_BASE_HPP_
- #define __INS_BASE_HPP_
- #include "ins_module.hpp"
- #include "ins_version.hpp"
- #include "ins_Packet.hpp"
- #include "ins_Task.hpp"
- #endif
|