Skip to content

Commit

Permalink
ADM-919:[backend] fix: add Nullable for field
Browse files Browse the repository at this point in the history
  • Loading branch information
yulongcai committed Apr 12, 2024
1 parent 3878e7f commit 8e6ffcb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ public class LeadTime {

private long jobStartTime;

@Nullable
private Long noPRCommitTime;

@Nullable
private Long firstCommitTime;

private long pipelineCreateTime;

@Nullable
private Boolean isRevert;

@Nullable
Expand Down

0 comments on commit 8e6ffcb

Please sign in to comment.