接口优化

This commit is contained in:
xy
2025-07-15 18:03:50 +08:00
parent 6782b19b7d
commit ffb6ead753
4 changed files with 14 additions and 2 deletions

View File

@@ -45,6 +45,9 @@ public class HalfMonthReportVO implements Serializable {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime latestTime;
@ApiModelProperty("流程状态")
private Integer process;
@ApiModelProperty("数据完整性")
private Double integrity;