1、修复基础配置

2、修复业务模块
This commit is contained in:
2026-09-03 15:59:20 +08:00
parent 88b04b7dac
commit a8d866231b
14 changed files with 200 additions and 14 deletions
@@ -84,6 +84,16 @@ public class PortTerminal extends BaseEntity {
*/
@Schema(description = "国家")
private String country;
/**
* 省份编码
*/
@Schema(description = "省份编码")
private String provinceCode;
/**
* 省份
*/
@Schema(description = "省份")
private String provinceName;
/**
* 城市
*/