feat: 国际进港 报文解析

This commit is contained in:
2025-12-25 17:29:44 +08:00
parent 8c6565d354
commit 7aa3b58c4b
14 changed files with 699 additions and 83 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#FF5252" />
<corners android:radius="4dp" />
</shape>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#00C853" />
<corners android:radius="4dp" />
</shape>