|
|
@@ -146,6 +146,8 @@ export namespace GetAuditScoreLogs {
|
|
|
|
|
|
export namespace UpdateAuditScoreRemark {
|
|
|
export type Params = Omit<IAuditScoreRemark, 'ID'> & { ID?: string };
|
|
|
+
|
|
|
+ export type Responst = IAuditScoreRemark;
|
|
|
}
|
|
|
|
|
|
export namespace GetAuditScoreRemarkList {
|