Step 11:百问百答(FAQ / Knowledge Base)

This commit is contained in:
Cheng Zhou
2025-12-16 19:50:44 +08:00
parent 96f7e35713
commit a54d7faf19
68 changed files with 553 additions and 1 deletions
+2
View File
@@ -21,3 +21,5 @@ from app.models.imp_batch import ImpBatch # noqa: F401
from app.models.imp_inventory import ImpInventory # noqa: F401
from app.models.imp_transaction import ImpTransaction # noqa: F401
from app.models.finance import FinanceItem # noqa: F401
from app.models.faq_category import FaqCategory # noqa: F401
from app.models.faq_item import FaqItem # noqa: F401