This commit is contained in:
anlicheng 2024-07-23 16:26:44 +08:00
parent c512cc106e
commit 90c3a12636

View File

@ -26,13 +26,6 @@
%% id
-define(SYS_ID, <<"ZNWLZJJKXT">>).
-record(task, {
id :: integer(),
location_code :: binary(),
dynamic_location_code :: binary(),
events =[] :: list()
}).
-record(state, {
id = 1,
url :: string(),