1、修复基础配置
2、修复业务模块
This commit is contained in:
+10
@@ -84,6 +84,16 @@ public class PortTerminal extends BaseEntity {
|
||||
*/
|
||||
@Schema(description = "国家")
|
||||
private String country;
|
||||
/**
|
||||
* 省份编码
|
||||
*/
|
||||
@Schema(description = "省份编码")
|
||||
private String provinceCode;
|
||||
/**
|
||||
* 省份
|
||||
*/
|
||||
@Schema(description = "省份")
|
||||
private String provinceName;
|
||||
/**
|
||||
* 城市
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user