diff --git a/README.md b/README.md index cbdaf5c..e8911d0 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,6 @@ | DB CRUD API | `lib/services/database_helper.dart` | ✅ Estimate/Sales テーブル対応
・insertEstimate
・getEstimates
・insertSales
・getSales | | Estimate モデル | `lib/models/estimate.dart` | ✅ LineItem ネスト構造
・toMap/fromMap 実装 | -### ⏳ 次期実装予定(Sprint 4-M3) - -- [ ] PDF 帳票出力テンプレート準備 -- [ ] 売上入力画面構築 ---