You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
1.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

INSERT INTO `material` (`id`, `name`, `Price`) VALUES (1, '医用防护服', 350);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (2, '医用N95口罩', 20);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (3, '新生儿保温箱', 65000);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (4, '新生儿转运系统', 280000);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (5, '监护仪', 20000);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (6, '一次性医用口罩', 2);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (7, '一次性医用橡胶口罩', 2);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (8, '有创呼吸机', 160000);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (9, '无创呼吸机', 11000);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (10, '制氧机', 4800);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (11, '负压救护车', 342000);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (12, '隔离衣', 60);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (13, '正压隔离衣', 70);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (14, '84消毒液2500ml)', 35);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (15, '95%医用酒精(50斤)', 375);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (16, '3M口罩', 36);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (17, '体外膜肺氧和仪Medos Delta Stream III', 1.4e+006);
INSERT INTO `material` (`id`, `name`, `Price`) VALUES (18, '全自动核酸提取仪MagNA Pure24', 600000);