feat: 批量去除 vo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/** 数据对照 Response VO */
|
||||
export interface MallDataComparisonRespVO<T> {
|
||||
/** 数据对照 Response */
|
||||
export interface MallDataComparisonResp<T> {
|
||||
value: T;
|
||||
reference: T;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user