We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd1a8b commit 2447c5bCopy full SHA for 2447c5b
pojo/note.py
@@ -1,4 +1,4 @@
1
-class Note_Detail():
+class Note_Detail():
2
def __init__(self, id, note_id, note_type, user_id, nickname, avatar, title, desc, liked_count, collected_count, comment_count, share_count, video_addr, image_list, tag_list, upload_time, ip_location):
3
self.id = id
4
self.note_id = note_id
0 commit comments