refactor(project): 重构项目结构并清理数据文件

- 将业务对象抽取到model包下
- 数据库实体移到model包下
- 删除wits_sample.txt示例数据文件
- 更新requirements.md文档结构
This commit is contained in:
2026-03-12 10:24:57 +08:00
parent 45870a2f73
commit 6d13da4cc2
9 changed files with 5 additions and 49 deletions

0
app/__init__.py Normal file
View File

View 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
!!

View File

@@ -1 +0,0 @@
pip install pyyaml paho-mqtt

0
model/__init__.py Normal file
View File

View File

@@ -18,4 +18,8 @@
## 要求
程序启动入口main.py,使用logging记录日志。
程序启动入口main.py,使用logging记录日志。
将业务对象抽取到model包下。
数据库实体放在model包下。