sdlan/apps/sdlan/include/sdlan_tables.hrl
2025-05-12 11:54:24 +08:00

18 lines
450 B
Erlang

%%%-------------------------------------------------------------------
%%% @author anlicheng
%%% @copyright (C) 2025, <COMPANY>
%%% @doc
%%%
%%% @end
%%% Created : 20. 1月 2025 21:35
%%%-------------------------------------------------------------------
-author("anlicheng").
%% ip的使用信息
-record(client, {
client_id :: binary(),
mac :: binary(),
ip :: integer(),
%% 当前状态
status = normal :: normal | disabled
}).