生成港口 等代码

This commit is contained in:
2025-10-24 11:07:32 +08:00
parent 3193bb8288
commit ff360a8496
51 changed files with 3831 additions and 36 deletions

View File

@ -28,5 +28,17 @@ public interface TableNameConstants {
*/
String LNG_B_REGION = "lng_b_region";
/**
* 费用名称表
*/
String LNG_B_FEE = "lng_b_fee";
/**
* 费用名称
*/
String LNG_B_TAX = "lng_b_tax";
}