fix bug
This commit is contained in:
@@ -88,6 +88,16 @@ public class PortTerminal extends BaseEntity {
|
||||
*/
|
||||
@Schema(description = "城市")
|
||||
private String city;
|
||||
/**
|
||||
* 行政区划编码
|
||||
*/
|
||||
@Schema(description = "行政区划编码")
|
||||
private String regionCode;
|
||||
/**
|
||||
* 详细地址
|
||||
*/
|
||||
@Schema(description = "详细地址")
|
||||
private String detailAddress;
|
||||
/**
|
||||
* 经度
|
||||
*/
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -48,7 +48,10 @@ public class MileageRecord extends TenantEntity {
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@Schema(description = "车牌号")
|
||||
@Schema(description = "车船类型")
|
||||
private String vehicleType;
|
||||
|
||||
@Schema(description = "车牌号/船号")
|
||||
private String vehicleNo;
|
||||
|
||||
@Schema(description = "上月统计里程")
|
||||
@@ -63,6 +66,9 @@ public class MileageRecord extends TenantEntity {
|
||||
@Schema(description = "累计行驶里程")
|
||||
private BigDecimal totalMileage;
|
||||
|
||||
@Schema(description = "里程单位")
|
||||
private String mileageUnit;
|
||||
|
||||
@Schema(description = "附件")
|
||||
private String attachments;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user