This commit is contained in:
2026-07-23 17:17:56 +08:00
parent 35afec99f6
commit af8c9ac2e6
29 changed files with 251 additions and 43 deletions

View File

@@ -88,6 +88,16 @@ public class PortTerminal extends BaseEntity {
*/
@Schema(description = "城市")
private String city;
/**
* 行政区划编码
*/
@Schema(description = "行政区划编码")
private String regionCode;
/**
* 详细地址
*/
@Schema(description = "详细地址")
private String detailAddress;
/**
* 经度
*/

View File

@@ -60,6 +60,10 @@ public class CurrencyVO extends Currency {
@DateTimeFormat(pattern = "yyyy-MM-dd")
private LocalDate businessDate;
@TableField(exist = false)
@Schema(description = "更新人姓名")
private String updateUserName;
@TableField(exist = false)
@Schema(description = "生效日期开始")
@DateTimeFormat(pattern = "yyyy-MM-dd")