From 5c8ec6479ba8c2503cb425151723232a64490af9 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Mon, 29 Sep 2025 15:12:16 +0800 Subject: [PATCH] remove tables --- apps/efka/include/efka_tables.hrl | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 apps/efka/include/efka_tables.hrl diff --git a/apps/efka/include/efka_tables.hrl b/apps/efka/include/efka_tables.hrl deleted file mode 100644 index b4879c0..0000000 --- a/apps/efka/include/efka_tables.hrl +++ /dev/null @@ -1,15 +0,0 @@ -%%%------------------------------------------------------------------- -%%% @author anlicheng -%%% @copyright (C) 2025, -%%% @doc -%%% -%%% @end -%%% Created : 30. 4月 2025 11:16 -%%%------------------------------------------------------------------- --author("anlicheng"). - -%% id生成器 --record(id_generator, { - id, - value = 1 -}). \ No newline at end of file