feat:初始化工程
This commit is contained in:
9
prompt/table.py
Normal file
9
prompt/table.py
Normal 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'=收入
|
||||
"""
|
||||
Reference in New Issue
Block a user