initial import

This commit is contained in:
2026-05-11 19:59:10 +07:00
commit 582353e277
479 changed files with 32418 additions and 0 deletions

4
sql/diagnostic_infos.sql Normal file
View File

@ -0,0 +1,4 @@
select t.sn,h.*
from tms_heart_beat h
inner join tms_terminal t on h.terminal_id=t.id
order by h.create_ts desc