refactor(project): 重构项目结构并清理数据文件
- 将业务对象抽取到model包下 - 数据库实体移到model包下 - 删除wits_sample.txt示例数据文件 - 更新requirements.md文档结构
This commit is contained in:
0
app/__init__.py
Normal file
0
app/__init__.py
Normal file
@@ -1,47 +0,0 @@
|
|||||||
&&
|
|
||||||
01GJ-304-0088
|
|
||||||
020
|
|
||||||
030
|
|
||||||
041
|
|
||||||
0520250312.00
|
|
||||||
6120000.00
|
|
||||||
70
|
|
||||||
80.00
|
|
||||||
90.00
|
|
||||||
100.00
|
|
||||||
110.00
|
|
||||||
120.00
|
|
||||||
130.00
|
|
||||||
140.00
|
|
||||||
150.00
|
|
||||||
160.00
|
|
||||||
170.00
|
|
||||||
180.00
|
|
||||||
190.00
|
|
||||||
200
|
|
||||||
210.00
|
|
||||||
220.00
|
|
||||||
230
|
|
||||||
240
|
|
||||||
250
|
|
||||||
260.00
|
|
||||||
270.00
|
|
||||||
280
|
|
||||||
290.00
|
|
||||||
300.00
|
|
||||||
310.00
|
|
||||||
320.00
|
|
||||||
330.00
|
|
||||||
340.00
|
|
||||||
350.00
|
|
||||||
360.00
|
|
||||||
370
|
|
||||||
380
|
|
||||||
390.00
|
|
||||||
400.00
|
|
||||||
410.00
|
|
||||||
420.00
|
|
||||||
430.00
|
|
||||||
440.00
|
|
||||||
450.00
|
|
||||||
!!
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
pip install pyyaml paho-mqtt
|
|
||||||
0
model/__init__.py
Normal file
0
model/__init__.py
Normal file
@@ -19,3 +19,7 @@
|
|||||||
## 要求
|
## 要求
|
||||||
|
|
||||||
程序启动入口main.py,使用logging记录日志。
|
程序启动入口main.py,使用logging记录日志。
|
||||||
|
|
||||||
|
将业务对象抽取到model包下。
|
||||||
|
|
||||||
|
数据库实体放在model包下。
|
||||||
Reference in New Issue
Block a user