This commit is contained in:
2024-10-30 18:45:29 +08:00
parent 66530aa5aa
commit b659dd055f
5 changed files with 28 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ public class SupvPlanRel {
private String isDelete;
@JsonSerialize(using = TimestampAsLongSerializer.class)
private LocalDateTime deleteTime;
private Timestamp deleteTime;
}