Skip to content

Commit 2447c5b

Browse files
authored
🎀entity
1 parent 9fd1a8b commit 2447c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pojo/note.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class Note_Detail():
1+
class Note_Detail():
22
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):
33
self.id = id
44
self.note_id = note_id

0 commit comments

Comments
 (0)