eis/eqpalg/table_struct/t_sample_record.h

22 lines
470 B
C
Raw Normal View History

#pragma once
/**
* @file t_sample_record.h
* @brief
* @author your name (you@domain.com)
* @version 0.1
* @date 2024-03-01
*
* Copyright: Baosight Co. Ltd.
* DO NOT COPY/USE WITHOUT PERMISSION
*
*/
#include <string>
#include "mix_cc/sql/make_table.h"
using namespace mix_cc::sql;
using namespace std::chrono;
MIX_CC_SQL_MAKE_TABLE(T_SAMPLE_RECORD, (std::string, RuleId), (int, Seq),
(std::string, result));