|
|
|
@ -58,20 +58,18 @@ public class TransportExtendCalculationDTO implements Serializable { |
|
|
|
@Schema(description = "更新时间") |
|
|
|
@JsonProperty(access = JsonProperty.Access.READ_ONLY) |
|
|
|
@JsonFormat(pattern = DateTimeUtils.DATE_TIME_PATTERN_STR) |
|
|
|
private Date lastDate; |
|
|
|
private Long lastDate; |
|
|
|
@Schema(description = "创建者") |
|
|
|
@JsonProperty(access = JsonProperty.Access.READ_ONLY) |
|
|
|
private Long creator; |
|
|
|
@Schema(description = "创建时间") |
|
|
|
@JsonProperty(access = JsonProperty.Access.READ_ONLY) |
|
|
|
@JsonFormat(pattern = DateTimeUtils.DATE_TIME_PATTERN_STR) |
|
|
|
private Date createDate; |
|
|
|
|
|
|
|
private Long createDate; |
|
|
|
@Schema(description = "更新者") |
|
|
|
@JsonProperty(access = JsonProperty.Access.READ_ONLY) |
|
|
|
private Long updater; |
|
|
|
@Schema(description = "更新时间") |
|
|
|
@JsonProperty(access = JsonProperty.Access.READ_ONLY) |
|
|
|
@JsonFormat(pattern = DateTimeUtils.DATE_TIME_PATTERN_STR) |
|
|
|
private Date updateDate; |
|
|
|
|
|
|
|
private Long updateDate; |
|
|
|
|
|
|
|
} |