浏览代码

update models

kateshev14 5 月之前
父节点
当前提交
326d8f137c
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      models/__init__.py
  2. 0 0
      models/orders_local.py

+ 1 - 1
models/__init__.py

@@ -1 +1 @@
-from .webservice_running import OrdersLocal
+from .orders_local import OrdersLocal

+ 0 - 0
models/webservice_running.py → models/orders_local.py