From 18da3979a9a41b8be3667663e227527701ff413e Mon Sep 17 00:00:00 2001 From: dxc Date: Tue, 10 Feb 2026 11:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=BA=9F=E5=BC=83=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inventory-backend/CHECKS_NEEDED.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 inventory-backend/CHECKS_NEEDED.md diff --git a/inventory-backend/CHECKS_NEEDED.md b/inventory-backend/CHECKS_NEEDED.md deleted file mode 100644 index 682b60b..0000000 --- a/inventory-backend/CHECKS_NEEDED.md +++ /dev/null @@ -1,15 +0,0 @@ -# Files that need to be checked for .material -> .base attribute rename - -Based on the refactoring, the following modules likely contain references to `.material` that should be updated to `.base`: - -1. `app/services/stocktake/stocktake_service.py` -2. `app/services/check/check_service.py` -3. `app/services/dashboard/dashboard_service.py` -4. `app/controllers/stocktake_controller.py` -5. `app/controllers/check_controller.py` -6. `app/controllers/dashboard_controller.py` -7. `app/services/report/stock_report_service.py` -8. `app/services/alert/stock_alert_service.py` -9. `app/services/outbound/outbound_service.py` - -Please add these files to the chat so we can inspect and apply the required fixes.