统计:Review修改

This commit is contained in:
owen
2023-10-16 13:00:13 +08:00
parent 195309dbb6
commit e1a72779d4
7 changed files with 53 additions and 58 deletions

View File

@@ -0,0 +1,5 @@
/** 数据对照 Response VO */
export interface DataComparisonRespVO<T> {
value: T
reference: T
}