eis/eqpalg/table_struct/t_lov_fdaaitem.h

22 lines
449 B
C
Raw Normal View History

#pragma once
/**
* @file t_lov_fdaaitem.h
* @brief
* @author your name (you@domain.com)
* @version 0.1
* @date 2026-01-15
*
* Copyright: 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_LOV_FDAAITEM, (std::string, item),
(std::string, chinese));