iot_cloud/include/iot_tables.hrl
2026-04-24 17:29:53 +08:00

16 lines
407 B
Erlang

%%%-------------------------------------------------------------------
%%% @author anlicheng
%%% @copyright (C) 2026, <COMPANY>
%%% @doc
%%%
%%% @end
%%% Created : 24. 4月 2026 16:54
%%%-------------------------------------------------------------------
-author("anlicheng").
-record(efka_client, {
uuid :: binary(),
token_hash :: binary(),
salt :: binary(),
timestamp = 0 :: integer()
}).