eis/eqpalg/table_struct/fv_upl_downl_cfg.h

25 lines
581 B
C
Raw Normal View History

#pragma once
/**
* @file fv_upl_downl_cfg.h
* @brief
* @author your name (you@domain.com)
* @version 0.1
* @date 2023-12-22
*
* Copyright: Baosight Co. Ltd.
* DO NOT COPY/USE WITHOUT PERMISSION
*
*/
#include "mix_cc/sql/make_table.h"
#include "mix_cc/type/mix_time.h"
#include <string>
using namespace mix_cc::sql;
using namespace std::chrono;
MIX_CC_SQL_MAKE_TABLE(FV_UPL_DOWNL_CFG, (std::string, ruleId),
(std::string, ruleGroup), (std::string, ruleName),
(double, upl), (double, downl));