feat: add test cases
This commit is contained in:
parent
b1ee438357
commit
66fee21c5d
|
@ -6,3 +6,11 @@ VALUES (1, '', 'bill', 0),
|
|||
(5, '', 'bill', 0),
|
||||
(6, '', 'bill', 0),
|
||||
(7, '', 'bill', 0);
|
||||
|
||||
INSERT INTO bills (year, month, day, money, label)
|
||||
VALUES (2023, 5, 27, 55, "餐饮"),
|
||||
(2023, 5, 27, 55, "餐饮"),
|
||||
(2023, 5, 30, 51, "生活"),
|
||||
(2023, 5, 30, 51, "生活"),
|
||||
(2023, 5, 30, 51, "生活"),
|
||||
(2023, 5, 30, 52, "餐饮");
|
||||
|
|
Loading…
Reference in New Issue
Block a user