22 lines
449 B
C
22 lines
449 B
C
|
|
|
||
|
|
|
||
|
|
#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));
|