feat:初始化工程

This commit is contained in:
2026-06-09 13:51:12 +08:00
commit c66d3a871e
17 changed files with 410 additions and 0 deletions

9
prompt/table.py Normal file
View File

@@ -0,0 +1,9 @@
BILL_TABLE_SCHEMA = """
【表关系】
bill_record.book_id → bill_book.id
bill_record.category_id → bill_category.id
bill_record.pay_id → bill_pay.id
【字段说明】
bill_record.type / bill_category.type 取值:'expensive'=支出,'income'=收入
"""