eis/eqpalg/table_struct/t_rule_sample_2d.h

25 lines
650 B
C
Raw Normal View History

#pragma once
/**
* @file t_rule_sample_stat.h
* @brief -
*
*
* 使使
* @author Cat (null.null.null@qq.com)
* @version 0.1
* @date 2021-07-26
*
* Company: Baosight Co. Ltd.
* DO NOT COPY/USE WITHOUT PERMISSION
*
*/
#include "mix_cc/sql/make_table.h"
#include <string>
using namespace mix_cc::sql;
using namespace std::chrono;
MIX_CC_SQL_MAKE_TABLE(T_RULE_SAMPLE_2D, (std::string, RuleId), (double, X1),
(double, X2), (int, Flag), (int64_t, Count));