Skip to content

Commit 954a8ec

Browse files
committed
chore(operation): 更新接口ts字段
1 parent 5c8dee4 commit 954a8ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/models/operation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export interface Operation {
1717
ratingRatio: number
1818
ratingType: OpRatingType
1919
notEnoughRating: boolean
20+
like: number
21+
dislike: number
2022
commentsCount: number
2123
}
2224

0 commit comments

Comments
 (0)