Files
GEAR-OA/script/sql/mysql/item/gear_monthly_account.sql
2026-04-23 10:15:22 +08:00

11 lines
2.8 KiB
SQL

INSERT INTO `gear_monthly_account` (`account_id`, `month_year`, `total_amount`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (1, '2023-01', 156800.00, '1月份采购总金额', 0, '2025-08-30 08:35:14', 'admin', '2025-08-30 08:35:14', 'admin');
INSERT INTO `gear_monthly_account` (`account_id`, `month_year`, `total_amount`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (2, '2023-02', 125300.50, '2月份采购总金额', 0, '2025-08-30 08:35:14', 'admin', '2025-08-30 08:35:14', 'admin');
INSERT INTO `gear_monthly_account` (`account_id`, `month_year`, `total_amount`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (3, '2023-03', 189250.75, '3月份采购总金额', 0, '2025-08-30 08:35:14', 'admin', '2025-08-30 08:35:14', 'admin');
INSERT INTO `gear_monthly_account` (`account_id`, `month_year`, `total_amount`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (4, '2023-04', 210500.00, '4月份采购总金额', 0, '2025-08-30 08:35:14', 'admin', '2025-08-30 08:35:14', 'admin');
INSERT INTO `gear_monthly_account` (`account_id`, `month_year`, `total_amount`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (5, '2023-05', 178600.25, '5月份采购总金额', 0, '2025-08-30 08:35:14', 'admin', '2025-08-30 08:35:14', 'admin');
INSERT INTO `gear_monthly_account` (`account_id`, `month_year`, `total_amount`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (6, '2023-06', 205400.80, '6月份采购总金额', 0, '2025-08-30 08:35:14', 'admin', '2025-08-30 08:35:14', 'admin');
INSERT INTO `gear_monthly_account` (`account_id`, `month_year`, `total_amount`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (7, '2023-07', 198750.50, '7月份采购总金额', 0, '2025-08-30 08:35:14', 'admin', '2025-08-30 08:35:14', 'admin');
INSERT INTO `gear_monthly_account` (`account_id`, `month_year`, `total_amount`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (8, '2023-08', 220300.00, '8月份采购总金额', 0, '2025-08-30 08:35:14', 'admin', '2025-08-30 08:35:14', 'admin');
INSERT INTO `gear_monthly_account` (`account_id`, `month_year`, `total_amount`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (9, '2023-09', 165800.30, '9月份采购总金额', 0, '2025-08-30 08:35:14', 'admin', '2025-08-30 08:35:14', 'admin');
INSERT INTO `gear_monthly_account` (`account_id`, `month_year`, `total_amount`, `remark`, `del_flag`, `create_time`, `create_by`, `update_time`, `update_by`) VALUES (10, '2023-10', 142600.75, '10月份采购总金额', 0, '2025-08-30 08:35:14', 'admin', '2025-08-30 08:35:14', 'admin');