Reapply "整理项目结构,优化配置项"

This reverts commit 2f650dd880.
This commit is contained in:
2024-07-15 15:20:52 +08:00
parent 2f650dd880
commit f4a2a38df0
33 changed files with 275 additions and 506 deletions

View File

@@ -9,15 +9,9 @@ from itertools import groupby
import requests
from PIL import ImageDraw, Image, ImageFont
from photo_review.entity.zx_ie_cost import ZxIeCost
from photo_review.entity.zx_ie_discharge import ZxIeDischarge
from photo_review.entity.zx_ie_settlement import ZxIeSettlement
from photo_review.entity.zx_phhd import ZxPhhd
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from config.mysql import MysqlSession
from photo_review.entity.zx_ocr import ZxOcr
from photo_review.entity.zx_phrec import ZxPhrec
from db import MysqlSession
from db.mysql import ZxIeCost, ZxIeDischarge, ZxIeSettlement, ZxPhhd, ZxOcr, ZxPhrec
from ucloud import ucloud