Browse Source

add model

liuyuqi-dellpc 1 year ago
parent
commit
934737a0d3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      crawl_secondhand/models.py

+ 4 - 0
crawl_secondhand/models.py

@@ -0,0 +1,4 @@
+class Product(object):
+
+    def __init__(self, id: int):
+        self.id = 0