You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
706 B

# -*- coding: utf-8 -*-
# @Time : 2023/9/26 11:05
# @Author : tx
# @File : __init__.py
# @Description :
from .report_inventory import ReportInventory
from .report_drug_logs import ReportDrugUseLogs
from .report_use import ReportUse
from .report_slack import ReportSlack
from .report_put_in import ReportPutIn
from .report_remain import ReportRemain
from .report_dosage import ReportDosage
from .report_put_in1 import ReportPutIn1
from .report_reagent_expiration import ReportReagentExpiration
from .report_environmental import ReportEnvironmental
from .report_take_out import ReportTakeOut
from .report_put_in_detail import ReportPutInDetail
from .report_take_out_detail import ReportTakeOutDetail