|
|
@@ -160,7 +160,7 @@ export namespace UpdateAuditScoreRemark {
|
|
|
export namespace GetAuditScoreRemarkList {
|
|
|
export type Params = { businessID: string; dataID: string };
|
|
|
|
|
|
- export type Resonse = IAuditScoreRemark[];
|
|
|
+ export type Resonse = Array<IAuditScoreRemark & { isCurrent?: boolean }>;
|
|
|
}
|
|
|
|
|
|
export namespace GetGcnameAndReviewer {
|