dimension_apn/apps/dimension_apn/include/dimension_tables.hrl
2025-04-07 15:04:09 +08:00

15 lines
384 B
Erlang

%%%-------------------------------------------------------------------
%%% @author anlicheng
%%% @copyright (C) 2025, <COMPANY>
%%% @doc
%%%
%%% @end
%%% Created : 07. 4月 2025 14:34
%%%-------------------------------------------------------------------
-author("anlicheng").
-record(device_token, {
user_id :: binary(),
token :: binary(),
timestamp = 0 :: integer()
}).