港口、气源地新增

This commit is contained in:
张秉卓
2025-10-24 16:12:22 +08:00
parent b52896cb67
commit 4428a07cfe
9 changed files with 299 additions and 91 deletions

View File

@ -16,8 +16,22 @@ public interface TableNameConstants {
* 币种表
*/
String LNG_B_CURRENCY = "lng_b_currency";
/**
* 币种表
*/
String LNG_B_CURRENCY = "lng_b_currency";
/**
* 港口表
*/
String LNG_B_PORT = "lng_b_port";
/**
* LNG气源地表
*/
String LNG_B_STATION_LNG = "lng_b_station_lng";
/**
* 银行表
*/