Skip to content

Commit

Permalink
chore: update the version of arex-storage-config
Browse files Browse the repository at this point in the history
  • Loading branch information
rchen9 committed Dec 12, 2023
1 parent 4003b82 commit 4d2c6e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ public class PlanStatistic {
private Integer totalServiceCount;
private String errorMessage;

private Map<String, String> caseTags;

private Map<String, Object> customTags;
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class ReportPlanStatisticCollection extends ModelBase {

private Integer caseSourceType;
private String caseRecordVersion;
private Map<String, Object> caseTags;
private Map<String, String> caseTags;
private Long caseStartTime;
private Long caseEndTime;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class ReportPlanStatisticDto {

private Integer caseSourceType;

private Map<String, Object> caseTags;
private Map<String, String> caseTags;

private Long caseStartTime;

Expand Down

0 comments on commit 4d2c6e0

Please sign in to comment.