eight
2024-09-06 72cc3b47545bdfb8479fd76c301a7eb1de807292
sql/mysql/jh.sql
@@ -140,7 +140,7 @@
-- ----------------------------
DROP TABLE IF EXISTS `dev_rent`;
CREATE TABLE `dev_rent` (
  `id` int NOT NULL COMMENT 'id',
  `id` int NOT NULL AUTO_INCREMENT COMMENT 'id',
  `dev_id` varchar(45) DEFAULT NULL COMMENT '设备编号',
  `pat_id` varchar(45) DEFAULT NULL COMMENT '患者编号',
  `pat_name` varchar(45) DEFAULT NULL COMMENT '患者名称',