From b52fa654672bd9778304218cb959200b0751b982 Mon Sep 17 00:00:00 2001 From: zhuguifei <312353457@qq.com> Date: 星期一, 24 二月 2025 09:10:43 +0800 Subject: [PATCH] 新增数据库文件 --- eims-ui/apps/web-antd/src/views/eims/fixture/dashboard/index.vue | 2 eims-ui/apps/web-antd/src/views/eims/fixture/fixture-borrow-list-drawer.vue | 2 eims/script/sql/eims-20250224.sql | 7428 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 7,429 insertions(+), 3 deletions(-) diff --git a/eims-ui/apps/web-antd/src/views/eims/fixture/dashboard/index.vue b/eims-ui/apps/web-antd/src/views/eims/fixture/dashboard/index.vue index bebc6e9..dd43ef2 100644 --- a/eims-ui/apps/web-antd/src/views/eims/fixture/dashboard/index.vue +++ b/eims-ui/apps/web-antd/src/views/eims/fixture/dashboard/index.vue @@ -81,7 +81,7 @@ const operParam = JSON.parse(row.operParam); const label = recordStatusList.find((item) => item.dictValue === operParam.status)?.dictLabel; logList.value.push({ - avatar: 'svg:avatar-1', + avatar: 'svg:avatar-4', content: `${row?.deptName} ${row?.operName} <a>${label}</a> ${operParam?.fixtureName} `, date: row.operTime, title: row.title diff --git a/eims-ui/apps/web-antd/src/views/eims/fixture/fixture-borrow-list-drawer.vue b/eims-ui/apps/web-antd/src/views/eims/fixture/fixture-borrow-list-drawer.vue index b123ebd..02c024c 100644 --- a/eims-ui/apps/web-antd/src/views/eims/fixture/fixture-borrow-list-drawer.vue +++ b/eims-ui/apps/web-antd/src/views/eims/fixture/fixture-borrow-list-drawer.vue @@ -115,8 +115,6 @@ <span>{{ row.fixtureName }}</span> </Space> </template> - - <template #action="{ row }"> </template> </BasicTable> </BasicDrawer> </template> diff --git a/eims/script/sql/eims-20250224.sql b/eims/script/sql/eims-20250224.sql new file mode 100644 index 0000000..25d2497 --- /dev/null +++ b/eims/script/sql/eims-20250224.sql @@ -0,0 +1,7428 @@ +/* + Navicat Premium Dump SQL + + Source Server : local + Source Server Type : MySQL + Source Server Version : 90001 (9.0.1) + Source Host : localhost:3306 + Source Schema : eims + + Target Server Type : MySQL + Target Server Version : 90001 (9.0.1) + File Encoding : 65001 + + Date: 24/02/2025 09:02:15 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for ACT_EVT_LOG +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_EVT_LOG`; +CREATE TABLE `ACT_EVT_LOG` ( + `LOG_NR_` bigint NOT NULL AUTO_INCREMENT, + `TYPE_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TASK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TIME_STAMP_` timestamp(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3), + `USER_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `DATA_` longblob, + `LOCK_OWNER_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `LOCK_TIME_` timestamp(3) NULL DEFAULT NULL, + `IS_PROCESSED_` tinyint DEFAULT '0', + PRIMARY KEY (`LOG_NR_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_EVT_LOG +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_GE_BYTEARRAY +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_GE_BYTEARRAY`; +CREATE TABLE `ACT_GE_BYTEARRAY` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `DEPLOYMENT_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `BYTES_` longblob, + `GENERATED_` tinyint DEFAULT NULL, + PRIMARY KEY (`ID_`), + KEY `ACT_FK_BYTEARR_DEPL` (`DEPLOYMENT_ID_`), + CONSTRAINT `ACT_FK_BYTEARR_DEPL` FOREIGN KEY (`DEPLOYMENT_ID_`) REFERENCES `ACT_RE_DEPLOYMENT` (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_GE_BYTEARRAY +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_GE_PROPERTY +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_GE_PROPERTY`; +CREATE TABLE `ACT_GE_PROPERTY` ( + `NAME_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `VALUE_` varchar(300) COLLATE utf8mb3_bin DEFAULT NULL, + `REV_` int DEFAULT NULL, + PRIMARY KEY (`NAME_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_GE_PROPERTY +-- ---------------------------- +BEGIN; +INSERT INTO `ACT_GE_PROPERTY` (`NAME_`, `VALUE_`, `REV_`) VALUES ('batch.schema.version', '7.0.1.1', 1); +INSERT INTO `ACT_GE_PROPERTY` (`NAME_`, `VALUE_`, `REV_`) VALUES ('cfg.execution-related-entities-count', 'true', 1); +INSERT INTO `ACT_GE_PROPERTY` (`NAME_`, `VALUE_`, `REV_`) VALUES ('cfg.task-related-entities-count', 'true', 1); +INSERT INTO `ACT_GE_PROPERTY` (`NAME_`, `VALUE_`, `REV_`) VALUES ('common.schema.version', '7.0.1.1', 1); +INSERT INTO `ACT_GE_PROPERTY` (`NAME_`, `VALUE_`, `REV_`) VALUES ('entitylink.schema.version', '7.0.1.1', 1); +INSERT INTO `ACT_GE_PROPERTY` (`NAME_`, `VALUE_`, `REV_`) VALUES ('eventsubscription.schema.version', '7.0.1.1', 1); +INSERT INTO `ACT_GE_PROPERTY` (`NAME_`, `VALUE_`, `REV_`) VALUES ('identitylink.schema.version', '7.0.1.1', 1); +INSERT INTO `ACT_GE_PROPERTY` (`NAME_`, `VALUE_`, `REV_`) VALUES ('job.schema.version', '7.0.1.1', 1); +INSERT INTO `ACT_GE_PROPERTY` (`NAME_`, `VALUE_`, `REV_`) VALUES ('next.dbid', '1', 1); +INSERT INTO `ACT_GE_PROPERTY` (`NAME_`, `VALUE_`, `REV_`) VALUES ('schema.history', 'create(7.0.1.1)', 1); +INSERT INTO `ACT_GE_PROPERTY` (`NAME_`, `VALUE_`, `REV_`) VALUES ('schema.version', '7.0.1.1', 1); +INSERT INTO `ACT_GE_PROPERTY` (`NAME_`, `VALUE_`, `REV_`) VALUES ('task.schema.version', '7.0.1.1', 1); +INSERT INTO `ACT_GE_PROPERTY` (`NAME_`, `VALUE_`, `REV_`) VALUES ('variable.schema.version', '7.0.1.1', 1); +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_HI_ACTINST +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_HI_ACTINST`; +CREATE TABLE `ACT_HI_ACTINST` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT '1', + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `ACT_ID_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `TASK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `CALL_PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `ACT_NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ACT_TYPE_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `ASSIGNEE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `START_TIME_` datetime(3) NOT NULL, + `END_TIME_` datetime(3) DEFAULT NULL, + `TRANSACTION_ORDER_` int DEFAULT NULL, + `DURATION_` bigint DEFAULT NULL, + `DELETE_REASON_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_HI_ACT_INST_START` (`START_TIME_`), + KEY `ACT_IDX_HI_ACT_INST_END` (`END_TIME_`), + KEY `ACT_IDX_HI_ACT_INST_PROCINST` (`PROC_INST_ID_`,`ACT_ID_`), + KEY `ACT_IDX_HI_ACT_INST_EXEC` (`EXECUTION_ID_`,`ACT_ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_HI_ACTINST +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_HI_ATTACHMENT +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_HI_ATTACHMENT`; +CREATE TABLE `ACT_HI_ATTACHMENT` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `USER_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `DESCRIPTION_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TASK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `URL_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `CONTENT_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TIME_` datetime(3) DEFAULT NULL, + PRIMARY KEY (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_HI_ATTACHMENT +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_HI_COMMENT +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_HI_COMMENT`; +CREATE TABLE `ACT_HI_COMMENT` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TIME_` datetime(3) NOT NULL, + `USER_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TASK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `ACTION_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `MESSAGE_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `FULL_MSG_` longblob, + PRIMARY KEY (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_HI_COMMENT +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_HI_DETAIL +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_HI_DETAIL`; +CREATE TABLE `ACT_HI_DETAIL` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `TYPE_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TASK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `ACT_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `NAME_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `VAR_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `REV_` int DEFAULT NULL, + `TIME_` datetime(3) NOT NULL, + `BYTEARRAY_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `DOUBLE_` double DEFAULT NULL, + `LONG_` bigint DEFAULT NULL, + `TEXT_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `TEXT2_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_HI_DETAIL_PROC_INST` (`PROC_INST_ID_`), + KEY `ACT_IDX_HI_DETAIL_ACT_INST` (`ACT_INST_ID_`), + KEY `ACT_IDX_HI_DETAIL_TIME` (`TIME_`), + KEY `ACT_IDX_HI_DETAIL_NAME` (`NAME_`), + KEY `ACT_IDX_HI_DETAIL_TASK_ID` (`TASK_ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_HI_DETAIL +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_HI_ENTITYLINK +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_HI_ENTITYLINK`; +CREATE TABLE `ACT_HI_ENTITYLINK` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `LINK_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CREATE_TIME_` datetime(3) DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `PARENT_ELEMENT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `REF_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `REF_SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `REF_SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ROOT_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ROOT_SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `HIERARCHY_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_HI_ENT_LNK_SCOPE` (`SCOPE_ID_`,`SCOPE_TYPE_`,`LINK_TYPE_`), + KEY `ACT_IDX_HI_ENT_LNK_REF_SCOPE` (`REF_SCOPE_ID_`,`REF_SCOPE_TYPE_`,`LINK_TYPE_`), + KEY `ACT_IDX_HI_ENT_LNK_ROOT_SCOPE` (`ROOT_SCOPE_ID_`,`ROOT_SCOPE_TYPE_`,`LINK_TYPE_`), + KEY `ACT_IDX_HI_ENT_LNK_SCOPE_DEF` (`SCOPE_DEFINITION_ID_`,`SCOPE_TYPE_`,`LINK_TYPE_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_HI_ENTITYLINK +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_HI_IDENTITYLINK +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_HI_IDENTITYLINK`; +CREATE TABLE `ACT_HI_IDENTITYLINK` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `GROUP_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `USER_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TASK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `CREATE_TIME_` datetime(3) DEFAULT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_HI_IDENT_LNK_USER` (`USER_ID_`), + KEY `ACT_IDX_HI_IDENT_LNK_SCOPE` (`SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_HI_IDENT_LNK_SUB_SCOPE` (`SUB_SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_HI_IDENT_LNK_SCOPE_DEF` (`SCOPE_DEFINITION_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_HI_IDENT_LNK_TASK` (`TASK_ID_`), + KEY `ACT_IDX_HI_IDENT_LNK_PROCINST` (`PROC_INST_ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_HI_IDENTITYLINK +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_HI_PROCINST +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_HI_PROCINST`; +CREATE TABLE `ACT_HI_PROCINST` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT '1', + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `BUSINESS_KEY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `START_TIME_` datetime(3) NOT NULL, + `END_TIME_` datetime(3) DEFAULT NULL, + `DURATION_` bigint DEFAULT NULL, + `START_USER_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `START_ACT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `END_ACT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUPER_PROCESS_INSTANCE_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `DELETE_REASON_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + `NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CALLBACK_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CALLBACK_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `REFERENCE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `REFERENCE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `PROPAGATED_STAGE_INST_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `BUSINESS_STATUS_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + PRIMARY KEY (`ID_`), + UNIQUE KEY `PROC_INST_ID_` (`PROC_INST_ID_`), + KEY `ACT_IDX_HI_PRO_INST_END` (`END_TIME_`), + KEY `ACT_IDX_HI_PRO_I_BUSKEY` (`BUSINESS_KEY_`), + KEY `ACT_IDX_HI_PRO_SUPER_PROCINST` (`SUPER_PROCESS_INSTANCE_ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_HI_PROCINST +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_HI_TASKINST +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_HI_TASKINST`; +CREATE TABLE `ACT_HI_TASKINST` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT '1', + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TASK_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TASK_DEF_KEY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `PROPAGATED_STAGE_INST_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `STATE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `PARENT_TASK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `DESCRIPTION_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `OWNER_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ASSIGNEE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `START_TIME_` datetime(3) NOT NULL, + `IN_PROGRESS_TIME_` datetime(3) DEFAULT NULL, + `IN_PROGRESS_STARTED_BY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CLAIM_TIME_` datetime(3) DEFAULT NULL, + `CLAIMED_BY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUSPENDED_TIME_` datetime(3) DEFAULT NULL, + `SUSPENDED_BY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `END_TIME_` datetime(3) DEFAULT NULL, + `COMPLETED_BY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `DURATION_` bigint DEFAULT NULL, + `DELETE_REASON_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `PRIORITY_` int DEFAULT NULL, + `IN_PROGRESS_DUE_DATE_` datetime(3) DEFAULT NULL, + `DUE_DATE_` datetime(3) DEFAULT NULL, + `FORM_KEY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CATEGORY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + `LAST_UPDATED_TIME_` datetime(3) DEFAULT NULL, + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_HI_TASK_SCOPE` (`SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_HI_TASK_SUB_SCOPE` (`SUB_SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_HI_TASK_SCOPE_DEF` (`SCOPE_DEFINITION_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_HI_TASK_INST_PROCINST` (`PROC_INST_ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_HI_TASKINST +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_HI_TSK_LOG +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_HI_TSK_LOG`; +CREATE TABLE `ACT_HI_TSK_LOG` ( + `ID_` bigint NOT NULL AUTO_INCREMENT, + `TYPE_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TASK_ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `TIME_STAMP_` timestamp(3) NOT NULL, + `USER_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `DATA_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + PRIMARY KEY (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_HI_TSK_LOG +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_HI_VARINST +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_HI_VARINST`; +CREATE TABLE `ACT_HI_VARINST` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT '1', + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TASK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `NAME_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `VAR_TYPE_` varchar(100) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `BYTEARRAY_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `DOUBLE_` double DEFAULT NULL, + `LONG_` bigint DEFAULT NULL, + `TEXT_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `TEXT2_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `META_INFO_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `CREATE_TIME_` datetime(3) DEFAULT NULL, + `LAST_UPDATED_TIME_` datetime(3) DEFAULT NULL, + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_HI_PROCVAR_NAME_TYPE` (`NAME_`,`VAR_TYPE_`), + KEY `ACT_IDX_HI_VAR_SCOPE_ID_TYPE` (`SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_HI_VAR_SUB_ID_TYPE` (`SUB_SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_HI_PROCVAR_PROC_INST` (`PROC_INST_ID_`), + KEY `ACT_IDX_HI_PROCVAR_TASK_ID` (`TASK_ID_`), + KEY `ACT_IDX_HI_PROCVAR_EXE` (`EXECUTION_ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_HI_VARINST +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_PROCDEF_INFO +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_PROCDEF_INFO`; +CREATE TABLE `ACT_PROCDEF_INFO` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `INFO_JSON_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + PRIMARY KEY (`ID_`), + UNIQUE KEY `ACT_UNIQ_INFO_PROCDEF` (`PROC_DEF_ID_`), + KEY `ACT_IDX_INFO_PROCDEF` (`PROC_DEF_ID_`), + KEY `ACT_FK_INFO_JSON_BA` (`INFO_JSON_ID_`), + CONSTRAINT `ACT_FK_INFO_JSON_BA` FOREIGN KEY (`INFO_JSON_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`), + CONSTRAINT `ACT_FK_INFO_PROCDEF` FOREIGN KEY (`PROC_DEF_ID_`) REFERENCES `ACT_RE_PROCDEF` (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_PROCDEF_INFO +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RE_DEPLOYMENT +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RE_DEPLOYMENT`; +CREATE TABLE `ACT_RE_DEPLOYMENT` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CATEGORY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `KEY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + `DEPLOY_TIME_` timestamp(3) NULL DEFAULT NULL, + `DERIVED_FROM_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `DERIVED_FROM_ROOT_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PARENT_DEPLOYMENT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ENGINE_VERSION_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + PRIMARY KEY (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RE_DEPLOYMENT +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RE_MODEL +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RE_MODEL`; +CREATE TABLE `ACT_RE_MODEL` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `KEY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CATEGORY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CREATE_TIME_` timestamp(3) NULL DEFAULT NULL, + `LAST_UPDATE_TIME_` timestamp(3) NULL DEFAULT NULL, + `VERSION_` int DEFAULT NULL, + `META_INFO_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `DEPLOYMENT_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `EDITOR_SOURCE_VALUE_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `EDITOR_SOURCE_EXTRA_VALUE_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + PRIMARY KEY (`ID_`), + KEY `ACT_FK_MODEL_SOURCE` (`EDITOR_SOURCE_VALUE_ID_`), + KEY `ACT_FK_MODEL_SOURCE_EXTRA` (`EDITOR_SOURCE_EXTRA_VALUE_ID_`), + KEY `ACT_FK_MODEL_DEPLOYMENT` (`DEPLOYMENT_ID_`), + CONSTRAINT `ACT_FK_MODEL_DEPLOYMENT` FOREIGN KEY (`DEPLOYMENT_ID_`) REFERENCES `ACT_RE_DEPLOYMENT` (`ID_`), + CONSTRAINT `ACT_FK_MODEL_SOURCE` FOREIGN KEY (`EDITOR_SOURCE_VALUE_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`), + CONSTRAINT `ACT_FK_MODEL_SOURCE_EXTRA` FOREIGN KEY (`EDITOR_SOURCE_EXTRA_VALUE_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RE_MODEL +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RE_PROCDEF +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RE_PROCDEF`; +CREATE TABLE `ACT_RE_PROCDEF` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `CATEGORY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `KEY_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `VERSION_` int NOT NULL, + `DEPLOYMENT_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `RESOURCE_NAME_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `DGRM_RESOURCE_NAME_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `DESCRIPTION_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `HAS_START_FORM_KEY_` tinyint DEFAULT NULL, + `HAS_GRAPHICAL_NOTATION_` tinyint DEFAULT NULL, + `SUSPENSION_STATE_` int DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + `ENGINE_VERSION_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `DERIVED_FROM_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `DERIVED_FROM_ROOT_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `DERIVED_VERSION_` int NOT NULL DEFAULT '0', + PRIMARY KEY (`ID_`), + UNIQUE KEY `ACT_UNIQ_PROCDEF` (`KEY_`,`VERSION_`,`DERIVED_VERSION_`,`TENANT_ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RE_PROCDEF +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RU_ACTINST +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RU_ACTINST`; +CREATE TABLE `ACT_RU_ACTINST` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT '1', + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `ACT_ID_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `TASK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `CALL_PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `ACT_NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ACT_TYPE_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `ASSIGNEE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `START_TIME_` datetime(3) NOT NULL, + `END_TIME_` datetime(3) DEFAULT NULL, + `DURATION_` bigint DEFAULT NULL, + `TRANSACTION_ORDER_` int DEFAULT NULL, + `DELETE_REASON_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_RU_ACTI_START` (`START_TIME_`), + KEY `ACT_IDX_RU_ACTI_END` (`END_TIME_`), + KEY `ACT_IDX_RU_ACTI_PROC` (`PROC_INST_ID_`), + KEY `ACT_IDX_RU_ACTI_PROC_ACT` (`PROC_INST_ID_`,`ACT_ID_`), + KEY `ACT_IDX_RU_ACTI_EXEC` (`EXECUTION_ID_`), + KEY `ACT_IDX_RU_ACTI_EXEC_ACT` (`EXECUTION_ID_`,`ACT_ID_`), + KEY `ACT_IDX_RU_ACTI_TASK` (`TASK_ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RU_ACTINST +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RU_DEADLETTER_JOB +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RU_DEADLETTER_JOB`; +CREATE TABLE `ACT_RU_DEADLETTER_JOB` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `CATEGORY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TYPE_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `EXCLUSIVE_` tinyint(1) DEFAULT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROCESS_INSTANCE_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `ELEMENT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ELEMENT_NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CORRELATION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `EXCEPTION_STACK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `EXCEPTION_MSG_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `DUEDATE_` timestamp(3) NULL DEFAULT NULL, + `REPEAT_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `HANDLER_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `HANDLER_CFG_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `CUSTOM_VALUES_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `CREATE_TIME_` timestamp(3) NULL DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_DEADLETTER_JOB_EXCEPTION_STACK_ID` (`EXCEPTION_STACK_ID_`), + KEY `ACT_IDX_DEADLETTER_JOB_CUSTOM_VALUES_ID` (`CUSTOM_VALUES_ID_`), + KEY `ACT_IDX_DEADLETTER_JOB_CORRELATION_ID` (`CORRELATION_ID_`), + KEY `ACT_IDX_DJOB_SCOPE` (`SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_DJOB_SUB_SCOPE` (`SUB_SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_DJOB_SCOPE_DEF` (`SCOPE_DEFINITION_ID_`,`SCOPE_TYPE_`), + KEY `ACT_FK_DEADLETTER_JOB_EXECUTION` (`EXECUTION_ID_`), + KEY `ACT_FK_DEADLETTER_JOB_PROCESS_INSTANCE` (`PROCESS_INSTANCE_ID_`), + KEY `ACT_FK_DEADLETTER_JOB_PROC_DEF` (`PROC_DEF_ID_`), + CONSTRAINT `ACT_FK_DEADLETTER_JOB_CUSTOM_VALUES` FOREIGN KEY (`CUSTOM_VALUES_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`), + CONSTRAINT `ACT_FK_DEADLETTER_JOB_EXCEPTION` FOREIGN KEY (`EXCEPTION_STACK_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`), + CONSTRAINT `ACT_FK_DEADLETTER_JOB_EXECUTION` FOREIGN KEY (`EXECUTION_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`), + CONSTRAINT `ACT_FK_DEADLETTER_JOB_PROC_DEF` FOREIGN KEY (`PROC_DEF_ID_`) REFERENCES `ACT_RE_PROCDEF` (`ID_`), + CONSTRAINT `ACT_FK_DEADLETTER_JOB_PROCESS_INSTANCE` FOREIGN KEY (`PROCESS_INSTANCE_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RU_DEADLETTER_JOB +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RU_ENTITYLINK +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RU_ENTITYLINK`; +CREATE TABLE `ACT_RU_ENTITYLINK` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `CREATE_TIME_` datetime(3) DEFAULT NULL, + `LINK_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `PARENT_ELEMENT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `REF_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `REF_SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `REF_SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ROOT_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ROOT_SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `HIERARCHY_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_ENT_LNK_SCOPE` (`SCOPE_ID_`,`SCOPE_TYPE_`,`LINK_TYPE_`), + KEY `ACT_IDX_ENT_LNK_REF_SCOPE` (`REF_SCOPE_ID_`,`REF_SCOPE_TYPE_`,`LINK_TYPE_`), + KEY `ACT_IDX_ENT_LNK_ROOT_SCOPE` (`ROOT_SCOPE_ID_`,`ROOT_SCOPE_TYPE_`,`LINK_TYPE_`), + KEY `ACT_IDX_ENT_LNK_SCOPE_DEF` (`SCOPE_DEFINITION_ID_`,`SCOPE_TYPE_`,`LINK_TYPE_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RU_ENTITYLINK +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RU_EVENT_SUBSCR +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RU_EVENT_SUBSCR`; +CREATE TABLE `ACT_RU_EVENT_SUBSCR` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `EVENT_TYPE_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `EVENT_NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `ACTIVITY_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `CONFIGURATION_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CREATED_` timestamp(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3), + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_KEY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `LOCK_TIME_` timestamp(3) NULL DEFAULT NULL, + `LOCK_OWNER_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_EVENT_SUBSCR_CONFIG_` (`CONFIGURATION_`), + KEY `ACT_IDX_EVENT_SUBSCR_SCOPEREF_` (`SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_FK_EVENT_EXEC` (`EXECUTION_ID_`), + CONSTRAINT `ACT_FK_EVENT_EXEC` FOREIGN KEY (`EXECUTION_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RU_EVENT_SUBSCR +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RU_EXECUTION +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RU_EXECUTION`; +CREATE TABLE `ACT_RU_EXECUTION` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `BUSINESS_KEY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `PARENT_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SUPER_EXEC_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `ROOT_PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `ACT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `IS_ACTIVE_` tinyint DEFAULT NULL, + `IS_CONCURRENT_` tinyint DEFAULT NULL, + `IS_SCOPE_` tinyint DEFAULT NULL, + `IS_EVENT_SCOPE_` tinyint DEFAULT NULL, + `IS_MI_ROOT_` tinyint DEFAULT NULL, + `SUSPENSION_STATE_` int DEFAULT NULL, + `CACHED_ENT_STATE_` int DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + `NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `START_ACT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `START_TIME_` datetime(3) DEFAULT NULL, + `START_USER_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `LOCK_TIME_` timestamp(3) NULL DEFAULT NULL, + `LOCK_OWNER_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `IS_COUNT_ENABLED_` tinyint DEFAULT NULL, + `EVT_SUBSCR_COUNT_` int DEFAULT NULL, + `TASK_COUNT_` int DEFAULT NULL, + `JOB_COUNT_` int DEFAULT NULL, + `TIMER_JOB_COUNT_` int DEFAULT NULL, + `SUSP_JOB_COUNT_` int DEFAULT NULL, + `DEADLETTER_JOB_COUNT_` int DEFAULT NULL, + `EXTERNAL_WORKER_JOB_COUNT_` int DEFAULT NULL, + `VAR_COUNT_` int DEFAULT NULL, + `ID_LINK_COUNT_` int DEFAULT NULL, + `CALLBACK_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CALLBACK_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `REFERENCE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `REFERENCE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `PROPAGATED_STAGE_INST_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `BUSINESS_STATUS_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_EXEC_BUSKEY` (`BUSINESS_KEY_`), + KEY `ACT_IDC_EXEC_ROOT` (`ROOT_PROC_INST_ID_`), + KEY `ACT_IDX_EXEC_REF_ID_` (`REFERENCE_ID_`), + KEY `ACT_FK_EXE_PROCINST` (`PROC_INST_ID_`), + KEY `ACT_FK_EXE_PARENT` (`PARENT_ID_`), + KEY `ACT_FK_EXE_SUPER` (`SUPER_EXEC_`), + KEY `ACT_FK_EXE_PROCDEF` (`PROC_DEF_ID_`), + CONSTRAINT `ACT_FK_EXE_PARENT` FOREIGN KEY (`PARENT_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`) ON DELETE CASCADE, + CONSTRAINT `ACT_FK_EXE_PROCDEF` FOREIGN KEY (`PROC_DEF_ID_`) REFERENCES `ACT_RE_PROCDEF` (`ID_`), + CONSTRAINT `ACT_FK_EXE_PROCINST` FOREIGN KEY (`PROC_INST_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `ACT_FK_EXE_SUPER` FOREIGN KEY (`SUPER_EXEC_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RU_EXECUTION +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RU_EXTERNAL_JOB +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RU_EXTERNAL_JOB`; +CREATE TABLE `ACT_RU_EXTERNAL_JOB` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `CATEGORY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TYPE_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `LOCK_EXP_TIME_` timestamp(3) NULL DEFAULT NULL, + `LOCK_OWNER_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `EXCLUSIVE_` tinyint(1) DEFAULT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROCESS_INSTANCE_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `ELEMENT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ELEMENT_NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CORRELATION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `RETRIES_` int DEFAULT NULL, + `EXCEPTION_STACK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `EXCEPTION_MSG_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `DUEDATE_` timestamp(3) NULL DEFAULT NULL, + `REPEAT_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `HANDLER_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `HANDLER_CFG_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `CUSTOM_VALUES_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `CREATE_TIME_` timestamp(3) NULL DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_EXTERNAL_JOB_EXCEPTION_STACK_ID` (`EXCEPTION_STACK_ID_`), + KEY `ACT_IDX_EXTERNAL_JOB_CUSTOM_VALUES_ID` (`CUSTOM_VALUES_ID_`), + KEY `ACT_IDX_EXTERNAL_JOB_CORRELATION_ID` (`CORRELATION_ID_`), + KEY `ACT_IDX_EJOB_SCOPE` (`SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_EJOB_SUB_SCOPE` (`SUB_SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_EJOB_SCOPE_DEF` (`SCOPE_DEFINITION_ID_`,`SCOPE_TYPE_`), + CONSTRAINT `ACT_FK_EXTERNAL_JOB_CUSTOM_VALUES` FOREIGN KEY (`CUSTOM_VALUES_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`), + CONSTRAINT `ACT_FK_EXTERNAL_JOB_EXCEPTION` FOREIGN KEY (`EXCEPTION_STACK_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RU_EXTERNAL_JOB +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RU_HISTORY_JOB +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RU_HISTORY_JOB`; +CREATE TABLE `ACT_RU_HISTORY_JOB` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `LOCK_EXP_TIME_` timestamp(3) NULL DEFAULT NULL, + `LOCK_OWNER_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `RETRIES_` int DEFAULT NULL, + `EXCEPTION_STACK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `EXCEPTION_MSG_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `HANDLER_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `HANDLER_CFG_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `CUSTOM_VALUES_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `ADV_HANDLER_CFG_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `CREATE_TIME_` timestamp(3) NULL DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + PRIMARY KEY (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RU_HISTORY_JOB +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RU_IDENTITYLINK +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RU_IDENTITYLINK`; +CREATE TABLE `ACT_RU_IDENTITYLINK` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `GROUP_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `USER_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TASK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_IDENT_LNK_USER` (`USER_ID_`), + KEY `ACT_IDX_IDENT_LNK_GROUP` (`GROUP_ID_`), + KEY `ACT_IDX_IDENT_LNK_SCOPE` (`SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_IDENT_LNK_SUB_SCOPE` (`SUB_SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_IDENT_LNK_SCOPE_DEF` (`SCOPE_DEFINITION_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_ATHRZ_PROCEDEF` (`PROC_DEF_ID_`), + KEY `ACT_FK_TSKASS_TASK` (`TASK_ID_`), + KEY `ACT_FK_IDL_PROCINST` (`PROC_INST_ID_`), + CONSTRAINT `ACT_FK_ATHRZ_PROCEDEF` FOREIGN KEY (`PROC_DEF_ID_`) REFERENCES `ACT_RE_PROCDEF` (`ID_`), + CONSTRAINT `ACT_FK_IDL_PROCINST` FOREIGN KEY (`PROC_INST_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`), + CONSTRAINT `ACT_FK_TSKASS_TASK` FOREIGN KEY (`TASK_ID_`) REFERENCES `ACT_RU_TASK` (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RU_IDENTITYLINK +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RU_JOB +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RU_JOB`; +CREATE TABLE `ACT_RU_JOB` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `CATEGORY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TYPE_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `LOCK_EXP_TIME_` timestamp(3) NULL DEFAULT NULL, + `LOCK_OWNER_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `EXCLUSIVE_` tinyint(1) DEFAULT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROCESS_INSTANCE_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `ELEMENT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ELEMENT_NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CORRELATION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `RETRIES_` int DEFAULT NULL, + `EXCEPTION_STACK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `EXCEPTION_MSG_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `DUEDATE_` timestamp(3) NULL DEFAULT NULL, + `REPEAT_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `HANDLER_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `HANDLER_CFG_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `CUSTOM_VALUES_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `CREATE_TIME_` timestamp(3) NULL DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_JOB_EXCEPTION_STACK_ID` (`EXCEPTION_STACK_ID_`), + KEY `ACT_IDX_JOB_CUSTOM_VALUES_ID` (`CUSTOM_VALUES_ID_`), + KEY `ACT_IDX_JOB_CORRELATION_ID` (`CORRELATION_ID_`), + KEY `ACT_IDX_JOB_SCOPE` (`SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_JOB_SUB_SCOPE` (`SUB_SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_JOB_SCOPE_DEF` (`SCOPE_DEFINITION_ID_`,`SCOPE_TYPE_`), + KEY `ACT_FK_JOB_EXECUTION` (`EXECUTION_ID_`), + KEY `ACT_FK_JOB_PROCESS_INSTANCE` (`PROCESS_INSTANCE_ID_`), + KEY `ACT_FK_JOB_PROC_DEF` (`PROC_DEF_ID_`), + CONSTRAINT `ACT_FK_JOB_CUSTOM_VALUES` FOREIGN KEY (`CUSTOM_VALUES_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`), + CONSTRAINT `ACT_FK_JOB_EXCEPTION` FOREIGN KEY (`EXCEPTION_STACK_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`), + CONSTRAINT `ACT_FK_JOB_EXECUTION` FOREIGN KEY (`EXECUTION_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`), + CONSTRAINT `ACT_FK_JOB_PROC_DEF` FOREIGN KEY (`PROC_DEF_ID_`) REFERENCES `ACT_RE_PROCDEF` (`ID_`), + CONSTRAINT `ACT_FK_JOB_PROCESS_INSTANCE` FOREIGN KEY (`PROCESS_INSTANCE_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RU_JOB +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RU_SUSPENDED_JOB +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RU_SUSPENDED_JOB`; +CREATE TABLE `ACT_RU_SUSPENDED_JOB` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `CATEGORY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TYPE_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `EXCLUSIVE_` tinyint(1) DEFAULT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROCESS_INSTANCE_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `ELEMENT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ELEMENT_NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CORRELATION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `RETRIES_` int DEFAULT NULL, + `EXCEPTION_STACK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `EXCEPTION_MSG_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `DUEDATE_` timestamp(3) NULL DEFAULT NULL, + `REPEAT_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `HANDLER_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `HANDLER_CFG_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `CUSTOM_VALUES_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `CREATE_TIME_` timestamp(3) NULL DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_SUSPENDED_JOB_EXCEPTION_STACK_ID` (`EXCEPTION_STACK_ID_`), + KEY `ACT_IDX_SUSPENDED_JOB_CUSTOM_VALUES_ID` (`CUSTOM_VALUES_ID_`), + KEY `ACT_IDX_SUSPENDED_JOB_CORRELATION_ID` (`CORRELATION_ID_`), + KEY `ACT_IDX_SJOB_SCOPE` (`SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_SJOB_SUB_SCOPE` (`SUB_SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_SJOB_SCOPE_DEF` (`SCOPE_DEFINITION_ID_`,`SCOPE_TYPE_`), + KEY `ACT_FK_SUSPENDED_JOB_EXECUTION` (`EXECUTION_ID_`), + KEY `ACT_FK_SUSPENDED_JOB_PROCESS_INSTANCE` (`PROCESS_INSTANCE_ID_`), + KEY `ACT_FK_SUSPENDED_JOB_PROC_DEF` (`PROC_DEF_ID_`), + CONSTRAINT `ACT_FK_SUSPENDED_JOB_CUSTOM_VALUES` FOREIGN KEY (`CUSTOM_VALUES_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`), + CONSTRAINT `ACT_FK_SUSPENDED_JOB_EXCEPTION` FOREIGN KEY (`EXCEPTION_STACK_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`), + CONSTRAINT `ACT_FK_SUSPENDED_JOB_EXECUTION` FOREIGN KEY (`EXECUTION_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`), + CONSTRAINT `ACT_FK_SUSPENDED_JOB_PROC_DEF` FOREIGN KEY (`PROC_DEF_ID_`) REFERENCES `ACT_RE_PROCDEF` (`ID_`), + CONSTRAINT `ACT_FK_SUSPENDED_JOB_PROCESS_INSTANCE` FOREIGN KEY (`PROCESS_INSTANCE_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RU_SUSPENDED_JOB +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RU_TASK +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RU_TASK`; +CREATE TABLE `ACT_RU_TASK` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TASK_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `PROPAGATED_STAGE_INST_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `STATE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `PARENT_TASK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `DESCRIPTION_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `TASK_DEF_KEY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `OWNER_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ASSIGNEE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `DELEGATION_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PRIORITY_` int DEFAULT NULL, + `CREATE_TIME_` timestamp(3) NULL DEFAULT NULL, + `IN_PROGRESS_TIME_` datetime(3) DEFAULT NULL, + `IN_PROGRESS_STARTED_BY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CLAIM_TIME_` datetime(3) DEFAULT NULL, + `CLAIMED_BY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUSPENDED_TIME_` datetime(3) DEFAULT NULL, + `SUSPENDED_BY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `IN_PROGRESS_DUE_DATE_` datetime(3) DEFAULT NULL, + `DUE_DATE_` datetime(3) DEFAULT NULL, + `CATEGORY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUSPENSION_STATE_` int DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + `FORM_KEY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `IS_COUNT_ENABLED_` tinyint DEFAULT NULL, + `VAR_COUNT_` int DEFAULT NULL, + `ID_LINK_COUNT_` int DEFAULT NULL, + `SUB_TASK_COUNT_` int DEFAULT NULL, + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_TASK_CREATE` (`CREATE_TIME_`), + KEY `ACT_IDX_TASK_SCOPE` (`SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_TASK_SUB_SCOPE` (`SUB_SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_TASK_SCOPE_DEF` (`SCOPE_DEFINITION_ID_`,`SCOPE_TYPE_`), + KEY `ACT_FK_TASK_EXE` (`EXECUTION_ID_`), + KEY `ACT_FK_TASK_PROCINST` (`PROC_INST_ID_`), + KEY `ACT_FK_TASK_PROCDEF` (`PROC_DEF_ID_`), + CONSTRAINT `ACT_FK_TASK_EXE` FOREIGN KEY (`EXECUTION_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`), + CONSTRAINT `ACT_FK_TASK_PROCDEF` FOREIGN KEY (`PROC_DEF_ID_`) REFERENCES `ACT_RE_PROCDEF` (`ID_`), + CONSTRAINT `ACT_FK_TASK_PROCINST` FOREIGN KEY (`PROC_INST_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RU_TASK +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RU_TIMER_JOB +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RU_TIMER_JOB`; +CREATE TABLE `ACT_RU_TIMER_JOB` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `CATEGORY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `TYPE_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `LOCK_EXP_TIME_` timestamp(3) NULL DEFAULT NULL, + `LOCK_OWNER_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `EXCLUSIVE_` tinyint(1) DEFAULT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROCESS_INSTANCE_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_DEF_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `ELEMENT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `ELEMENT_NAME_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_DEFINITION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CORRELATION_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `RETRIES_` int DEFAULT NULL, + `EXCEPTION_STACK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `EXCEPTION_MSG_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `DUEDATE_` timestamp(3) NULL DEFAULT NULL, + `REPEAT_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `HANDLER_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `HANDLER_CFG_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `CUSTOM_VALUES_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `CREATE_TIME_` timestamp(3) NULL DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_TIMER_JOB_EXCEPTION_STACK_ID` (`EXCEPTION_STACK_ID_`), + KEY `ACT_IDX_TIMER_JOB_CUSTOM_VALUES_ID` (`CUSTOM_VALUES_ID_`), + KEY `ACT_IDX_TIMER_JOB_CORRELATION_ID` (`CORRELATION_ID_`), + KEY `ACT_IDX_TIMER_JOB_DUEDATE` (`DUEDATE_`), + KEY `ACT_IDX_TJOB_SCOPE` (`SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_TJOB_SUB_SCOPE` (`SUB_SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_TJOB_SCOPE_DEF` (`SCOPE_DEFINITION_ID_`,`SCOPE_TYPE_`), + KEY `ACT_FK_TIMER_JOB_EXECUTION` (`EXECUTION_ID_`), + KEY `ACT_FK_TIMER_JOB_PROCESS_INSTANCE` (`PROCESS_INSTANCE_ID_`), + KEY `ACT_FK_TIMER_JOB_PROC_DEF` (`PROC_DEF_ID_`), + CONSTRAINT `ACT_FK_TIMER_JOB_CUSTOM_VALUES` FOREIGN KEY (`CUSTOM_VALUES_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`), + CONSTRAINT `ACT_FK_TIMER_JOB_EXCEPTION` FOREIGN KEY (`EXCEPTION_STACK_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`), + CONSTRAINT `ACT_FK_TIMER_JOB_EXECUTION` FOREIGN KEY (`EXECUTION_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`), + CONSTRAINT `ACT_FK_TIMER_JOB_PROC_DEF` FOREIGN KEY (`PROC_DEF_ID_`) REFERENCES `ACT_RE_PROCDEF` (`ID_`), + CONSTRAINT `ACT_FK_TIMER_JOB_PROCESS_INSTANCE` FOREIGN KEY (`PROCESS_INSTANCE_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RU_TIMER_JOB +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for ACT_RU_VARIABLE +-- ---------------------------- +DROP TABLE IF EXISTS `ACT_RU_VARIABLE`; +CREATE TABLE `ACT_RU_VARIABLE` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `TYPE_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `NAME_` varchar(255) COLLATE utf8mb3_bin NOT NULL, + `EXECUTION_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `PROC_INST_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TASK_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `BYTEARRAY_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `DOUBLE_` double DEFAULT NULL, + `LONG_` bigint DEFAULT NULL, + `TEXT_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `TEXT2_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + `META_INFO_` varchar(4000) COLLATE utf8mb3_bin DEFAULT NULL, + PRIMARY KEY (`ID_`), + KEY `ACT_IDX_RU_VAR_SCOPE_ID_TYPE` (`SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_IDX_RU_VAR_SUB_ID_TYPE` (`SUB_SCOPE_ID_`,`SCOPE_TYPE_`), + KEY `ACT_FK_VAR_BYTEARRAY` (`BYTEARRAY_ID_`), + KEY `ACT_IDX_VARIABLE_TASK_ID` (`TASK_ID_`), + KEY `ACT_FK_VAR_EXE` (`EXECUTION_ID_`), + KEY `ACT_FK_VAR_PROCINST` (`PROC_INST_ID_`), + CONSTRAINT `ACT_FK_VAR_BYTEARRAY` FOREIGN KEY (`BYTEARRAY_ID_`) REFERENCES `ACT_GE_BYTEARRAY` (`ID_`), + CONSTRAINT `ACT_FK_VAR_EXE` FOREIGN KEY (`EXECUTION_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`), + CONSTRAINT `ACT_FK_VAR_PROCINST` FOREIGN KEY (`PROC_INST_ID_`) REFERENCES `ACT_RU_EXECUTION` (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of ACT_RU_VARIABLE +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for eims_equ +-- ---------------------------- +DROP TABLE IF EXISTS `eims_equ`; +CREATE TABLE `eims_equ` ( + `equ_id` bigint NOT NULL, + `equ_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '璁惧缂栫爜', + `equ_type_id` bigint DEFAULT NULL COMMENT '璁惧绫诲瀷', + `asset_no` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '璧勪骇缂栧彿', + `equ_name` varchar(30) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '璁惧鍚嶇О\n', + `model_no` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍨嬪彿', + `made_in` varchar(50) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍒堕�犲晢', + `rated_power` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '棰濆畾鍔熺巼', + `plate_info` varchar(50) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '閾墝淇℃伅', + `purchase_date` date DEFAULT NULL COMMENT '閲囪喘鏃ユ湡', + `status` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐘舵��', + `location` varchar(50) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鎵�鍦ㄥ満鎵�', + `dept_used` bigint DEFAULT NULL COMMENT '浣跨敤閮ㄩ棬锛堝叧鑱攊d锛�', + `resp_person` bigint DEFAULT NULL COMMENT '璐d换浜�(鍏宠仈id)', + `contact_phone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鑱旂郴鐢佃瘽', + `deploy_date` date DEFAULT NULL COMMENT '姝e紡浣跨敤鏃ユ湡', + `trial_date` date DEFAULT NULL COMMENT '寮�濮嬭瘯鐢ㄦ棩鏈�', + `plan_accept_date` date DEFAULT NULL COMMENT '璁″垝楠屾敹鏃ユ湡', + `actual_accept_date` date DEFAULT NULL COMMENT '瀹為檯楠屾敹鏃ユ湡', + `import_status` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '瀵煎叆鐘舵�侊紙瀛楀吀锛�', + `inventory_flag` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐩樼偣鏍囧織', + `inventory_date` date DEFAULT NULL COMMENT '涓婃鐩樼偣鏃ユ湡', + `service_life` int DEFAULT NULL COMMENT '浣跨敤骞撮檺', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + `seller` varchar(50) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '閿�鍞晢', + `unit` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍗曚綅', + `handle_user` bigint DEFAULT NULL COMMENT '缁忔墜浜�', + `purchase_user` bigint DEFAULT NULL COMMENT '閲囪喘浜�', + `attach_id` bigint DEFAULT NULL COMMENT '闄勪欢', + `profile` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '璧勬枡', + PRIMARY KEY (`equ_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of eims_equ +-- ---------------------------- +BEGIN; +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827130769409, NULL, 1, 'GPA2001G004', '鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华', 'PF9810A', '鏉窞杩滄柟浠櫒鏈夐檺鍏徃', NULL, NULL, '2001-04-01', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, '', NULL, NULL, NULL, NULL, '1', '0', NULL, NULL, NULL, 1, '2025-02-14 09:53:43', 1, '2025-02-14 10:05:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827189489665, NULL, 0, 'GPA2002G005', '鑰佸寲鍙�', '/', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2002-03-01', '0', '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '0009-01-01', '0', '0', NULL, NULL, NULL, 1, '2025-02-14 09:53:43', 1, '2025-02-19 09:22:00', NULL, NULL, NULL, NULL, NULL, NULL, '鍘熻川閲忕敤2021.12鏈堟惉鑷冲畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827218849793, NULL, NULL, 'GPA2002E006', '浣庢俯鎭掓俯妲�', 'DC-3030', '涓婃捣琛″钩浠櫒浠〃鍘�', NULL, NULL, '2002-03-01', NULL, '鐮斿彂涓績', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827235627010, NULL, NULL, 'GPA2004H024', '婕忕數娴佹祴璇曚华', 'TH2686', '甯稿窞鍚屾伒鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2004-05-01', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827248209921, NULL, NULL, 'GPA2004H026', '鑰愮數鍘嬫祴璇曚华', 'WB2670A', '鏉窞濞佸崥娴嬮噺鎺у埗鎶�鏈爺绌堕櫌', NULL, NULL, '2004-08-01', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, 'Tel锛�0571-88911457 FAX锛�0571-88866663', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827260792833, NULL, NULL, 'GPA2005H027', 'LCR鏁板瓧鐢垫ˉ', 'HF2810', '甯稿窞鎭靛弸鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2005-06-01', NULL, '缁勮皟涓夌嚎', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827311124481, NULL, NULL, 'GPA2006H028', '鑰愮數鍘嬫祴璇曚华', 'WB2670A', '鏉窞濞佸崥娴嬮噺鎺у埗鎶�鏈爺绌堕櫌', NULL, NULL, '2006-05-01', NULL, '缁勮皟涓夌嚎', NULL, NULL, 'Tel锛�0571-88911457 FAX锛�0571-88866663', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827327901698, NULL, NULL, 'GPA2004H028', '鑰愮數鍘嬫祴璇曚华', 'WB2670A', '鏉窞濞佸崥娴嬮噺鎺у埗鎶�鏈爺绌堕櫌', NULL, NULL, '2004-08-01', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827344678913, NULL, NULL, 'GPG2010WL003', '鐢靛瓙璐熻浇', NULL, NULL, NULL, NULL, NULL, NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '鐮斿彂閫�鍥�2016.08.15杞﹂棿浜屾ゼ'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827357261826, NULL, NULL, 'GPA2007H048', '浜ゆ祦娴嬭瘯浠�', 'GDC-005', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, NULL, NULL, '缁勮皟涓�绾�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827378233346, NULL, NULL, 'GPA2007H049', '浜ゆ祦娴嬭瘯浠�', 'GDC-005', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, NULL, NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827390816257, NULL, NULL, 'GPG2010WL001', '娉板厠绀烘尝鍣�', 'TDS-1012B', NULL, NULL, NULL, NULL, NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '鐮斿彂閫�鍥�2016.08.15杞﹂棿浜屾ゼ'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827403399169, NULL, NULL, 'GPA2007F052', '娉板厠绀烘尝鍣�', 'TDS220', NULL, NULL, NULL, NULL, NULL, '鐮斿彂涓績', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827415982082, NULL, NULL, 'GPA2007D053', '鍐插嚮鑰愬帇璇曢獙浠�', 'SG-255', '鑻忓窞娉版柉鐗圭數瀛愭湁闄愬叕鍙�', NULL, NULL, '2007-07-01', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, 'Tel:0512-68413700/3800/3900 FAX:0512-68079795', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827432759298, NULL, NULL, 'GPA2007E001', '楂樺姞閫熷害鍐插嚮瀹為獙绯荤粺', 'CL-02/CC-2000', '鑻忓窞瀹為獙浠櫒鎬诲巶', NULL, NULL, '2007-07-01', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827449536514, NULL, NULL, 'GPA2007E055', '闈欑數鏀剧數鍙戠敓鍣�', 'ESD-20', '鑻忓窞娉版柉鐗圭數瀛愭湁闄愬叕鍙�', NULL, NULL, '2007-07-01', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, 'Tel:0512-68413700/3800/3900 FAX:0512-68079795', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827462119426, NULL, NULL, 'GPA2007E056', '鍠锋按瀹為獙浠�', 'JPS', '鏃犻敗鍗椾簹瀹為獙璁惧鏈夐檺鍏徃', NULL, NULL, '2007-07-01', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827478896641, NULL, NULL, 'GPA2007E002', '鏈烘鎸姩鍙�', 'J-25A', '鑻忓窞瀹為獙浠櫒鎬诲巶', '1.3', NULL, '2007-07-01', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, '0512-66658086 鏉ㄤ竴绾�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827491479554, NULL, NULL, 'GPA2007D058', '缇よ剦鍐插彂鐢熷櫒', 'EFT-4001', '鑻忓窞娉版柉鐗圭數瀛愭湁闄愬叕鍙�', NULL, NULL, '2007-07-01', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, 'Tel:0512-68413700/3800/3900 FAX:0512-68079795', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827508256770, NULL, NULL, 'GPA2007G059', '鎭掓俯姘存Ы', 'YH-8727', '涓滆帪甯傚父骞抽攼閾х數瀛愪华鍣ㄥ巶', NULL, NULL, '2007-08-01', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, '0769-83811136', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827525033985, NULL, NULL, 'GPA2008E061', '鐐夋俯娴嬭瘯浠�', 'BESTEMP C6000', 'BESTEMP', '0', NULL, '2008-01-01', NULL, 'SMT', NULL, NULL, '0512-62722650 62721990 FAX:67575070 13951113338', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827579559938, NULL, NULL, 'GPA2008H062', '鏁板瓧瀛樺偍绀烘尝鍣�', 'UT2042B', '浼樺埄寰风鎶�(涓滆帪)鏈夐檺鍏徃', NULL, NULL, '2008-02-01', NULL, '缁翠慨绾�', NULL, NULL, '0769-85723888 FAX:85725888', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827596337154, NULL, NULL, 'GPA2008G063', '棰戠巼璁℃暟鍣�', '/', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2008-04-01', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827608920065, NULL, NULL, 'GPA2008H064', '浜ゆ祦娴嬭瘯浠�', 'GDC-005', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2008-05-01', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827621502977, NULL, NULL, 'GPA2008H065', '浜ゆ祦娴嬭瘯浠�', 'GDC-005', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2008-05-01', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827634085890, NULL, NULL, 'GPA2008H066', '浜ゆ祦娴嬭瘯浠�', 'GDC-005', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2008-05-01', NULL, '缁翠慨绾�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827650863106, NULL, NULL, 'GPA2008H067', '浜ゆ祦娴嬭瘯浠�', 'GDC-005', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2008-05-01', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827663446018, NULL, NULL, 'GPA2008H068', '浜ゆ祦娴嬭瘯浠�', 'GDC-005', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2008-05-01', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827676028930, NULL, NULL, 'GPA2008H069', '浜ゆ祦娴嬭瘯浠�', 'GDC-005', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2008-05-01', NULL, '缁勮皟涓�绾�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827688611841, NULL, NULL, 'GPA2008WL070', 'LCR鏁板瓧鐢垫ˉ', 'TH2828', '甯稿窞鍚屾伒鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2008-07-01', NULL, '鐮斿彂涓績', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '鍘熺敓鎶�璧典紵浼熶娇鐢紝2022.07.11杞叆鐮斿彂锛�2024骞�8鏈堢爺鍙戣蛋璋冩嫧鍗曞埌鐢熸妧锛屽疄鐗╄繕鍦ㄧ爺鍙戝瓨鏀俱��'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827697000450, NULL, NULL, 'GPA2008G073', 'DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003E', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2008-08-01', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827713777665, NULL, NULL, 'GPA2008G075', 'DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003E', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2008-08-01', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '鍚庤溅闂�3妤兼斁缃尯2016.03.05'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827726360577, NULL, NULL, 'GPA2008G076', 'DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003E', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2008-08-01', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '鍚庤溅闂�3妤兼斁缃尯2016.03.05'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827738943489, NULL, NULL, 'GPA2008G078', 'DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003E', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2008-08-01', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '鍚庤溅闂�3妤兼斁缃尯2016.03.05'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827747332097, NULL, NULL, 'GPA2008H079', '鏁板瓧瀛樺偍绀烘尝鍣�', 'UT2042B', '浼樺埄寰风鎶�(涓滆帪)鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁翠慨绾�', NULL, NULL, '0769-85723888 FAX:85725888', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827759915010, NULL, NULL, 'GPA2008H080', '鏁板瓧瀛樺偍绀烘尝鍣�', 'UT2042B', '浼樺埄寰风鎶�(涓滆帪)鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827768303618, NULL, NULL, 'GPA2008WL017', '鏁板瓧瀛樺偍绀烘尝鍣�', 'UT2042B', '浼樺埄寰风鎶�(涓滆帪)鏈夐檺鍏徃', NULL, NULL, '2008-11-01', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '鐮斿彂閫�鍥�2016.08.15杞﹂棿浜屾ゼ闂茬疆'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827776692225, NULL, NULL, 'GPA2008H082', '鏁板瓧瀛樺偍绀烘尝鍣�', 'UT2042B', '浼樺埄寰风鎶�(涓滆帪)鏈夐檺鍏徃', NULL, NULL, '2008-11-01', NULL, '缁勮皟涓�绾�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827789275138, NULL, NULL, 'GPA2008D083', '鍙▼寮忛珮浣庢俯瀹為獙鏈�', 'WCT-1P-D(T)', '涓婃捣楠ゆ柊鐢靛瓙绉戞妧鏈夐檺鍏徃', '7', NULL, '2008-12-22', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, '鏉ㄥ+灞�:15026495550', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827801858049, NULL, NULL, 'GPA2009H084', '绋嬫帶鍙橀鐢垫簮', 'AN97002SS', '闈掑矝鑹捐鏅鸿兘浠櫒鏈夐檺鍏徃', NULL, NULL, '2009-02-04', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '闂茬疆2016.08.15鐮斿彂鍥為��杞﹂棿浜屾ゼ'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827810246657, NULL, NULL, 'GPA2009G085', '鎵嬪姩娑插帇娉�', '700HTP-1', 'FLUKE', NULL, NULL, '2009-06-08', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, '13764712269 閽熸澃', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827835412481, NULL, NULL, 'GPA2009G086', '閲婃斁闃�', '700PRV-1', 'FLUKE', NULL, NULL, '2009-06-08', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, '13764712269 閽熸澃', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827847995393, NULL, NULL, 'GPA2009H097', '绀烘尝鍣�', 'DS1102E', '鍖椾含鏅簮', '0.05', NULL, '0009-09-08', NULL, '鐮斿彂涓績', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '2013骞村淇腑锛屾妧鏈儴璧佃崳鏈夎褰�.'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827856384001, NULL, NULL, 'GPA2009G098', '绀烘尝鍣�', 'TDS-1012B', '缇庡浗娉板厠', '0.03', NULL, '0009-09-08', NULL, '鐮斿彂涓績', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827868966914, NULL, NULL, 'GPA2009G099', '鐩存祦鐢垫簮', 'GPR-30H10D', '鍙版咕鍥虹含瀹炰笟鑲′唤鏈夐檺鍏徃', '0.55', NULL, '0009-09-08', NULL, '鐮斿彂涓績', NULL, NULL, '0512-66617177 FAX:0512-66617277', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827881549826, NULL, NULL, 'GPA2009F100', '棰戞櫘鍒嗘瀽浠�', 'GPS-810', '鍙版咕鍥虹含瀹炰笟鑲′唤鏈夐檺鍏徃', '0.075', NULL, '0009-09-08', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827889938433, NULL, NULL, 'GPA2009H101', '鏁板瓧绀烘尝鍣�', 'DS1102E', '鍖椾含鏅簮', '0.05', NULL, '0009-12-24', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827898327042, NULL, NULL, 'GPA2009H102', '楂橀娴嬭瘯鍙�', 'PL-2000H', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '0009-11-10', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827906715650, NULL, NULL, 'GPA2009H103', '浣庨娴嬭瘯鍙�', 'PL-99H', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '0009-11-10', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827915104258, NULL, NULL, 'GPA2010H104', '鏁板瓧绀烘尝鍣�', 'DS1102E', '鍖椾含鏅簮', '0.05', NULL, '0010-01-06', NULL, '鐮斿彂涓績', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827927687169, NULL, NULL, 'GPA2010G105', '寮犲姏璁�', 'DTMB-2', '鏃ョ數浜ф柊瀹濓紙涓婃捣锛夊浗闄呰锤鏄撴湁闄愬叕鍙�', NULL, NULL, '0010-01-22', NULL, '鐮斿彂涓績', NULL, NULL, '021-64400388/64400701/64400702', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827940270082, NULL, NULL, 'GPA2010C106', '閫昏緫鍒嗘瀽浠�', '16804A', '缇庡浗', '0.775', NULL, '0010-02-02', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '2024.08鐮斿彂璧拌皟鎷ㄥ崟鍒板埌鐢熸妧锛屽疄鐗╁瓨鏀捐繕鏄斁鍦ㄧ爺鍙戜腑蹇冦��'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827948658689, NULL, NULL, 'GPA2010G107', '鑰愬帇鍔涙祴璇曚华', 'DBD0.8', '寰峰窞甯傞紟閼恫鍘嬫満鍏峰巶', '1.5', NULL, '0010-06-05', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, '13406860386 鑼冨伐', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827957047298, NULL, NULL, 'GPA2006H108', '鑰愮數鍘嬫祴璇曚华', 'WB2670A', '鏉窞濞佸崥娴嬮噺鎺у埗鎶�鏈爺绌堕櫌', NULL, NULL, '2006-05-01', NULL, '缁勮皟浜岀嚎', NULL, NULL, 'Tel锛�0571-88911457 FAX锛�0571-88866663', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827969630209, NULL, NULL, 'GPA2006H109', '鑰愮數鍘嬫祴璇曚华', 'WB2670A', '鏉窞濞佸崥娴嬮噺鎺у埗鎶�鏈爺绌堕櫌', NULL, NULL, '2006-05-01', NULL, '妫�鍖呯嚎', NULL, NULL, 'Tel锛�0571-88911457 FAX锛�0571-88866663', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827982213122, NULL, NULL, 'GPA2010H110', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217827990601729, NULL, NULL, 'GPA2010H111', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '缁勮皟浜岀嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828003184642, NULL, NULL, 'GPA2010H112', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828015767553, NULL, NULL, 'GPA2010H113', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828028350465, NULL, NULL, 'GPA2010H114', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '璇曚骇缁�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828053516290, NULL, NULL, 'GPA2010H117', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828066099202, NULL, NULL, 'GPA2010H120', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '缁勮皟浜岀嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828082876418, NULL, NULL, 'GPA2010H121', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828095459330, NULL, NULL, 'GPA2010H122', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '缁勮皟涓�绾�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828103847938, NULL, NULL, 'GPA2010H124', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '缁勮皟浜岀嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828112236545, NULL, NULL, 'GPA2010H125', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828124819458, NULL, NULL, 'GPA2010H128', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828133208065, NULL, NULL, 'GPA2010H129', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828145790978, NULL, NULL, 'GPA2010H131', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828154179585, NULL, NULL, 'GPA2010H132', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍗庨��', '0.05', NULL, '2010-12-03', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828166762497, NULL, NULL, 'GPA2010F133', '寮犲姏浼犳劅鍣ㄦ祴璇曚华', 'ZL-001A', '涓婃捣鍗庨��', NULL, NULL, '2010-12-03', NULL, '缁勮皟涓夌嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828179345409, NULL, NULL, 'GPA2010F134', '寮犲姏浼犳劅鍣ㄦ祴璇曚华', 'ZL-001A', '涓婃捣鍗庨��', NULL, NULL, '2010-12-03', NULL, '缁勮皟涓夌嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828187734018, NULL, NULL, 'GPA2010F135', '寮犲姏浼犳劅鍣ㄦ祴璇曚华', 'ZL-001A', '涓婃捣鍗庨��', NULL, NULL, '2010-12-03', NULL, '缁勮皟涓夌嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828196122625, NULL, NULL, 'GPA2010F136', '寮犲姏浼犳劅鍣ㄦ祴璇曚华', 'ZL-001A', '涓婃捣鍗庨��', NULL, NULL, '2010-12-03', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828204511234, NULL, NULL, 'GPA2010F137', '寮犲姏浼犳劅鍣ㄦ祴璇曚华', 'ZL-001A', '涓婃捣鍗庨��', NULL, NULL, '2010-12-03', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828212899841, NULL, NULL, 'GPA2010H138', '楂樻柉璁�', 'HT201', NULL, NULL, NULL, '2010-12-01', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, '021-52370535 13701976246', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828221288450, NULL, NULL, 'GPA2011E139', '鐢垫簮渚涘簲鍣�', 'TCPA300', '缇庡浗', NULL, NULL, '2011-01-20', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '闂茬疆2016.08.15鐮斿彂鍥為��杞﹂棿浜屾ゼ'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828229677058, NULL, NULL, 'GPA2008H140', '鍏夊己搴︽祴閲忎华', '93408', 'BEHA', NULL, NULL, '2008-06-01', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828238065665, NULL, NULL, 'GPA2011E141', 'LCR娴嬭瘯浠�', '3532-50', '鏃ョ疆锛堜笂娴凤級鍟嗚锤鏈夐檺鍏徃', NULL, NULL, '2011-02-28', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '鍘熷墠鍔犲伐绾夸娇鐢紝2022.07.11杞叆鐮斿彂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828246454273, NULL, NULL, 'GPA2011H142', '鏁板瓧瀛樺偍绀烘尝鍣�', 'UTD2062C', '浼樺埄寰风鎶�(涓滆帪)鏈夐檺鍏徃', NULL, NULL, '2011-03-21', NULL, '缁勮皟涓�绾�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828254842882, NULL, NULL, 'GPA2011H143', '纭害璁�', 'TH200', '鍖椾含鏃朵唬鏂板ぉ绉戣锤鏈夐檺鍏徃', NULL, NULL, '2011-03-26', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '2013.05.20鎵惧埌鍦ㄩ檲鐖辨槑鎵嬩笂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828267425794, NULL, NULL, 'GPA2011D144', '楂樹綆娓╀氦鍙樺疄楠岀', 'LGDJ-060CF3', '涓婃捣钃濊惫璇曢獙璁惧鏈夐檺鍏徃', '9', NULL, '2011-03-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, '涓婃捣钃濊惫璇曢獙璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828275814401, NULL, NULL, 'GPA2011D145', '楂樹綆娓╀氦鍙樺疄楠岀', 'LGDJ-060CF3', '涓婃捣钃濊惫瀹為獙璁惧鏈夐檺鍏徃', '9', NULL, '2011-03-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828284203010, NULL, NULL, 'GPA2011D146', '楂樹綆娓╀氦鍙樺疄楠岀', 'LGDJ-450B', '涓婃捣钃濊惫瀹為獙璁惧鏈夐檺鍏徃', '9', NULL, '2011-06-03', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828296785921, NULL, NULL, 'GPA2011F147', '婵�鍏夊姛鐜囪兘閲忚', 'PM100D', '缁熼浄锛堜笂娴凤級鍟嗚锤鏈夐檺鍏徃', NULL, NULL, '2011-08-01', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '婵�鍏夊埢闃绘満浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828305174530, NULL, NULL, 'GPA2011H148', '绀烘尝鍣�', 'DS1102E', '鍖椾含鏅簮', '0.05', NULL, '0011-09-07', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, '021-54937484', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828313563137, NULL, NULL, 'GPA2011F149', '娉板厠绀烘尝鍣�', 'TDS2014C', '娉板厠绉戞妧锛堜腑鍥斤級鏈夐檺鍏徃', NULL, NULL, '0011-09-08', NULL, '鐮斿彂涓績', NULL, NULL, '021-54937484', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828321951745, NULL, NULL, 'GPA2011F150', '淇″彿鍙戠敓鍣�', '33220A', '涓婃捣鍜忔辰浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績', NULL, NULL, '021-54937484', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828330340354, NULL, NULL, 'GPA2011H151', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828342923265, NULL, NULL, 'GPA2011H154', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, '鐢熸妧浠撳簱浜屾ゼ'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828355506178, NULL, NULL, 'GPA2011H155', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828363894786, NULL, NULL, 'GPA2011H156', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828372283393, NULL, NULL, 'GPA2011H157', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828380672002, NULL, NULL, 'GPA2011H161', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828393254914, NULL, NULL, 'GPA2011H162', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '缁勮皟浜岀嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828401643521, NULL, NULL, 'GPA2011H163', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828410032130, NULL, NULL, 'GPA2011H164', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '缁翠慨绾�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:43', NULL, '2025-02-14 09:53:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828422615042, NULL, NULL, 'GPA2011H165', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828431003649, NULL, NULL, 'GPA2011H169', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828443586562, NULL, NULL, 'GPA2011H171', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '鐮斿彂閫�鍥�2016.08.15杞﹂棿浜屾ゼ闂茬疆'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828451975169, NULL, NULL, 'GPA2011H172', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '缁勮皟浜岀嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828464558082, NULL, NULL, 'GPA2011H173', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828472946689, NULL, NULL, 'GPA2011H174', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828481335297, NULL, NULL, 'GPA2011H178', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828502306817, NULL, NULL, 'GPA2011H179', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828510695425, NULL, NULL, 'GPA2011H180', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0.05', NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828519084033, NULL, NULL, 'GPA2012D181', '楂樹綆娓╀氦鍙樺疄楠岀', 'LGDJ-060CF3', '涓婃捣钃濊惫瀹為獙璁惧鏈夐檺鍏徃', '9', NULL, '2012-02-20', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828531666946, NULL, NULL, 'GPA2006H182', '鑰愮數鍘嬫祴璇曚华', 'WB2670A', '鏉窞濞佸崥娴嬮噺鎺у埗鎶�鏈爺绌堕櫌', NULL, NULL, '2006-05-01', NULL, '缁勮皟涓�绾�', NULL, NULL, 'Tel锛�0571-88911457 FAX锛�0571-88866663', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828540055553, NULL, NULL, 'GPA2006H183', '鑰愮數鍘嬫祴璇曚华', 'WB2670A', '鏉窞濞佸崥娴嬮噺鎺у埗鎶�鏈爺绌堕櫌', NULL, NULL, '2006-05-01', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, 'Tel锛�0571-88911457 FAX锛�0571-88866663', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828548444162, NULL, NULL, 'GPA2012F184', '绀烘尝鍣�', 'DS4014 100MHZ 4GSA/S', '鍖椾含鏅簮', NULL, NULL, '2012-04-12', NULL, '鐮斿彂涓績', NULL, NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃021-33776300 鏉ㄩ帍鍚�13801721735 鍖椾含鏅簮绮剧數绉戞妧鏈夐檺鍏徃010-80706688', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828556832769, NULL, NULL, 'GPA2012F185', '绀烘尝鍣�', 'DS4014 100MHZ 4GSA/S', '鍖椾含鏅簮', NULL, NULL, '2012-04-12', NULL, '鐮斿彂涓績', NULL, NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃021-33776300 鏉ㄩ帍鍚�13801721735 鍖椾含鏅簮绮剧數绉戞妧鏈夐檺鍏徃010-80706688', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828565221377, NULL, NULL, 'GPA2012H186', '绀烘尝鍣�', 'DS1102E', '鍖椾含鏅簮', NULL, NULL, '2012-07-03', NULL, '鐮斿彂涓績', NULL, NULL, '021-65026817-18', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828577804289, NULL, NULL, 'GPA2012H187', '绀烘尝鍣�', 'DS1102E', '鍖椾含鏅簮', NULL, NULL, '2012-07-03', NULL, '鐮斿彂涓績', NULL, NULL, '021-65026817-18', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828586192897, NULL, NULL, 'GPA2012H188', '绀烘尝鍣�', 'DS1102E', '鍖椾含鏅簮', NULL, NULL, '2012-07-03', NULL, '鐮斿彂涓績', NULL, NULL, '021-65026817-18', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828598775810, NULL, NULL, 'GPA2012D189', '楂樹綆娓╀氦鍙樺疄楠岀', 'LGDJ-450B', '涓婃捣钃濊惫瀹為獙璁惧鏈夐檺鍏徃', '9', NULL, '2012-07-04', NULL, '灏佺亴闂�', NULL, NULL, '閭卞厛鐢燂細13564558678', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828607164417, NULL, NULL, 'GPA2012F190', '绀烘尝鍣�', 'DS4014', '鍖椾含鏅簮', NULL, NULL, '2012-07-31', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828615553025, NULL, NULL, 'GPA2012F191', '绀烘尝鍣�', 'DS4014', '鍖椾含鏅簮', NULL, NULL, '2012-07-31', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828623941634, NULL, NULL, 'GPA2012H192', '鏁板瓧瀛樺偍绀烘尝鍣�', 'UT2042B', '浼樺埄寰风鎶�(涓滆帪)鏈夐檺鍏徃', NULL, NULL, '2012-08-07', NULL, '缁翠慨绾�', NULL, NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃021-33776300 鏉ㄩ帍閲�13801722735', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828636524546, NULL, NULL, 'GPA2012H193', '绀烘尝鍣�', 'DS1102E', '鍖椾含鏅簮', NULL, NULL, '2012-08-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃021-33776300 鏉ㄩ帍閲�13801722735', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '鍘熻宸ヤ娇鐢紝2024.10.14宸茶浆绉诲畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828649107457, NULL, NULL, 'GPA2012C195', '浼犳劅鍣ㄦ娴嬩华', NULL, '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2013-01-04', NULL, '鍋滅敤锛岀爺鍙�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828661690370, NULL, NULL, 'GPC2001G004', '閽婚摚闀楃(搴�', 'ZXTM-40', '灞变笢婊曞窞椴佸崡鏈哄簥鍘�', '1.5', NULL, '2001-08-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828674273281, NULL, NULL, 'GPC2002G005', '鍒囨澘鏈�', 'HEDA-801A-02', '/', NULL, NULL, '2002-03-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828682661890, NULL, NULL, 'GPC2003E006', '杞﹀簥', 'C6132A', '骞垮窞鍗楁柟鏈哄簥鍘�', '3.5', NULL, '2003-01-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828691050498, NULL, NULL, 'GPC2003E007', '杞﹀簥', 'C6132A', '骞垮窞鍗楁柟鏈哄簥鍘�', '3.5', NULL, '2003-01-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828703633410, NULL, NULL, 'GPC2004H010', '榧撻骞茬嚗绠�', 'GZX-9030MBE', '涓婃捣鍗氳繀瀹炰笟鏈夐檺鍏徃', '0.55', NULL, '2004-05-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, '021-56980111 Fax:56303876', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828716216321, NULL, NULL, 'GPC2004H011', '榧撻骞茬嚗绠�', 'GZX-9030MBE', '涓婃捣鍗氳繀瀹炰笟鏈夐檺鍏徃', '0.55', NULL, '2004-05-01', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, '021-56980111 Fax:56303876', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828728799234, NULL, NULL, NULL, NULL, NULL, NULL, '25', NULL, NULL, '4', NULL, NULL, NULL, 'Tel锛�0755-84190526锛�84190532', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828745576450, NULL, NULL, 'GPC2006E018', '鎵庣嚎鏈�', 'Tie-Matic', NULL, NULL, NULL, NULL, '4', '鐢熶骇鎶�鏈儴', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828758159361, NULL, NULL, 'GPC2006H021', '鍙板紡閽绘敾涓ょ敤鏈�', 'ZS4112C', '鏉窞瑗挎箹鍙伴捇鏈夐檺鍏徃', '0.75', NULL, '2006-05-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828766547970, NULL, NULL, 'GPC2006E023', '鍗囬檷鏈�', 'SJG1-3.5', '鑻忓窞甯傛牸瀹夌壒鍗囬檷鏈烘鏈夐檺鍏徃', '2.2', NULL, '2006-05-01', '4', '鏉愭枡浠撳簱', NULL, NULL, 'Tel锛�0512-66706638锛�66702955', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '2021骞磋捣鍋滄浣跨敤锛侊紒'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828779130881, NULL, NULL, 'GPC2006D025', '绌哄帇鏈�', 'GA15P-10', '鏃犻敗闃跨壒鎷夋柉锛庣鏅煰鍘嬬缉鏈烘湁闄愬叕鍙�', '15', NULL, '2006-06-01', '4', '绌哄帇鏈烘埧', NULL, NULL, '闃跨壒鎷夋柉濂夎搐鍔炰簨澶� 闆峰伐锛�13636360407', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828787519489, NULL, NULL, 'GPC2006H026', '鑷姩鎹嗗寘鏈�', '涓滆帪鏃敯 XT8020', '涓滆帪鏃敯', NULL, NULL, '2006-07-01', NULL, '鎴愬搧浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828800102401, NULL, NULL, 'GPC2006F027', '瓒呭0娉㈡竻娲楁満', NULL, '涓婃捣蹇呰兘淇¤秴澹版湁闄愬叕鍙�', '1', NULL, '2006-07-01', NULL, '娲楄。鎴�', NULL, NULL, 'Tel锛� 021-57745558 FAX锛� 021-57745100', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828808491010, NULL, NULL, 'GPC2006G029', '鑷姩鍒囩鏈�', 'JQ-6100', '娴欐睙鍚涙潈鑷姩鍖栬澶囨�诲巶', '0.25', NULL, '2006-10-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, 'Tel锛� 021-54242868 FAX锛� 021-54242858', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828816879617, NULL, NULL, 'GPC2007G031', '鐑啍鏈�', '/', '/', NULL, NULL, NULL, '4', '缁勮皟浜岀嚎', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828825268225, NULL, NULL, 'GPC2007G032', '鐪熺┖鍖呰鏈�', 'DZQ400-2D', '涓婃捣鏃敯鏈烘璁惧鏈夐檺鍏徃', '3', NULL, '2007-03-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, '021-62549635锛�32250926, 32250103', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828837851138, NULL, NULL, 'GPC2005F015', '瓒呴煶娉㈢啍鎺ユ満', 'EGW-1518', '涓婃捣闀胯崳濉戣兌鐔旀帴瑁呭鏈夐檺鍏徃', '1.4', NULL, '2007-03-01', NULL, '娓呮礂闂�', NULL, NULL, 'FAX锛�021-54108108', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828854628354, NULL, NULL, 'GPC2007D034', '鏁版帶杞﹀簥', 'CK6130', '涓槦鏁版帶鏈哄簥鏈夐檺鍏徃', '3.5', NULL, '2007-05-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, '姹熷钩锛�13122775532', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828863016961, NULL, NULL, 'GPC2007C037', '鍏ㄨ嚜鍔ㄧ粫绾挎満', 'BXCO3', 'TANAC 鐢颁腑绮炬満鏈夐檺鍏徃', '1.5', NULL, '2007-09-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '13615889283 璋檽姹�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '013615889283璋伐', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828875599874, NULL, NULL, 'GPC2007C038', '鍗婂浣撴縺鍏夋墦鏍囨満', 'MYDP-50L', '涓婃捣闀ぉ婵�鍏夎澶囨湁闄愬叕鍙�', '1.5', NULL, '2007-09-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, 'Tel:021-54265627/8/9-807 FAX:021-54265629', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828883988482, NULL, NULL, 'GPC2007B039', '鍏俯鍖哄洖娴佺剨', 'NS-800', '鍔叉嫇瀹炰笟鏈夐檺鍏徃', '64', NULL, '2007-09-01', NULL, 'SMT', NULL, NULL, 'Tel:021-64325281-4 FAX:021-64326846', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828896571393, NULL, NULL, 'GPC2007A040', '璐寸墖鏈�', 'KE-2070M', 'JUKI', '3', NULL, '2007-09-01', NULL, 'SMT', NULL, NULL, '鎶�鏈湇鍔″伐绋嬪笀:浠e崕鍓峔n鐢佃瘽:0512-62858080', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828909154305, NULL, NULL, 'GPC2007F041', '鎺ラ┏鍙�', 'BC-351C', '鍔叉嫇鐢靛瓙璁惧鏈夐檺鍏徃', '0.1', NULL, '2007-11-01', NULL, 'SMT', NULL, NULL, 'Tel:021-64325281-4 FAX:021-64326846', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828917542914, NULL, NULL, 'GPC2008H042', '鐑熼浘鍑�鍖栬繃婊ょ郴缁�', 'QUICK6102', '甯稿窞閫熼獜鐢靛瓙鏈夐檺鍏徃', '0.08', NULL, '2008-01-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '0519-86225678 FAX:86558599', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828925931521, NULL, NULL, 'GPC2008E044', 'MB1000濯掍粙鍠峰皠鍣�', 'MB1000-2', '涓婃捣鍙嬭禌鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2008-02-01', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828938514434, NULL, NULL, 'GPC2008A045', '璐寸墖鏈�', 'KE-2070M', 'JUKI', '3', NULL, '2008-04-01', NULL, 'SMT', NULL, NULL, '鎶�鏈伐绋嬪笀:浠e崕鍓峔n鐢佃瘽:0512-62858080', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828946903042, NULL, NULL, 'GPC2008G046', '鎺ラ┏鍙�', 'EW-600A', '娣卞湷甯備嚎缁村ぉ鍦扮數瀛愯澶囨湁闄愬叕鍙�', '0.1', NULL, '2008-05-01', NULL, 'SMT', NULL, NULL, '0755-61146988 FAX:0755-61146996', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828959485953, NULL, NULL, 'GPC2008G047', '鎺ラ┏鍙�', 'EW-600A', '娣卞湷甯備嚎缁村ぉ鍦扮數瀛愯澶囨湁闄愬叕鍙�', '0.1', NULL, '2008-05-01', NULL, 'SMT', NULL, NULL, '0755-61146988 FAX:0755-61146996', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828972068866, NULL, NULL, 'GPC2008G048', '瓒呴煶娉㈡墜鐒婃帴鏈�', 'EGW-2803', '涓婃捣闀胯崳濉戣兌鐔旀帴瑁呭鏈夐檺鍏徃', NULL, NULL, '2008-05-01', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, 'Tel锛�021-64041880 FAX锛�021-54108108', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217828984651778, NULL, NULL, 'GPF2007H003', '鍐扮', 'LC-122C', '娴峰皵', NULL, NULL, '2007-09-01', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829001428994, NULL, NULL, 'GPC2008G052', '绋冲彉鍘嬪櫒', 'AED-3015HC3C2XL', '澹规嘲绉戞妧鏈夐檺鍏徃', '15', NULL, '2008-06-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829014011905, NULL, NULL, 'GPC2008F053', '绔瓙鏈�', 'HS-2W', '鑻忓窞鐞﹁緣鐢靛瓙璁惧鍘�', '2', NULL, '2008-07-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829026594818, NULL, NULL, 'GPC2008E054', '楗剁嚎鏈�', 'PNS-112', '鏃ユ湰钀ㄦ瘮鍏嬫牚寮忎細绀�', '0.5', NULL, '2008-07-01', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, '021-6249 5531', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '鍘熷惔涓介泤浣跨敤锛�2024.03.25杞畨寰藉叕鍙搞��'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829039177730, NULL, NULL, 'GPC2008A055', 'CNC鐟炲+鍨嬭嚜鍔ㄨ溅搴�', 'SR-20R鈪�', 'STAR MICRONICSCO.,LTD', '7', NULL, '2008-07-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, '鏉庤儨榻愶細013962420157涓婃捣澶栭珮妗�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '涓婃捣榫欐辰锛�13524853004甯伐'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829047566337, NULL, NULL, 'GPC2008D056', '鑷姩妫掓潗閫佹枡鏈�', 'SUPER GS-326', '涓箟绉戞妧鏈烘鑲′唤鏈夐檺鍏徃', '0.7', NULL, '2008-07-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, 'TEL:04-24066970 FAX:042-24069934', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829060149249, NULL, NULL, 'GPC2008D057', '鍙屾恫鑷姩鐐硅兌鏈�', 'DH6000-A', '涓婃捣寰风殦鐢靛瓙鏈夐檺鍏徃', '4.8', NULL, '2008-07-01', NULL, '灏佺亴闂�', NULL, NULL, '璋㈠啗 鎬荤粡鐞�:13671600107 021-67681976', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829068537858, NULL, NULL, 'GPC2009E058', '鏁板瓧寮忔祴閲忔姇褰变华', 'CPJ-3015AZ', '鍙版咕涓囨繝', NULL, NULL, '2009-02-17', NULL, '鐮斿彂涓績', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829076926466, NULL, NULL, 'GPC2009E059', '楗剁嚎鏈�', 'PNS-112', '鏃ユ湰钀ㄦ瘮鍏嬫牚寮忎細绀�', '0.5', NULL, '2009-01-15', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '021-6249 5531', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829089509378, NULL, NULL, 'GPC2008B060', '鍓ョ嚎鏈�', 'PS9500P', 'Schleuniger', NULL, NULL, '2008-12-10', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '澶忓伐:13512100974', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829097897986, NULL, NULL, 'GPC2009C062', '鏃犻搮娉㈠嘲鐒婄倝', 'MS-450', '娣卞湷甯傚姴鎷撹嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', '34', NULL, '2009-01-08', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, 'Tel:021-64325281-4 FAX:021-64326846', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829106286594, NULL, NULL, 'GPC2009A063', '婵�鍏夎皟闃绘満', 'ALS300L', 'AUR鈥睧L 鎰忓ぇ鍒�', '3.5', NULL, '2009-08-01', NULL, '缁勮皟涓夌嚎', NULL, NULL, 'Tel:390546941124 FAX:390546941660', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829118869506, NULL, NULL, 'GPC2008E066', '閫佺嚎鏈�', 'PF2200', '鐟炲+Schleuniger', NULL, NULL, '2008-12-10', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '澶忓伐:13512100974', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829131452417, NULL, NULL, 'GPC2008C067', '鏀剁嚎鏈�', 'CC1000', '鐟炲+Schleuniger', NULL, NULL, '2008-12-10', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, '澶忓伐:13512100974', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '鍚庤溅闂�3妤兼斁缃尯2016.03.05'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829144035329, NULL, NULL, 'GPC2009A068', '浼犳劅鍣ㄨ嚜鍔ㄦ娴嬬郴缁�', NULL, '寰峰浗', '1.5', NULL, '2009-08-01', NULL, '鐮斿彂涓績', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829156618242, NULL, NULL, 'GPC2010G069', '灏忓瀷鍗曡壊绉诲嵃鏈�', 'ZY-X1', '瀹佹尝楂樻柊鍖哄織杩滃嵃鍒疯澶囧埗閫犳湁闄愬叕鍙�', NULL, NULL, '0010-08-25', NULL, '娓呮礂闂�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829169201154, NULL, NULL, 'GPC2010A070', '绮惧瘑鏁版帶杞﹀簥', 'BO205', '娲ヤ笂绮惧瘑鏈哄簥锛堟禉姹燂級鏈夐檺鍏徃', '7', NULL, '2010-08-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829173395458, NULL, NULL, 'GPC2010C071', '钀藉湴鍨嬪弻娑茬偣鑳舵満', 'DH7000', '涓婃捣鏅僵鐢靛瓙', '5', NULL, '2010-04-21', NULL, '灏佺亴闂�', NULL, NULL, '璋㈠啗 鎬荤粡鐞�:13671600107 021-67681976', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829185978370, NULL, NULL, 'GPC2010G072', '鏁h鐢靛鍒囪剼鏈�', 'CO-300AUTO', '鍙版咕', NULL, NULL, '0010-10-28', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829194366978, NULL, NULL, 'GPC2010F073', 'MALCOM閿¤啅鎼呮媽鏈�', 'SPS-1', '鏃ユ湰', NULL, NULL, '0010-11-02', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829202755585, NULL, NULL, 'GPC2010A074', '鑷姩鍖呰鏈�', 'AB180', '寰峰浗', NULL, NULL, '0010-11-12', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829215338498, NULL, NULL, 'GPC2010D076', '鏁版帶杞﹀簥', 'CK6130', '涓槦鏁版帶鏈哄簥鏈夐檺鍏徃', '3.5', NULL, '2010-12-28', NULL, '閲戝伐杞﹂棿', NULL, NULL, '姹熷钩锛�13122775532', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829227921409, NULL, NULL, 'GPC2011G078', '缂撳啿姘斿灚璁惧', NULL, '涓婃捣闃佹嘲鍖呰鏉愭枡鏈夐檺鍏徃', NULL, NULL, '2011-02-19', NULL, '鎴愬搧浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829240504322, NULL, NULL, 'GPC2011F079', '瓒呴煶娉㈢啍鎺ユ満', 'EGW-1518', '涓婃捣闀胯崳濉戣兌鐔旀帴瑁呭鏈夐檺鍏徃', '1.4', NULL, '2011-05-01', NULL, '缁勮皟鍥涚嚎', NULL, NULL, 'FAX锛�021-54108108', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍙嬫澗浜旈噾妯″叿鍘�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829248892930, NULL, NULL, 'GPC2011B080', 'G5鍏ㄨ嚜鍔ㄨ瑙夊嵃鍒锋満', 'G5', '涓滆帪甯傚嚡鏍肩簿瀵嗘満姊�', '3', NULL, '2011-03-30', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829257281538, NULL, NULL, 'GPC2011E081', '鐭楅懌鍏ㄨ嚜鍔ㄤ笂鏉挎満', 'SL-3BM', '娣卞湷甯傜煑閼數瀛愯澶囨湁闄愬叕鍙�', NULL, NULL, '2011-03-30', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829265670146, NULL, NULL, 'GPC2011G082', '姘╁姬鐒婃満', 'WSM-500', '涓婃捣娌伐鐒婃満锛堥泦鍥級鏈夐檺鍏徃', '3', NULL, '2011-05-20', NULL, '宸ョ▼涓績', NULL, NULL, '涓婃捣娴欏寳鍟嗚锤鏈夐檺鍏徃 \n59713131 榛勫缓杈�15821355881/15900892627', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829278253058, NULL, NULL, 'GPC2011G083', '姘╁姬鐢电剨鏈�', 'WSM-315', '涓婃捣娌伐鐒婃満锛堥泦鍥級鏈夐檺鍏徃', '3', NULL, '2011-05-20', '', '宸ョ▼涓績', NULL, NULL, '涓婃捣娴欏寳鍟嗚锤鏈夐檺鍏徃 \n59713131 榛勫缓杈�15821355881/15900892627', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829290835969, NULL, NULL, 'GPC2011F084', 'UV鍥哄寲鏈猴紙澶э級', NULL, '涓婃捣娉芥シ鏈虹數璁惧鏈夐檺鍏徃', '6', NULL, '2011-02-15', NULL, '缁勮皟鍥涚嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829303418882, NULL, NULL, 'GPC2011G085', '鍗曡酱寮忕粫绾挎満', 'TCW-01A', '鏄嗚崳鏈烘鑲′唤鏈夐檺鍏徃', NULL, NULL, '2011-06-07', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829316001794, NULL, NULL, 'GPC2011C086', '鏁版帶閾e簥', 'NX36', '鏉窞澶уぉ鏁版帶閾e簥鏈夐檺鍏徃', '7', NULL, '2011-03-11', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829324390402, NULL, NULL, 'GPC2006G008', '鍌ㄦ皵缃�', '1/1.0', '涓婃捣鐢虫睙鍘嬪姏瀹瑰櫒鏈夐檺鍏徃', NULL, NULL, NULL, '4', '绌哄帇鏈烘埧', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829332779009, NULL, NULL, 'GPC2011G088', '鍐峰喕寮忓帇缂╃┖姘斿共鐕ユ満', 'CK-3.0A', '涓婃捣闈掗槼绌哄帇姘斿姩璁惧鏈夐檺鍏徃', '1', NULL, '2011-07-27', '4', '绌哄帇鏈烘埧', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829341167617, NULL, NULL, 'GPC2011F089', '鎽囪噦閽诲簥', 'Z3040X10', '鑵惧窞缈斿畤鏈哄簥鏈夐檺鍏徃', '3', NULL, '2011-08-04', NULL, '宸ョ▼涓績', NULL, NULL, '瀛熷皬濮愶細0632-5611000', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829349556225, NULL, NULL, 'GPC2011D090', '婵�鍏夋墦鏍囨満', 'XJDP-50L', '涓婃捣鏄熸嵎婵�鍏夎澶囨湁闄愬叕鍙�', '1.5', NULL, '2011-07-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829362139137, NULL, NULL, 'GPC2011G091', '鐐硅兌鏈�', 'TP-50', '鑵剧洓娴佷綋鎺у埗', NULL, NULL, '2011-08-01', NULL, '缁勮皟浜岀嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829370527746, NULL, NULL, 'GPC2011F092', '娌瑰帇鏈�', 'XTM-103鍥涙煴涓ゆ澘', '娣卞湷甯傞懌鍙伴摥鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2011-08-30', '4', '缁勮皟浜岀嚎', NULL, NULL, '0755-89636069 鍞悗鏈嶅姟13380303930', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829378916353, NULL, NULL, 'GPC2011C093', '鍙屾恫鑷姩鐐硅兌鏈�', 'DPS6000', '涓婃捣鏅僵鐢靛瓙绉戞妧鏈夐檺鍏徃', '5', NULL, '2011-05-01', NULL, '灏佺亴闂�', NULL, NULL, '璋㈠啗 鎬荤粡鐞�:13671600107 021-67681976', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829387304962, NULL, NULL, 'GPC2011C094', '娌瑰帇闂稿紡鍓澘鏈�', 'QC11Y-12X4000', '鍗楅�氬ぇ瑗挎磱鏈烘鏈夐檺鍏徃', '9', NULL, '2011-05-01', NULL, '宸ョ▼涓績', NULL, NULL, '0513-88283527 FAX:0513-88283529', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829391499265, NULL, NULL, 'GPC2011B095', '鎶樺集鏈�', 'PR6C 225*3100', '姹熻嫃閲戞柟鍦嗘暟鎺ф満搴婃湁闄愬叕鍙�', '17', NULL, '2011-03-01', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, '0514-87873787', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '2023.06.28杞埌瀹夊窘鍏板疂鐜繚'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829404082178, NULL, NULL, 'GPC2011H096', '鎼繍灏忓潶鍏�', 'X18+Y18', '涓婃捣鏂颁笘鐣屼簲閲戞満鐢垫湁闄愬叕鍙告柊涓�浜旈噾鍟嗗巶', '0', NULL, '2011-11-16', NULL, '宸ョ▼涓績', NULL, NULL, '021-636.3281', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829412470785, NULL, NULL, 'GPC2012E097', '鍓ョ毊绔瓙鍘嬬潃鏈�', 'SATC-20B', '娴欐睙鍚涙潈鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2012-05-18', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '閮戞柟鏉� 13817350699', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829420859393, NULL, NULL, 'GPC2012B099', 'G5鍏ㄨ嚜鍔ㄨ瑙夊嵃鍒锋満', 'G5', '涓滆帪甯傚嚡鏍肩簿瀵嗘満姊�', '3', NULL, '2012-06-10', NULL, 'SMT', NULL, NULL, '鍚存湅杈� 0769-22767281', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829433442306, NULL, NULL, 'GPC2012A100', 'JUKI楂橀�熻创鐗囨満', 'KE-2070M', '涓婃捣瑗挎槗鐢靛瓙鏈夐檺鍏徃', '3', NULL, '2012-06-18', NULL, 'SMT', NULL, NULL, '鐜嬮洦鍚� 021-51509052', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829441830914, NULL, NULL, 'GPC2012A101', 'JUKI楂橀�熻创鐗囨満', 'KE-2070M', '涓婃捣瑗挎槗鐢靛瓙鏈夐檺鍏徃', '3', NULL, '2012-06-18', NULL, 'SMT', NULL, NULL, '鐜嬮洦鍚� 021-51509052', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829450219521, NULL, NULL, 'GPC2012E102', '鍓ョ毊绔瓙鍘嬬潃鏈�', 'SATC-20B', '娴欐睙鍚涙潈鑷姩鍖栬澶囨湁闄愬叕鍙�', '1', NULL, '2012-06-19', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '閮戞柟鏉� 13817350699', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829462802433, NULL, NULL, 'GPC2012H103', '閾e垁閽诲ご鐮旂(鏈�', 'MR-F4', '娓╁箔甯傜編鏃ユ満搴婃湁闄愬叕鍙�', '0.5', NULL, '2012-06-28', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, '闄堝皬濮� 0576-89958338', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829471191042, NULL, NULL, 'GPC2012H104', '鎺ラ┏鍙�', 'BC-351C', '鍔叉嫇鐢靛瓙璁惧鏈夐檺鍏徃', '0.1', NULL, '2012-06-28', NULL, 'SMT', NULL, NULL, '瀛欏墤0755-29586211', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829483773953, NULL, NULL, 'GPC2012H105', '鎺ラ┏鍙�', 'BC-351C', '鍔叉嫇鐢靛瓙璁惧鏈夐檺鍏徃', '0.1', NULL, '2012-06-28', NULL, 'SMT', NULL, NULL, '瀛欏墤0755-29586211', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829487968257, NULL, NULL, 'GPC2012C106', '鏃犻搮鍥炴祦鐒�', 'AS-800-N', '娣卞湷甯傚姴鎷撹嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', '67', NULL, '2012-06-28', NULL, 'SMT', NULL, NULL, '瀛欏墤0755-29586211', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829500551169, NULL, NULL, 'GPC2012D108', '鐩磋仈铻烘潌寮忕┖鍘嬫満', 'GA37-10', '鑻忓窞闃跨壒鎷夋柉', '37', NULL, '2012-07-03', '1', '瀹夊窘鍏板疂', NULL, NULL, '鐜嬪厛鐢�:021-51695913', NULL, NULL, NULL, '2012-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣娲插垱瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '2022骞�12鏈堢敱涓婃捣杞Щ鑷冲畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829508939778, NULL, NULL, 'GPC2012F109', '瓒呴煶娉㈢啍鎺ユ満', '20KG', '涓婃捣鑽h嚮濉戣兌鐒婃帴璁惧鍘�', '1.4', NULL, '2012-07-04', NULL, '娓呮礂闂�', NULL, NULL, '寰愬厛鐢燂細18616180365', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829517328386, NULL, NULL, 'GPC2012G110', '鑷姩缁曠嚎鎵庣嚎鏈�', 'BOQO2000', '涓滆帪甯傚崥寮鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '0012-08-08', '4', '鍓嶅姞宸ョ嚎', NULL, NULL, '閭规捣鍐�0769-86313913', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '闂茬疆'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829525716994, NULL, NULL, 'GPC2012F120', '鐢靛姩鍗曟璧烽噸鏈�', 'LD10T-10.30MAB', '涓婃捣鎹风熆璧烽噸璁惧鏈夐檺鍏徃', NULL, NULL, '2012-10-31', NULL, '宸ョ▼涓績', NULL, NULL, '鐜嬭穬娑� 13816957986', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829534105602, NULL, NULL, 'GPC2012H121', '鎺ラ┏鍙�', 'BC-351C', '鍔叉嫇鐢靛瓙璁惧鏈夐檺鍏徃', '0.1', NULL, '2012-06-28', NULL, 'SMT', NULL, NULL, '瀛欏墤0755-29586211', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829546688514, NULL, NULL, 'GPD2007H001', '閰嶇數鏌�', 'XL-21', '涓婃捣璇哄畾鐢垫皵鎴愬鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2007-10-05', NULL, '鍒堕�犺', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829559271426, NULL, NULL, 'GPD2012H002', '閰嶇數鏌�', 'XL-21', '涓婃捣璇哄畾鐢垫皵鎴愬鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2007-10-05', NULL, '鍒堕�犺', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829567660034, NULL, NULL, 'GPD2012A003', '鐢靛瓙閰嶇數璁惧', NULL, '涓婃捣闈掓郸鑺辨ˉ鐢靛姏瀹夎鏈夐檺鍏徃', NULL, NULL, '2012-12-20', NULL, '鏈煡', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829576048642, NULL, NULL, 'GPE1998E001', '宸ヤ綔鍙�(4浜�)', '/', '娓╁箔甯傜爺鍗庤嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', '0', NULL, NULL, NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '0576-6800069', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829584437250, NULL, NULL, 'GPE1998E002', '宸ヤ綔鍙�', 'SLW-B10', '娓╁箔甯傜爺鍗庤嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', '0', NULL, NULL, NULL, '妫�鍖呯嚎', NULL, NULL, '0576-6800069', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829592825857, NULL, NULL, 'GPE2006H004', '宸ヤ綔鍙�(灏佺亴闂�)', '/', '娓╁箔甯傜爺鍗庤嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '灏佺亴闂�', NULL, NULL, '0576-6800069', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829605408770, NULL, NULL, 'GPE2006H005', '璐ф灦(閲�)', '150*485*200', '/', '0', NULL, NULL, NULL, '鏉愭枡浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829617991681, NULL, NULL, 'GPE2006G006', '宸ヤ綔鍙�(閲戝伐闂�)', '/', '/', '0', NULL, NULL, NULL, '閲戝伐杞﹂棿', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829626380289, NULL, NULL, 'GPE2006H026', '宸ヤ綔鍙�(4浜�)', '/', '娓╁箔甯傜爺鍗庤嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', '0', NULL, NULL, NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '0576-6800069', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829638963202, NULL, NULL, 'GPE2006H027', '宸ヤ綔鍙�(4浜�)', '/', '娓╁箔甯傜爺鍗庤嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', '0', NULL, NULL, NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '0576-6800069', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829647351810, NULL, NULL, 'GPE2006E029', '宸ヤ綔鍙�(4浜�)', '/', '娓╁箔甯傜爺鍗庤嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', '0', NULL, NULL, NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '0576-6800069', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829655740418, NULL, NULL, 'GPE2006H030', '璐ф灦(涓�)', '60*730*200', '/', '0', NULL, NULL, NULL, '鎴愬搧浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829668323329, NULL, NULL, 'GPE2006H031', '璐ф灦(涓�)', '60*730*800', '/', '0', NULL, NULL, NULL, '鎴愬搧浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829676711938, NULL, NULL, 'GPE2006H032', '璐ф灦(涓�)', '60*730*800', '/', '0', NULL, NULL, NULL, '鎴愬搧浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829685100546, NULL, NULL, 'GPE2006H033', '璐ф灦(涓�)', '60*730*800', '/', '0', NULL, NULL, NULL, '鎴愬搧浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829693489154, NULL, NULL, 'GPE2006H034', '璐ф灦(涓�)', '60*730*800', '/', '0', NULL, NULL, NULL, '鎴愬搧浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829701877762, NULL, NULL, 'GPE2006H035', '璐ф灦(涓�)', '60*730*800', '/', '0', NULL, NULL, NULL, '鏉愭枡浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829710266369, NULL, NULL, 'GPE2006H036', '璐ф灦(涓�)', '60*730*800', '/', '0', NULL, NULL, NULL, '鏉愭枡浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829718654977, NULL, NULL, 'GPE2006H037', '璐ф灦(涓�)', '60*730*200', '/', '0', NULL, NULL, NULL, '鏉愭枡浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829731237889, NULL, NULL, 'GPE2007E038', '宸ヤ綔鍙�', '/', '/', '0', NULL, NULL, NULL, '鐮斿彂涓績', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829739626497, NULL, NULL, 'GPE2007F039', '璐寸墖鏈虹敤鏂欒溅', '/', 'JUKI', '0', NULL, '2007-09-01', NULL, 'SMT', NULL, NULL, '鎶�鏈湇鍔″伐绋嬪笀:浠e崕鍓峔n鐢佃瘽:0512-62858080', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '璁惧鍘熻閰嶇疆 A', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829748015105, NULL, NULL, 'GPE2007F040', '璐寸墖鏈虹敤鏂欒溅', '/', 'JUKI', '0', NULL, '2007-09-01', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '璁惧鍘熻閰嶇疆 B', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829760598018, NULL, NULL, 'GPE2008H041', 'FEEDER瀛樺偍杞�', '/', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0', NULL, '2008-02-01', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '鑷埗 A', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829768986626, NULL, NULL, 'GPE2008F042', '璐寸墖鏈虹敤鏂欒溅', '/', 'JUKI', '0', NULL, '2008-04-01', NULL, 'SMT', NULL, NULL, '鎶�鏈湇鍔″伐绋嬪笀:浠e崕鍓峔n鐢佃瘽:0512-62858080', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '璁惧鍘熻閰嶇疆 C', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829781569537, NULL, NULL, 'GPE2008H043', 'FEEDER瀛樺偍杞�', '/', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0', NULL, '2008-06-01', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '鑷埗 B', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829794152450, NULL, NULL, 'GPE2008G044', '鍏夌數绯诲垪璋冭瘯绾�', '/', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', '0', NULL, '2008-09-01', NULL, '缁勮皟鍥涚嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829798346754, NULL, NULL, 'GPE2009G045', '璐ф灦', '/', '涓婃捣閽㈠痉浠撳偍璁惧鏈夐檺鍏徃', '0', NULL, '2009-01-01', NULL, '鎴愬搧浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '缁�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829810929665, NULL, NULL, 'GPE2009G046', '涓瀷璐ф灦', '/', '/', '0', NULL, '2009-04-22', NULL, '鏉愭枡浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829823512578, NULL, NULL, 'GPE2010H047', 'FEEDER瀛樺偍杞�', '/', '鑻忓窞寰蜂紬鐢靛瓙绉戞妧鏈夐檺鍏徃', '0', NULL, '2008-02-01', NULL, 'SMT', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '鑷埗 C', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829831901186, NULL, NULL, 'GPE2011E048', '涓瀷璐ф灦', 'L1480*D600*H1600', '涓婃捣閽㈠痉浠撳偍璁惧鏈夐檺鍏徃', '0', NULL, '2011-07-15', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829840289794, NULL, NULL, 'GPE2011B049', 'U鍨嬪伐浣滃彴', NULL, '涓婃捣闂靛潥閾濅笟鏈夐檺鍏徃', '0', NULL, '2011-08-03', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829869649922, NULL, NULL, 'GPE2011F050', '鎺ㄨ溅', NULL, '涓婃捣闂靛潥閾濅笟鏈夐檺鍏徃', '0', NULL, '2011-08-03', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829886427137, NULL, NULL, 'GPE2012G051', '璐寸墖鏈虹敤鏂欒溅', '/', 'JUKI', '0', NULL, '2012-05-15', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '璁惧鍘熻閰嶇疆', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829903204354, NULL, NULL, 'GPE2012H052', '杩涙枡鍣ㄥ偍瀛樿溅', NULL, '鑻忓窞寰蜂紬鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2012-09-11', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829915787266, NULL, NULL, 'GPE2012H053', '杩涙枡鍣ㄥ偍瀛樿溅', NULL, '鑻忓窞寰蜂紬鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2012-09-11', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829928370177, NULL, NULL, 'GPE2012H054', '杩涙枡鍣ㄥ偍瀛樿溅', NULL, '鑻忓窞寰蜂紬鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2012-09-11', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829936758786, NULL, NULL, 'GPE2012H055', '鎵樼洏鏀灦', 'KE-2070', '鑻忓窞娌冪憺鐗圭數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2012-10-17', NULL, 'SMT', NULL, NULL, '0512-62937816', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829949341698, NULL, NULL, 'GPE2013H056锛�1-3锛�', '涓瀷璐ф灦', 'L1800*W600*H2000鎵樺洓浜斿眰鏉�', '鑻忓窞甯傜編寰蜂粨鍌�', NULL, NULL, '2013-02-20', NULL, '鏉愭枡浠撳簱', NULL, NULL, '鍏�3鍙版�讳环10256.4鍏�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829961924610, NULL, NULL, 'GPE2013H057', '涓瀷璐ф灦', 'L1800*W600*H2000鎵樹笁浜斿眰鏉�', '鑻忓窞甯傜編寰蜂粨鍌�', NULL, NULL, '2013-02-21', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829974507521, NULL, NULL, 'GPF2006H001', '闄ゆ箍鏈�', 'DH-890C', '甯稿窞甯傚北宀涚數鍣ㄦ湁闄愬叕鍙�', '1.5', NULL, '2006-06-01', NULL, '灏佺亴闂�', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829987090433, NULL, NULL, 'GPF2006D002', '鎭掓俯瀹�', NULL, '娓╁箔甯傜爺鍗庤嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', '10', NULL, '2006-06-01', NULL, '灏佺亴闂�', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217829999673346, NULL, NULL, 'GPF2011H004', '闄ゆ箍鏈�', 'DH-890C', '甯稿窞甯傚窛宀涚數鍣ㄦ湁闄愬叕鍙�', '1.5', NULL, '2011-08-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830012256257, NULL, NULL, 'GPF2012A005', '绌鸿皟璁惧', NULL, '涓婃捣甯呬箰鐢靛櫒鏈夐檺鍏徃', NULL, NULL, '2012-12-28', NULL, '鏈煡', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830024839170, NULL, NULL, 'GPF2012B006', '鏈烘埧绯荤粺璁惧', NULL, '涓婃捣澶╀笌淇℃伅绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鑰佹ゼ浜屾ゼ鏈烘埧', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830037422081, NULL, NULL, 'GPG1999H001', '鍓澘鏈�', 'Q11-1X720', '娴欐睙娓╁窞甯備笢灞胯交宸ユ満姊板巶', '0', NULL, '1999-06-01', NULL, '娓呮礂闂�', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830045810690, NULL, NULL, 'GPG2002G002', '鎵嬪姩鐐硅兌鏈�', 'JBE1113', '缇庡浗椋炲+鑳�', NULL, NULL, '2002-03-01', NULL, '灏佺亴闂�', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830054199298, NULL, NULL, 'GPG2005H004', '鏉″舰鐮佹爣绛炬満', 'OF-863P', NULL, NULL, NULL, NULL, NULL, '鏉愭枡浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830070976514, NULL, NULL, 'GPG2005F005', '鏍囩鎵撳嵃鏈�', 'X-3000+', '鍙版咕ARGOX Information CO.,Ltd', NULL, NULL, NULL, '4', '鐢熶骇鎶�鏈儴', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830083559425, NULL, NULL, 'GPG2006H006', '鎵嬪姩鐐硅兌鏈�', 'WJ118', '/', NULL, NULL, NULL, NULL, '缁勮皟涓夌嚎', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830104530946, NULL, NULL, 'GPG2006H007', '鎵嬪姩鐐硅兌鏈�', 'WJ118', '/', NULL, NULL, NULL, NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830112919554, NULL, NULL, 'GPG2007H010', '鏍囩鎵撳嵃鏈�', 'BTP-6200I', '灞变笢鏂板寳娲嬩俊鎭妧鏈偂浠芥湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍒堕�犺', NULL, NULL, '榛勫缓鍗庯細13671512530', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830221971458, NULL, NULL, 'GPG2007H011', '鏄惧井闀�', 'MJ-CP205', '鑸滃畤', NULL, NULL, NULL, NULL, '鐮斿彂涓績', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830242942978, NULL, NULL, 'GPG2007F012', '鏍囩鎵撳嵃鏈�', '110XiIII', 'USA', '0.35', NULL, NULL, '4', '鐢熶骇鎶�鏈儴', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830255525890, NULL, NULL, 'GPG2007H013', '鎵嬪姩娑插帇杞�', '/', '/', NULL, NULL, NULL, NULL, '鎴愬搧浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830263914497, NULL, NULL, 'GPG2007H014', '鎵嬪姩娑插帇杞�', 'CTY2000', '涓婃捣鍊嶅姏鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2007-03-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, '021-58172425/58172431', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830276497410, NULL, NULL, 'GPG2008H016', '鏍囩鎵撳嵃鏈�', 'BTP-6200I', '灞变笢鏂板寳娲嬩俊鎭妧鏈偂浠芥湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐮斿彂閮�', NULL, NULL, '榛勫缓鍗庯細13671512530', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '2023.07.04鍒堕�犺璋冨埌鐮斿彂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830289080322, NULL, NULL, 'GPG2008H017', '宸ュ叿杞�', 'ELA-185MA', '澶╅挗閲戝睘(涓婃捣)鏈夐檺鍏徃', '0', NULL, '2008-03-01', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830310051842, NULL, NULL, 'GPG2008G018', '鏁版樉娴嬪井澶�', '164-161', '鏃ユ湰涓変赴', NULL, NULL, '2008-03-01', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830326829057, NULL, NULL, 'GPG2008G019', '闃查潤鐢垫壙閲嶆帹杞�', '/', '涓婃捣浣版柉鐗圭數瀛愬伐绋嬫湁闄愬叕鍙�', '0', NULL, '2008-04-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830347800578, NULL, NULL, 'GPG2008H020', 'SMD闆朵欢璁℃暟鍣�', 'CR-1000', '娣卞湷甯傚垱绮鹃攼鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2008-05-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, '0755-27699709 27448637', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830364577794, NULL, NULL, 'GPG2009H021', '婵�鍏夋墦鏍囨満鏃嬭浆鐢垫満', '/', '涓婃捣闀ぉ婵�鍏夎澶囨湁闄愬叕鍙�', NULL, NULL, '2009-03-09', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830377160706, NULL, NULL, 'GPG2009H022', '鏁村舰鏈�', '鍗у紡', '涓婃捣灞辨櫉璐告槗鏈夐檺鍏徃', NULL, NULL, '2009-06-16', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '鍦ㄧ敓鎶�璇炬斁缃�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830385549313, NULL, NULL, 'GPG2009H023', '鏁村舰鏈�', '绔嬪紡', '涓婃捣灞辨櫉璐告槗鏈夐檺鍏徃', NULL, NULL, '2009-06-16', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '鍦ㄧ敓鎶�璇炬斁缃�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830398132226, NULL, NULL, 'GPG2010G024', 'Tyscope浠跨湡鍣�', 'K9 V0.91', '骞垮窞鑷磋繙鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2010-03-01', NULL, '鐮斿彂涓績', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830406520834, NULL, NULL, 'GPG2010H025', '姘斿姩鍓ョ毊鏈�', 'QH-3F', '鑻忓窞鐞﹁緣鐢靛瓙璁惧鍘�', NULL, NULL, '2010-05-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830414909441, NULL, NULL, 'GPG2010H026', '姘斿姩鍓ョ毊鏈�', 'QH-310', '鑻忓窞鐞﹁緣鐢靛瓙璁惧鍘�', NULL, NULL, '2010-05-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830423298049, NULL, NULL, 'GPG2011H027', '姘斿姩鍓ョ毊鏈�', 'QH-3F', '鑻忓窞鐞﹁緣鐢靛瓙璁惧鍘�', NULL, NULL, '2011-04-26', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, '鎴村伐 13295114147 0512-67221217鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830435880961, NULL, NULL, 'GPG2011H028', '鏍囩鎵撳嵃鏈�', 'BTP-6300I', '灞变笢鏂板寳娲嬩俊鎭妧鏈偂浠芥湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830444269569, NULL, NULL, 'GPG2011E029', '鐒婃帴骞冲彴', '2000*5000', '涓婃捣娉婂垉鏈烘宸ュ叿鏈夐檺鍏徃', '0', NULL, '2011-06-29', NULL, '宸ョ▼涓績', NULL, NULL, '021-63503666 鍟嗙粡鐞�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830456852482, NULL, NULL, 'GPG2011H030', '鐑熼浘鍑�鍖栬繃婊ょ郴缁�', 'QUICK6102', '甯稿窞閫熼獜鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2011-05-30', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830465241090, NULL, NULL, 'GPG2011H031', '浼烘湇鐢垫満鍙婇┍鍔ㄥ櫒', 'LLOST4030/TL-12F', '/', NULL, NULL, '2011-09-15', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830473629697, NULL, NULL, 'GPG2011H032', '鑷姩婊磋兌鏈�', 'WJ118', '/', NULL, NULL, '2011-04-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830482018306, NULL, NULL, 'GPG2006H033', '鎵嬪姩鐐硅兌鏈�', 'WJ118', '/', NULL, NULL, NULL, NULL, '缁勮皟浜岀嚎', NULL, NULL, '鏃�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830494601217, NULL, NULL, 'GPG2011F034', 'UV鍥哄寲鏈�(灏忥級', 'UP104', '渚濈摝濉旓紙涓婃捣锛夌簿瀵嗗厜鐢垫湁闄愬叕鍙�', NULL, NULL, '2011-12-01', NULL, '缁勮皟鍥涚嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830502989826, NULL, NULL, 'GPG2012F035', 'FEEDER 鏍℃浠�', '/', '鑻忓窞寰蜂紬鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2012-05-11', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830511378434, NULL, NULL, 'GPG2012H036', '鍏ㄨ嚜鍔⊿MT楂橀�熼浂浠跺彲璋冭鏁板櫒', 'FY-610', '涓婃捣椋炲厓鐢靛瓙绉戞妧鏈夐檺鍏徃', '0.03', NULL, '2012-07-24', NULL, 'SMT', NULL, NULL, '浜庣粡鐞嗭細021-57816567', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, 'SMT绾跨偣鏂欑洏鐐圭敤锛�2024.06.27杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830523961345, NULL, NULL, 'GPA2013E196', 'LCR鐢垫ˉ娴嬭瘯浠�', '3532-50HIOKI', 'HIOKI', NULL, NULL, '2013-01-12', '', '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2013-03-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, '浣跨敤璇存槑涔︿竴浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830536544258, NULL, NULL, 'GPC2013F001', '鍗у紡閲戝睘甯﹂敮搴�', 'GW4028B', '娴欐睙鏅ㄩ緳', NULL, NULL, '2013-07-04', '1', '宸ョ▼涓績', NULL, NULL, '鍛ㄧ粡鐞� 13816911268', NULL, NULL, NULL, '2013-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣閼袱鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鎵姏鎵虫墜1鎶婂绛掑ご1涓灪涓濆垁+1鎶娐�-1鎶婂唴鍏鎵虫墜1濂楀紑鍙f壋鎵�12-14 1鎶�17-19 1鎶婇殢鏈洪敮鏉′竴鏉″鐢�1鏉鍨嬪湀2涓伐鍏风1涓殢鏈烘灦1濂椾氦鍒樻枃淇婁娇鐢ㄨ鏄庝功1浠藉悎鏍艰瘉鏄庝功1浠戒繚淇崱1浠戒氦鍝佽川閮ㄥ彈鎺�2013.07.11'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830549127169, NULL, NULL, 'GPC2013G001', '瓒呭0娉㈡竻娲楁満', '2Y-1024', '涓婃捣鏃╃泩绮惧瘑娓呮礂鏈烘鏈夐檺鍏徃', NULL, NULL, '2013-07-01', '1', '閲戝伐杞﹂棿', NULL, NULL, '57108232', NULL, NULL, NULL, '2013-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830557515777, NULL, NULL, 'GPC2013E001', '鑷姩鐒婃帴鏈�', 'QUICK9320A', '甯稿窞蹇厠閿$剨鑲′唤鏈夐檺鍏徃', NULL, NULL, '2013-08-09', '1', '缁勮皟浜岀嚎', NULL, NULL, '寮犳櫠13611926303 0519 86225678', NULL, NULL, NULL, '2013-08-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '鍐呭叚瑙掓壋鎵�1.5-6MM'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830570098689, NULL, NULL, 'GPA2013F002', '绀烘尝鍣�', 'RIGOL DS4014', '鍖椾含鏅簮', NULL, NULL, '2013-07-15', '', '鐮斿彂涓績', NULL, NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃021-65026817鏉ㄩ帍閲�13801722735', NULL, NULL, NULL, '2013-09-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鐜涜緵鐢靛瓙鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔� 鍏夌洏 鐢垫簮绾挎帰澶�*2 鏁版嵁绾緿S4A153000499'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830582681602, NULL, NULL, 'GPA2013H003', '绀烘尝鍣�', 'RIGOL DS1104Z', '鍖椾含鏅簮', NULL, NULL, '2013-07-15', '', '鐮斿彂涓績', NULL, NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃021-65026817鏉ㄩ帍閲�13801722735', NULL, NULL, NULL, '2013-09-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鐜涜緵鐢靛瓙鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔� 鍏夌洏 鐢垫簮绾挎帰澶�*2 鏁版嵁绾緿S1ZA153000771'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830591070209, NULL, NULL, 'GPA2013H004', '绀烘尝鍣�', 'RIGOL DS1104Z', '鍖椾含鏅簮', NULL, NULL, '2013-07-15', '', '鐮斿彂涓績', NULL, NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃021-65026817鏉ㄩ帍閲�13801722735', NULL, NULL, NULL, '2013-09-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鐜涜緵鐢靛瓙鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔� 鍏夌洏 鐢垫簮绾挎帰澶�*2 鏁版嵁绾緿S1ZA153100780'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830599458817, NULL, NULL, 'GPA2013H005', '绀烘尝鍣�', 'RIGOL DS1104Z', '鍖椾含鏅簮', NULL, NULL, '2013-07-15', '', '鐮斿彂涓績', NULL, NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃021-65026817鏉ㄩ帍閲�13801722735', NULL, NULL, NULL, '2013-09-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鐜涜緵鐢靛瓙鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔� 鍏夌洏 鐢垫簮绾挎帰澶�*2 鏁版嵁绾緿S1ZA153000727'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830607847425, NULL, NULL, 'GPC2013F006', '鍗婅嚜鍔ㄥ爢楂樻満', 'BT00758', '涓婃捣缃楀�嶆嫇宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2013-08-31', '1', '鐢熶骇鎶�鏈儴', NULL, NULL, '021-57703699', NULL, NULL, NULL, '2013-09-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣缃楀�嶆嫇宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '浣跨敤璇存槑涔�1浠� 鍏呯數鐢垫簮1涓紙2023.02.21璧勬潗杞敓鎶�锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830616236033, NULL, NULL, 'GPC2013H007', '鍗婅嚜鍔ㄦ崋鍖呮満', 'XT8020锛堜笢鑾烇級', '鏃敯鍖呰鏈烘鏈夐檺鍏徃', NULL, NULL, '2013-09-02', '1', '鏂拌溅闂�2妤间粨搴�', NULL, NULL, '021-66112777', NULL, NULL, NULL, '2013-09-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '鏃敯鍖呰鏈烘鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '浣跨敤璇存槑涔�1浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830624624641, NULL, NULL, 'GPE2013H008(1-14)', '涓瀷璐ф灦', '涓�鎷栦竴鍨�14缁勫洓灞傜┖200KG浠ヤ笂', '涓婃捣閽㈠痉浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2013-08-22', '1', '鏂拌溅闂�2妤间粨搴�', NULL, NULL, '021-22819389', NULL, NULL, NULL, '2013-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣閽㈠痉浠撳偍璁惧鏈夐檺鍏徃', '涓�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830637207553, NULL, NULL, 'GPE2013H009(1-19)', '涓瀷璐ф灦', '涓�鎷栦簩鍨�19缁勫洓灞傜┖200KG浠ヤ笂', '涓婃捣閽㈠痉浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2013-08-22', '1', '鏂拌溅闂�2妤间粨搴�', NULL, NULL, '021-22819389', NULL, NULL, NULL, '2013-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣閽㈠痉浠撳偍璁惧鏈夐檺鍏徃', '涓�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830641401858, NULL, NULL, 'GPE2013H010(1-7)', '涓瀷璐ф灦', '涓�鎷栦笁鍨�7缁勫洓灞傜┖200KG浠ヤ笂', '涓婃捣閽㈠痉浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2013-08-22', '1', '鏂拌溅闂�2妤间粨搴�', NULL, NULL, '021-22819389', NULL, NULL, NULL, '2013-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣閽㈠痉浠撳偍璁惧鏈夐檺鍏徃', '涓�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830649790465, NULL, NULL, 'GPE2013H011(1-14)', '杞诲瀷璐ф灦', '浜斿眰绌�100KG浠ヤ笂', '涓婃捣閽㈠痉浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2013-08-22', '1', '鏂拌溅闂�2妤间粨搴�', NULL, NULL, '021-22819389', NULL, NULL, NULL, '2013-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣閽㈠痉浠撳偍璁惧鏈夐檺鍏徃', '涓�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830658179074, NULL, NULL, 'GPC2013H012', '锠曞姩寮忕偣鑳舵満', 'TP-50锠曞姩寮忕偣鑳舵満', '娣卞湷甯傝吘鐩涘伐涓氳澶囨湁闄愬叕鍙�', NULL, NULL, '2013-08-08', '1', '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2013-10-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '娣卞湷甯傝吘鐩涘伐涓氳澶囨湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '2024.05.13杞Щ瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830670761986, NULL, NULL, 'GPC2013H013', '锠曞姩寮忕偣鑳舵満', 'TP-50锠曞姩寮忕偣鑳舵満', '娣卞湷甯傝吘鐩涘伐涓氳澶囨湁闄愬叕鍙�', NULL, NULL, '2013-08-08', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2013-10-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '娣卞湷甯傝吘鐩涘伐涓氳澶囨湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '鎿嶄綔璇存槑涔�1浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830679150594, NULL, NULL, 'GPC2013H014', '闄ゆ箍鏈�', '甯稿窞宸濆矝DH-890C', '涓婃捣鐨栧畞绮惧瘑绉戝浠櫒鏈夐檺鍏徃', NULL, NULL, '2013-08-27', '1', '鏂拌溅闂�2妤间粨搴�', NULL, NULL, NULL, NULL, NULL, NULL, '2013-10-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鐨栧畞绮惧瘑绉戝浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '鎿嶄綔璇存槑涔�1浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830683344897, NULL, NULL, 'GPC2013H015', '闄ゆ箍鏈�', '甯稿窞宸濆矝DH-890C', '涓婃捣鐨栧畞绮惧瘑绉戝浠櫒鏈夐檺鍏徃', NULL, NULL, '2013-08-27', '1', '鏂拌溅闂�2妤间粨搴�', NULL, NULL, NULL, NULL, NULL, NULL, '2013-10-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鐨栧畞绮惧瘑绉戝浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '鎿嶄綔璇存槑涔�1浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830700122114, NULL, NULL, 'GPC2013H016', '闄ゆ箍鏈�', '甯稿窞宸濆矝DH-890C', '涓婃捣鐨栧畞绮惧瘑绉戝浠櫒鏈夐檺鍏徃', NULL, NULL, '2013-08-27', '1', '鏂拌溅闂�2妤间粨搴�', NULL, NULL, NULL, NULL, NULL, NULL, '2013-10-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鐨栧畞绮惧瘑绉戝浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '鎿嶄綔璇存槑涔�1浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830712705025, NULL, NULL, 'GPC2013G017', '澶氬姛鑳芥満搴�', '瑗块┈鐗筂2-550', '涓婃捣瀵屾矝妫數瀛愬晢鍔℃湁闄愬叕鍙�', NULL, NULL, '2013-09-23', '1', '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2013-11-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣瀵屾矝妫數瀛愬晢鍔℃湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '鎿嶄綔璇存槑涔�1浠藉伐鍏峰唴鍏5涓紑鍙f壋鎵�4涓浐瀹氶《閽�2涓嬀鎵虫墜1涓簿瀵嗗钩鍙i挸1涓�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830716899330, NULL, NULL, 'GPE2013G018(1-8)', 'EMC瀹為獙瀹ゅ叏鏈ㄥ伐浣滃彴', '1000*900*800鍥涘彴1700*900*800涓ゅ彴1500*400*800涓ゅ彴600*600涓�鍙�', '涓婃捣婊″畯瀹跺叿鍘�', NULL, NULL, '2013-08-02', '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2013-09-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣婊″畯瀹跺叿鍘�', '涓�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830725287938, NULL, NULL, 'GPA2013E019', '楂樹綆娓╀氦鍙樿瘯楠岀', 'LGDJ-060CF3', '涓婃捣钃濊惫璇曢獙璁惧鏈夐檺鍏徃', NULL, NULL, '2013-08-27', '', '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-01-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣钃濊惫璇曢獙璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '2023.12.21杞爺鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830737870850, NULL, NULL, 'GPA2013E020', '楂樹綆娓╀氦鍙樿瘯楠岀', 'LGDJ-060CF3', '涓婃捣钃濊惫璇曢獙璁惧鏈夐檺鍏徃', NULL, NULL, '2013-08-27', '', '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-01-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣钃濊惫璇曢獙璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830746259457, NULL, NULL, 'GPC2013D021', '鍏ㄨ嚜鍔ㄩ挗缃戞竻娲楁満', 'K-1800', '娣卞湷鍑皵杩厜鐢电鎶�鏈夐檺鍏徃', NULL, NULL, '2013-07-08', '1', 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2013-12-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '娣卞湷鍑皵杩厜鐢电鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '鎿嶄綔璇存槑涔�1浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830758842369, NULL, NULL, 'GPE2013F022(1-2)', '瀹為獙瀹や腑澶伐浣滃彴', '3750*1500*850', '涓婃捣鍏㈢編瀹為獙瀹よ澶囨湁闄愬叕鍙�', NULL, NULL, '2013-09-29', '', '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2013-10-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍏㈢編瀹為獙瀹よ澶囨湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830767230977, NULL, NULL, 'GPE2013H023(1-12)', '瀹為獙瀹や腑澶伐浣滃彴 瀹為獙鍑�', '鍦嗙毊鍑冲瓙', '涓婃捣鍏㈢編瀹為獙瀹よ澶囨湁闄愬叕鍙�', NULL, NULL, '2013-09-29', '', '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2013-10-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍏㈢編瀹為獙瀹よ澶囨湁闄愬叕鍙�', '涓�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830779813890, NULL, NULL, 'GPC2014H014', '绌烘皵鍑�鍖栧櫒', 'KJT1352A', '浜氶兘', NULL, NULL, NULL, NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830788202497, NULL, NULL, 'GPA2014F001', '绀烘尝鍣�', 'RIGOL DS4014锛堝ぇ鍥涢�氶亾锛�', '涓婃捣鐜涜緵鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2013-12-19', '', '鐮斿彂涓績', NULL, NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃021-65026817鏉ㄩ帍閲�13801722735', NULL, NULL, NULL, '2014-01-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鐜涜緵鐢靛瓙鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔� 鍏夌洏 鐢垫簮绾挎帰澶�*2 鏁版嵁绾緿S4A153000499锛�2024.11.28鏁呴殰鍋滅敤杞澶囩鐞嗭紝棰勮浆瀹夊窘浣跨敤锛屽師缂栧彿GPA2012F131'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830800785410, NULL, NULL, 'GPA2014H015', '鑰愮數鍘嬫祴璇曚华', 'WB2670A', '鏉窞濞佸崥娴嬮噺鎺у埗鎶�鏈爺绌堕櫌', NULL, NULL, NULL, NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, '0.1-0.6Mpa 0.05绾�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830809174018, NULL, NULL, 'GPA2014A001', '鏅鸿兘闆峰嚮娴秾鍙戠敓鍣�', 'EMS61000-5A锛�1.2/50碌s锛�', '鏉窞,杩滄柟', NULL, NULL, '2013-08-02', '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2013-09-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830817562626, NULL, NULL, 'GPA2014G001', '銆�浜ゆ祦鍙橀绋冲帇鐢垫簮', 'GK10030', '鏉窞,杩滄柟', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830825951233, NULL, NULL, 'GPA2014F001-1', '楂樺帇鑴夊啿瀹為獙浠�', 'EMS255', '鏉窞,杩滄柟', NULL, NULL, NULL, '3', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830838534145, NULL, NULL, 'GPA2014E001', '宸ラ纾佸満鍙戠敓鍣�', 'EMS61000-8K-500', '鏉窞,杩滄柟', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830846922753, NULL, NULL, 'GPA2014E002', '鍛ㄦ尝璺岃惤鍙戠敓鍣�', 'EMS61000-11K', '鏉窞,杩滄柟', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830851117058, NULL, NULL, 'GPA2014E003', '楂樺彲闈犱氦娴佸彉棰戠ǔ鍘嬬數婧�', 'GK10150', '鏉窞,杩滄柟', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830859505666, NULL, NULL, 'GPA2014A002', 'GTEM瀹�', '500', '寰峰浗锛孎rankonia', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830872088577, NULL, NULL, 'GPA2014D001', '淇″彿婧�', 'PMM3010', '鎰忓ぇ鍒╋紝PMM', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '绯荤粺2018骞村崌绾ц鍖椾含淇℃祴鏀跺洖锛岃鏇挎崲璐拱3030-01淇″彿婧�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830884671490, NULL, NULL, 'GPG2014E004', '浼犲鎶楁壈搴︿竴浣撴満', 'CDG 6000-75', '寰峰浗锛孲CHLODER', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830893060098, NULL, NULL, 'GPA2014D002', '鍔熺巼鏀惧ぇ鍣�', 'Ophir5124', '缇庡浗锛孫phir', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830901448705, NULL, NULL, 'GPA2014E004', '瀹氬悜鑰﹀悎鍣�', 'PMM1', '鎰忓ぇ鍒╋紝PMM', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830914031617, NULL, NULL, 'GPA2014D003', '鍔熺巼璁�', 'PMM6630', '鎰忓ぇ鍒╋紝PMM', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830922420226, NULL, NULL, 'GPA2014D004', '鍔熺巼璁�', 'PMM6630', '鎰忓ぇ鍒╋紝PMM', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830930808834, NULL, NULL, 'GPA2014D005', '鍦哄己鎺㈠ご', 'EP601', '鎰忓ぇ鍒╋紝PMM', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830943391745, NULL, NULL, 'GPA2014H001', '琛板噺鍣�', '6dB', '寰峰浗锛孲CHLODER', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830955974657, NULL, NULL, 'GPA2014F001-2', '鑰﹀悎鍘昏�︾綉缁�', 'M2-M3', '寰峰浗锛孲CHLODER', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830964363266, NULL, NULL, 'GPA2014G002', '灏勯绾跨紗', 'Times锛圗MS锛�', '缇庡浗锛孴imes', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830972751874, NULL, NULL, 'GPA2014D006', '鐢电閽�', 'EMCL', '寰峰浗锛孲CHLODER', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830981140482, NULL, NULL, 'GPA2014F002', 'CCTV', 'Panasonic WV-CP480', '鏃ユ湰锛屾澗涓�', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830989529090, NULL, NULL, 'GPG2014E001', 'EMS鎶楁壈搴︽祴璇曡蒋浠�', 'IS', '鎰忓ぇ鍒╋紝xutec', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217830997917697, NULL, NULL, 'GPG2014E002', 'EMI鎶楁壈搴︽祴璇曡蒋浠�', 'ES', '鎰忓ぇ鍒╋紝xutec', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831006306306, NULL, NULL, 'GPG2014E003', '19瀵告満鏌�', '/', '/', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '/', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831018889218, NULL, NULL, 'GPA2013D024', '楂樺垎杈ㄧ巼鎽勫儚鏈�', 'OP VCS ASSY 27MM', 'JUKI', NULL, NULL, NULL, '1', 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '鑻忓窞娌冪憺鐗圭數瀛愮鎶�鏈夐檺鍏徃', '濂�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831027277826, NULL, NULL, 'GPE2014G026(1-2)', '闈炴爣妯″叿璐ф灦', 'W3064*D600*H2200 3鏍�4灞�', '涓婃捣璇哄簱鐗╂祦璁惧鏈夐檺鍏徃', NULL, NULL, '2013-11-29', '1', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2014-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣璇哄簱鐗╂祦璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831039860738, NULL, NULL, 'GPC2013C027', '绔嬪紡娉ㄥ鏈�', 'AT-550S(鍗曟粦鏉�)', '鏉窞鐖辩鏈烘鏈夐檺鍏徃', '20', NULL, '2014-01-06', '1', '鍒堕�犺', NULL, NULL, '18621879811鍚村缓浼�', NULL, NULL, NULL, '2014-01-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '鏉窞鐖辩鏈烘鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�1浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831048249346, NULL, NULL, 'GPC2013H028', '骞茬嚗鏈�', 'WSDJ-25', '涓婃捣鏂囩濉戞枡鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2014-01-06', '1', '鍒堕�犺', NULL, NULL, '021-69590683', NULL, NULL, NULL, '2014-01-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鏂囩濉戞枡鏈烘鍒堕�犳湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '骞茬嚗鏈�2000+鑴氭灦600 璇存槑涔�1浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831060832258, NULL, NULL, 'GPC2013H029', '鍚告枡鏈�', 'WSAL-700G', '涓婃捣鏂囩濉戞枡鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2014-01-06', '1', '鍒堕�犺', NULL, NULL, '021-69590683', NULL, NULL, NULL, '2014-01-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鏂囩濉戞枡鏈烘鍒堕�犳湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '鍚告枡鏈�2500+鍚告枡鏈虹洅240璇存槑涔�1浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831069220865, NULL, NULL, 'GPC2013F030', '椋庡喎寮忓喎姘存満', 'WSIA-4-P', '涓婃捣鏂囩濉戞枡鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2014-01-06', '1', '鍒堕�犺', NULL, NULL, '021-69590683', NULL, NULL, NULL, '2014-01-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鏂囩濉戞枡鏈烘鍒堕�犳湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '2023.01.10杞Щ鍒板畨寰藉叞瀹濄�備簬2024.07.05鍙堣浆绉诲埌涓婃捣'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831077609473, NULL, NULL, 'GPC2013G031', '娌瑰紡妯℃俯鏈�', 'WSTO-6-200潞C', '涓婃捣鏂囩濉戞枡鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2014-01-06', '1', '瀹夊窘鍏板疂', NULL, NULL, '021-69590683', NULL, NULL, NULL, '2014-01-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鏂囩濉戞枡鏈烘鍒堕�犳湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '2023.01.10杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831090192386, NULL, NULL, 'GPC2014H002(1-2)', '鐢电剨鏈�', 'WS-315D', '浣涘北甯傞『寰峰尯闆勫痉涓氱剨鎺ヨ澶囨湁闄愬叕鍙�', NULL, NULL, '2014-02-01', '', '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-02-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '浣涘北甯傞『寰峰尯闆勫痉涓氱剨鎺ヨ澶囨湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831098580994, NULL, NULL, 'GPE2014H003(1-8)', '鍙屽紑闂ㄥ伐鍏疯溅', 'LA111806', '涓婃捣閼槑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2014-02-01', '1', '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-02-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣閼槑瀹炰笟鏈夐檺鍏徃', '涓�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831111163906, NULL, NULL, 'GPG2014H004', '娑插帇杞�', '濂ユ触 NP15-510', '涓婃捣绂瑰哀鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, '2014-03-01', NULL, '鏂拌溅闂�2妤间粨搴�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绂瑰哀鏈虹數绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831119552513, NULL, NULL, 'GPG2007H032', '寰瀷鎵嬪姩鍐插簥', '鏂囦笢 1.5T', '鏂囦笢', NULL, NULL, NULL, NULL, '缁勮皟鍥涚嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831127941121, NULL, NULL, 'GPA2011H152', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831140524034, NULL, NULL, 'GPA2012H085', '浜ゆ祦璋冨帇鍙�', '/', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁勮皟浜岀嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831153106945, NULL, NULL, 'GPA2006G033', 'DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003E', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '鍚庤溅闂�3妤兼斁缃尯2016.03.05'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831161495554, NULL, NULL, 'GPG2013H001', '澶氬姛鑳藉鏂欒杽鑶滃嵃瀛楋紙鍗板瓧锛夊皝鍙f満', 'FR-900', '涓婃捣鐢宠秺鍖呰鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831174078466, NULL, NULL, 'GPA2010G108', '鑰愬帇鍔涙祴璇曚华', 'DBD018', '/', NULL, NULL, NULL, NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831182467073, NULL, NULL, 'GPA2010G109', '寮虹鍦哄彂鐢熶华', '/', '/', NULL, NULL, NULL, NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831190855682, NULL, NULL, 'GPA2013H013', '鐢佃剳鍔犻�熻�佺粌璇曢獙鏈�', 'DJ3000', NULL, NULL, NULL, NULL, NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831203438594, NULL, NULL, 'GPE1998E005', '鎻掍欢绾垮伐浣滃彴', '8m', '娓╁箔甯傜爺鍗庤嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831211827202, NULL, NULL, 'GPA2008G077', 'DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003E', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2008-08-01', NULL, '缁翠慨绾�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831224410114, NULL, NULL, 'GPA2011H166', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003G', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2011-10-08', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831236993026, NULL, NULL, 'GPC1998H047', '鍙板紡閽诲簥', 'Z4112', '/', NULL, NULL, NULL, NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831245381634, NULL, NULL, 'GPC1995H008', '鍙板紡閽诲簥', 'Z406', '/', NULL, NULL, NULL, NULL, '娓呮礂闂�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831253770242, NULL, NULL, 'GPC2011E082', '鍙板紡寰瀷鍐插簥', 'JOH075', '鍙板窞閲戦紟鐢靛姩宸ュ叿鍒堕�犳湁闄愬叕鍏徃', NULL, NULL, NULL, NULL, '娓呮礂闂�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831266353153, NULL, NULL, 'GPC2009C001', '閽婚摚搴�', 'XZS 4020', '榛勫北鍙伴捇鏈夐檺鍏徃', NULL, NULL, NULL, '1', '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831274741761, NULL, NULL, 'GPC2014H004', '鑷姩濂椾笣鏈�', '71T-R2', '鏉窞瀹佽揪濂椾笣鏈哄巶', NULL, NULL, NULL, NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831287324674, NULL, NULL, 'GPC2014H005', '绛夌瀛愬垏鍓叉満', 'LCK-60', '涓婃捣閫氱敤鐢电剨鏈�', NULL, NULL, NULL, NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831299907585, NULL, NULL, 'GPC2010D057', '鑷姩妫掓潗閫佹枡鏈�', '/', '涓剰鏈烘', NULL, NULL, NULL, NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831308296193, NULL, NULL, 'GPC2004H012', '浠〃杞﹀簥', 'C0625/1', '鏉窞绁炴満鏈哄簥鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831320879105, NULL, NULL, 'GPC2006H009', '浠〃杞﹀簥', 'CJ0645', '瀹佹尝鍖椾粦鑰�鍙戞満姊�', NULL, NULL, NULL, NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831333462018, NULL, NULL, 'GPC2011H008', '浠〃杞﹀簥', 'C0625/1', '鏉窞绁炴満鏈哄簥鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831341850626, NULL, NULL, 'GPC2011H009', '浠〃杞﹀簥', 'C0625/1', '鏉窞绁炴満鏈哄簥鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831354433537, NULL, NULL, 'GPC2011H010', '浠〃杞﹀簥', 'C0625/1', '鏉窞绁炴満鏈哄簥鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831367016450, NULL, NULL, 'GPC2011H011', '浠〃杞﹀簥', '6025C', '瀹佹尝鍖椾粦鑰�鍙戞満姊�', NULL, NULL, NULL, NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831379599362, NULL, NULL, 'GPC2011H012', '浠〃杞﹀簥', '6025C', '瀹佹尝鍖椾粦鑰�鍙戞満姊�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '鍘熶笂娴烽噾宸ラ棿浣跨敤锛�2024.11.07杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831392182273, NULL, NULL, 'GPC2011H013', '浠〃杞﹀簥', '6025C', '瀹佹尝鍖椾粦鑰�鍙戞満姊�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '鍘熶笂娴烽噾宸ラ棿浣跨敤锛�2024.11.07杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831417348098, NULL, NULL, 'GPC2011H014', '浠〃杞﹀簥', 'CJ0645', '瀹佹尝鍖椾粦鑰�鍙戞満姊�', NULL, NULL, NULL, NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831438319618, NULL, NULL, 'GPC2013H022', '鍙板紡鏀婚捇涓ょ敤鏈�', 'Z34112', '鏉窞鍙岄緳鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831450902529, NULL, NULL, 'GPC2012G096', '鍐峰喕寮忓共鐕ユ満', 'HY-50HF', '涓婃捣闊╁博鍑�鍖�', NULL, NULL, NULL, '1', '绌哄帇鏈烘埧', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831467679746, NULL, NULL, 'GPC2012G095', '鍌ㄦ皵缃�', '2/1.0', '涓婃捣鐢虫睙鍘嬪姏瀹瑰櫒鏈夐檺鍏徃', NULL, NULL, NULL, '1', '绌哄帇鏈烘埧', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831476068354, NULL, NULL, 'GPG2014H005', '鎵嬪姩娑插帇杞�', '榫欏伐2500kg', '榫欏伐鍙夎溅', NULL, NULL, NULL, NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831488651266, NULL, NULL, 'GPF2012H084', '鍔犳箍鏈�', 'XH-M2500', '娲讳粫', NULL, NULL, NULL, NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831501234178, NULL, NULL, 'GPC2008H016', '鍙伴捇', 'ZHX-13', NULL, NULL, NULL, NULL, NULL, '鏈煡', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831509622785, NULL, NULL, 'GPA2014C001', '鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠�', 'YL-001A', NULL, NULL, NULL, '2014-04-09', '4', '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2014-04-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '绔欑珛寮忔搷浣滃甫鑴氳疆锛�2021.12鏈堟惉鑷冲畨寰藉伐鍘傦紝2022.11.11鎼澶囧啀娆″嚭鐜版缂栧彿锛屽凡鎼埌瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831522205698, NULL, NULL, 'GPA2014C002', '鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠�', 'YL-001A', NULL, NULL, NULL, '2014-04-09', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2014-04-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '绔欑珛寮忔搷浣滐紝甯﹁剼杞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831538982914, NULL, NULL, 'GPA2014C003', '鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠�', 'YL-001A', NULL, NULL, NULL, '2014-04-09', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2014-04-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '绔欑珛寮忔搷浣滐紝甯﹁剼杞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831551565826, NULL, NULL, 'GPA2014C004', '鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠�', 'YL-001A', NULL, NULL, NULL, '2014-04-09', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2014-04-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '绔欑珛寮忔搷浣滐紝甯﹁剼杞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831564148737, NULL, NULL, 'GPA2014C005', '鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠�', 'YL-001A', NULL, NULL, NULL, '2014-04-09', '1', '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2014-04-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '绔欑珛寮忔搷浣滃甫鑴氳疆锛�2021.12鏈堟惉鑷冲畨寰藉伐鍘傦紝2022.11.11鎼澶囧啀娆″嚭鐜版缂栧彿锛屽凡鎼埌瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831572537346, NULL, NULL, 'GPA2014C006', '鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠�', 'YL-001A', NULL, NULL, NULL, '2014-04-09', '1', '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2014-04-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '绔欑珛寮忔搷浣滐紝甯﹁剼杞紝2021.12鏈堟惉鑷冲畨寰藉伐鍘傦紝2022.11.11鎼澶囧啀娆″嚭鐜版缂栧彿锛屽凡鎼埌瀹夊窘锛�2024.10.14鎼縼鏃跺�欙紝鍙堝嚭鐜颁笂娴凤紝鍐嶆杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831585120257, NULL, NULL, 'GPA2014C007', '鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠�', 'YL-001A', NULL, NULL, NULL, '2014-04-09', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2014-04-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '绔欑珛寮忔搷浣滐紝甯﹁剼杞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831597703169, NULL, NULL, 'GPA2014C008', '鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠�', 'YL-001A', NULL, NULL, NULL, '2014-04-09', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2014-04-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '绔欑珛寮忔搷浣滐紝甯﹁剼杞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831610286082, NULL, NULL, 'GPA2014C009', '鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠�', 'YL-001A', NULL, NULL, NULL, '2014-04-09', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2014-04-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831622868993, NULL, NULL, 'GPA2014C016', '鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠�', 'YL-001A', NULL, NULL, NULL, '2014-04-09', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2014-04-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831631257602, NULL, NULL, 'GPA2014E008', '浜屾鍏冨奖鍍忔祴閲忎华', 'HA-IMI-2010', '閼噯绮惧瘑娴嬮噺锛堜华鍣級涓婃捣鏈夐檺鍏徃', NULL, NULL, '2014-02-21', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '閼噯绮惧瘑娴嬮噺锛堜华鍣級涓婃捣鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831643840514, NULL, NULL, 'GPA2014E005', '鏅鸿兘鍨嬮潤鐢靛彂鐢熷櫒', 'EMS61000-2A', '鏉窞杩滄柟', NULL, NULL, '2013-12-31', '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2014-04-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璁惧鑰佸寲杩斾慨2娆℃棤鏋滐紝寰呮姤搴燂紝鎶ュ簾娴佺▼宸茶蛋'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831656423425, NULL, NULL, 'GPA2014E006', '鏅鸿兘鍨嬬兢鑴夊啿鍙戠敓鍣�', 'EMS61000-4B', '鏉窞杩滄柟', NULL, NULL, NULL, NULL, 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璁惧鑰佸寲鎶ュ簾锛屽簾鏃ц澶囧湪鐮斿彂淇濆瓨锛�2024.11宸茶蛋娴佺▼'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831664812033, NULL, NULL, 'GPA2014H002', '缇よ剦鍐茬數瀹硅�﹀悎澶�', 'EFTC-2', '鏉窞杩滄柟', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831677394945, NULL, NULL, 'GPG2014H001', '缇よ剦鍐茶瘯楠岀幆澧�', '/', '鏉窞杩滄柟', NULL, NULL, NULL, '1', 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831689977857, NULL, NULL, 'GPC2014H024', '閽㈡潗鏈�', 'SCG3-355', '闆烽】', NULL, NULL, NULL, NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831702560770, NULL, NULL, 'GPA2014H003', '姘皵鍒嗘瀽浠�', 'WT140/NH3', '涓婃捣鍜忛┛浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, '2014-04-28', '1', '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-05-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍜忛┛浠櫒浠〃鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831715143681, NULL, NULL, 'GPA2014G003', 'TVOC妫�娴嬩华', 'SNQ000.0-1000PPM', '涓婃捣瀵岀灮鐜繚绉戞妧鏈夐檺鍏徃', NULL, NULL, '2014-05-04', '1', '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-05-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣瀵岀灮鐜繚绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831723532289, NULL, NULL, 'GPA2014G004', '娲诲寮忓帇鍔涜', 'XDJB-60T', '瑗垮畨瑗垮痉浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, '2013-12-24', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-05-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '瑗垮畨瑗垮痉浠櫒浠〃鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831736115202, NULL, NULL, 'GPA2006H184', '鑰愮數鍘嬫祴璇曚华', 'WB2670A', '鏉窞濞佸崥娴嬮噺鎺у埗鎶�鏈爺绌堕櫌', NULL, NULL, NULL, NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831748698114, NULL, NULL, 'GPA2006H185', '鑰愮數鍘嬫祴璇曚华', 'WB2670A', '鏉窞濞佸崥娴嬮噺鎺у埗鎶�鏈爺绌堕櫌', NULL, NULL, NULL, NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831757086721, NULL, NULL, 'GPA2006H186', '鑰愮數鍘嬫祴璇曚华', 'WB2670A', '鏉窞濞佸崥娴嬮噺鎺у埗鎶�鏈爺绌堕櫌', NULL, NULL, NULL, NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831769669633, NULL, NULL, 'GPC1999H057', '绌哄帇鏈�', 'PUMA', NULL, NULL, NULL, NULL, '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831778058242, NULL, NULL, 'GPA2014H004', '鏁版樉鐩存祦鐢垫簮', 'GPS-3030D', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2014-05-01', NULL, '缁勮皟浜岀嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831790641153, NULL, NULL, 'GPA2011H058', '鏁版樉鐩存祦鐢垫簮', 'GPS-3030DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁勮皟涓夌嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831799029762, NULL, NULL, 'GPA2014H018', '閭垫皬D纭害璁�', 'TH210', '鍖椾含鏃朵唬娣樺疂绉戞妧鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2014-04-23', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '鍖椾含鏃朵唬娣樺疂绉戞妧鍙戝睍鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831807418370, NULL, NULL, 'GPA2014H005', '鏁版樉鐩存祦鐢垫簮', 'GPS-3030D', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2014-05-01', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831815806978, NULL, NULL, 'GPE2014H024', '瓒呭噣宸ヤ綔鍙�', 'JB-CJ-2FD', '鑻忓窞浣冲疂鍑�鍖栧伐绋嬭澶囨湁闄愬叕鍙�', NULL, NULL, '2014-05-21', '4', '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-06-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '鑻忓窞浣冲疂鍑�鍖栧伐绋嬭澶囨湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '2024.11.28鐮斿彂闂茬疆锛屽凡璧拌皟鎷ㄥ崟锛屾斁鍦ㄩ噾宸ラ棿闂茬疆璁惧鍖哄煙'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831832584193, NULL, NULL, 'GPA2014G005', '椋庨�熶华', '6036-BC', '涓婃捣娴崕妫�娴嬩华鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2014-06-09', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-06-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣娴崕妫�娴嬩华鍣ㄦ湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831840972802, NULL, NULL, 'GPC2014F001', '鐢佃剳鍓ョ嚎鏈�', 'HRG-2803-4', '鏄嗗北瀹忔棩閽㈣嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2014-06-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '宸ュ叿銆佽鏄庝功'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831853555713, NULL, NULL, 'GPC2014G001', '鐪熺┖鍖呰鏈�', 'VS-600', '涓婃捣鏃敯鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2014-06-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, '楂樻俯甯冿紝鍔犵儹鏉★紝璧峰瓙銆佽鏄庝功'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831866138626, NULL, NULL, 'GPC2014E001', '鐢佃剳鍓ョ嚎鏈�', 'ZDBX-6', '鍢夊叴鍚涙潈鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2014-06-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '鍢夊叴鍚涙潈鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831878721537, NULL, NULL, 'GPA2014H019', '鏁版樉鎵姏璧峰瓙', 'SH-DMSD50', '涓婃捣甯濆皵鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2014-06-11', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-06-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣甯濆皵鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831887110146, NULL, NULL, 'GPA2014H006', '鏁版樉鐩存祦鐢垫簮', 'GPS-3030D', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2014-07-01', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831899693058, NULL, NULL, 'GPC2014H025', '鑳跺甫鍒囧壊鏈�', 'ZCUT-870锛堣繘鍙o級', '闊╁浗杩涘彛', NULL, NULL, '2014-06-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2014-07-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鏈杽鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831908081665, NULL, NULL, 'GPC2014C001', '绔嬪紡鍗囬檷鍙伴摚搴�', 'X5042', '鐨栧崡鏈哄簥鍘�', NULL, NULL, '2014-07-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2014-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鑳℃鼎鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '闅忔満閰嶄欢锛岃鏄庝功'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831920664578, NULL, NULL, 'GPC2014E002', '鏅�氳溅搴�', 'CA6140B/A', '娌堥槼绗竴鏈哄簥鍘�', NULL, NULL, '2014-07-01', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2014-08-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鏃繁鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '2023.06.28杞埌瀹夊窘鍏板疂鐜繚'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831933247490, NULL, NULL, 'GPA2014H007', '鏍囩鏈�', 'PT-18RZ', '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2014-03-20', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-08-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831941636097, NULL, NULL, 'GPA2014H010', '姘ㄦ皵妫�娴嬩华', 'GT901-NH3', '娣卞湷甯傜灏旇鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2014-08-06', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-08-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣浣曚害浠櫒浠〃鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831954219010, NULL, NULL, 'GPA2014G006', '娉靛惛寮忚嚟姘ф娴嬫姤璀︿华', 'GT901-03', '娣卞湷甯傜灏旇鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2014-08-06', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-08-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣浣曚害浠櫒浠〃鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831970996226, NULL, NULL, 'GPA2014H011', '娉靛惛寮忕敳閱涙娴嬩华', 'GT901-CH20', '娣卞湷甯傜灏旇鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2014-08-06', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-08-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣浣曚害浠櫒浠〃鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831983579137, NULL, NULL, 'GPC2014H023', '鐢电剨鏈�', 'BX6-160', '鍑皵杈剧數鐒婃満', NULL, NULL, NULL, NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217831996162050, NULL, NULL, 'GPA2014F003', '鐢电娴侀噺璁�', '10W25-UFGA1AA0A5AA', '鎭╁痉鏂豹鏂痉鍥藉叕鍙�', NULL, NULL, '2014-06-11', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-08-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鎭╁痉鏂豹鏂嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832008744961, NULL, NULL, 'GPA2014D007', '楂樹綆娓╀氦鍙樺疄楠岀', 'LGDJ-450B', '涓婃捣钃濊惫瀹為獙璁惧鏈夐檺鍏徃', '9', NULL, '2014-07-28', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2014-08-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣璞¢敠鍥介檯璐告槗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832021327873, NULL, NULL, 'GPA2014D008', '楂樹綆娓╀氦鍙樿瘯楠岀', 'LGDJ-060CF3', '涓婃捣钃濊惫瀹為獙璁惧鏈夐檺鍏徃', '9', NULL, '2014-07-28', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2014-08-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣璞¢敠鍥介檯璐告槗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832029716482, NULL, NULL, 'GPC2014H026', '鍒囩鏈�', 'YS-120', '娣卞湷婧愬皻鑷姩鍖栨妧鏈湁闄愬叕鍙�', NULL, NULL, '2014-08-10', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2014-08-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '娣卞湷婧愬皻鑷姩鍖栨妧鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832042299393, NULL, NULL, 'GPC2014C002', '绌哄績绾垮湀缁曠嚎鏈�', 'BXC06', '娴欐睙鐢颁腑绮炬満鑲′唤鏈夐檺鍏徃', NULL, NULL, '2014-08-15', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2014-08-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '娴欐睙鐢颁腑绮炬満鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璇存槑涔︼紝宸ュ叿绠辩瓑'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832054882306, NULL, NULL, 'GPC2014G002', '娌圭泤绉诲嵃鏈�', 'SPC-814E', '涓婃捣鐩堟櫀鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2014-08-12', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2014-09-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鐩堟櫀鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '2024.05.13杞Щ瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832067465218, NULL, NULL, 'GPA2014H020', '鐢靛瓙寮犲姏娴嬭瘯浠�', 'Y2301', '甯稿窞甯傜涓�绾虹粐璁惧鏈夐檺鍏徃', NULL, NULL, '2014-08-22', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-09-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '甯稿窞甯傜涓�绾虹粐璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832080048129, NULL, NULL, 'GPA2014F004', '鍚屽績鍚岃酱搴︿华', 'K1-10', '涓婃捣婊曟槑宸ヨ锤鏈夐檺鍏徃', NULL, NULL, '2014-08-18', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-09-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '缇庡浗鐜悆Universal', '鍙�', NULL, NULL, NULL, '琛�2鍙紝璇存槑涔︿竴浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832088436737, NULL, NULL, 'GPE2014H001', '閾濆瀷鏉愬伐浣滃彴', '218cm*60cm*70cm', '涓婃捣闂藉潥閾濅笟鏈夐檺鍏徃', NULL, NULL, '2014-08-13', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2014-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣闂藉潥閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832096825346, NULL, NULL, 'GPE2014H002', '閾濆瀷鏉愬伐浣滃彴', '218cm*60cm*70cm', '涓婃捣闂藉潥閾濅笟鏈夐檺鍏徃', NULL, NULL, '2014-08-13', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2014-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣闂藉潥閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832109408257, NULL, NULL, 'GPE2014H004', '閾濆瀷鏉愬伐浣滃彴', '180cm*60cm*70cm', '涓婃捣闂藉潥閾濅笟鏈夐檺鍏徃', NULL, NULL, '2014-08-13', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2014-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣闂藉潥閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832121991170, NULL, NULL, 'GPA2014F005', '鎵嬫寔寮忛槻鐖嗘櫤鑳界矇灏樻娴嬩华', 'JC-1000', '闈掑矝绮捐瘹浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, '2014-08-15', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '闈掑矝绮捐瘹浠櫒浠〃鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832134574081, NULL, NULL, 'GPF2014H001', '闄ゆ箍鏈�', 'DH20EB', '鏍煎姏鐢靛櫒', NULL, NULL, '2014-08-10', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-09-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '绌嗗嫆鐢垫皵涓撹惀搴�', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832147156993, NULL, NULL, 'GPA2014H021', '瓒呭0娉㈡竻娲楀櫒', 'SK5200BT', '涓婃捣绉戝瓒呭0浠櫒鏈夐檺鍏徃', NULL, NULL, '2014-08-10', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-09-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绾宠瀹炰笟鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832155545602, NULL, NULL, 'GPA2014H022', '鍘嬪姏琛ㄦ牎楠屽櫒', 'YJY-600A (0-60Mpa)', '涓婃捣鑹浠櫒浠〃閿�鍞湁闄愬叕鍙�', NULL, NULL, '2013-07-01', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2013-06-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鑷姩鍖栦华琛ㄨ偂浠芥湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832168128513, NULL, NULL, 'GPA2014H023', '鍘嬪姏琛ㄦ牎楠屽櫒', 'YJY-600A (0-60Mpa)', '涓婃捣鑹浠櫒浠〃閿�鍞湁闄愬叕鍙�', NULL, NULL, '2014-07-01', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鑷姩鍖栦华琛ㄨ偂浠芥湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832180711426, NULL, NULL, 'GPC2014H001', '榧撻鏁版樉鎭掓俯骞茬嚗绠�', 'DHG-9140A', '涓婅櫈甯傞亾澧熼晣鎭掑垢浠櫒璁惧鍘�', '1kw', NULL, '2014-06-01', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2014-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婅櫈甯傞亾澧熼晣鎭掑垢浠櫒璁惧鍘�', NULL, NULL, NULL, NULL, '鍘熸潗鏂欏簱浣跨敤锛�2023.11.15璧勪骇杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832193294337, NULL, NULL, 'GPC2014H003', '榧撻鏁版樉鎭掓俯骞茬嚗绠�', 'DHG-9140A', '涓婅櫈甯傞亾澧熼晣鎭掑垢浠櫒璁惧鍘�', '1kw', NULL, '2014-06-01', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2014-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婅櫈甯傞亾澧熼晣鎭掑垢浠櫒璁惧鍘�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832205877250, NULL, NULL, 'GPC2014H027', '502鑳剁偣鑳舵満', '410鍨�', '涓婃捣甯濆皵鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2014-09-19', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣甯濆皵鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832218460161, NULL, NULL, 'GPC2014H028', '502鑳剁偣鑳舵満', '410鍨�', '涓婃捣甯濆皵鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2014-09-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣甯濆皵鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '2024.05.13杞Щ瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832231043074, NULL, NULL, 'GPC2014H029', '绮惧瘑鎵嬪姩鐐硅兌鏈�', 'JBE1113', '涓婃捣甯濆皵鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2014-09-19', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣甯濆皵鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832239431681, NULL, NULL, 'GPC2014H030', '绮惧瘑鎵嬪姩鐐硅兌鏈�', 'JBE1113', '涓婃捣甯濆皵鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2014-09-19', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣甯濆皵鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832247820290, NULL, NULL, 'GPE2014F001', '璁惧鍙�', '/', '涓婃捣鐒辩惁瀹為獙璁惧鏈夐檺鍏徃', NULL, NULL, '2014-07-30', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鐒辩惁瀹為獙璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832260403202, NULL, NULL, 'GPE2014H005', '閽㈢摱鏌�', '1000*450*1800mm', '涓婃捣鐒辩惁瀹為獙璁惧鏈夐檺鍏徃', NULL, NULL, '2014-07-30', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鐒辩惁瀹為獙璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832272986114, NULL, NULL, 'GPE2014G001', '閫氶鏌�', '1500*850*2350mm', '涓婃捣鐒辩惁瀹為獙璁惧鏈夐檺鍏徃', NULL, NULL, '2014-07-30', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鐒辩惁瀹為獙璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832281374721, NULL, NULL, 'GPA2014G007', '鍙板紡鍏綅鍗婃暟瀛楃數娴佽〃', '34461A', '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2014-08-06', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832293957633, NULL, NULL, 'GPA2014H024', '鐢靛姩姣斾緥闃�', 'EV-25PCUN16RPF', '姝︽眽鏍艰幈鐗规帶鍒堕榾鏈夐檺鍏徃', NULL, NULL, '2014-05-19', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '姝︽眽鏍艰幈鐗规帶鍒堕榾鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832302346241, NULL, NULL, 'GPE2014H006锛�1-3', '鎺ㄨ溅', '鑷埗锛堟斁鍛ㄨ浆绠憋級', '涓婃捣闂藉潥閾濅笟鏈夐檺鍏徃', NULL, NULL, '2014-08-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣闂藉潥閾濅笟鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832314929153, NULL, NULL, 'GPC2014F002', '鏍囧噯鍨嬪崐鐢靛姩鎺ㄩ珮杞�', 'BTO5309', '涓婃捣缃楀�嶆嫇宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2014-09-30', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣缃楀�嶆嫇宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832327512066, NULL, NULL, 'GPC2014B001', 'CNC鏁版帶閾e簥', 'TE-850', '鍘﹂棬澶ч噾鏈烘鏈夐檺鍏徃', '8', NULL, '2014-08-20', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '鍘﹂棬澶ч噾鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '闅忔満閰嶄欢锛岃鏄庝功'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832335900674, NULL, NULL, 'GPC2014A001', 'CNC绮惧瘑鑷姩杞﹀簥', 'BO325-II', '娲ヤ笂绮惧瘑鏈哄簥锛堟禉姹燂級鏈夐檺鍏徃', NULL, NULL, '2014-09-15', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣涓囧姪鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '闅忔満閰嶄欢锛岃鏄庝功'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832352677889, NULL, NULL, 'GPA2014H025', '鐢靛瓙鍒嗘瀽澶╁钩', 'FA2004', '涓婃捣鎭掑钩绉戝浠櫒鏈夐檺鍏徃', NULL, NULL, '2014-09-13', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-10-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '鍗栦华绉戝浠櫒锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832361066497, NULL, NULL, 'GPC2014E003', '妗岄潰鍨嬬偣鑳舵満', '331鍨�', '涓婃捣鏈杽绉戞妧鏈夐檺鍏徃', NULL, NULL, '2014-09-23', NULL, '缁勮皟鍥涚嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2014-11-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鏈杽绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832373649410, NULL, NULL, 'GPC2014B002', '鍒嗘澘鏈�', 'R-S168CS1', '鍜屾た鑷姩鍖栬澶囷紙涓婃捣锛夋湁闄愬叕鍙�', NULL, NULL, '2014-08-11', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2014-11-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '鑻忓窞鏄嗗垱鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔︼紝闅忔満宸ュ叿锛屾不鍏蜂竴濂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832386232322, NULL, NULL, 'GPA2014H026', 'PH 璁�', 'STARTER2100/ 3C Pro-F', '濂ヨ豹鏂�', NULL, NULL, '2014-09-13', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-11-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '鍗栦华绉戝浠櫒锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832394620930, NULL, NULL, 'GPF2014H002', '楂樺帇姘存灙', '7480G', '涓婃捣鍏嬬編鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2014-11-25', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-11-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣鍏嬬編鏈烘璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '姘寸20绫�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832411398145, NULL, NULL, 'GPA2014H027', '鐑熸皵婀垮害妫�娴嬩华', 'testo 635-1', '寰峰浗寰峰浘', NULL, NULL, '2014-07-21', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣浠崥浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '楂樻俯婀垮害鎺㈠ご'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832423981057, NULL, NULL, 'GPA2014H028', '楂樼簿搴︿竾鐢ㄨ〃', 'F289C', 'FLUKE(涓婃捣)', NULL, NULL, '2014-11-28', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832436563969, NULL, NULL, 'GPA2014G008', '鏁板瓧瀛樺偍鏅朵綋绠$壒鎬у浘绀轰华', 'WQ4828', '鏉窞浜斿己鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2014-12-02', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '娣樺疂浠櫒浠〃鎶樻墸搴�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832440758274, NULL, NULL, 'GPA2014E009', '绱鍙鍒嗗厜鍏夊害璁�', 'UV1800', '宀涙触', NULL, NULL, '2014-07-21', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '聽涓婃捣绾抽敇瀹炰笟鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832457535489, NULL, NULL, 'GPC2014B003', 'CNC鍏ㄨ嚜鍔ㄧ粫绾挎満', 'MX1804', '娴欐睙鐢颁腑绮炬満鑲′唤鏈夐檺鍏徃', NULL, NULL, '2014-12-12', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '娴欐睙鐢颁腑绮炬満鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娌诲叿2濂楋紝璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832465924098, NULL, NULL, 'GPA2014G009', '姘㈢┖涓�浣撴満', 'XYAH-300', '涓婃捣绮惧瘑浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, '2014-08-28', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绮惧瘑浠櫒浠〃鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832478507009, NULL, NULL, 'GPA2014A003', '姘旂浉鑹茶氨璐ㄨ氨鑱旂敤浠�', 'GCMS2010SE', '鏃ユ湰宀涙触', NULL, NULL, '2014-07-17', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣绾抽敇瀹炰笟鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832491089921, NULL, NULL, 'GPA2014C010', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-600A', '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', NULL, NULL, '2014-07-10', '1', '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞忥紝2024.05.20杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832503672834, NULL, NULL, 'GPA2014C011', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-600A', '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', NULL, NULL, '2014-07-10', '1', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832516255746, NULL, NULL, 'GPA2014C012', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-600A', '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', NULL, NULL, '2014-07-10', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832524644353, NULL, NULL, 'GPA2014C013', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-600A', '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', NULL, NULL, '2014-07-10', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832537227265, NULL, NULL, 'GPA2014C014', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-600A', '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', NULL, NULL, '2014-07-10', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832549810177, NULL, NULL, 'GPA2014C015', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-600A', '涓婃捣鍗庨�氭満鐢碉紙闆嗗洟锛夋湁闄愬叕鍙�', NULL, NULL, '2014-07-10', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, NULL, '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832562393089, NULL, NULL, 'GPA2014H029', '鍘嬪姏鍙橀�佸櫒', 'PDS423H-1HS0-A2DN', '閲嶅簡宸濅华鑷姩鍖栬偂浠芥湁闄愬叕鍙�', NULL, NULL, '2014-08-22', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '閲嶅簡鍗氬窛浠〃鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832574976001, NULL, NULL, 'GPA2015H001', '鍘嬪姏鍙橀�佸櫒', 'V15754-HOEAME/5C2/5C4/Z2C', '涓婃捣濞佸皵娉板伐涓氳嚜鍔ㄥ寲鑲′唤鏈夐檺鍏徃', NULL, NULL, '2014-08-22', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '澶╂触鐧捐彶鑷姩鍖栬澶囨湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832587558914, NULL, NULL, 'GPG2015H001-002', 'BT50鍒�鍏疯溅', '564*572*850', '涓婃捣浼楃櫨宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2015-03-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2015-04-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣浼楃櫨宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832600141825, NULL, NULL, 'GPG2015H003-005', '宸ュ叿杞�', '564*572*850', '涓婃捣浼楃櫨宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2015-03-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2015-04-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:44', NULL, '2025-02-14 09:53:44', NULL, '涓婃捣浼楃櫨宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832612724738, NULL, NULL, 'GPA2015H002', '绾跨紗鏍囧織鎵撳嵃鏈�', 'C-210T', '浣宠兘涓芥爣', NULL, NULL, '2015-04-17', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-05-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '娣樺疂璐拱', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832625307650, NULL, NULL, 'GPG2015H006', '鍘嬬嚎閽�', 'ATS-638118100', '鏄存皬(涓婃捣)鐢靛瓙璐告槗鏈夐檺鍏徃', NULL, NULL, '2015-01-28', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2015-05-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄存皬(涓婃捣)鐢靛瓙璐告槗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832633696257, NULL, NULL, 'GPA2015H003', '鍙屾皵璺ぇ姘旈噰鏍峰櫒/姘斾綋閲囨牱琚嬬敤閲囨牱娉�', 'QCS-3000', '涓婃捣绮惧瘑浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, '2015-01-28', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-05-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣绮惧瘑浠櫒浠〃鏈夐檺鍏徃', '濂�', NULL, NULL, NULL, '鍙屾皵璺ぇ姘旈噰鏍峰櫒/姘斾綋閲囨牱琚嬬敤閲囨牱娉典竴濂楋紝1650+850=2500'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832646279169, NULL, NULL, 'GPC2015H001', '鐐硅兌鏈烘帶鍒跺櫒', 'AD2000C', '娣卞湷鏈杽鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2015-03-25', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2015-05-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鏈杽鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832658862082, NULL, NULL, 'GPA2015E001', '楂樹綆娓╀氦鍙樿瘯楠岀', 'LGDJ-060CF3', '涓婃捣钃濊惫璇曢獙璁惧鏈夐檺鍏徃', NULL, NULL, '2015-03-02', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-05-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣钃濊惫璇曢獙璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832675639298, NULL, NULL, 'GPA2015H004', 'V妲芥畫鍘氭祴閲忎华', 'CHL-3', '鏄嗗北楂樺搧绮惧瘑浠櫒鏈夐檺鍏徃', NULL, NULL, '2015-04-20', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2015-05-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北楂樺搧绮惧瘑浠櫒鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832688222210, NULL, NULL, 'GPA2015H005', '宸ヤ笟瀹為獙鏄惧井闀�', 'SK2100H', '娣卞湷甯傝禌鍏嬫暟鐮佺鎶�寮�鍙戞湁闄愬叕鍙�', NULL, NULL, '2015-05-22', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2015-06-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '娣樺疂鐢靛晢锛堝厜浠笘鐣岋級', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832700805122, NULL, NULL, 'GPG2015H007', '闃查潤鐢礟CB鍛ㄨ浆杞�', '/', '鏃犻敗鏄庣倻鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, '2015-05-29', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2015-06-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏃犻敗鏄庣倻鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832713388034, NULL, NULL, 'GPG2015H008', '闃查潤鐢礟CB鍛ㄨ浆杞�', '/', '鏃犻敗鏄庣倻鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, '2015-06-18', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2015-07-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏃犻敗鏄庣倻鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娣樺疂璐拱'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832725970946, NULL, NULL, 'GPG2015H009', '闃查潤鐢礟CB鍛ㄨ浆杞�', '/', '鏃犻敗鏄庣倻鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, '2015-06-18', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2015-07-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏃犻敗鏄庣倻鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娣樺疂璐拱'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832738553857, NULL, NULL, 'GPG2015H010', '闃查潤鐢礟CB鍛ㄨ浆杞�', '/', '鏃犻敗鏄庣倻鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, '2015-06-18', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2015-07-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏃犻敗鏄庣倻鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娣樺疂璐拱'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832751136769, NULL, NULL, 'GPG2015H011', '闃查潤鐢礟CB鍛ㄨ浆杞�', '/', '鏃犻敗鏄庣倻鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, '2015-06-18', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2015-07-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏃犻敗鏄庣倻鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娣樺疂璐拱'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832767913986, NULL, NULL, 'GPA2004H013', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003D', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2004-01-01', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832780496897, NULL, NULL, 'GPA2004H021', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-004D', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2005-01-01', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, NULL, NULL, NULL, NULL, '鍚庤溅闂�3妤兼斁缃尯2016.03.05'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832788885506, NULL, NULL, 'GPA2015C001', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832801468418, NULL, NULL, 'GPA2015C002', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832818245633, NULL, NULL, 'GPA2015C003', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832835022850, NULL, NULL, 'GPA2015C004', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832847605761, NULL, NULL, 'GPA2015C005', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832860188674, NULL, NULL, 'GPA2015C006', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832872771586, NULL, NULL, 'GPA2015C007', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832881160193, NULL, NULL, 'GPA2015C008', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832893743105, NULL, NULL, 'GPA2015C009', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832910520321, NULL, NULL, 'GPA2015C010', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832923103234, NULL, NULL, 'GPA2015C011', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832931491842, NULL, NULL, 'GPA2015C012', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞忥紝2024.06.27杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832952463361, NULL, NULL, 'GPA2015C013', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832965046274, NULL, NULL, 'GPA2015C014', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832981823490, NULL, NULL, 'GPA2015C015', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217832990212098, NULL, NULL, 'GPA2015C016', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-06-26', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833006989313, NULL, NULL, 'GPA2015C017', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-08-17', '1', '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2015-09-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞忥紝2024.05.19杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833023766530, NULL, NULL, 'GPA2015C018', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-08-17', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-09-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833040543745, NULL, NULL, 'GPA2015C019', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-08-17', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-09-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833053126657, NULL, NULL, 'GPA2015C020', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-08-17', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-09-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833065709570, NULL, NULL, 'GPA2015C021', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-08-17', '1', '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-09-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833187344385, NULL, NULL, 'GPA2015C022', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-08-17', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-09-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833204121602, NULL, NULL, 'GPA2015C023', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-10-14', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-10-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833254453249, NULL, NULL, 'GPA2015C024', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-10-14', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-10-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833350922242, NULL, NULL, 'GPA2015C025', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2015-10-14', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-10-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔樺畨鐗╄仈缃戠鎶�锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833397059586, NULL, NULL, 'GPA2015C026', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-10-22', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833426419713, NULL, NULL, 'GPA2015C027', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-10-22', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833451585537, NULL, NULL, 'GPA2015C028', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-10-22', '1', '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2015-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞忥紝2023.12.12杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833485139969, NULL, NULL, 'GPA2015C029', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-10-22', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833506111490, NULL, NULL, 'GPA2015C030', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-10-22', '1', '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2015-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833531277314, NULL, NULL, 'GPA2015C031', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-10-22', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833552248833, NULL, NULL, 'GPA2015C032', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-10-22', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833577414658, NULL, NULL, 'GPA2015C033', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-10-22', '1', '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2015-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞忥紝2024.06.27杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833606774785, NULL, NULL, 'GPA2015C034', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-10-22', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833631940609, NULL, NULL, 'GPA2015C035', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-10-22', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833648717826, NULL, NULL, 'GPA2015C036', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-11-01', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833669689345, NULL, NULL, 'GPA2015C037', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-11-01', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞忥紝2024.06.27杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833682272258, NULL, NULL, 'GPA2015C038', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-11-01', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, 'mai', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833703243777, NULL, NULL, 'GPA2015C039', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-11-01', '1', '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833715826689, NULL, NULL, 'GPA2015C040', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-11-01', '1', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833736798210, NULL, NULL, 'GPA2006G038', '澶氬姛鑳戒紶鎰熷櫒娴嬭瘯浠�', 'GDC-003E', '涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2006-09-01', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833757769730, NULL, NULL, 'GPA2015E002', '鐑熸皵渚挎惡寮忓垎鏋愪华', 'testo340', '寰峰浗寰峰浘', NULL, NULL, '2015-07-13', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-07-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍥涙嵎浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833770352641, NULL, NULL, 'GPA2015H006', '绾跨紗鏍囧織鎵撳嵃鏈�', 'C-210T', '浣宠兘涓芥爣', NULL, NULL, '2015-08-05', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '娣樺疂璐拱', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833782935553, NULL, NULL, 'GPA2015H007', '绾跨紗鏍囧織鎵撳嵃鏈�', 'C-210T', '浣宠兘涓芥爣', NULL, NULL, '2015-08-05', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '娣樺疂璐拱', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833795518465, NULL, NULL, 'GPA2015H008', '鏃嬭浆钂稿彂浠�+寰幆姘寸湡绌烘车', 'RE-52AA +SHZ-D(鈪級闃茶厫鍨�', '涓婃捣鍨掑浐浠櫒鏈夐檺鍏徃/婀栧崡鍔涜景浠櫒绉戞妧鏈夐檺鍏徃', NULL, NULL, '2015-08-13', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍨掑浐浠櫒鏈夐檺鍏徃/婀栧崡鍔涜景浠櫒绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833808101377, NULL, NULL, 'GPA2015H009', '绔瓙鎷夊姏娴嬭瘯浠�', 'HF-500', '娓╁窞娴峰疂', NULL, NULL, '2015-08-05', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍙屾棴鐢靛瓙', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833829072898, NULL, NULL, 'GPA2015C041', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-11-01', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833845850114, NULL, NULL, 'GPA2015C042', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-11-01', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833862627329, NULL, NULL, 'GPA2015C043', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-11-01', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833879404545, NULL, NULL, 'GPA2015C044', '鏅鸿兘娴嬭瘯浠�', 'SHAL-007A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-11-01', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '妗岄潰寮忥紝鏁版帶瑙︽懜灞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833891987458, NULL, NULL, 'GPA2015C045', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'SHAL-007A', NULL, NULL, NULL, '2015-04-01', '', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '宸茬粡瀹屽伐锛屽緟楠屾敹', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833908764673, NULL, NULL, 'GPA2015C046', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'SHAL-007A', NULL, NULL, NULL, '2015-04-01', '', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '宸茬粡瀹屽伐锛屽緟楠屾敹', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833925541890, NULL, NULL, 'GPA2015C047', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'SHAL-007A', NULL, NULL, NULL, '2015-04-01', '', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '宸茬粡瀹屽伐锛屽緟楠屾敹', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833942319105, NULL, NULL, 'GPC2015D001', '鍥涜酱鑷姩鐒婃帴鏈哄櫒浜�', 'QUICK 9534Y', '甯稿窞蹇厠鐒婇敗鑲′唤鏈夐檺鍏徃', NULL, NULL, '2015-06-30', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2015-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '甯稿窞蹇厠鐒婇敗鑲′唤鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔︼紝杈呮潗涓�濂楋紝2024.10.14宸茶浆绉诲畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833959096322, NULL, NULL, 'GPA2015G001', '鐑В鏋愪华', 'TP-2030', '鍖椾含鍖楀垎澶╂櫘浠櫒鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2014-08-15', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-09-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍖椾含鍖楀垎澶╂櫘浠櫒鎶�鏈湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833971679234, NULL, NULL, 'GPC2015D002', '鐪熺┖鍚蹈鏈�', 'TH-5901', '鑻忓窞鎷撳崥鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2015-09-01', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2015-10-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鑻忓窞鎷撳崥鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217833988456449, NULL, NULL, 'GPA2014H008', '鏍囩鏈�', 'PT-18RZ', '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2014-03-20', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-08-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834005233665, NULL, NULL, 'GPA2014H009', '鏍囩鏈�', 'PT-18RZ', '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2014-03-20', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2014-08-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834022010881, NULL, NULL, 'GOB2011C013', '鍗板彿鏈猴紙绾跨紗鏍囧織鎵撳嵃鏈猴級', 'C-210T', '浣宠兘涓芥爣', NULL, NULL, NULL, NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '/', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834034593794, NULL, NULL, 'GPA2015H010', '渚挎惡寮�(鎵嬫寔寮忥級浜岀~鍖栫⒊妫�娴嬩华', 'GT903-CS2', '娣卞湷甯傜灏旇鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2015-10-16', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-11-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '娣卞湷甯傜灏旇鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834051371010, NULL, NULL, 'GPC2015NH001', '绾跨紗鏍囧織鎵撳嵃鏈�', 'C-210T', '浣宠兘涓芥爣', NULL, NULL, '2015-11-29', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '/', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834063953922, NULL, NULL, 'GPC2015NH002', '绾跨紗鏍囧織鎵撳嵃鏈�', 'C-210T', '浣宠兘涓芥爣', NULL, NULL, '2015-11-29', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '/', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834101702657, NULL, NULL, 'GPA2015E003', '鏅鸿兘鏍″噯浠�', 'HT-700A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-11-01', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834118479873, NULL, NULL, 'GPA2015E004', '鏅鸿兘鏍″噯浠�', 'HT-700A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-11-01', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834143645697, NULL, NULL, 'GPG2015NL001-006', '涓瀷璐ф灦', 'L1480*D600*H1600涓�鎷栦簩', '涓婃捣閽㈠痉浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2015-10-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2015-12-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣閽㈠痉浠撳偍璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834160422914, NULL, NULL, 'GPC2016NL001', 'EPC660璇勪及鏉�', 'P100 307 epc660 Evaluation Kit US', 'EPC', NULL, NULL, '2015-12-03', '1', '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-01-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣涓板疂鐢靛瓙淇℃伅绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '鐢垫簮绾裤�佹敮鏋躲�傞┍鍔ㄧ▼搴忋�佹樉绀虹晫闈€��'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834173005825, NULL, NULL, 'GPG2016NL001', '鏁版樉琛�', 'YLM0016-XJK2L0/R0VO', '涓婃捣閬ラ鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2016-01-08', '1', '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-01-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣閬ラ鑷姩鍖栫鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834185588738, NULL, NULL, 'GPA2016NL001', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-12-16', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-01-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834202365954, NULL, NULL, 'GPA2016NL002', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-12-16', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-01-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834219143169, NULL, NULL, 'GPA2016NL003', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-12-16', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-01-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834235920386, NULL, NULL, 'GPA2016NL004', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-12-16', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-01-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834248503298, NULL, NULL, 'GPA2016NL005', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2015-12-16', '1', '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-01-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '2020.01.29璋冨叆鐮斿彂涓績闊︾孩鍏�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834252697601, NULL, NULL, 'GPA2016NL006', 'MiniRAE 3000 渚挎惡寮廣OC妫�娴嬩华', 'PGM-7320', '缇庡浗鍗庣憺', NULL, NULL, '2016-01-21', '1', '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-02-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣瑾夌憺浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834269474818, NULL, NULL, 'GPA2008G072', 'DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003E', '涓婃捣鍗庨��', NULL, NULL, NULL, '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '鍚庤溅闂�3妤兼斁缃尯2016.03.05'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834282057730, NULL, NULL, 'GPA2002H007', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-002D', '涓婃捣鍗庨��', NULL, NULL, NULL, '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '鍚庤溅闂�3妤兼斁缃尯2016.03.05'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834294640642, NULL, NULL, 'GPA2006G031', 'DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003E', '涓婃捣鍗庨��', NULL, NULL, NULL, '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '鍚庤溅闂�3妤兼斁缃尯2016.03.05'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834307223553, NULL, NULL, 'GPA2004H012', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'GDC-003D', '涓婃捣鍗庨��', NULL, NULL, NULL, '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '鍚庤溅闂�3妤兼斁缃尯2016.03.05'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834315612162, NULL, NULL, 'GPA2012B116', '浼犳劅鍣ㄨ嚜鍔ㄦ娴嬩华', 'HL-004C', NULL, NULL, NULL, '2012-09-20', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '2016.01.13鐮斿彂閫�鍥烇紝鍦ㄤ簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834328195074, NULL, NULL, 'GPC2012B114', '浼犳劅鍣ㄦ暟瀛楁娴嬩华', 'HT-500L', NULL, NULL, NULL, '2012-09-20', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '2016.01.13鐮斿彂閫�鍥烇紝鍦ㄤ簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834340777986, NULL, NULL, 'GPC2012B111', '浼犳劅鍣ㄦ暟瀛楁娴嬩华', 'HT-500L', NULL, NULL, NULL, '2012-09-20', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '2016.01.13鐮斿彂閫�鍥烇紝鍦ㄤ簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834349166594, NULL, NULL, 'GPC2012B113', '浼犳劅鍣ㄦ暟瀛楁娴嬩华', 'HT-500L', NULL, NULL, NULL, '2012-09-20', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '2016.01.13鐮斿彂閫�鍥烇紝鍦ㄤ簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834365943809, NULL, NULL, 'GPC2012B118', '浼犳劅鍣ㄨ嚜鍔ㄦ娴嬩华', 'HL-004C', NULL, NULL, NULL, '2012-09-20', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '2016.01.13鐮斿彂閫�鍥烇紝鍦ㄤ簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834378526721, NULL, NULL, 'GPC2012B112', '浼犳劅鍣ㄦ暟瀛楁娴嬩华', 'HT-500L', NULL, NULL, NULL, '2012-09-20', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '2016.01.13鐮斿彂閫�鍥烇紝鍦ㄤ簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834391109633, NULL, NULL, 'GPC2012C117', '浼犳劅鍣ㄨ嚜鍔ㄦ娴嬩华', 'HL-004C', NULL, NULL, NULL, '2012-09-20', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '2016.01.13鐮斿彂閫�鍥烇紝鍦ㄤ簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834399498242, NULL, NULL, 'GPC2012B119', '浼犳劅鍣ㄨ嚜鍔ㄦ娴嬩华', 'HL-004C', NULL, NULL, NULL, '2012-09-20', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '2016.01.13鐮斿彂閫�鍥烇紝鍦ㄤ簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834412081154, NULL, NULL, 'GPC2012C115', '浼犳劅鍣ㄨ嚜鍔ㄦ娴嬩华', 'HL-004C', NULL, NULL, NULL, '2012-09-20', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '2016.01.13鐮斿彂閫�鍥烇紝鍦ㄤ簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834420469762, NULL, NULL, 'GPC2009G095', '浼犳劅鍣ㄨ嚜鍔ㄦ娴嬩华', 'HL-004C', NULL, NULL, NULL, '2012-09-20', '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '2016.01.13鐮斿彂閫�鍥烇紝鍦ㄤ簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834433052674, NULL, NULL, 'GPC2016NL002', '榧撻鎭掓俯骞茬嚗绠�', 'DHG101AS-4', '涓婃捣鍒涜 浠櫒鏈夐檺鍏徃', '1.8kw', NULL, '2016-01-11', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2016-03-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍒涜 浠櫒鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834445635585, NULL, NULL, 'GPC2016NL004', '鍙屾恫鑷姩鐏岃兌鏈�', 'SEC-3030A', '鑻忓窞涓栨た鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2015-12-25', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2016-03-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鑻忓窞涓栨た鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834454024193, NULL, NULL, 'GPG2016NL002', '鐜摼鎵嬪姩钁姦', '3m*3m', '鍗庡伐璧烽噸鍟嗚锤', NULL, NULL, '2016-03-21', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2016-04-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍗庡伐璧烽噸鍟嗚锤', NULL, NULL, NULL, NULL, '娣樺疂缃戣喘涔帮紝娌冲寳'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834470801410, NULL, NULL, 'GPA2016NH001', '渚挎惡寮忛潪鐢茬兎鎬荤儍妫�娴嬩华', 'GT903-NMHC', '娣卞湷甯傜灏旇鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2016-01-21', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '娣卞湷甯傜灏旇鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834483384321, NULL, NULL, 'GOG2016NL008', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北鏂嘲鍏�', NULL, NULL, '2016-03-31', '1', '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834495967234, NULL, NULL, 'GOG2016NL009', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北鏂嘲鍏�', NULL, NULL, '2016-03-31', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834516938754, NULL, NULL, 'GOG2016NL010', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北鏂嘲鍏�', NULL, NULL, '2016-03-31', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834525327362, NULL, NULL, 'GOG2016NL011', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北鏂嘲鍏�', NULL, NULL, '2016-03-31', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834533715970, NULL, NULL, 'GOG2016NL007', '闄ゆ箍鏈�', 'DH890C', '涓婃捣鐨栧畞绮惧瘑绉戝浠櫒鏈夐檺鍏徃', NULL, NULL, '2016-01-06', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐨栧畞绮惧瘑绉戝浠櫒鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834546298881, NULL, NULL, 'GPC2016NL005', '鑷姩灏佸彛鏈�', 'FR-600', '娴欐睙榧庝笟鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2016-05-03', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '娴欐睙榧庝笟鏈烘璁惧鏈夐檺鍏徃锛堟窐瀹濓級', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834558881794, NULL, NULL, 'GPC2016NL006', '寮圭哀鍒嗙鏈�', 'HS2306', '娣卞湷甯傚ソ鍔╂墜鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, '2016-05-02', NULL, '缁勮皟鍥涚嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '娣卞湷甯傚ソ鍔╂墜鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834567270401, NULL, NULL, 'GPG2016NL003', '涓嶉攬閽㈡按妗�', '1.2m瀹氬埗', '涓婃捣鍔遍壌鏈烘浜旈噾鍔犲伐鍘�', NULL, NULL, '2016-05-11', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍔遍壌鏈烘浜旈噾鍔犲伐鍘�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834579853314, NULL, NULL, 'GPG2016NL004', '鍗冨垎灏烘墜鍔ㄥ彲璋冩灦婊戝彴骞冲彴', 'LSP125-LM', '涓滆帪甯傜洓鑿辩簿瀵嗘満姊版湁闄愬叕鍙�', NULL, NULL, '2016-05-09', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓滆帪甯傜洓鑿辩簿瀵嗘満姊版湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834592436225, NULL, NULL, 'GPG2016NL005', '鍗冨垎灏烘墜鍔ㄥ彲璋冩灦婊戝彴骞冲彴', 'LSP125-LM', '涓滆帪甯傜洓鑿辩簿瀵嗘満姊版湁闄愬叕鍙�', NULL, NULL, '2016-05-09', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓滆帪甯傜洓鑿辩簿瀵嗘満姊版湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834605019138, NULL, NULL, 'GPG2016NL006', '鍗冨垎灏烘墜鍔ㄥ彲璋冩灦婊戝彴骞冲彴', 'LY125-LM', '涓滆帪甯傜洓鑿辩簿瀵嗘満姊版湁闄愬叕鍙�', NULL, NULL, '2016-05-09', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓滆帪甯傜洓鑿辩簿瀵嗘満姊版湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834617602049, NULL, NULL, 'GOG2016NL013', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北鏂嘲鍏�', NULL, NULL, '2016-05-23', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834630184961, NULL, NULL, 'GOG2016NL014', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北鏂嘲鍏�', NULL, NULL, '2016-05-23', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-05-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834642767873, NULL, NULL, 'GPA2016NH002', 'PM10/PM2.5鍏夋暎灏勬縺鍏夊彲鍚稿叆绮夊皹杩炵画娴嬭瘯浠�', 'PC-3A', '闈掑矝婧簮鐜繚璁惧鏈夐檺鍏徃', NULL, NULL, '2016-05-05', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-06-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '闈掑矝婧簮鐜繚璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834651156482, NULL, NULL, 'GPC2016NL007', 'PCB鏀舵澘鏈�', 'YUD-90', '鑻忓窞闀掔灛鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2016-05-02', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2016-06-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鑻忓窞闀掔灛鑷姩鍖栬澶囨湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834663739394, NULL, NULL, 'GPG2016NL007', '鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2016-05-27', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-06-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣绉戝簱鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834676322305, NULL, NULL, 'GPG2016NL008', '鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2016-05-27', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-06-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣绉戝簱鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834684710913, NULL, NULL, 'GPG2016NL009', '鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2016-05-27', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-06-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣绉戝簱鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834701488130, NULL, NULL, 'GPG2016NL010', '鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2016-05-27', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-06-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣绉戝簱鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834714071041, NULL, NULL, 'GPG2016NL011', '鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2016-05-27', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-06-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣绉戝簱鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834726653953, NULL, NULL, 'GPC2016NL008', '娌圭泤绉诲嵃鏈�', 'TP-100E', '涓婃捣鐩堟櫀鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2016-05-23', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2016-06-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐩堟櫀鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834739236865, NULL, NULL, 'GPC2016NL009', '鎸姩鐩�', 'DABTS300', '涓婃捣濂囬挗鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2016-05-30', '4', '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2016-06-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣濂囬挗鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '2024.11.28鐮斿彂闂茬疆锛屽凡璧拌皟鎷ㄥ崟锛屾斁鍦ㄩ噾宸ラ棿闂茬疆璁惧鍖哄煙'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834756014082, NULL, NULL, 'GPC2016NL010', '鑸媿鏃犱汉鏈�', '澶х枂绮剧伒3锛�4K鑸媿椋炶鍣�', '鍗椾含妯″够澶╃┖鑸┖绉戞妧鏈夐檺鍏徃', NULL, NULL, '2016-06-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-07-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍗椾含妯″够澶╃┖鑸┖绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834772791297, NULL, NULL, 'GPC2016NL011', '楂橀�熶笁缁撮敗鑶忔鏌ョ郴缁�', 'InSPIre-510a', '鍘﹂棬鎬濇嘲鍏嬪厜鐢电鎶�鏈夐檺鍏徃', NULL, NULL, '2016-07-01', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鏅ㄥ杽鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834781179906, NULL, NULL, 'GPC2016NL012', '鑷姩绾挎潗瀵规姌璐存爣鏈�', 'JB-6130', '涓滆帪甯傞敠鏍囪嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2016-06-30', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓滆帪甯傞敠鏍囪嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834793762817, NULL, NULL, 'GPA2016NL007', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2016-05-19', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834810540034, NULL, NULL, 'GPA2016NL008', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2016-05-19', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '2021.01.29璋冨叆鐮斿彂涓績闊︾孩鍏�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834827317249, NULL, NULL, 'GPA2016NL009', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2016-05-19', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834839900162, NULL, NULL, 'GPA2016NL010', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2016-05-19', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834852483074, NULL, NULL, 'GPA2016NL011', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2016-05-19', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834865065986, NULL, NULL, 'GPC2016NL014', '楂樼簿瀵嗙偣鑳舵帶鍒跺櫒锛堢偣鑳舵満锛�', 'D-260', '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, '2016-06-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834877648897, NULL, NULL, 'GPC2016NL013', '闄ゆ箍鏈�', 'DH-890C', '涓婃捣鐨栧畞绮惧瘑绉戝浠櫒鏈夐檺鍏徃', NULL, NULL, '2016-07-20', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐨栧畞绮惧瘑绉戝浠櫒鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834886037505, NULL, NULL, 'GPG2016NL012', '鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2016-07-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣绉戝簱鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834902814721, NULL, NULL, 'GPG2016NL013', '鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2016-07-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣绉戝簱鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834911203330, NULL, NULL, 'GPG2016NL014', '鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2016-07-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣绉戝簱鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834923786241, NULL, NULL, 'GPC2016NL015', '鎺ラ┏鍙�', '600MM闀垮害 甯︾伅鏋�', '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2016-07-25', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834936369154, NULL, NULL, 'GPA2016NL012', '绔瓙鎷夊姏娴嬭瘯浠紙浠〃锛�', 'HF-500', '娓╁窞娴峰疂浠櫒鏈夐檺鍏徃', NULL, NULL, '2016-08-17', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍙屾棴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834948952066, NULL, NULL, 'GPG2016NL015', 'U鍨嬬嚎鐗╂枡/浜у搧杞�', '瀹氬埗瑙勬牸', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2016-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834965729281, NULL, NULL, 'GPG2016NL016', 'U鍨嬬嚎鐗╂枡/浜у搧杞�', '瀹氬埗瑙勬牸', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2016-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834982506497, NULL, NULL, 'GPG2016NL017', 'U鍨嬬嚎鐗╂枡/浜у搧杞�', '瀹氬埗瑙勬牸', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2016-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217834990895105, NULL, NULL, 'GPG2016NL018', 'U鍨嬬嚎鐗╂枡/浜у搧杞�', '瀹氬埗瑙勬牸', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2016-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835007672322, NULL, NULL, 'GPA2016NL013', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2016-07-14', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835016060929, NULL, NULL, 'GPA2016NL014', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2016-07-14', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835037032450, NULL, NULL, 'GPA2016NL015', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2016-07-14', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-09-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835049615361, NULL, NULL, 'GPA2016NL016', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2016-08-13', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-10-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835062198274, NULL, NULL, 'GPA2016NL017', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2016-08-13', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-10-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835074781185, NULL, NULL, 'GPA2016NL018', '浜ょ洿娴佹櫤鑳芥祴璇曚华', 'HT-800A', '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', NULL, NULL, '2016-08-13', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2016-10-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '浜戝崡鍒╅�氬疄涓氶泦鍥㈡湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835087364098, NULL, NULL, 'GPA2016NH003', 'MiniRAE 3000 渚挎惡寮廣OC妫�娴嬩华', 'PGM-7320', '缇庡浗鍗庣憺', NULL, NULL, '2016-09-20', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-10-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣瑾夌憺浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835108335617, NULL, NULL, 'GPC2016NL016', '鍙岀嚎LED鐒婃帴鏈�', 'DCH-400 LED', '鍙板窞娴╃劧鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2016-08-01', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2016-11-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍙板窞娴╃劧鏈烘鍒堕�犳湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835120918529, NULL, NULL, 'GPC2016NL017', '瓒呴煶娉㈠鑳剁啍鎺ユ満', 'ATGS-3510e 16娆� 缍茬怠鐗�', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', '1.8kw', NULL, '2016-09-26', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2016-11-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北鍛ㄥ競涓滃拰瓒呴煶娉㈡満姊拌澶囩粡钀ラ儴', '鍙�', NULL, NULL, NULL, '宸ュ叿锛岃鏄庝功锛岃禒閫佹ā鍏�3濂楋紝psf 2濂楋紝psk 1濂楋紝2023骞�9鏈�14鐢变笂娴峰叕鍙歌浆瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835141890050, NULL, NULL, 'GPC2016NL018', '闃叉疆鏌�', 'HSC435D', '涓婃捣鍜屽憟浠櫒鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2015-11-26', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍜屽憟浠櫒鍒堕�犳湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835154472962, NULL, NULL, 'GPC2016NL019', '闃叉疆鏌�', 'HSC1436BD', '涓婃捣鍜屽憟浠櫒鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2015-09-06', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍜屽憟浠櫒鍒堕�犳湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835171250177, NULL, NULL, 'GPD2016NL001', '涓夊眰鍙戞枡灏忔帹杞�', '涓夊眰閽㈠埗浠撳簱杞﹀彲鎷嗚RCA-0317 700*480*900', '涓婃捣鐕櫒璐告槗鏈夐檺鍏徃', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐕櫒璐告槗鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835188027394, NULL, NULL, 'GPD2016NL002', '浠撳簱骞冲彴鐧婚珮姊�', '鍙媶鍒硅溅1.8绫�', '鐪熸璐ф灦锛堟窐瀹濓級', NULL, NULL, '2016-11-21', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鐪熸璐ф灦锛堟窐瀹濓級', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835204804610, NULL, NULL, 'GPD2016NL003', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835225776130, NULL, NULL, 'GPD2016NL004', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835246747650, NULL, NULL, 'GPD2016NL005', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835259330561, NULL, NULL, 'GPD2016NL006', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835276107778, NULL, NULL, 'GPD2016NL007', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835292884994, NULL, NULL, 'GPD2016NL008', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835305467906, NULL, NULL, 'GPD2016NL009', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835326439426, NULL, NULL, 'GPD2016NL010', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835339022337, NULL, NULL, 'GPD2016NL011', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835359993857, NULL, NULL, 'GPD2016NL012', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835380965377, NULL, NULL, 'GPD2016NL013', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835401936897, NULL, NULL, 'GPD2016NL014', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835418714113, NULL, NULL, 'GPD2016NL015', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835435491330, NULL, NULL, 'GPD2016NL016', '璐ф灦', '瀹氬埗瑙勬牸', '鍔遍壌浜旈噾', NULL, NULL, '2016-12-01', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍔遍壌浜旈噾', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835448074241, NULL, NULL, 'GPD2016NL017', '鍗囬檷鍙�', '鏍囧噯榛� 瀹�680*娣�590mm', '涔愭瓕浜轰綋宸ュ绉戞妧鑲′唤鏈夐檺鍏徃', NULL, NULL, '2016-10-25', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涔愭瓕浜轰綋宸ュ绉戞妧鑲′唤鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835473240066, NULL, NULL, 'GPD2016NL018', '璐ф', '鍙鍗�1.5m楂樿笍鏉挎', '涓婃捣鎴愭磥璐ф灦鏈夐檺鍏徃', NULL, NULL, '2016-12-08', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鎴愭磥璐ф灦鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835490017281, NULL, NULL, 'GPC2016NH001', '鐑樼', 'DHG-9248A', '涓婃捣绮惧畯', NULL, NULL, '2016-12-13', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍏ㄨ剦绉戝浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835506794498, NULL, NULL, 'GPC2016NH002', '绂诲績鏈�', 'HC-3515', '涓涓匠', NULL, NULL, '2016-12-13', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍏ㄨ剦绉戝浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835523571713, NULL, NULL, 'GPC2016NH003', '閰稿害璁�', 'PHS-3C', '涓婃捣闆风', NULL, NULL, '2016-12-13', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍏ㄨ剦绉戝浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835544543234, NULL, NULL, 'GPC2016NH004', '鍒嗘瀽澶╁钩', 'FR4202CN', '濂ヨ豹鏂�', NULL, NULL, '2016-12-13', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍏ㄨ剦绉戝浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835578097665, NULL, NULL, 'GPC2016NH005', '纾佸姏鎼呮媽鍣�', 'H01-1D', '涓婃捣姊呴娴�', NULL, NULL, '2016-12-13', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍏ㄨ剦绉戝浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835594874881, NULL, NULL, 'GPC2016NH006', '鏈烘鎼呮媽鍣�', 'D2004W', '涓婃捣姊呴娴�', NULL, NULL, '2016-12-13', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍏ㄨ剦绉戝浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835611652098, NULL, NULL, 'GPC2016NH007', '鏈烘鎼呮媽鍣�', 'D2004W', '涓婃捣姊呴娴�', NULL, NULL, '2016-12-13', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍏ㄨ剦绉戝浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835628429313, NULL, NULL, 'GPC2016NH008', '鏈烘鎼呮媽鍣�', 'D2004W', '涓婃捣姊呴娴�', NULL, NULL, '2016-12-13', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍏ㄨ剦绉戝浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835653595137, NULL, NULL, 'GPC2016NH009', '鏈烘鎼呮媽鍣�', 'D2004W', '涓婃捣姊呴娴�', NULL, NULL, '2016-12-13', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍏ㄨ剦绉戝浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835670372354, NULL, NULL, 'GPC2012D122', '鍙屽伐浣嶆垚鍨嬫満 锛堜綆鍘嬫敞濉戞満锛�', 'LPMS800M', '涓滆帪甯傚ぉ璧涘鑳舵満姊版湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓滆帪甯傚ぉ璧涘鑳舵満姊版湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835682955266, NULL, NULL, 'GPD2017NL001', '閽㈢綉鏋�', '閾濆瀷鏉愬畾鍒惰鏍�', '涓婃捣鐨囬椊閾濅笟', NULL, NULL, '2016-12-15', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2017-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐨囬椊閾濅笟', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835695538178, NULL, NULL, 'GPD2017NL002', '閽㈢綉鏋�', '閾濆瀷鏉愬畾鍒惰鏍�', '涓婃捣鐨囬椊閾濅笟', NULL, NULL, '2016-12-15', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2016-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐨囬椊閾濅笟', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835712315393, NULL, NULL, 'GPG2017NL001', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北鏂嘲鍏�', NULL, NULL, '2017-01-02', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2017-01-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835724898305, NULL, NULL, 'GPG2017NL002', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北鏂嘲鍏�', NULL, NULL, '2017-01-02', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2017-01-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835745869826, NULL, NULL, 'GPA2017NL001', '楂橀�熶笁缁撮敗鑶忔鏌ョ郴缁�', 'InSPIre-510a', '鍘﹂棬鎬濇嘲鍏嬪厜鐢电鎶�鏈夐檺鍏徃', NULL, NULL, '2016-12-07', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2017-02-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鏅ㄥ杽鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835758452737, NULL, NULL, 'GPC2017NL001', '鐑よ兌鍥哄寲鐐�', 'SAR-430MH', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2016-12-21', NULL, '璇曚骇缁�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-02-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835779424257, NULL, NULL, 'GPC2017NL003', 'G9 鍏ㄨ嚜鍔ㄨ瑙夊嵃鍒锋満', 'G9', '涓滆帪甯傚嚡鏍肩簿瀵嗘満姊版湁闄愬叕鍙�', NULL, NULL, '2016-12-22', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2017-03-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓滆帪甯傚嚡鏍肩簿瀵嗘満姊版湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835792007170, NULL, NULL, 'GPC2017NL002', '鑷姩鐩樻枡鏈�', '621鍗囩骇娴嬫紡鐐规枡鏈�', '娣卞湷甯傚槈鐫胯僵鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2017-03-06', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2017-03-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '娣卞湷甯傚槈鐫胯僵鑷姩鍖栬澶囨湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, 'SMT绾跨偣鏂欑洏鐐圭敤锛�2024.06.27杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835808784385, NULL, NULL, 'GPC2017NL004', '杞ㄩ亾锛堟帴椹冲彴锛�', '120cm (鍚伅鏋�)', '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2016-12-17', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2017-03-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835821367297, NULL, NULL, 'GPC2017NL005', '杞ㄩ亾锛堟帴椹冲彴锛�', '60cm (鍚伅鏋�)', '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2016-12-17', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2017-03-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835838144513, NULL, NULL, 'GPA2017NL002', '绾跨紗闀垮害娴嬮噺浠�', '鑻卞浗BST鑻辨爣BS33闊╁浗浼樹华CLM33', '鐢电嚎鐢电紗闀垮害娴嬭瘯绾跨紗闀垮害娴嬮噺浠�', NULL, NULL, '2017-03-02', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2017-03-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鐝犳捣甯傚嚡缇庣壒鐢靛瓙鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔︾瓑'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835854921730, NULL, NULL, 'GPC2017NL006', '鐐硅兌鏈猴紙500琛岀▼锛�', 'VS-500', '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, '2016-12-23', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2017-03-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835871698946, NULL, NULL, 'GPC2017NL007', '瓒呴煶娉㈠鑳剁啍鎺ユ満', 'ATGL-2025e 16娆剧綉缁滃瀷', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', '2.5kw', NULL, '2017-02-23', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北鍛ㄥ競鏉卞拰瓒呴煶娉㈡姊拌ō鍌�', '鍙�', NULL, NULL, NULL, '宸ュ叿绠憋紝璇存槑涔︼紝璧犻�佹ā鍏�4濂梡te涓ゅ锛宲tf涓ゅ锛�2023骞�9鏈�14鐢变笂娴峰叕鍙歌浆鍒板畨寰藉叕鍙搞��'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835884281858, NULL, NULL, 'GPG2017NL003', '鏁版樉鐩存祦鐢垫簮', 'GPS-2303C 澶氶�氶亾', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2017-03-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐎氶啳鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835922030593, NULL, NULL, 'GPG2017NL004', '鏁版樉鐩存祦鐢垫簮', 'GPS-2303C 澶氶�氶亾', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2017-03-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐎氶啳鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835934613505, NULL, NULL, 'GPG2017NL005', '鏁版樉鐩存祦鐢垫簮', 'GPS-2303C 澶氶�氶亾', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2017-03-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐎氶啳鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835951390722, NULL, NULL, 'GPG2017NL006', '鏁版樉鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2017-03-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐎氶啳鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835968167938, NULL, NULL, 'GPG2017NL007', '鏁版樉鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2017-03-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐎氶啳鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835980750849, NULL, NULL, 'GPG2017NL008', '鏁版樉鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2017-03-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐎氶啳鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217835993333761, NULL, NULL, 'GPG2017NL009', '鏁版樉鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2017-03-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐎氶啳鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836010110978, NULL, NULL, 'GPG2017NL010', '鏁版樉鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2017-03-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐎氶啳鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836026888194, NULL, NULL, 'GPG2017NL012', '鐮斿崕宸ユ帶鏈�', 'IPC-610/701VG', '鐮斿崕', NULL, NULL, '2017-02-23', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鍗冭剦', '鍙�', NULL, NULL, NULL, 'i3宸ユ帶鏈猴紝鐢ㄤ簬PSK杩滆繎鍏夋祴璇曟満'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836043665410, NULL, NULL, 'GPC2017NL008', 'HITACHI锛堟棩绔嬶級鍠风爜鏈�', 'PXR-D440W', 'HITACHI锛堟棩绔嬶級', NULL, NULL, '2017-04-11', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2017-05-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '杈夋硥鏈虹數璁惧锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836060442626, NULL, NULL, 'GPC2017NH001', 'VOCS鏈夋満鐗╁湪绾挎娴嬬郴缁�', '闈炴爣瀹氬埗鍝�', '鏉窞娉藉ぉ绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-03-20', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-05-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏉窞娉藉ぉ绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '璇存槑涔﹀拰鍚堟牸璇佹彁渚涚粰鐜繚鐮斿彂閮�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836077219841, NULL, NULL, 'GPA2017NH001', '鐖卞崕鍣煶璁�', 'AWA5636-2', '鑻忓窞缃椾集鍏嬫祴鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, '2017-04-26', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-06-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鑻忓窞缃椾集鍏嬫祴鎺ф妧鏈湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836093997058, NULL, NULL, 'GPA2004H027', '鑰愮數鍘嬫祴璇曚华', 'WB2670A', '鏉窞濞佸崥娴嬮噺鎺у埗鎶�鏈爺绌堕櫌', NULL, NULL, NULL, '4', '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, NULL, '鍙�', NULL, NULL, NULL, '2017.07.05鎵惧埌锛屽叆璐︼紝鐢熸妧浜屾ゼ'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836110774274, NULL, NULL, 'GPA2017NL003', '绀烘尝鍣�', 'DS4054(涓嶅甫閫昏緫閫氶亾锛�', '鍖椾含鏅簮', NULL, NULL, '2017-04-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836123357186, NULL, NULL, 'GPA2017NL004', '绀烘尝鍣�', 'DS1104Z锛堝皬鍥涢�氶亾锛�', '鍖椾含鏅簮', NULL, NULL, '2017-04-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836135940098, NULL, NULL, 'GPA2017NL005', '绀烘尝鍣�', 'DS1104Z锛堝皬鍥涢�氶亾锛�', '鍖椾含鏅簮', NULL, NULL, '2017-04-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836148523010, NULL, NULL, 'GPA2017NL006', '绀烘尝鍣�', 'DS1104Z锛堝皬鍥涢�氶亾锛�', '鍖椾含鏅簮', NULL, NULL, '2017-04-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836169494530, NULL, NULL, 'GPA2017NL007', '绀烘尝鍣�', 'DS1104Z锛堝皬鍥涢�氶亾锛�', '鍖椾含鏅簮', NULL, NULL, '2017-04-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836182077442, NULL, NULL, 'GPA2017NL008', '绀烘尝鍣�', 'DS1104Z锛堝皬鍥涢�氶亾锛�', '鍖椾含鏅簮', NULL, NULL, '2017-04-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836194660354, NULL, NULL, 'GPA2017NL009', '绀烘尝鍣�', 'DS1104Z锛堝皬鍥涢�氶亾锛�', '鍖椾含鏅簮', NULL, NULL, '2017-04-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836211437569, NULL, NULL, 'GPA2017NL010', '绀烘尝鍣�', 'DS1104Z锛堝皬鍥涢�氶亾锛�', '鍖椾含鏅簮', NULL, NULL, '2017-04-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836232409089, NULL, NULL, 'GPA2017NL011', '绀烘尝鍣�', 'DS1104Z锛堝皬鍥涢�氶亾锛�', '鍖椾含鏅簮', NULL, NULL, '2017-04-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836244992001, NULL, NULL, 'GPA2017NL012', '绀烘尝鍣�', 'DS4014 锛堝ぇ鍥涢�氶亾锛�', '鍖椾含鏅簮', NULL, NULL, '2017-04-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836257574913, NULL, NULL, 'GPA2017NL013', '绀烘尝鍣�', 'DS4014 锛堝ぇ鍥涢�氶亾锛�', '鍖椾含鏅簮', NULL, NULL, '2017-04-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐜涜緵鐢垫皵鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836270157826, NULL, NULL, 'GPC2017NL010', '瓒呴珮鍘嬫竻娲楁按娉�', '鐔婄尗PM-611A', '涓婃捣澶ф磱娲叉満姊版湁闄愬叕鍙�', NULL, NULL, '2017-07-03', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣澶ф磱娲叉満姊版湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836282740738, NULL, NULL, 'GPA2017NH002', '鐖卞崕鍣煶璁�', 'AWA5636-2', '鑻忓窞缃椾集鍏嬫祴鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, '2016-06-02', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鑻忓窞缃椾集鍏嬫祴鎺ф妧鏈湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836303712258, NULL, NULL, 'GPA2017NL014', '绀烘尝鍣� 锛堝懆绔嬪姛锛�', 'ZD2024PLUS', '鐕婂鐢靛瓙绉戞妧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2017-04-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鐕婂鐢靛瓙绉戞妧锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836316295170, NULL, NULL, 'GPA2017NL015', '绀烘尝鍣� 锛堝懆绔嬪姛锛�', 'ZD2024PLUS', '鐕婂鐢靛瓙绉戞妧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2017-03-10', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鐕婂鐢靛瓙绉戞妧锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836328878081, NULL, NULL, 'GPC2017NL011', '姘斿姩鍓ョ嚎鏈�', '3F鍨�', '娣卞湷甯傛案閼鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2017-07-28', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '娣卞湷甯傛案閼鑷姩鍖栬澶囨湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836345655298, NULL, NULL, 'GPC2017NL012', '鑷姩灏佸彛鏈�', 'FR-600', '娴欐睙榧庝笟鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-28', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '娴欐睙榧庝笟鏈烘璁惧鏈夐檺鍏徃锛堟窐瀹濓級', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836358238210, NULL, NULL, 'GPC2017NL013', '鏍囩鍓ョ鏈�', 'BSC-B120', 'BSC 锛堟窐瀹濊喘涔帮級', NULL, NULL, '2017-07-12', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, 'BSC 锛堟窐瀹濊喘涔帮級', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836375015426, NULL, NULL, 'GPC2017NL014', 'PCB鍏ㄨ嚜鍔ㄦ敹鏉挎満', 'x-550-l', '鑻忓窞閼紟鍒涜嚜鍔ㄥ寲绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-07-27', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鑻忓窞閼紟鍒涜嚜鍔ㄥ寲绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836395986945, NULL, NULL, 'GPC2017NL015', '绾跨紗鏍囧織鎵撳嵃鏈�', 'C-210T', '浣宠兘涓芥爣', NULL, NULL, '2017-08-17', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣閿愪嚎鏁扮爜绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '鏈�2017.08.22璇嗗埆鏍囪锛屾湭缂栧彿锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836412764161, NULL, NULL, 'GPC2017NL016', '娆х憺搴锋祴璇曟満鍙�', '41-918 V4 + 41-989 V3', '鑻忓窞娌冨痉绉戠數瀛愭湁闄愬叕鍙�', NULL, NULL, '2017-05-22', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2017-09-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鑻忓窞娌冨痉绉戠數瀛愭湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836433735681, NULL, NULL, 'GPC2017NL017', '鎺ラ┏鍙�', '600MM 甯︾伅鏋�', '鑻忓窞閿︽湀鏄庣數瀛愭湁闄愬叕鍙�', NULL, NULL, '2017-08-01', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2017-09-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鑻忓窞閿︽湀鏄庣數瀛愭湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836454707201, NULL, NULL, 'GPG2017NL013', '绋冲帇鐢垫簮', 'UTP3303/30V 3A', '鑻忓窞瀹夊繀淇$數瀛愭湁闄愬叕鍙�', NULL, NULL, '2017-09-04', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2017-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鑻忓窞瀹夊繀淇$數瀛愭湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836479873025, NULL, NULL, 'GPG2017NL014', '绋冲帇鐢垫簮', 'UTP3303/30V 3A', '鑻忓窞瀹夊繀淇$數瀛愭湁闄愬叕鍙�', NULL, NULL, '2017-09-04', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2017-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鑻忓窞瀹夊繀淇$數瀛愭湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836500844546, NULL, NULL, 'GPG2017NL015', '绋冲帇鐢垫簮', 'UTP3303/30V 3A', '鑻忓窞瀹夊繀淇$數瀛愭湁闄愬叕鍙�', NULL, NULL, '2017-09-04', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2017-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鑻忓窞瀹夊繀淇$數瀛愭湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836521816065, NULL, NULL, 'GPG2017NL016', '鏁版樉鐩存祦鐢垫簮', 'GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2017-09-06', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-09-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鐕婂鐢靛瓙绉戞妧锛堜笂娴凤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836542787585, NULL, NULL, 'GPA2017NL016', '鍏夊姛鐜囪', 'JC3110', '涓婃捣鑱氭祴淇℃伅绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-09-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2017-09-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鑱氭祴淇℃伅绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836559564801, NULL, NULL, 'GPG2017NL017', '宸ユ帶鏈�', 'ipc-610/701vg/i3-2120/4g/1t/dvd/km 鍏覆鍙�', '涓婃捣鍦g晫鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-10-12', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2017-10-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鍦g晫鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, 'i3宸ユ帶鏈猴紝鐢ㄤ簬PSK璺濈鏍囧畾娴嬭瘯鏈�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836580536321, NULL, NULL, 'GOA2017NL214', '宸ヤ笟鐢ㄤ竴浣撶數鑴�', 'SS-150GY锛堣鏍硷細15瀵� 锛�', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-01', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2017-10-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '鐢ㄤ簬杞﹂棿杩涢棬浜鸿劯璇嗗埆绯荤粺'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836605702145, NULL, NULL, 'GPC2017NL018', 'PSK杩滃厜娴嬭瘯鏈�', '杩滃厜娴嬭瘯鏈篗ARO-STF', '鏄嗗北娌冩た鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2016-12-02', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2017-11-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北娌冩た鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836618285057, NULL, NULL, 'GPC2017NL019', 'PSK鏍囧畾鏈鸿澶�', '鏍囧畾鏈鸿澶嘙ARO-STD', '鏄嗗北娌冩た鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-06-23', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2017-11-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北娌冩た鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836639256577, NULL, NULL, 'GPC2017NL020', 'PSK杩戝厜娴嬭瘯鏈�', '杩戝厜娴嬭瘯鏈篗ARO-STP', '鏄嗗北娌冩た鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2016-12-02', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2017-11-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '鏄嗗北娌冩た鐢靛瓙绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836651839489, NULL, NULL, 'GPC2017NL021', '绾跨紗鏍囧織鎵撳嵃鏈�', 'C-210T', '浣宠兘涓芥爣', NULL, NULL, '2017-11-10', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-11-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣閿愪嚎鏁扮爜绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836668616705, NULL, NULL, 'GPD2017NL003', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836685393921, NULL, NULL, 'GPD2017NL004', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836697976833, NULL, NULL, 'GPD2017NL005', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836714754050, NULL, NULL, 'GPD2017NL006', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836727336961, NULL, NULL, 'GPD2017NL007', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836744114178, NULL, NULL, 'GPD2017NL008', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836756697089, NULL, NULL, 'GPD2017NL009', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836773474306, NULL, NULL, 'GPD2017NL010', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836790251522, NULL, NULL, 'GPD2017NL011', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:45', NULL, '2025-02-14 09:53:45', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836807028738, NULL, NULL, 'GPD2017NL012', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836823805954, NULL, NULL, 'GPD2017NL013', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836840583169, NULL, NULL, 'GPD2017NL014', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836857360386, NULL, NULL, 'GPD2017NL015', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836874137602, NULL, NULL, 'GPD2017NL016', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836890914818, NULL, NULL, 'GPD2017NL017', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836903497730, NULL, NULL, 'GPD2017NL018', '宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*720', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836924469249, NULL, NULL, 'GPD2017NL019', '璐ф灦', '璐ф灦2000*500*2000', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-06-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836937052161, NULL, NULL, 'GPD2017NL020', '璐ф灦', '璐ф灦2000*500*2000', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-06-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836953829378, NULL, NULL, 'GPD2017NL021', '璐ф灦', '璐ф灦2000*500*2000', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-06-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836970606593, NULL, NULL, 'GPD2017NL022', '璐ф灦', '璐ф灦1500*600*1500', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217836995772418, NULL, NULL, 'GPD2017NL023', '璐ф灦', '璐ф灦1500*600*1500', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837012549634, NULL, NULL, 'GPD2017NL024', '璐ф灦', '璐ф灦1500*600*1500', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837029326849, NULL, NULL, 'GPD2017NL025', '璐ф灦', '璐ф灦1500*600*1500', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837046104065, NULL, NULL, 'GPD2017NL026', '璐ф灦', '璐ф灦1500*600*1500', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837071269890, NULL, NULL, 'GPD2017NL027', '璐ф灦', '璐ф灦1500*600*1500', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837088047106, NULL, NULL, 'GPD2017NL028', '璐ф灦', '璐ф灦1500*600*1500', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837109018625, NULL, NULL, 'GPD2017NL029', '婊氱瓛鏋�', '2050*1250*1765', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837129990145, NULL, NULL, 'GPD2017NL030', '婊氱瓛鏋�', '2050*1250*1765', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-24', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837155155969, NULL, NULL, 'GPD2017NL031', '浜斿眰璐ф灦', '2m*1.8m*0.4m', '/', NULL, NULL, '2017-11-03', NULL, '淇℃伅鍖栦簨涓氶儴', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '/', '鍙�', NULL, NULL, NULL, '淇℃伅鍖�3妤煎皬杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837176127490, NULL, NULL, 'GPD2017NL032', '浜斿眰璐ф灦', '2m*1.8m*0.4m', '/', NULL, NULL, '2017-11-03', NULL, '淇℃伅鍖栦簨涓氶儴', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '/', '鍙�', NULL, NULL, NULL, '淇℃伅鍖�3妤煎皬杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837197099009, NULL, NULL, 'GOA2017NL222', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837222264834, NULL, NULL, 'GOA2017NL223', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837247430657, NULL, NULL, 'GOA2017NL224', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837264207874, NULL, NULL, 'GOA2017NL225', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837285179393, NULL, NULL, 'GOA2017NL226', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837301956609, NULL, NULL, 'GOA2017NL227', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837327122434, NULL, NULL, 'GOA2017NL228', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837348093953, NULL, NULL, 'GOA2017NL229', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837369065473, NULL, NULL, 'GOA2017NL230', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837394231297, NULL, NULL, 'GOA2017NL231', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837419397122, NULL, NULL, 'GOA2017NL232', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837436174337, NULL, NULL, 'GOA2017NL233', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837465534466, NULL, NULL, 'GOA2017NL234', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837494894594, NULL, NULL, 'GOA2017NL235', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837515866113, NULL, NULL, 'GOA2017NL236', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837532643329, NULL, NULL, 'GOA2017NL237', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837549420546, NULL, NULL, 'GOA2017NL238', '绱㈤�熶竴浣撴満', '鍙屾牳1037U 鍐呭瓨2G 鍥烘�佺‖鐩�32G', '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2017-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞绱㈤�熺數瀛愮鎶�鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '鏁呴殰鎹㈡満杩囩▼涓涪澶�1鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837574586370, NULL, NULL, 'GPC2017NL022', '鍦ㄧ嚎姘旂浉鑹茶氨浠�', 'N200', '鍜屾瀽浠櫒浣狅紙涓婃捣锛夋湁闄愬叕鍙�', NULL, NULL, '2017-09-30', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鍜屾瀽浠櫒浣狅紙涓婃捣锛夋湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837595557890, NULL, NULL, 'GPC2017NL023', '鍦ㄧ嚎楂橀�熺偣鑳舵満', 'AU77D', '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, '2017-08-08', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '2024.09.24杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837620723713, NULL, NULL, 'GPC2017NL024', '鍐峰嵈绯荤粺', '娉夊弸 QYL-D30AF', '涓婃捣娉夎搐瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2017-08-07', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣娉夎搐瀹炰笟鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '瀵屽楂樹綆娓╁簱鎴夸笓鐢ㄥ喎鍗磋缃�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837645889537, NULL, NULL, 'GPC2017NL025', '绌烘皵鍘嬬缉鏈�', 'YB-WWJ200', '涓婃捣鍕囬湼鏈虹數鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2017-11-11', NULL, '淇℃伅鍖栦簨涓氶儴', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鍕囬湼鏈虹數鎶�鏈湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837671055362, NULL, NULL, 'GPC2017NL026', '鏈烘鎵嬭噦', 'MOTOMAN-GP8', '瀹夊窛鐢垫満锛堜腑鍥斤級鏈夐檺鍏徃', NULL, NULL, '2017-10-11', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '瀹夊窛鐢垫満锛堜腑鍥斤級鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '鐢ㄤ簬鐮斿彂銆佸睍浼氬睍瑙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837692026882, NULL, NULL, 'GOB2017NL018', '浜岀淮鐮佹墦鍗版満', '浣冲崥 300瀵嗗害鐐归珮娓呮墦鍗�', '涓婃捣閿愬嵃鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, '2017-11-14', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-01-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣閿愬嵃鐢靛瓙璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837708804098, NULL, NULL, 'GPC2017NL027', 'i-Stock II Plus 鍙屾繁鏅鸿兘浠撳偍', 'i-Stock II Plus 鍙屾繁鏅鸿兘浠撳偍锛坕-Stock 鈪lus锛� 绯荤粺锛堝惈璐存爣鏈�+AGV锛�', '鑻忓窞鑹炬柉杈惧厠鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-05-24', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-01-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑻忓窞鑹炬柉杈惧厠鏅鸿兘绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837725581314, NULL, NULL, 'GPC2018NL001', '姘旂浉鑹茶氨浠�', 'GC9310', '涓婃捣鑹茶氨浠櫒鏈夐檺鍏徃', NULL, NULL, '2017-12-12', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-01-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鑹茶氨浠櫒鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837742358530, NULL, NULL, 'GPG2018NL001', '浼犳劅鍣ㄨ�佸寲浠煖瀛�', '瀹氬埗娆�5灞�', '涓婃捣浣宠繋鏈虹數鎴愬璁惧鏈夐檺鍏徃', NULL, NULL, '2017-08-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-02-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣浣宠繋鏈虹數鎴愬璁惧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '瀹氬埗瑙勬牸锛岄�傜敤浜庝紶鎰熷櫒鑰佸寲'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837767524354, NULL, NULL, 'GPC2018NH001', 'VOCS鍦ㄧ嚎鐩戞祴绯荤粺', '鎸ュ彂鎬ф湁鏈虹墿鍒嗘瀽绯荤粺', '鏉窞娉藉ぉ绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-06-22', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-03-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏉窞娉藉ぉ绉戞妧鏈夐檺鍏徃', '鍙�', NULL, NULL, NULL, '浣嶄簬浼犳劅鍣ㄨ溅闂村簾姘旀不鐞嗗钩鍙颁笅鍙充晶璁惧鏌滄満'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837788495873, NULL, NULL, 'GPC2018NL002', '姝ュ叆寮忛珮浣庢俯璇曢獙绠�', 'CVT 8/40-90', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, '2017-06-15', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-03-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', '鍙�', NULL, NULL, NULL, '寰峰浗浼熸�濆瘜濂囷紝瀹氬埗璁惧'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837805273090, NULL, NULL, 'GPA2018NL001', 'PSK鑷姩鍖栫敓浜х嚎', '瀹氬埗瑙勬牸', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2017-07-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-04-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837826244610, NULL, NULL, 'GPB2018NL001', '姘斿姩鍘嬬嚎閽�', '娆у紡绠″舰绔瓙鍘嬬嚎閽�0.25-2.5骞虫柟(鍙板紡锛�', '涔愭竻甯傜洂鐩嗛樋娴蜂簲閲戝晢琛�', NULL, NULL, '2018-03-26', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2018-04-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涔愭竻甯傜洂鐩嗛樋娴蜂簲閲戝晢琛�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837843021826, NULL, NULL, 'GOB2018NL003', '鍙风爜绠℃墦鍗版満', '浣宠兘C-210E', '涓婃捣閿愪嚎鏁扮爜绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-03-09', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2018-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣閿愪嚎鏁扮爜绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娣樺疂涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837859799041, NULL, NULL, 'GPC2018NL003', '婵�鍏夊垏鍓叉満', 'C60-6040 婵�鍏夊垏鍓叉満锛堝惈鍗囬檷鍙帮級', '鑻忓窞闀壃婵�鍏夌鎶�鏈夐檺鍏徃', NULL, NULL, '2018-01-25', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2018-03-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑻忓窞闀壃婵�鍏夌鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837914324994, NULL, NULL, 'GPC2018NL004', '鏍囩鍓ョ鏈�', 'BSC-110', '涓婃捣宀虫劅鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2018-03-08', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2018-03-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣宀虫劅鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娣樺疂涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837935296513, NULL, NULL, 'GPC2018NL041', '杩炵画寮忓墺鐨墦绔満', 'JHN-BD06', '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2018-01-28', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2018-04-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閫佸垁鐗�3鍓紝妯℃嫙浜у搧涓撶敤鏈�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837956268033, NULL, NULL, 'GPC2018NL042', '杩炵画寮忓墺鐨墦绔満', 'JHN-BD06', '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2018-01-28', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2018-04-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閫佸垁鐗�3鍓紝9700浜у搧涓撶敤鏈�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217837981433857, NULL, NULL, 'GPB2018NL002', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-05-16', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838002405377, NULL, NULL, 'GPB2018NL003', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-05-16', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838019182594, NULL, NULL, 'GPB2018NL004', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-05-16', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838031765505, NULL, NULL, 'GPB2018NL005', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-05-16', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838056931330, NULL, NULL, 'GPB2018NL006', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-05-16', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838073708546, NULL, NULL, 'GPB2018NL007', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-05-16', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838090485761, NULL, NULL, 'GPB2018NL008', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-05-16', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838115651585, NULL, NULL, 'GPB2018NL009', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-05-16', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838136623106, NULL, NULL, 'GPB2018NL010', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203H', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-05-16', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838161788930, NULL, NULL, 'GPB2018NL011', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203H', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-05-16', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838182760450, NULL, NULL, 'GPG2018NL002', '濂ユ触鎵嬪姩鍙夎溅', '2.5鍚� 瑙勬牸锛氭爣鍑嗘520*1150', '涓婃捣闀块敠鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, '2018-06-01', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣闀块敠鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838207926273, NULL, NULL, 'GPC2018NL005', '鍏ㄨ嚜鍔ㄧ數鑴戝垏绠℃満', 'MTF-200ST', '娣卞湷甯傝繄鑵鹃绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-01-07', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '娣卞湷甯傝繄鑵鹃绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838224703489, NULL, NULL, 'GPG2018NL003', '楂樹綆娓╁疄楠岀 搴曞骇妗嗘灦', '瀹氬埗娆�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-05-14', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838241480706, NULL, NULL, 'GPG2018NL004', '楂樹綆娓╁疄楠岀 搴曞骇妗嗘灦', '瀹氬埗娆�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-05-14', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838262452226, NULL, NULL, 'GPG2018NL006', '楂樹綆娓╁疄楠岀 搴曞骇妗嗘灦', '瀹氬埗娆�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-05-14', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838279229442, NULL, NULL, 'GPG2018NL005', '鑷姩娴嬭瘯鍙版満鏌�', '瀹氬埗娆�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-03-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838300200961, NULL, NULL, 'GPG2018NL007', '涓濇潌', '涓濇潌涓�鎵�', '涓婃捣鑱斿法鏈虹數鏈夐檺鍏徃', NULL, NULL, '2018-05-15', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鑱斿法鏈虹數鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838325366785, NULL, NULL, 'GPG2018NL010', '鐮斿崕宸ユ帶鏈�', 'ARK-1550-S9A1E', '娣卞湷鐮斿崕', NULL, NULL, '2017-09-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鎷撳嘲鑷姩鍖栫郴缁熸湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿锛孭SK璁惧璁惧浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838350532609, NULL, NULL, 'GPG2018NL011', '楂橀鍒囨崲寮�鍏�', '楂橀鍒囨崲寮�鍏�', '鍖椾含淇℃祴绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-07-28', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鍖椾含淇℃祴绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤锛燂紵'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838367309826, NULL, NULL, 'GPG2018NL013', '绯荤粺纭洏', '绯荤粺纭洏', '娣卞湷甯傚瘜娓开绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-04-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '娣卞湷甯傚瘜娓开绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838388281345, NULL, NULL, 'GPG2018NL008', '鐢佃瘽妯℃嫙鍒嗘満璁惧', 'AVAYA鐢佃瘽妯℃嫙鍒嗘満璁惧', '鍖椾含绾㈠竼鑱斿悎缃戠粶閫氫俊绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-05-28', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鍖椾含绾㈠竼鑱斿悎缃戠粶閫氫俊绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838405058562, NULL, NULL, 'GPG2018NL012', '鍔熺巼鏀惧ぇ鍣�', '鍔熺巼鏀惧ぇ鍣�', '鍖椾含淇℃祴绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-08-28', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鍖椾含淇℃祴绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤锛燂紵'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838421835778, NULL, NULL, 'GOG2018NL001', '鎶曞奖骞�', '瀹氬埗瑙勬牸锛岄仴鎺ч粦鐧介潰', '绾㈠彾褰辫鍣ㄦ潗鑲′唤鏈夐檺鍏徃', NULL, NULL, '2017-08-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑻忓窞杩浖鏅鸿兘褰遍煶绯荤粺宸ョ▼鏈夐檺鍏徃', '闈�', NULL, NULL, NULL, '鏁板瓧杞﹂棿锛孭SK璁惧璁惧浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838442807297, NULL, NULL, 'GPC2018NL006', '杩涘彛楂樹綆娓╄瘯楠岀', 'VCL7006', 'Votsch Industrietechnik寰峰浗浼熸�濆瘜濂�', NULL, NULL, '2018-04-26', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, 'Votsch Industrietechnik寰峰浗浼熸�濆瘜濂�', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838467973122, NULL, NULL, 'GPC2018NL007', '杩涘彛楂樹綆娓╄瘯楠岀', 'VTL4006', 'Votsch Industrietechnik寰峰浗浼熸�濆瘜濂�', NULL, NULL, '2018-04-26', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, 'Votsch Industrietechnik寰峰浗浼熸�濆瘜濂�', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤锛�2023.12.21杞爺鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838501527554, NULL, NULL, 'GPC2018NL008', '杩涘彛楂樹綆娓╄瘯楠岀', 'VTL4006', 'Votsch Industrietechnik寰峰浗浼熸�濆瘜濂�', NULL, NULL, '2018-04-26', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, 'Votsch Industrietechnik寰峰浗浼熸�濆瘜濂�', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838518304770, NULL, NULL, 'GOA2018NL074', '鐢佃剳', '鐢佃剳', '娣卞湷甯傝禌閼绉戞妧鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '娣卞湷甯傝禌閼绉戞妧鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838535081986, NULL, NULL, 'GPG2018NL014', '瓒呯骇鎭掓俯姘存荡閿�', '瓒呯骇鎭掓俯姘存荡閿�', '甯稿窞甯備竾鍚堜华鍣ㄥ埗浣滄湁闄愬叕鍙�', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '甯稿窞甯備竾鍚堜华鍣ㄥ埗浣滄湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838564442113, NULL, NULL, 'GPG2018NL015', '鎭掓俯姘存荡妲�', '鎭掓俯姘存荡妲�', '甯稿窞閲戝潧涓椇浠櫒鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '甯稿窞閲戝潧涓椇浠櫒鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838585413634, NULL, NULL, 'GPC2018NL009', '鐪熺┖娴告紗璁惧', '鐪熺┖娴告紗璁惧', '寮犲娓競浣抽緳鐪熺┖娴告紗璁惧鍒堕�犲巶', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '寮犲娓競浣抽緳鐪熺┖娴告紗璁惧鍒堕�犲巶', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤锛�2024.10.07宸茶蛋鎶ュ簾鍗曪紝鍙樺崠'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838606385154, NULL, NULL, 'GPG2018NL016', '鏃犻娇甯﹂敮', 'MJ104', '姹熻嫃鑵鹃鏁版帶鏈烘鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '姹熻嫃鑵鹃鏁版帶鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838627356674, NULL, NULL, 'GPC2018NL010', '鍙岀骇绾按璁惧', 'HY-DRO 300', '涓婃捣鎯犳簮姘村鐞嗚澶囨湁闄愬叕鍙�', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鎯犳簮姘村鐞嗚澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838644133889, NULL, NULL, 'GPG2018NL017', '鍙拌溅鐐�', 'SXL-900T/120', '涓婃捣閽滄櫠绮惧瘑浠櫒鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣閽滄櫠绮惧瘑浠櫒鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤锛�2024.10.07宸茶蛋鎶ュ簾鍗曪紝鍙樺崠'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838656716801, NULL, NULL, 'GPC2018NL011', '寰尝杞洏寮忓共鐕ョ', '30kw', '涓婃捣鏂¢緳寰尝绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鏂¢緳寰尝绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤锛�2024.10.07宸茶蛋鎶ュ簾鍗曪紝鍙樺崠'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838677688322, NULL, NULL, 'GPC2018NL012', '娣疯兌绯荤粺', '鍒嗘暎鏈虹瓑7绉嶉厤浠�', '涓婃捣娉曞瓪鑾辨満鐢电鎶�鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣娉曞瓪鑾辨満鐢电鎶�鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838694465538, NULL, NULL, 'GPC2018NL013', '6M鏌旀�ц嚜鍔ㄧ粍瑁呯嚎', 'SSM-6M/鏅鸿兘鍏煎鎬э紝闈炴爣瀹氬埗', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838715437058, NULL, NULL, 'GPA2018NL002', '鏅鸿兘鐢熶骇绾�', '9700鑷姩缁勮绾跨敓浜х嚎', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838736408578, NULL, NULL, 'GPA2018NL003', '鐡︽绾哥敓浜х嚎', '鐡︽绾哥敓浜х嚎', '姹熼槾甯傞�氭儬鏈烘鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '姹熼槾甯傞�氭儬鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838753185794, NULL, NULL, 'GOA2018NL073', '鐢佃剳', '鐢佃剳', '娣卞湷甯傝禌閼绉戞妧鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '娣卞湷甯傝禌閼绉戞妧鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838769963009, NULL, NULL, 'GOA2018NL075', '浜ゆ崲鏈�', '浜ゆ崲鏈�', '涓婃捣鏃轰咕鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鏃轰咕鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838782545921, NULL, NULL, 'GPA2018NL004', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838803517442, NULL, NULL, 'GPA2018NL005', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838816100353, NULL, NULL, 'GPA2018NL006', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838828683266, NULL, NULL, 'GPA2018NL007', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838841266178, NULL, NULL, 'GPA2018NL008', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838853849089, NULL, NULL, 'GPA2018NL009', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838870626306, NULL, NULL, 'GPA2018NL010', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838883209217, NULL, NULL, 'GPA2018NL011', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838916763650, NULL, NULL, 'GPA2018NL012', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838946123778, NULL, NULL, 'GPA2018NL013', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838962900993, NULL, NULL, 'GPA2018NL014', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤锛�2024.05.20杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838975483905, NULL, NULL, 'GPA2018NL015', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217838988066817, NULL, NULL, 'GPA2018NL016', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839000649730, NULL, NULL, 'GPA2018NL017', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839013232641, NULL, NULL, 'GPA2018NL018', '楂樼簿搴︽櫤鑳芥祴璇曚华', 'HT-1000A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839030009858, NULL, NULL, 'GPG2018NL018', '绋嬫帶鍥哄寲瀹�', '绋嬫帶鍥哄寲瀹�', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839042592769, NULL, NULL, 'GPC2018NL014', '娌规按鍒嗙鍣�', 'SHY-I-A (L2000*W850*H1200mm)', '涓婃捣姹囧厓鐜繚璁惧鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣姹囧厓鐜繚璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839055175682, NULL, NULL, 'GPG2018NL019', '绠″紡鐢电倝', '绠″紡鐢电倝', '涓婃捣鍗庡鐢电倝鍘�', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鍗庡鐢电倝鍘�', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839071952897, NULL, NULL, 'GPA2018NL019', '鏅鸿兘鎸姩鍐插嚮浠�', 'HT-150A', '涓婃捣棣栫澘鑷姩鍖栫鎶�鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣棣栫澘鑷姩鍖栫鎶�鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839088730114, NULL, NULL, 'GPA2018NL020', '鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠�', 'HT-100A', '涓婃捣棣栫澘鑷姩鍖栫鎶�鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣棣栫澘鑷姩鍖栫鎶�鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839105507330, NULL, NULL, 'GPA2018NL021', '鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠�', 'HT-100A', '涓婃捣棣栫澘鑷姩鍖栫鎶�鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣棣栫澘鑷姩鍖栫鎶�鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839118090242, NULL, NULL, 'GPC2018NL015', '姘斾綋璐ㄩ噺鎺у埗鍣�', 'CX-GMFM-XD300M/XD300C', '涓婃捣鐡风啓浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, '2018-06-28', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐡风啓浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839130673154, NULL, NULL, 'GPC2018NL016', '绂荤嚎寮廇OI', '绂荤嚎寮廇OI VCTA-Z5X', '娣卞湷甯傛尟鍗庡叴绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-06-21', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '娣卞湷甯傛尟鍗庡叴绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839143256065, NULL, NULL, 'GPC2018NL017', '鍚搁檮璇曢獙鍙�', '1500*850*1700', '涓婃捣绱㈡灄娴佷綋鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2017-12-05', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣绱㈡灄娴佷綋鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '/'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839164227586, NULL, NULL, 'GOA2018NL076', '鐮斿崕宸ユ帶鏈�', 'UNO-2272G', '涓婃捣鍦g晫鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-04-16', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鍦g晫鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839181004801, NULL, NULL, 'GPA2018NL022', '姘村垎娴嬭瘯浠�', 'DHS-10A', '娴欐睙鍔涜景浠櫒绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-06-10', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '娴欐睙鍔涜景浠櫒绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839193587714, NULL, NULL, 'GPG2018NL026', '鏁板瓧鍖栬溅闂磋蒋浠剁郴缁�', '鏁板瓧鍖栬溅闂达紝澶氶」杞欢鍚堣', '娴峰疂杞欢', NULL, NULL, '2018-06-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '娴峰疂杞欢', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839210364930, NULL, NULL, 'GPG2018NL020', '宸ヤ笟鏃犵嚎AP', '宸ヤ笟AP AWK-1131A-EU', '涓婃捣楦跨爺鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-07-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣楦跨爺鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839222947841, NULL, NULL, 'GPG2018NL021', '宸ヤ笟鏃犵嚎AP', '宸ヤ笟AP AWK-1131A-EU', '涓婃捣楦跨爺鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-07-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣楦跨爺鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839239725057, NULL, NULL, 'GPG2018NL022', '宸ヤ笟鏃犵嚎AP', '宸ヤ笟AP AWK-1131A-EU', '涓婃捣楦跨爺鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-07-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣楦跨爺鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839260696578, NULL, NULL, 'GPG2018NL023', '宸ヤ笟鏃犵嚎AP', '宸ヤ笟AP AWK-1131A-EU', '涓婃捣楦跨爺鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-07-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣楦跨爺鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839277473794, NULL, NULL, 'GPG2018NL024', '宸ヤ笟鏃犵嚎AP', '宸ヤ笟AP AWK-1131A-EU', '涓婃捣楦跨爺鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-07-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣楦跨爺鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839290056705, NULL, NULL, 'GPG2018NL025', '宸ヤ笟鏃犵嚎AP', '宸ヤ笟AP AWK-1131A-EU', '涓婃捣楦跨爺鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2017-07-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣楦跨爺鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839306833921, NULL, NULL, 'GPC2018NL018', '3杞寸剨鎺ユ満鍣ㄤ汉', 'QUICK 9220A', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-06-21', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839327805441, NULL, NULL, 'GPD2018NL002', '璐ф灦', 'L6500(澶�)*W600*H2300', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2018-06-21', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839344582658, NULL, NULL, 'GPD2018NL003', '璐ф灦', 'L1400(澶�)*W400*H1850', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2018-06-21', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839357165569, NULL, NULL, 'GPD2018NL004', '璐ф灦', 'L1400(澶�)*W400*H1850', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2018-06-21', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839369748481, NULL, NULL, 'GPD2018NL005', '璐ф灦', 'L2900(澶�)*W600*H2300', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2018-06-21', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839386525698, NULL, NULL, 'GPB2018NL012', '鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-06-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839403302913, NULL, NULL, 'GPB2018NL013', '鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-06-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839420080129, NULL, NULL, 'GPB2018NL014', '鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-06-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839436857345, NULL, NULL, 'GPB2018NL015', '鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-06-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839453634562, NULL, NULL, 'GPB2018NL016', '鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-06-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839466217474, NULL, NULL, 'GPB2018NL017', '鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-06-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839487188994, NULL, NULL, 'GPB2018NL018', '鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-06-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839503966209, NULL, NULL, 'GPB2018NL019', '鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-06-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839520743426, NULL, NULL, 'GPB2018NL020', '鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-06-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839529132034, NULL, NULL, 'GPB2018NL021', '鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-06-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839550103554, NULL, NULL, 'GPC2018NL019', '楂樼簿瀵嗙偣鑳舵満', '寰瀷妗岄潰鏈哄櫒浜�', '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, '2018-06-13', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏌旀�х嚎'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839571075074, NULL, NULL, 'GPG2018NL027', '涓枃鎷h揣鐢靛瓙鏍囩绠$悊绯荤粺', '瀹氬埗鐢靛瓙鏍囩绯荤粺', '涓婃捣鑺壒鏁板瓧鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2017-04-03', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鑺壒鏁板瓧鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839592046594, NULL, NULL, 'GOA2018NL095', '鏄剧ず鍣�', 'E1715S', '鎴村皵', NULL, NULL, '2018-07-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鍏堝淇℃伅鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐢ㄤ簬浼楁嘲鍏�9700鑷姩鍖栫敓浜х嚎宸ヤ綅3澶勩��'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839608823810, NULL, NULL, 'GOA2018NL096', '鏄剧ず鍣�', 'E1715S', '鎴村皵', NULL, NULL, '2018-07-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鍏堝淇℃伅鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐢ㄤ簬浼楁嘲鍏�9700鑷姩鍖栫敓浜х嚎宸ヤ綅3澶勩��'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839629795330, NULL, NULL, 'GOA2018NL097', '鏄剧ず鍣�', 'E1715S', '鎴村皵', NULL, NULL, '2018-07-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鍏堝淇℃伅鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐢ㄤ簬浼楁嘲鍏�9700鑷姩鍖栫敓浜х嚎宸ヤ綅3澶勩��'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839642378241, NULL, NULL, 'GPG2018NL031', '宸ユ帶鏈�', '鐮斿噷208鏃犻鎵囧伐鎺ф満J1900', '娣卞湷甯傝禌鐣呯鎶�鏈夐檺鍏徃', NULL, NULL, '2018-07-12', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '娣卞湷甯傝禌鐣呯鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢ㄤ簬浼楁嘲鍏�9700鑷姩鍖栫敓浜х嚎'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839663349761, NULL, NULL, 'GOA2018NH009', 'MOXA浜ゆ崲鏈�', 'EDS-205A', '涓婃捣浼樼壒鏂板疄涓氭湁闄愬叕鍙�', NULL, NULL, '2018-07-01', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣浼樼壒鏂板疄涓氭湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839680126978, NULL, NULL, 'GPG2018NH001', '绮樺害璁�', 'NDJ-9S', '涓婃捣骞宠僵绉戝浠櫒鏈夐檺鍏徃', NULL, NULL, '2018-07-19', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣骞宠僵绉戝浠櫒鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839705292802, NULL, NULL, 'GPG2018NH002', '瀹氶噺鍙栨牱鍣�', 'YT-DL100', '鏉窞鐮旂壒绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-07-01', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏉窞鐮旂壒绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839734652929, NULL, NULL, 'GPA2018NH001', '娴嬭瘯浠� 锛堥閫熶华锛�', '6036P', '骞垮窞鍚涜揪浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, '2018-05-25', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '骞垮窞鍚涜揪浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839759818753, NULL, NULL, 'GOA2018NH010', '涓�浣撳伐浣滅珯', 'IPPC-6192A', '鍖椾含涓滄.鍏版嘲绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-07-01', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鍖椾含涓滄.鍏版嘲绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839793373186, NULL, NULL, 'GPC2018NL040', '鎵嬫帹璧板垁寮忓垎鏉挎満', 'NS-785 L450*W330*H350锛坢m锛�', '娣卞湷甯傛柊鍏夋壃鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, '2018-08-22', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '娣卞湷甯傛柊鍏夋壃鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839810150402, NULL, NULL, 'GPG2018NL032', '娑插帇杞︼紙濂ユ触锛�', 'NP510', '涓婃捣闀块敠鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, '2018-08-22', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣闀块敠鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839831121921, NULL, NULL, 'GPG2018NL033', '鍗婄數鍔ㄥ爢楂樿溅', 'BT05309F', '涓婃捣缃楀�嶆嫇宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2018-09-07', NULL, '宸ョ▼鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣缃楀�嶆嫇宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839847899137, NULL, NULL, 'GPG2018NL034', '闄剁摲绾ょ淮椹紬鐐�', 'SXL-1200C', '涓婃捣閽滄櫠绮惧瘑浠櫒鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2018-09-07', NULL, '宸ョ▼鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣閽滄櫠绮惧瘑浠櫒鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839868870657, NULL, NULL, 'GPG2018NL035', '濉戞枡妗�', '1000L', '涓婃捣灏婇湒濉戞枡鍒跺搧鏈夐檺鍏徃', NULL, NULL, '2018-09-07', NULL, '宸ョ▼鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣灏婇湒濉戞枡鍒跺搧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839894036481, NULL, NULL, 'GPG2018NL036', '濉戞枡妗�', '1000L', '涓婃捣灏婇湒濉戞枡鍒跺搧鏈夐檺鍏徃', NULL, NULL, '2018-09-07', NULL, '宸ョ▼鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣灏婇湒濉戞枡鍒跺搧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839915008001, NULL, NULL, 'GPG2018NL037', '椹紬鐐夋墭鐩�', '1100*700', '甯稿窞缁村厠浣庢俯璁惧鏈夐檺鍏徃', NULL, NULL, '2018-09-07', NULL, '宸ョ▼鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '甯稿窞缁村厠浣庢俯璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839935979521, NULL, NULL, 'GPG2018NL038', '鍚婄搴曞骇', '蠁1100', '甯稿窞缁村厠浣庢俯璁惧鏈夐檺鍏徃', NULL, NULL, '2018-09-07', NULL, '宸ョ▼鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '甯稿窞缁村厠浣庢俯璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839956951042, NULL, NULL, 'GPG2018NL045', '钃濈墮鎵撳嵃鏈�', 'JC B3', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217839986311169, NULL, NULL, 'GPG2018NL046', '钃濈墮鎵撳嵃鏈�', 'JC B3', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840011476993, NULL, NULL, 'GPG2018NL047', '钃濈墮鎵撳嵃鏈�', 'JC B3', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840040837122, NULL, NULL, 'GPG2018NL048', '钃濈墮鎵撳嵃鏈�', 'JC B3', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840061808642, NULL, NULL, 'GPG2018NL049', '钃濈墮鎵撳嵃鏈�', 'JC B3', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840082780161, NULL, NULL, 'GPG2018NL050', '钃濈墮鎵撳嵃鏈�', 'JC B3', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840103751682, NULL, NULL, 'GPG2018NL039', '鎵嬫寔缁堢PDA', 'PDA', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840120528898, NULL, NULL, 'GPG2018NL040', '鎵嬫寔缁堢PDA', 'PDA', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840141500417, NULL, NULL, 'GPG2018NL041', '鎵嬫寔缁堢PDA', 'PDA', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840166666242, NULL, NULL, 'GPG2018NL042', '鎵嬫寔缁堢PDA', 'PDA', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840187637762, NULL, NULL, 'GPG2018NL043', '鎵嬫寔缁堢PDA', 'PDA', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840204414978, NULL, NULL, 'GPG2018NL044', '鎵嬫寔缁堢PDA', 'PDA', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-09-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840225386497, NULL, NULL, 'GPG2018NL051', '楂樼簿搴︿笁鐖唴寰勫崈鍒嗗昂', '鏃ユ湰涓変赴 鍨嬪彿HT-10R', '涓滆帪甯傞敮宸ヤ簲閲戣锤鏄撴湁闄愬叕鍙�', NULL, NULL, '2018-09-13', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓滆帪甯傞敮宸ヤ簲閲戣锤鏄撴湁闄愬叕鍙�', NULL, NULL, NULL, NULL, 'IQC鏉ユ枡妫�楠屼娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840246358018, NULL, NULL, 'GPG2018NL052', '浜岀淮鐮佹爣绛炬墦鍗版満', '浣冲崥300dpi', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒剁▼杩芥函鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840275718146, NULL, NULL, 'GPG2018NL053', '浜岀淮鐮佹爣绛炬墦鍗版満', '浣冲崥300dpi', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒剁▼杩芥函鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840292495362, NULL, NULL, 'GPG2018NL054', '浜岀淮鐮佹爣绛炬墦鍗版満', '浣冲崥300dpi', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒剁▼杩芥函鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840313466881, NULL, NULL, 'GPG2018NL055', '浜岀淮鐮佹爣绛炬墦鍗版満', '浣冲崥300dpi', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒剁▼杩芥函鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840330244097, NULL, NULL, 'GPG2018NL056', '浜岀淮鐮佹爣绛炬墦鍗版満', '浣冲崥300dpi', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒剁▼杩芥函鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840363798529, NULL, NULL, 'GPG2018NL057', '浜岀淮鐮佹爣绛炬墦鍗版満', '浣冲崥300dpi', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒剁▼杩芥函鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840393158657, NULL, NULL, 'GPG2018NL058', '浜岀淮鐮佹爣绛炬墦鍗版満', '浣冲崥300dpi', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒剁▼杩芥函鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840409935873, NULL, NULL, 'GPG2018NL059', '浜岀淮鐮佹爣绛炬墦鍗版満', '浣冲崥300dpi', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒剁▼杩芥函鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840430907393, NULL, NULL, 'GPG2018NL060', '浜岀淮鐮佹爣绛炬墦鍗版満', '浣冲崥300dpi', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒剁▼杩芥函鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840451878914, NULL, NULL, 'GPG2018NL061', '浜岀淮鐮佹爣绛炬墦鍗版満', '浣冲崥300dpi', '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-09-04', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏃犻敗鍗庣殦鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒剁▼杩芥函鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840468656130, NULL, NULL, 'GOA2018NL134', '鏃犻鎵囧伐鎺ф満', '杩蜂綘浣庡姛鑰�', '娣卞湷甯傛帶姹囨櫤鑳借偂浠芥湁闄愬叕鍙�', NULL, NULL, '2018-09-19', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '娣卞湷甯傛帶姹囨櫤鑳借偂浠芥湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '9700鑷姩鍖栫嚎鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840485433345, NULL, NULL, 'GPG2018NL062', '瓒呴煶娉㈡ā鍏�', 'PSF鐩栨澘 20K', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2018-09-03', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, 'PSF鐩栨澘妯″叿涓�濂� 20Khz'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840502210561, NULL, NULL, 'GPG2018NL063', '鑰佸寲浠満鏌�', '浼犳劅鍣ㄨ�佸寲浠満鏌滐紙瀹氬埗娆撅級', '涓婃捣浣宠繋鏈虹數鎴愬璁惧鏈夐檺鍏徃', NULL, NULL, '2018-10-11', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣浣宠繋鏈虹數鎴愬璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ�佸寲鏈烘煖锛屽畾鍒�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840523182081, NULL, NULL, 'GPD2018NL006', '璐ф灦', '璐ф灦1280*600*2200', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2018-10-11', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '灏佺綈闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840539959298, NULL, NULL, 'GPD2018NL007', '璐ф灦', '璐ф灦1280*600*2200', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2018-10-11', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '灏佺綈闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840560930818, NULL, NULL, 'GPG2018NL064', '涓绘澘涓庨暅鏋讹紙鐑帇娌诲叿锛�', 'pse鏌旀�х嚎浣跨敤娌诲叿 1804椤圭洰', '鑻忓窞娌冨痉绉戠數瀛愭湁闄愬叕鍙�', NULL, NULL, '2018-10-12', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑻忓窞娌冨痉绉戠數瀛愭湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '1804椤圭洰 pse鏌旀�х嚎浣跨敤娌诲叿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840581902337, NULL, NULL, 'GPG2018NL065', '澹充綋涓庝富鏉块暅鏋讹紙鐑帇娌诲叿锛�', 'pse鏌旀�х嚎浣跨敤娌诲叿 1804椤圭洰', '鑻忓窞娌冨痉绉戠數瀛愭湁闄愬叕鍙�', NULL, NULL, '2018-10-12', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鑻忓窞娌冨痉绉戠數瀛愭湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '1804椤圭洰 pse鏌旀�х嚎浣跨敤娌诲叿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840602873858, NULL, NULL, 'GPC2018NL043', '鑷姩鐒婃帴鏈哄櫒浜�', 'QUICK9220A', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2018-10-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840619651073, NULL, NULL, 'GPC2018NL044', '瓒呴煶娉㈢啍鎺ユā鍏�', 'PSE 鎸夐敭锛�35KHZ锛�', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2018-10-30', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2018-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '2024.04.25杞Щ瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840644816898, NULL, NULL, 'GPC2018NL045', '瓒呴煶娉㈢啍鎺ユā鍏�', 'PSE 婊ゅ厜鐗� 20KHZ', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2018-10-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840661594113, NULL, NULL, 'GPC2018NL046', '瓒呴煶娉㈢啍鎺ユā鍏�', 'PSE 鍚庣洊鏉� 20KHZ', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2018-10-31', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-11-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840678371329, NULL, NULL, 'GPA2018NH007', '渚挎惡寮廣OC妫�娴�', '鍨嬪彿锛歱pbRAE3000', '缇庡浗鍗庣憺', NULL, NULL, '2018-11-16', NULL, '宸ョ▼鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣瑾夌憺浠櫒鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840695148545, NULL, NULL, 'GOG2018NH005', 'CK 涓�浣撳紡绾犲亸绯荤粺', 'LC-A50-750*300', '涓北甯傝幈绉戣嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2018-11-22', NULL, '宸ョ▼鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓北甯傝幈绉戣嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840720314369, NULL, NULL, 'GOG2018NH006', 'CK 涓�浣撳紡绾犲亸绯荤粺', 'LC-A50-750*300', '涓北甯傝幈绉戣嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2018-11-22', NULL, '宸ョ▼鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓北甯傝幈绉戣嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840741285889, NULL, NULL, 'GOG2018NH007', 'CK 涓�浣撳紡绾犲亸绯荤粺', 'LC-A50-750*300', '涓北甯傝幈绉戣嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2018-11-22', NULL, '宸ョ▼鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2018-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓北甯傝幈绉戣嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840758063105, NULL, NULL, 'GPC2018NL047', '绾㈠娓╁害浼犳劅鍣�', 'RAYCMLTV3M锛�-20锝�500搴︼紝0-5V鐢靛帇杈撳嚭,3绫筹級', '娣卞湷缁村鍒╂柉绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-11-16', NULL, '淇℃伅鍖栦簨涓氶儴', NULL, NULL, NULL, NULL, NULL, NULL, '2018-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '娣卞湷缁村鍒╂柉绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840783228930, NULL, NULL, 'GOB2018NL008', '鍙风爜绠℃墦鍗版満', '浣宠兘C-210E', '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2018-12-04', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '宸ョ▼涓績椤圭洰鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840804200449, NULL, NULL, 'GOB2018NL009', '鍙风爜绠℃墦鍗版満', '浣宠兘C-210E', '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2018-12-04', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '宸ョ▼涓績椤圭洰鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840825171970, NULL, NULL, 'GOB2018NL010', '鍨嬫爣绛炬墦鍗版満', '鍏勫紵鐗孭T-18Rz', '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2018-12-06', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-10-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '宸ョ▼涓績椤圭洰鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840883892226, NULL, NULL, 'GPA2019NL001', '鍙嶅皠鐜囨祴瀹氫华', 'C84-鈪㈠瀷', '涓婃捣涓撹壊璐告槗鏈夐檺鍏徃', NULL, NULL, '2018-12-29', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣涓撹壊璐告槗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璐ㄩ噺绠$悊閮�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840909058050, NULL, NULL, 'GPB2019NL001', '閾濆瀷鏉愭帹杞�', '瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-12-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂寸敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840930029569, NULL, NULL, 'GPB2019NL002', '閾濆瀷鏉愭帹杞�', '瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-12-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂寸敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840955195393, NULL, NULL, 'GPB2019NL003', '閾濆瀷鏉愬皬鎺ㄨ溅', '瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-12-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂寸敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217840984555522, NULL, NULL, 'GPG2019NL001', '鏃ユ湰涓変赴鏁版樉娓告爣鍗″昂', '200mm/500-197/鍏嫳', '涓滆帪甯傞敮宸ヤ簲閲戣锤鏄撴湁闄愬叕鍙�', NULL, NULL, '2018-12-29', NULL, '鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:46', NULL, '2025-02-14 09:53:46', NULL, '涓滆帪甯傞敮宸ヤ簲閲戣锤鏄撴湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍐呴儴缂栧彿锛歂PA2018H009'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841001332737, NULL, NULL, 'GPC2019NL001', '10.4瀵哥數瀹逛竴浣撴満', '10.4瀵哥數瀹硅Е鎽�', '涓婃捣妫厠鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-12-29', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣妫厠鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841026498561, NULL, NULL, 'GPC2019NL002', '10.4瀵哥數瀹逛竴浣撴満', '10.4瀵哥數瀹硅Е鎽�', '涓婃捣妫厠鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-12-29', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣妫厠鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841047470081, NULL, NULL, 'GPC2019NL003', '鏃犵嚎浜岀淮鐮佹壂鎻忚澶�', '甯﹀厖鐢靛骇+鏁版嵁绾�', '骞垮窞鍜屼负鐩涗俊鎭鎶�鏈夐檺鍏徃', NULL, NULL, '2018-09-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '骞垮窞鍜屼负鐩涗俊鎭鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841064247297, NULL, NULL, 'GPC2019NL004', '鏃犵嚎浜岀淮鐮佹壂鎻忚澶�', '甯﹀厖鐢靛骇+鏁版嵁绾�', '骞垮窞鍜屼负鐩涗俊鎭鎶�鏈夐檺鍏徃', NULL, NULL, '2018-09-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '骞垮窞鍜屼负鐩涗俊鎭鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841081024514, NULL, NULL, 'GPC2019NL005', '鏃犵嚎浜岀淮鐮佹壂鎻忚澶�', '甯﹀厖鐢靛骇+鏁版嵁绾�', '骞垮窞鍜屼负鐩涗俊鎭鎶�鏈夐檺鍏徃', NULL, NULL, '2018-09-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '骞垮窞鍜屼负鐩涗俊鎭鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841106190337, NULL, NULL, 'GPC2019NL006', '鏃犵嚎浜岀淮鐮佹壂鎻忚澶�', '甯﹀厖鐢靛骇+鏁版嵁绾�', '骞垮窞鍜屼负鐩涗俊鎭鎶�鏈夐檺鍏徃', NULL, NULL, '2018-09-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '骞垮窞鍜屼负鐩涗俊鎭鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841127161858, NULL, NULL, 'GPC2019NL007', '鏃犵嚎浜岀淮鐮佹壂鎻忚澶�', '甯﹀厖鐢靛骇+鏁版嵁绾�', '骞垮窞鍜屼负鐩涗俊鎭鎶�鏈夐檺鍏徃', NULL, NULL, '2018-09-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '骞垮窞鍜屼负鐩涗俊鎭鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841152327682, NULL, NULL, 'GPC2019NL008', '鏃犵嚎浜岀淮鐮佹壂鎻忚澶�', '甯﹀厖鐢靛骇+鏁版嵁绾�', '骞垮窞鍜屼负鐩涗俊鎭鎶�鏈夐檺鍏徃', NULL, NULL, '2018-09-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '骞垮窞鍜屼负鐩涗俊鎭鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841169104897, NULL, NULL, 'GPC2019NL009', '璇荤爜鍣�', 'Matrix120 210-010', '寰楀埄鎹�', NULL, NULL, '2018-12-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佺鑷姩鍖栵紙涓婃捣锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂寸敤锛孷GA鑷姩寮�闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841190076417, NULL, NULL, 'GPC2019NL010', '璇荤爜鍣�', 'Matrix120 210-010', '寰楀埄鎹�', NULL, NULL, '2018-12-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佺鑷姩鍖栵紙涓婃捣锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂寸敤锛孷GA鑷姩寮�闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841215242242, NULL, NULL, 'GPC2019NL011', '璇荤爜鍣�', 'Matrix120 210-010', '寰楀埄鎹�', NULL, NULL, '2018-12-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佺鑷姩鍖栵紙涓婃捣锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂寸敤锛孷GA鑷姩寮�闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841232019457, NULL, NULL, 'GPC2019NL012', '璇荤爜鍣�', 'Matrix120 210-010', '寰楀埄鎹�', NULL, NULL, '2018-12-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佺鑷姩鍖栵紙涓婃捣锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂寸敤锛孷GA鑷姩寮�闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841252990978, NULL, NULL, 'GPC2019NL013', '瑙︽懜灞�', 'HMI MT8103IE 10瀵� 濞佺憾閫�', '鑻忓窞杈夊姳鐢垫皵绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-12-28', NULL, '绯荤粺椤圭洰閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑻忓窞杈夊姳鐢垫皵绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '绯荤粺椤圭洰閮�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841278156802, NULL, NULL, 'GPG2019NL011', '鐢靛瓙绉�', 'JS-30D 绉伴噸閲嶉噺锛�30KG', '涓婃捣淇¤ 鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣淇¤ 鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鎴愬搧搴�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841299128321, NULL, NULL, 'GPC2019NL014', '缂撳啿姘旀场鍏呮皵鏈�', 'wiair-1000', '瀹佹尝骞垮崥鏂囧叿瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佹尝骞垮崥鏂囧叿瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841311711234, NULL, NULL, 'GPC2019NL015', 'Winson鎵嬫寔鎵爜鏋�', 'WNL-6023B/V-RS232', '骞垮窞甯傞煢灏旇淇℃伅绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '骞垮窞甯傞煢灏旇淇℃伅绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841332682754, NULL, NULL, 'GPC2019NL016', 'Winson鎵嬫寔鎵爜鏋�', 'WNL-6023B/V-RS232', '骞垮窞甯傞煢灏旇淇℃伅绉戞妧鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '骞垮窞甯傞煢灏旇淇℃伅绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841341071362, NULL, NULL, 'GPD2019NL010', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841362042881, NULL, NULL, 'GPD2019NL011', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841378820098, NULL, NULL, 'GPD2019NL012', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841399791618, NULL, NULL, 'GPD2019NL013', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841412374530, NULL, NULL, 'GPD2019NL014', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841424957441, NULL, NULL, 'GPD2019NL015', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841437540354, NULL, NULL, 'GPD2019NL016', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841450123266, NULL, NULL, 'GPD2019NL017', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841466900481, NULL, NULL, 'GPD2019NL018', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841479483394, NULL, NULL, 'GPD2019NL019', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841492066306, NULL, NULL, 'GPD2019NL020', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841508843522, NULL, NULL, 'GPD2019NL021', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841521426433, NULL, NULL, 'GPD2019NL022', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841538203649, NULL, NULL, 'GPD2019NL023', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841550786561, NULL, NULL, 'GPD2019NL024', '杞﹂棿灏忔帹杞�', '瀹氬埗鐗╂枡灏忔帹杞�', '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣姹囩櫥閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841571758081, NULL, NULL, 'GPD2019NL025', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鏌旀�х嚎涓婃枡杞︼級', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏌旀�х嚎鐢ㄦ粴杞笂鏂欒溅'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841588535297, NULL, NULL, 'GPD2019NL026', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鏌旀�х嚎涓婃枡杞︼級', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏌旀�х嚎鐢ㄦ粴杞笂鏂欒溅'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841605312513, NULL, NULL, 'GPD2019NL027', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鏌旀�х嚎涓婃枡杞︼級', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏌旀�х嚎鐢ㄦ粴杞笂鏂欒溅'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841622089729, NULL, NULL, 'GPD2019NL028', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鏌旀�х嚎涓婃枡杞︼級', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏌旀�х嚎鐢ㄦ粴杞笂鏂欒溅'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841638866946, NULL, NULL, 'GPD2019NL029', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鏌旀�х嚎涓婃枡杞︼級', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏌旀�х嚎鐢ㄦ粴杞笂鏂欒溅'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841655644162, NULL, NULL, 'GPD2019NL030', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鏌旀�х嚎涓婃枡杞︼級', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏌旀�х嚎鐢ㄦ粴杞笂鏂欒溅'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841668227073, NULL, NULL, 'GPD2019NL031', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鍏ㄨ嚜鍔ㄦ祴璇曚华鏈烘煖锛�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹炵墿涓哄叏鑷姩娴嬭瘯浠満鏌�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841685004289, NULL, NULL, 'GPD2019NL032', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鍏ㄨ嚜鍔ㄦ祴璇曚华鏈烘煖锛�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹炵墿涓哄叏鑷姩娴嬭瘯浠満鏌滐紝2023.11.15杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841705975809, NULL, NULL, 'GPD2019NL033', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鍏ㄨ嚜鍔ㄦ祴璇曚华鏈烘煖锛�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹炵墿涓哄叏鑷姩娴嬭瘯浠満鏌滐紝2023.11.15杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841722753025, NULL, NULL, 'GPD2019NL034', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鍏ㄨ嚜鍔ㄦ祴璇曚华鏈烘煖锛�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹炵墿涓哄叏鑷姩娴嬭瘯浠満鏌滐紝2023.11.15杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841735335937, NULL, NULL, 'GPD2019NL035', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鍏ㄨ嚜鍔ㄦ祴璇曚华鏈烘煖锛�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹炵墿涓哄叏鑷姩娴嬭瘯浠満鏌�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841747918850, NULL, NULL, 'GPD2019NL036', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鍏ㄨ嚜鍔ㄦ祴璇曚华鏈烘煖锛�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹炵墿涓哄叏鑷姩娴嬭瘯浠満鏌�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841764696066, NULL, NULL, 'GPD2019NL037', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鍏ㄨ嚜鍔ㄦ祴璇曚华鏈烘煖锛�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹炵墿涓哄叏鑷姩娴嬭瘯浠満鏌�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841781473282, NULL, NULL, 'GPD2019NL038', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鍏ㄨ嚜鍔ㄦ祴璇曚华鏈烘煖锛�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹炵墿涓哄叏鑷姩娴嬭瘯浠満鏌�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841798250498, NULL, NULL, 'GPD2019NL039', '閾濆瀷鏉愭鏋�', '瀹氬埗娆撅紙鍏ㄨ嚜鍔ㄦ祴璇曚华鏈烘煖锛�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2018-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹炵墿涓哄叏鑷姩娴嬭瘯浠満鏌�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841810833409, NULL, NULL, 'GPB2018NL022', '瓒呴煶娉㈡ā鍏�', 'PSR鍦嗗姞鏂规护鍏夌墖锛堜笂涓嬫ā锛�', '鏄嗗北鏂颁笢鍜岃秴闊虫尝璁惧鏈夐檺鍏徃', NULL, NULL, '2018-03-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鏄嗗北鏂颁笢鍜岃秴闊虫尝璁惧鏈夐檺鍏徃', '濂�', NULL, NULL, NULL, '20K鏅鸿兘瓒呭0娉㈢敤娌诲叿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841831804930, NULL, NULL, 'GPB2018NL023', '瓒呴煶娉㈡ā鍏�', 'PSR鍦嗗姞鏂瑰悗鐩栵紙涓婁笅妯★級', '鏄嗗北鏂颁笢鍜岃秴闊虫尝璁惧鏈夐檺鍏徃', NULL, NULL, '2018-03-11', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2018-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鏄嗗北鏂颁笢鍜岃秴闊虫尝璁惧鏈夐檺鍏徃', '濂�', NULL, NULL, NULL, '20K鏅鸿兘瓒呭0娉㈢敤娌诲叿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841844387842, NULL, NULL, 'GPD2018NL038', '楂樼簿搴︾數鍔ㄤ綅绉绘粦鍙�', 'GKA60110-1280-12P-P20-C', '涓滆帪榧庝紒鏅鸿兘鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-12-19', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-12-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓滆帪榧庝紒鏅鸿兘鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績璇曢獙鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841852776449, NULL, NULL, 'GPD2018NL039', '楂樼簿搴︾數鍔ㄤ綅绉绘粦鍙�', '婊戝彴 锛堝寘鍚玀C600鎺у埗绠憋級', '鍖椾含鍗撶珛姹夊厜浠櫒鏈夐檺鍏徃', NULL, NULL, '2018-12-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-12-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鍖椾含鍗撶珛姹夊厜浠櫒鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績璇曢獙鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841873747970, NULL, NULL, 'GPD2019NH001', '鎵嬪姩娑插帇杞�', '鍨嬪彿锛欶N4230-W1', '涓婃捣闀块敠鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, '2019-01-02', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-01-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣闀块敠鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841894719490, NULL, NULL, 'GPD2019NH002', '鎵嬪姩娑插帇杞�', '鍨嬪彿锛欶N4230-W1', '涓婃捣闀块敠鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, '2019-01-02', NULL, '宸ョ▼涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-01-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣闀块敠鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '宸ョ▼涓績涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841911496705, NULL, NULL, 'GPA2018NL023', '鍙皟婵�鍏夊櫒', '娉㈤暱锛�86-850', 'COHERENT', NULL, NULL, '2018-10-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2018-12-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鐖辩壒钂欑壒', NULL, NULL, NULL, NULL, '鍔犲瘑鐙椼�佺數婧愶紙#86-878锛夈�佸浐瀹氬簳搴э紙绱㈤浄鍗欿M100V锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841928273922, NULL, NULL, 'GPC2019NH001', '鐢靛姩閾墝鍒诲瓧鏈�', '瑙勬牸閫夛細185mm脳115mm锛涙柊娆剧數鍔ㄥ紡锛堜笉甯︾數鑴�', '姝︽眽閲戦洉婵�鍏夋湁闄愬叕鍙�', NULL, NULL, '2019-01-06', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '姝︽眽閲戦洉婵�鍏夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '宸ョ▼涓績鐮斿彂閮紝鐜嬭幉璐炵敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217841966022658, NULL, NULL, 'GPA2019NL002', '鎸姩娴嬭瘯浠�', 'UT312 鍒嗕綋寮�', '澶╂触鑹鹃攼杈句华鍣ㄤ华琛ㄨ锤鏄撴湁闄愬叕鍙�', NULL, NULL, '2019-01-22', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-01-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '澶╂触鑹鹃攼杈句华鍣ㄤ华琛ㄨ锤鏄撴湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '宸ョ▼涓績鐮斿彂閮紝鐜嬭幉璐炵敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842007965697, NULL, NULL, 'GPA2019NH001', '鎺ュ湴鐢甸樆娴嬮噺浠〃', 'FT3151锛涙祴閲忚寖鍥达細0锝�1150惟锛圡惟', '涓婃捣鍚涜揪浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, '2019-03-04', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-03-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鍚涜揪浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '宸ョ▼涓績鐮斿彂閮紝鐜嬭幉璐炵敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842024742914, NULL, NULL, 'GPA2019NH002', '娉勬紡鑰愬帇娴嬭瘯浠�', '0.1-5锛塊V锛涙硠婕忕數娴侊細锛�0.1-20锛塵A锛�5绾�', '涓婃捣鏈潐浠櫒璁惧鏈夐檺鍏徃', NULL, NULL, '2019-03-04', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-03-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鏈潐浠櫒璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '宸ョ▼涓績鐮斿彂閮紝鐜嬭幉璐炵敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842041520130, NULL, NULL, 'GPG2019NH001', '绾㈠浼犳劅鍣�', 'LC-S20', '涓北甯傝幈绉戣嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2019-03-07', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-03-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓北甯傝幈绉戣嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842066685953, NULL, NULL, 'GPC2019NH002', '绾犲亸鎺у埗鍣ㄤ富鏈�', 'LC-C10瑙﹀睆鍒嗕綋寮�', '涓北甯傝幈绉戣嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2019-03-07', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-03-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓北甯傝幈绉戣嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842087657473, NULL, NULL, 'GOB2019NL001', 'brother 鏍囩鎵撳嵃鏈�', 'PT-18RZ', '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2019-03-16', NULL, '淇℃伅鍖栦簨涓氶儴', NULL, NULL, NULL, NULL, NULL, NULL, '2019-03-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢垫簮锛屽彲鍏呯數鐢垫睜鍏呯數搴曞骇锛孶SB鏁版嵁绾匡紝鎵嬫彁绠憋紝鍏夌洏'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842108628994, NULL, NULL, 'GOB2019NL002', 'brother 鏍囩鎵撳嵃鏈�', 'PT-18RZ', '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2019-03-16', NULL, '淇℃伅鍖栦簨涓氶儴', NULL, NULL, NULL, NULL, NULL, NULL, '2019-03-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢垫簮锛屽彲鍏呯數鐢垫睜鍏呯數搴曞骇锛孶SB鏁版嵁绾匡紝鎵嬫彁绠憋紝鍏夌洏'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842150572033, NULL, NULL, 'GPC2018NH002', 'CK 绂诲績鑴辨按鏈�', 'LYP-2060', '娉板窞甯傜噹鍘熸満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, '2018-11-16', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-03-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '娉板窞甯傜噹鍘熸満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夎鍥俱�佽鏄庝功銆佺剨鎺ユ帰浼ゆ姤鍛婏紝鍔ㄥ钩琛¤瘯楠屾姤鍛娿�佹潗璐ㄥ強闄勪欢鍚堟牸璇併�佹暣鏈鸿瘯杞︽姤鍛娿�佽绠卞崟銆佸師鐞嗗浘銆侀檮浠剁瓑'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842171543554, NULL, NULL, 'GPC2019NH004', '绌烘皵鍘嬬缉鏈�', '11kw锛屾帓姘旈噺1.1m鲁/min 1.6Mpa鍘嬪姏 锛�16kg/cm虏锛�', '琛㈠窞寮�鐟炴満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2019-03-27', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '琛㈠窞寮�鐟炴満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '2023.06.28杞埌瀹夊窘鍏板疂鐜繚'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842184126465, NULL, NULL, 'GPC2019NH005', '鍦嗛挗濂椾笣鏈�', '鐢靛姩寮忥紝M12-M6铻虹汗', '鏉窞瀹佽揪濂椾笣鏈哄巶', NULL, NULL, '2019-03-27', NULL, '鐜繚鐢熶骇杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鏉窞瀹佽揪濂椾笣鏈哄巶', NULL, NULL, NULL, NULL, '璇存槑涔︺�佸悎鏍艰瘉'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842200903681, NULL, NULL, 'GPD2019NL003', '璐ф灦', '璐ф灦 200*180 4灞� 姣忓眰闄愰噸200kg', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2019-03-28', NULL, '娴嬫帶绯荤粺閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842217680897, NULL, NULL, 'GPD2019NL004', '璐ф灦', '璐ф灦 200*180 4灞� 姣忓眰闄愰噸200kg', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2019-03-28', NULL, '娴嬫帶绯荤粺閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842230263810, NULL, NULL, 'GPD2019NL005', '璐ф灦', '璐ф灦 200*180 5灞� 姣忓眰闄愰噸150kg', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2019-03-28', NULL, '娴嬫帶绯荤粺閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842251235329, NULL, NULL, 'GPD2019NL006', '璐ф灦', '璐ф灦 200*180 5灞� 姣忓眰闄愰噸150kg', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2019-03-28', NULL, '娴嬫帶绯荤粺閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842272206850, NULL, NULL, 'GPC2019NH006', '5T鍗曟琛岃溅璧烽噸鏈�', '2鏍规', '娌冲崡涓窞鏅鸿兘璁惧闆嗗洟鏈夐檺鍏徃', NULL, NULL, '2019-03-28', NULL, '娌哥煶杞疆杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鍔涜豹璧烽噸璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鎿嶄綔璇存槑涔︼紝鍚堟牸璇佺瓑锛屽瓨鏀惧湪娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842326732802, NULL, NULL, 'GPD2019NL007', '璐ф灦', 'L2000*W500*H2000*5灞�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2019-03-28', NULL, '绯荤粺椤圭洰閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842347704322, NULL, NULL, 'GPD2019NL008', '璐ф灦', 'L2000*W500*H2000*5灞�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2019-03-28', NULL, '绯荤粺椤圭洰閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842364481538, NULL, NULL, 'GPD2019NL009', '璐ф灦', 'L2000*W500*H2000*5灞�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2019-03-28', NULL, '绯荤粺椤圭洰閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842398035970, NULL, NULL, 'GPC2018NL60', '閫昏緫鍒嗘瀽璁惧', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-10-18', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�2021.12鏈堟惉鑷冲畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842414813185, NULL, NULL, 'GPA2018NL025', '鍏夌數璺濈娴嬭瘯鍙�', '/', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2018-09-12', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842431590401, NULL, NULL, 'GPC2018NL061', 'PCB娓呮礂鏈�', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-11-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�2021.12鏈堟惉鑷冲畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842456756226, NULL, NULL, 'GPA2018NL026', '闇囧姩娴嬭瘯绯荤粺', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-11-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842469339138, NULL, NULL, 'GPA2018NL027', '鍔犻�熷害鍐插嚮娴嬭瘯绯荤粺', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2019-04-15', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842490310658, NULL, NULL, 'GPB2017NL002', 'PSK瓒呴煶娉㈡ā鍏凤紙涓婃ā锛�', '35k', '鏄嗗北鍛ㄥ競涓滃拰瓒呴煶娉㈡満姊�', NULL, NULL, '2017-10-23', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鏄嗗北鍛ㄥ競涓滃拰瓒呴煶娉㈡満姊�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842502893569, NULL, NULL, 'GPB2017NL003', 'PSK-2瓒呴煶娉㈡ā鍏�35K', '35k', '鏄嗗北鍛ㄥ競涓滃拰瓒呴煶娉㈡満姊�', NULL, NULL, '2017-12-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鏄嗗北鍛ㄥ競涓滃拰瓒呴煶娉㈡満姊�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842528059393, NULL, NULL, 'GPC2018NL070', '婵�鍏夋墦鏍囨満', '/', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-09-12', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842544836610, NULL, NULL, 'GPC2018NL071', '闆峰嚮娴秾鍙戠敓璁惧', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-10-08', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842561613825, NULL, NULL, 'GPC2018NL072', '鍏夊瀹為獙骞冲彴', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-09-12', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842578391042, NULL, NULL, 'GPA2018NL030', '鏅鸿兘浼犳劅鍣ㄩ鐜囨祴璇曚华', '瀹氬埗鍨嬪彿', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-09-12', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢垫劅浼犳劅鍣ㄧ嚎鎬ф祴璇曠敤锛孌QM'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842599362561, NULL, NULL, 'GPC2018NL076', '瀹氬悜鑰﹀悎璁惧', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-12-02', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842620334081, NULL, NULL, 'GPC2018NL077', '淇″彿鍙戠敓璁惧', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-11-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛熸殏鏀鹃噾宸ラ棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842637111297, NULL, NULL, 'GPA2018NL034', 'EMC 杈愬皠寮哄害妫�娴嬩华', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-11-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842658082817, NULL, NULL, 'GPA2018NL035', '鏅鸿兘鑰佸寲娴嬭瘯璁惧', '/', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-09-12', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛熸殏鏀鹃噾宸ラ棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842674860033, NULL, NULL, 'GPA2018NL041', '鍏夋晱鍣ㄤ欢妫�娴嬩华', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-11-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�2021.12鏈堟惉鑷冲畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842695831554, NULL, NULL, 'GPA2018NL042', '鍏夋晱鍣ㄤ欢妫�娴嬩华', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-11-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842708414465, NULL, NULL, 'GPA2018NL043', '鍏夋晱鍣ㄤ欢妫�娴嬩华', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-11-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�2021.12鏈堟惉鑷冲畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842725191681, NULL, NULL, 'GPC2018NL035', '浼犳劅鍣ㄥ湪绾挎縺鍏変慨璋冪郴缁�', '125*95*180', '/', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '/', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�2021.13鏈堟惉鑷冲畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842741968897, NULL, NULL, 'GPA2018NL031', '鏅鸿兘鐩戞祴绯荤粺', '/', '浜戝崡鏄熸硥绉戞妧鏈夐檺鍏徃', NULL, NULL, '2019-01-31', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '浜戝崡鏄熸硥绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842762940417, NULL, NULL, 'GPA2018NL028', '鐩戞祴绯荤粺娴嬭瘯璁惧', '/', '浜戝崡鏄熸硥绉戞妧鏈夐檺鍏徃', NULL, NULL, '2019-01-31', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '浜戝崡鏄熸硥绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842779717634, NULL, NULL, 'GPA2018NL029', '鐩戞祴绯荤粺娴嬭瘯璁惧', '/', '浜戝崡鏄熸硥绉戞妧鏈夐檺鍏徃', NULL, NULL, '2019-01-31', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '浜戝崡鏄熸硥绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842796494850, NULL, NULL, 'GPC2018NL073', '浼犲鎶楁壈搴︿竴浣撴満', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-12-31', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842817466370, NULL, NULL, 'GPC2018NL074', '浼犲鎶楁壈搴︿竴浣撴満', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-12-31', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842838437889, NULL, NULL, 'GPC2018NL075', '鍔熺巼鏀惧ぇ璁惧', '/', '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-12-31', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣缁熺劧鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842859409410, NULL, NULL, 'GPA2018NL036', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', '/', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-09-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842880380929, NULL, NULL, 'GPA2018NL037', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', '/', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-09-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842892963842, NULL, NULL, 'GPA2018NL038', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', '/', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-09-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842918129665, NULL, NULL, 'GPA2018NL039', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', '/', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-09-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842939101185, NULL, NULL, 'GPA2018NL040', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', '/', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-09-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842955878402, NULL, NULL, 'GPA2017NL051', '涓夎酱鐒婃帴鏈哄櫒浜�', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏍囩閲嶅璐达紝鏈煡璁惧锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842972655617, NULL, NULL, 'GPA2018NL032', '浼犳劅鍣ㄥ湪绾挎櫤鑳界郴缁�', 'YL-002A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2017-12-26', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂版钀藉湴寮忓甫杞嚜鍔ㄦ祴璇曚华锛岃澶囧凡缁忚浆瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217842989432834, NULL, NULL, 'GPA2018NL033', '浼犳劅鍣ㄥ湪绾挎櫤鑳界郴缁�', 'YL-002A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2017-12-26', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂版钀藉湴寮忓甫杞嚜鍔ㄦ祴璇曚华锛岃澶囧凡缁忚浆瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843010404354, NULL, NULL, 'GPA2018NL044', '浼犳劅鍣ㄥ湪绾挎櫤鑳界郴缁�', 'YL-002A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂版钀藉湴寮忓甫杞嚜鍔ㄦ祴璇曚华锛岃澶囧凡缁忚浆瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843035570177, NULL, NULL, 'GPA2018NL045', '浼犳劅鍣ㄥ湪绾挎櫤鑳界郴缁�', 'YL-002A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843064930306, NULL, NULL, 'GPA2018NL046', '浼犳劅鍣ㄥ湪绾挎櫤鑳界郴缁�', 'YL-002A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂版钀藉湴寮忓甫杞嚜鍔ㄦ祴璇曚华锛岃澶囧凡缁忚浆瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843090096130, NULL, NULL, 'GPA2018NL047', '浼犳劅鍣ㄥ湪绾挎櫤鑳界郴缁�', 'YL-002A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂版钀藉湴寮忓甫杞嚜鍔ㄦ祴璇曚华锛岃澶囧凡缁忚浆瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843106873346, NULL, NULL, 'GPA2018NL048', '浼犳劅鍣ㄥ湪绾挎櫤鑳界郴缁�', 'YL-002A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843123650562, NULL, NULL, 'GPA2018NL049', '浼犳劅鍣ㄥ湪绾挎櫤鑳界郴缁�', 'YL-002A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂版钀藉湴寮忓甫杞嚜鍔ㄦ祴璇曚华锛岃澶囧凡缁忚浆瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843144622082, NULL, NULL, 'GPA2018NL050', '浼犳劅鍣ㄥ湪绾挎櫤鑳界郴缁�', 'YL-001A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂版钀藉湴寮忓甫杞嚜鍔ㄦ祴璇曚华锛�2014.10.14宸茬粡杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843169787906, NULL, NULL, 'GPA2018NL051', '浼犳劅鍣ㄥ湪绾挎櫤鑳界郴缁�', 'YL-002A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843194953729, NULL, NULL, 'GPA2018NL052', '浼犳劅鍣ㄥ湪绾挎櫤鑳界郴缁�', 'YL-002A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843215925249, NULL, NULL, 'GPA2018NL053', '浼犳劅鍣ㄥ湪绾挎櫤鑳界郴缁�', 'YL-002A', '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, '2018-06-30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑰樺垱涔濆窞鏅鸿兘瑁呭鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843253673985, NULL, NULL, 'GPA2019NL073', '鐢靛瓙绉�', '鏅憺閫奐S-A绯诲垪 JS-A06/0.1g', '鎴愰兘鏅憺閫婄數瀛愭湁闄愬叕鍙�', NULL, NULL, '2019-04-12', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣甯歌 鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843270451201, NULL, NULL, 'GPG2018NL067', '璁¢噺娉�', 'VAMD07063PVC010S0000', '涓婃捣鐜涜挋宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2018-01-29', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐜涜挋宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843299811329, NULL, NULL, 'GPC2018NL078', '鐮斿崕宸ユ帶鏈�', '宸ユ帶鏈�', '娣卞湷鐮斿崕绉戞妧', NULL, NULL, '2018-01-22', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鍦g晫鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843316588545, NULL, NULL, 'GPC2018NL079', '鐮斿崕宸ユ帶鏈�', '宸ユ帶鏈�', '娣卞湷鐮斿崕绉戞妧', NULL, NULL, '2018-01-12', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鍦g晫鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843333365762, NULL, NULL, 'GPC2018NL080', '鐮斿崕宸ユ帶鏈�', '宸ユ帶鏈�', '娣卞湷鐮斿崕绉戞妧', NULL, NULL, '2018-01-22', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鍦g晫鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843354337281, NULL, NULL, 'GPB2018NL038', '瓒呭0娉㈡ā鍏�', 'CE45', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2018-09-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843404668929, NULL, NULL, 'GPC2019NH007', '閫嗗彉寮忕洿娴佹癌寮х剨鏈�', 'WSM-500U鈪紱鍚玏P-26姘╁姬鐒婄煩1濂楀強姘寸', '涓婃捣娌伐鐒婃満锛堥泦鍥級鏈夐檺鍏徃', NULL, NULL, '2019-04-23', NULL, '鐜繚鐢熶骇杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2019-05-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐒遍槼鐒婃帴璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璇存槑涔︺�佸悎鏍艰瘉'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843505332225, NULL, NULL, 'GPA2019NL004', '鍏夊浠櫒-鏄惧井闀�', '100鍊�', '閲戝崕娆ц鏈楀晢璐告湁闄愬叕鍙�', NULL, NULL, '2019-05-21', NULL, '鎬诲伐鍔炲叕瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-05-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '/', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843568246785, NULL, NULL, 'GPG2019NL002', '鏁版樉鎸囩ず琛�', '鏁版樉鎸囩ず琛� 璐у彿锛�543-563DC 鍨嬪彿锛欼D-H0560', '涓滆帪甯傞挏宸ヤ簲閲戣锤鏄撴湁闄愬叕鍙�', NULL, NULL, '2019-06-17', NULL, '鐮斿彂浜岄儴', NULL, NULL, NULL, NULL, NULL, NULL, '2019-07-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓滆帪甯傞挏宸ヤ簲閲戣锤鏄撴湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843601801217, NULL, NULL, 'GPG2018NL070', '鍏夋爡灏�', '瑙f瀽搴�1um', '涓滆帪榧庝紒鏅鸿兘鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2018-10-22', NULL, '鐮斿彂涓�閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-07-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓滆帪榧庝紒鏅鸿兘鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843652132866, NULL, NULL, 'GPB2019NL004', 'CCD鎸夐敭鏉胯秴澹版尝妯″叿', 'CCD鎸夐敭 20Khz', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2019-06-27', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-07-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843710853121, NULL, NULL, 'GPB2019NL006', '鎶樺集鏈烘ā鍏� 锛堝垁妯★級', '灏栧垁', '涓婃捣鍚変簯鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, '2019-07-09', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2019-07-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鍚変簯鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '2023.06.28杞埌瀹夊窘鍏板疂鐜繚'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843740213250, NULL, NULL, 'GPB2019NL007', '鎶樺集鏈烘ā鍏� 锛堝垁妯★級', '寮垁', '涓婃捣鍚変簯鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, '2019-07-09', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2019-07-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鍚変簯鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '2023.06.28杞埌瀹夊窘鍏板疂鐜繚'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843761184770, NULL, NULL, 'GPB2019NL008', '鎶樺集鏈烘ā鍏� 锛堝垁妯★級', '鍦嗗姬鍒�', '涓婃捣鍚変簯鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, '2019-07-09', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2019-07-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鍚変簯鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '2023.06.28杞埌瀹夊窘鍏板疂鐜繚'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843786350593, NULL, NULL, 'GPC2019NH008', '鍘嬮搯鏈�', '5t 瑙勬牸', '甯稿窞甯傛嘲鍚堝▉鏈烘鍘�', NULL, NULL, '2019-03-27', NULL, '鐜繚鐢熶骇杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2019-07-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '甯稿窞甯傛嘲鍚堝▉鏈烘鍘�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843811516418, NULL, NULL, 'GPC2019NL138', '鏁版帶寮傚瀷锛堟縺鍏夛級鍒囧壊鏈�', '闀�4m脳瀹�3.2m脳楂�1.8m', '涓滆帪甯備笢鐩熸暟鎺ф満姊版湁闄愬叕鍙�', NULL, NULL, '2019-07-09', NULL, '鐜繚鐢熶骇杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2019-07-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓滆帪甯備笢鐩熸暟鎺ф満姊版湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍚堟牸璇併�佽鏄庝功锛屽嚭鍘傛姤鍛婏紝瀛樻斁鍦ㄦ哺鐭宠浆杞溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843853459457, NULL, NULL, 'GPA2019NL005', '鍏夋爡灏�', '閽㈠甫锛歁V-53-40N 璇诲ご锛歀IA-20-L801-WA', 'NUMERIK JENA', NULL, NULL, '2019-07-08', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2019-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣寰晱鑷帶鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843895402498, NULL, NULL, 'GPC2019NH009', 'CK 姘╁姬鐒婃満', 'WS-250', '涓滃煄宸ュ叿', NULL, NULL, '2019-08-05', NULL, '娌哥煶杞疆杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2019-08-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217843991871489, NULL, NULL, 'GPC2019NL017', '宸ヤ笟鍨嬮捇閾e簥', '榛勫北鐗� XZS4020', '澶╅暱甯備含鐫挎満搴婃湁闄愬叕鍙歌矗浠诲叕鍙�', NULL, NULL, '2019-07-19', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2019-08-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '澶╅暱甯備含鐫挎満搴婃湁闄愬叕鍙歌矗浠诲叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844067368962, NULL, NULL, 'GPC2019NL019', '灏忓瀷鑴辨按鏈�', 'JR400锛屽甫鐩栧瓙+鍙橀璋冮��', '浣涘北甯傞『寰峰尯闄嗛敠绮惧瘑鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2019-08-16', NULL, '娌哥煶杞疆杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2019-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '浣涘北甯傞『寰峰尯闄嗛敠绮惧瘑鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844084146177, NULL, NULL, 'GPD2018NL048', '鏅鸿兘鐢熶骇绾� 锛�9700鑷姩绾挎柊鍔犲伐绔欙級', '9700LE68浼犳劅鍣ㄨ皟璇曠珯', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2018-08-23', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-09-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧鍖栬溅闂�9700绾挎柊鍔犲伐绔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844105117698, NULL, NULL, 'GOE2019NL013', '鏉句含闄ゆ箍鏈�', '鏉句含 DK01-T', '鏉窞鏉句含鐢靛櫒鏈夐檺鍏徃', NULL, NULL, '2019-08-27', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-09-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鏉句含瀹樻柟鏃楄埌搴�', NULL, NULL, NULL, NULL, '鐢ㄥ湪鏅鸿兘浠撳偍鍐呴儴闄ゆ箍'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844142866434, NULL, NULL, 'GOA2019NL220', '澶у睆鏅鸿兘鐢佃锛堝皬绫筹級', '65鑻卞 4K鍒嗚鲸鐜� 杞睆 榛戣壊', '灏忕背鐢靛櫒', NULL, NULL, '2019-09-13', NULL, 'SMT绾�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-09-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣濂夋郸鑻忓畞鏄撹喘閿�鍞湁闄愬叕鍙�', NULL, NULL, NULL, NULL, 'SMT绾挎暟鎹噰闆嗙湅鏉�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844168032258, NULL, NULL, 'GOA2019NL221', '澶у睆鏅鸿兘鐢佃锛堝皬绫筹級', '65鑻卞 4K鍒嗚鲸鐜� 杞睆 榛戣壊', '灏忕背鐢靛櫒', NULL, NULL, '2019-09-13', NULL, 'SMT绾�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-09-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣濂夋郸鑻忓畞鏄撹喘閿�鍞湁闄愬叕鍙�', NULL, NULL, NULL, NULL, 'SMT绾挎暟鎹噰闆嗙湅鏉�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844184809474, NULL, NULL, 'GPC2019NL133', '鎵嬫寔鎵弿鏋�', '鎵嬫寔鎵弿鏋� 1950 闇嶅凹闊﹀皵', '闇嶅凹闊﹀皵', NULL, NULL, '2019-09-17', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-09-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑻忓窞楦垮叴姘稿埄鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'SMT绾挎暟鎹噰闆�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844201586690, NULL, NULL, 'GPC2019NL134', '鎵嬫寔鎵弿鏋�', '鎵嬫寔鎵弿鏋� 1950 闇嶅凹闊﹀皵', '闇嶅凹闊﹀皵', NULL, NULL, '2019-09-17', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-09-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鑻忓窞楦垮叴姘稿埄鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'SMT绾挎暟鎹噰闆�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844218363905, NULL, NULL, 'CPD2019NL114', '澶х悊鐭冲钩鍙�-妗嗘灦', 'PDA娴嬭瘯涓撶敤骞冲彴鏈烘煖', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2019-09-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'PDA婵�鍏夋祴璺濆ぇ鐞嗙煶骞冲彴搴曞骇'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844235141121, NULL, NULL, 'CPD2019NL115', '涓瀷宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*750', '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844247724034, NULL, NULL, 'CPD2019NL116', '涓瀷宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*750', '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844268695553, NULL, NULL, 'CPD2019NL117', '涓瀷宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*750', '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844289667073, NULL, NULL, 'CPD2019NL118', '涓瀷宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*750', '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844314832897, NULL, NULL, 'CPD2019NL119', '涓瀷宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*750', '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844339998722, NULL, NULL, 'CPD2019NL120', '涓瀷宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*750', '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844360970241, NULL, NULL, 'CPD2019NL121', '涓瀷宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*750', '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844377747457, NULL, NULL, 'CPD2019NL122', '涓瀷宸ヤ綔鍙�', '涓瀷宸ヤ綔鍙�1800*1200*750', '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鍏畨椋掗煬鏈虹數绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844398718978, NULL, NULL, 'CPD2019NL123', '璐ф灦', '150*60*200=4灞� 2涓�8鍓�', '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844419690497, NULL, NULL, 'CPD2019NL124', '璐ф灦', '150*60*200=4灞� 2涓�8鍓�', '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844440662018, NULL, NULL, 'CPD2019NL125', '璐ф灦', '150*60*200=4灞� 2涓�8鍓�', '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844503576578, NULL, NULL, 'CPD2019NL126', '璐ф灦', '150*60*200=4灞� 2涓�8鍓�', '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844524548098, NULL, NULL, 'CPD2019NL127', '璐ф灦', '150*60*200=4灞� 2涓�8鍓�', '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844541325314, NULL, NULL, 'CPD2019NL128', '璐ф灦', '150*60*200=4灞� 2涓�8鍓�', '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844562296833, NULL, NULL, 'CPD2019NL129', '璐ф灦', '150*60*200=4灞� 2涓�8鍓�', '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844583268353, NULL, NULL, 'CPD2019NL130', '璐ф灦', '150*60*200=4灞� 2涓�8鍓�', '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844604239874, NULL, NULL, 'CPD2019NL131', '璐ф灦', '150*60*200=4灞� 2涓�8鍓�', '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844625211394, NULL, NULL, 'CPD2019NL132', '璐ф灦', '150*60*200=4灞� 2涓�8鍓�', '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, '2019-09-25', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佹尝甯傚浐鍙嬪晢璐告湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844641988610, NULL, NULL, 'GPG2019NH004', '姘斾綋璐ㄩ噺鎺у埗鍣�', 'GMFC-CXC-A-N-A1-F2锛涗粙璐細绌烘皵', '涓婃捣鐡风啓浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, '2019-05-31', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐡风啓浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844662960130, NULL, NULL, 'GPG2019NH005', '姘斾綋璐ㄩ噺鎺у埗鍣�', 'GMFC-CXC-A-N-A1-F2锛涗粙璐細绌烘皵', '涓婃捣鐡风啓浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, '2019-05-31', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐡风啓浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844683931650, NULL, NULL, 'GPG2019NH006', '姘斾綋璐ㄩ噺鎺у埗鍣�', 'GMFC-CXC-A-N-A1-F3锛氫粙璐細绌烘皵', '涓婃捣鐡风啓浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, '2019-05-31', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐡风啓浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844709097474, NULL, NULL, 'GPG2019NH007', '绠¢亾鍔犵儹鍣�', 'SY-DQ-2', '涓滃彴甯傚弻瀹囧伐涓氱數鐐夊巶', NULL, NULL, '2019-07-04', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓滃彴甯傚弻瀹囧伐涓氱數鐐夊巶', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844730068993, NULL, NULL, 'GPG2019NH008', 'IODD鏂囦欢璁捐宸ュ叿', 'ITS-BOP-IODD', 'TECONCEPT', NULL, NULL, '2019-10-11', NULL, '鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, 'TECONCEPT', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844751040514, NULL, NULL, 'GPG2019NL020', '鏂滃垏鍓叉満 DW713', '鍙版咕寰椾紵 DW713', '鍙版咕DEWALT', NULL, NULL, '2019-10-08', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣娓濈厡浜旈噾鏈虹數鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閲戝伐杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844767817730, NULL, NULL, 'GPD2019NL133', '鍔犻瑁呯疆宸ヤ綔鍙�', '680*730*1500MM璇﹁鍥剧焊', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2019-09-23', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績浜у搧缁�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844797177858, NULL, NULL, 'GPC2019NL131', '鐐硅兌鏈烘帶鍒剁洅', 'D-260锛堝唴鍚偍姘旂綈锛�', '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, '2019-09-23', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄥ埗閫犺溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844822343682, NULL, NULL, 'GPC2019NL132', '鐐硅兌鏈烘帶鍒剁洅', 'D-260锛堝唴鍚偍姘旂綈锛�', '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, '2019-09-23', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-10-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄥ埗閫犺溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844843315201, NULL, NULL, 'CPD2019NL134', '澶х悊鐭冲钩鍙帮紙PDA娴嬭瘯鐢級', '瀹氬埗澶х悊鐭�', '鏃犻敗浣版柉鐗瑰皵绮惧瘑鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2019-10-22', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-11-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鏃犻敗浣版柉鐗瑰皵绮惧瘑鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, 'PDA娴嬭瘯骞冲彴锛屽崟涓�澶х悊鐭�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844864286721, NULL, NULL, 'GPC2019NL135', '鐢垫簮', 'Kikusui PBZ80-5', '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2019-10-15', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2019-11-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844881063937, NULL, NULL, 'GPC2019NL136', '鐢垫簮', 'Kikusui wavy for pbz Sequence Creation Softwarefor', '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2019-10-22', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2019-11-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣绮炬祴鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844914618369, NULL, NULL, 'GOA2019NL242', '涓芥爣鍙风爜绠℃墦鍗版満', 'C-210E', '浣宠兘涓芥爣', NULL, NULL, '2019-04-10', NULL, '淇℃伅鍖栦簨涓氶儴', NULL, NULL, NULL, NULL, NULL, NULL, '2019-11-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '闄勪欢锛氱數婧愮嚎銆侀�傞厤鍣ㄣ�佸绠″す璇存槑涔︺�佹墜鎻愬寘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844943978497, NULL, NULL, 'GPC2019NL137', 'HITACHI锛堟棩绔嬶級鍠风爜鏈�', 'UX-H140S', '鏃ユ湰HITACHI锛堟棩绔嬶級', NULL, NULL, '2019-11-08', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2019-11-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '杈夋硥鏈虹數璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '闅忔満鍏夌洏锛屾竻娲楀瑁呭柗澹剁瓑'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217844973338625, NULL, NULL, 'GPA2019NL062', '楂樹綆娓╀氦鍙樿瘯楠岀', '楂樹綆娓╀氦鍙樿瘯楠岀 C4-180PRO+寮�瀛�', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, '2019-10-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2019-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '闅忔満闄勪欢绛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845002698753, NULL, NULL, 'GPA2019NL063', '杞ㄩ亾鎵弿鍣�', 'M120 210-010 DATALOGIC', '瀹佺鑷姩鍖栫鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2019-09-30', NULL, 'SMT绾�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佺鑷姩鍖栫鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'SMT绾胯建閬撴暟鎹噰闆�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845032058882, NULL, NULL, 'GPA2019NL064', '杞ㄩ亾鎵弿鍣�', 'M120 210-010 DATALOGIC', '瀹佺鑷姩鍖栫鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2019-09-30', NULL, 'SMT绾�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佺鑷姩鍖栫鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'SMT绾胯建閬撴暟鎹噰闆�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845061419010, NULL, NULL, 'GPA2019NL065', '杞ㄩ亾鎵弿鍣�', 'M120 210-010 DATALOGIC', '瀹佺鑷姩鍖栫鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2019-09-30', NULL, 'SMT绾�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佺鑷姩鍖栫鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'SMT绾胯建閬撴暟鎹噰闆�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845094973441, NULL, NULL, 'GPA2019NL066', '杞ㄩ亾鎵弿鍣�', 'M120 210-010 DATALOGIC', '瀹佺鑷姩鍖栫鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2019-09-30', NULL, 'SMT绾�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佺鑷姩鍖栫鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'SMT绾胯建閬撴暟鎹噰闆�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845124333570, NULL, NULL, 'GPA2019NL067', '杞ㄩ亾鎵弿鍣�', 'M120 210-010 DATALOGIC', '瀹佺鑷姩鍖栫鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2019-09-30', NULL, 'SMT绾�', NULL, NULL, NULL, NULL, NULL, NULL, '2019-12-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '瀹佺鑷姩鍖栫鎶�锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'SMT绾胯建閬撴暟鎹噰闆�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845157888001, NULL, NULL, 'GPC2020NL137', '鏀跺嵎鏈�', 'F2100;F1500', '寮犲娓競甯濊揪鏈烘鏈夐檺鍏徃', NULL, NULL, '2019-12-26', NULL, '杞疆鐮斿彂杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2020-01-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '寮犲娓競甯濊揪鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845191442433, NULL, NULL, 'GPC2020NL138', '杞洏寮忕珛鍒囨満', '桅4600脳H650mm', '鎵窞绂忚揪娴风坏鏈烘鏈夐檺鍏徃', NULL, NULL, '2019-12-26', NULL, '杞疆鐮斿彂杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2020-01-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:47', NULL, '2025-02-14 09:53:47', NULL, '鎵窞绂忚揪娴风坏鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845216608258, NULL, NULL, 'GPC2020NH021', '鎷艰骞冲彴', '2500mm*5000mm', '娉婂ご甯傚浗鏅熸満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, '2019-12-26', NULL, '杞疆鐮斿彂杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2020-01-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娉婂ご甯傚浗鏅熸満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845250162689, NULL, NULL, 'GPC2020NH022', '鎷艰骞冲彴', '2500mm*5000mm', '娉婂ご甯傚浗鏅熸満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, '2019-12-26', NULL, '杞疆鐮斿彂杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2020-01-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娉婂ご甯傚浗鏅熸満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845275328514, NULL, NULL, 'GPG2020NL021', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', 'HM190423 1MB19210 (鍩烘仼澹縺鍏夊埢鍗版満鏈烘煖锛�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2019-10-03', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2020-01-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢ㄤ簬鍩烘仼澹縺鍏夊埢鍗版満璁惧'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845300494337, NULL, NULL, 'GPA2020NL068', '鍏夌數娴嬮噺浠櫒*淇″彿婧�', '3030-01', '鍖椾含淇℃祴绉戞妧鏈夐檺鍏徃', NULL, NULL, '2019-09-09', NULL, 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-01-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鍖椾含淇℃祴绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '姝よ澶囦负2018骞碋MC瀹為獙瀹ゅ崌绾ф敼閫犳浛鎹㈠搧锛屽師鏉�3010鍘傚鍥炴敹'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845329854466, NULL, NULL, 'GPG2020NL022', '闅旀尟鍏夊骞冲彴', '闅旀尟鍏夊骞冲彴 600*1200*100', '娌冲寳鎴愬埄鏈嬬數鍣ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-01-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2020-01-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娌冲寳鎴愬埄鏈嬬數鍣ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐮斿彂閮ㄩ┈璺槑璇疯喘浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845355020290, NULL, NULL, 'GPC2020NL143', '鑳跺甫鍒囧壊鏈�', 'cut-870', '鏄嗗北娴╁崜鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2020-01-13', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2020-01-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鏄嗗北娴╁崜鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄥ埗閫犺溅闂村洓绾跨帇绉嬪鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845371797505, NULL, NULL, 'GPA2020NL069', '瀵嗗皝鐩戞祴绯荤粺 TTL-W016', '瀵嗗皝鐩戞祴绯荤粺 TTL-W016', '涓婃捣浠佽帿鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2019-12-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2020-01-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣浠佽帿鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '姘斿瘑鎬ф娴嬭澶�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845392769025, NULL, NULL, 'GPD2020NL134', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845413740545, NULL, NULL, 'GPD2020NL135', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845451489282, NULL, NULL, 'GPD2020NL136', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845476655106, NULL, NULL, 'GPD2020NL137', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845497626626, NULL, NULL, 'GPD2020NL138', '璐ф灦', '150*60*200=4灞傚壇280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845514403842, NULL, NULL, 'GPD2020NL139', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845531181057, NULL, NULL, 'GPD2020NL140', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845547958273, NULL, NULL, 'GPD2020NL141', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845564735489, NULL, NULL, 'GPD2020NL142', '璐ф灦', '150*60*200=4灞傚壇280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845585707009, NULL, NULL, 'GPD2020NL143', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845606678529, NULL, NULL, 'GPD2020NL144', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845619261441, NULL, NULL, 'GPD2020NL145', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845640232962, NULL, NULL, 'GPD2020NL146', '璐ф灦', '150*60*200=4灞傚壇280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845661204481, NULL, NULL, 'GPD2020NL147', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845673787394, NULL, NULL, 'GPD2020NL148', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845690564610, NULL, NULL, 'GPD2020NL149', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845711536129, NULL, NULL, 'GPD2020NL150', '璐ф灦', '150*60*200=4灞傚壇280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845728313346, NULL, NULL, 'GPD2020NL151', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845745090562, NULL, NULL, 'GPD2020NL152', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845757673474, NULL, NULL, 'GPD2020NL153', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845774450690, NULL, NULL, 'GPD2020NL154', '璐ф灦', '150*60*200=4灞傚壇280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845791227905, NULL, NULL, 'GPD2020NL155', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845812199426, NULL, NULL, 'GPD2020NL156', '璐ф灦', '150*60*200=4灞備富280KG', '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2020-03-23', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹佹尝甯傚浐鍏ㄤ粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845824782337, NULL, NULL, 'GPD2020NL160', '闃查潤鐢靛伐浣滃彴', '闀�180*瀹�120*鎬婚珮175鍙岄潰(鍚伅鏋�', '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2020-03-26', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845841559553, NULL, NULL, 'GPD2020NL161', '闃查潤鐢靛伐浣滃彴', '闀�180*瀹�120*鎬婚珮175鍙岄潰(鍚伅鏋�', '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2020-03-26', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845854142466, NULL, NULL, 'GPD2020NL162', '闃查潤鐢靛伐浣滃彴', '闀�180*瀹�120*鎬婚珮175鍙岄潰(鍚伅鏋�', '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2020-03-26', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845866725378, NULL, NULL, 'GPD2020NL163', '闃查潤鐢靛伐浣滃彴', '闀�180*瀹�120*鎬婚珮175鍙岄潰(鍚伅鏋�', '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2020-03-26', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845883502594, NULL, NULL, 'GPD2020NL164', '闃查潤鐢靛伐浣滃彴', '闀�180*瀹�120*鎬婚珮175鍙岄潰(鍚伅鏋�', '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2020-03-26', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845900279809, NULL, NULL, 'GPD2020NL165', '闃查潤鐢靛伐浣滃彴', '闀�180*瀹�120*鎬婚珮175鍙岄潰(鍚伅鏋�', '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2020-03-26', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845917057026, NULL, NULL, 'GPD2020NL166', '闃查潤鐢靛伐浣滃彴', '闀�180*瀹�120*鎬婚珮175鍙岄潰(鍚伅鏋�', '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2020-03-26', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845933834241, NULL, NULL, 'GPD2020NL167', '闃查潤鐢靛伐浣滃彴', '闀�180*瀹�120*鎬婚珮175鍙岄潰(鍚伅鏋�', '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2020-03-26', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845946417153, NULL, NULL, 'GPG2020NL023', '瀹夊崜涓嶅共鑳朵簩缁寸爜鏍囩鎵嬫寔鎵弿澶嶅埗鎵撳嵃涓�浣�', '鎵嬫寔鎵弿鎵撳嵃涓�浣�', '娣卞湷甯傜兢绱㈢鎶�鏈夐檺鍏徃', NULL, NULL, '2019-07-17', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯傜兢绱㈢鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏁板瓧杞﹂棿寤鸿鏃跺�欒喘涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845959000066, NULL, NULL, 'GOA2020NL011', '鍙扮數X4 11.6鑻卞骞虫澘鐢佃剳', '鍙扮數X4 11.6瀵� win10绯荤粺', '鍙扮Н鐢电鎶�鏈夐檺鍏徃', NULL, NULL, '2020-04-17', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣绛炬垚浼佷笟绠$悊鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'SMT鐢↖PQC妫�楠屾牳瀵硅祫鏂欑敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845984165890, NULL, NULL, 'GPC2020NH023', '鍗曞伐浣嶆敹鍗锋満', '鏀跺嵎鐩村緞1500mm锛屽伐浣滃箙瀹�800mm', '寮犲娓競甯濊揪鏈烘鏈夐檺鍏徃', NULL, NULL, '2020-04-09', NULL, '娌哥煶杞疆杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '寮犲娓競甯濊揪鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿鐮斿彂浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217845996748802, NULL, NULL, 'GPC2020NL146', '鍘嬫帓绾胯澶�', '姘斿姩锛岄棿璺�1.27锛�4P-64P', '涓滆帪甯傚父骞宠吘杈炬満姊板巶', NULL, NULL, '2020-04-10', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓滆帪甯傚父骞宠吘杈炬満姊板巶', NULL, NULL, NULL, NULL, '鐢ㄤ簬缁嗙罕鏈洪」鐩強娆х憺搴蜂骇鍝�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846013526017, NULL, NULL, 'GPG2020NL027', '鐪熺┖骞茬嚗绠�', 'DZF-6020AB', '婀栧崡鍔涜景浠櫒绉戞妧鏈夐檺鍏徃', NULL, NULL, '2020-04-21', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '婀栧崡鍔涜景浠櫒绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績瀹為獙瀹や娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846026108930, NULL, NULL, 'GPG2020NL028', '鏃嬬墖寮忕湡绌烘车', '2XZ-2', '婀栧崡鍔涜景浠櫒绉戞妧鏈夐檺鍏徃', NULL, NULL, '2020-04-21', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '婀栧崡鍔涜景浠櫒绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績瀹為獙瀹や娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846047080449, NULL, NULL, 'GPD2020NL168', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846059663362, NULL, NULL, 'GPD2020NL169', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846076440577, NULL, NULL, 'GPD2020NL170', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846093217793, NULL, NULL, 'GPD2020NL171', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846122577922, NULL, NULL, 'GPD2020NL172', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846139355138, NULL, NULL, 'GPD2020NL173', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846164520962, NULL, NULL, 'GPD2020NL174', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846185492482, NULL, NULL, 'GPD2020NL175', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846214852609, NULL, NULL, 'GPD2020NL176', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846235824129, NULL, NULL, 'GPD2020NL177', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846256795650, NULL, NULL, 'GPD2020NL178', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846277767169, NULL, NULL, 'GPD2020NL179', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846307127298, NULL, NULL, 'GPD2020NL180', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846357458946, NULL, NULL, 'GPD2020NL181', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846391013378, NULL, NULL, 'GPD2020NL182', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846428762113, NULL, NULL, 'GPD2020NL183', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846449733633, NULL, NULL, 'GPD2020NL184', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846466510850, NULL, NULL, 'GPD2020NL185', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846483288066, NULL, NULL, 'GPD2020NL186', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846508453889, NULL, NULL, 'GPD2020NL187', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846521036802, NULL, NULL, 'GPD2020NL188', '宸ヤ綔鍙�', '瀹氬埗绔嬪紡宸ヤ綔鍙�60*80*2000cm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤硷紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846537814018, NULL, NULL, 'GPD2020NL189', '宸ヤ綔鍙� 鐏灦', '宸ヤ綔鍙板悗鍔犺鐏灦', '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846554591234, NULL, NULL, 'GPD2020NL190', '宸ヤ綔鍙� 鐏灦', '宸ヤ綔鍙板悗鍔犺鐏灦', '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846571368450, NULL, NULL, 'GPD2020NL191', '宸ヤ綔鍙� 鐏灦', '宸ヤ綔鍙板悗鍔犺鐏灦', '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846588145666, NULL, NULL, 'GPD2020NL192', '宸ヤ綔鍙� 鐏灦', '宸ヤ綔鍙板悗鍔犺鐏灦', '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2020-04-07', NULL, '缁嗙罕鏈鸿溅闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞鍥涗竾瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846604922881, NULL, NULL, 'GPC2020NL147', '浣庡帇娉ㄥ璁惧', 'LPMS 2000锛屽弻宸ヤ綅', '涓滆帪甯傚ぉ璧涘鑳舵満姊版湁闄愬叕鍙�', NULL, NULL, '2020-04-24', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鐗ц敁鐢靛瓙绉戞妧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁嗙罕鏈鸿溅闂达紝鏂板ぇ妤间笁妤�,2023骞�7鏈堣浆瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846621700098, NULL, NULL, 'GPC2020NH024', '姘斾繚鐒婃満', '涓婃捣娌伐NB-350E', '涓婃捣娌伐鐒婃帴闆嗗洟鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-05-26', NULL, '娌哥煶杞疆杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鐒遍槼鐒婃帴璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846634283010, NULL, NULL, 'GPC2020NH025', '绌哄帇鏈�', '4*1100-160L', '鍙板窞甯傚ゥ绐佹柉宸ヨ锤鏈夐檺鍏徃', NULL, NULL, '2020-05-26', NULL, '娌哥煶杞疆杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鐪熸瘏鐢靛瓙鍟嗗姟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846651060225, NULL, NULL, 'GPA2020NL073', '宸ヤ綔鍙帮紙楂樹綆娓╁懆杈圭敤锛�', '瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-05-28', NULL, '瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹炵墿涓洪珮浣庢俯璁惧鏃佽竟鏀剧疆娴嬭瘯浠�佺ず娉㈠櫒绛夎澶囩敤鐨勫皬宸ヤ綔鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846663643137, NULL, NULL, 'GPC2020NL149', 'SMT涓婃澘鏈�', '鏍囧噯娆綡Y-250LD', '涓滆帪甯傚崕鐮旂數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2020-05-19', NULL, 'SMT绾�3', NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂癝MT绾块厤缃澶囷紝娆f湪'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846680420354, NULL, NULL, 'GPC2020NL150', 'SMT鏀舵澘鏈�', '鏍囧噯娆�', '涓滆帪甯傚崕鐮旂數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2020-05-19', NULL, 'SMT绾�3', NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂癝MT绾块厤缃澶囷紝娆f湪鏂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846697197570, NULL, NULL, 'GPC2020NL151', 'SMT鎺ラ┏鍙�', '0.5绫宠鏍�', '涓滆帪甯傚崕鐮旂數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2020-05-19', NULL, 'SMT绾�3', NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂癝MT绾块厤缃澶囷紝娆f湪鏂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846709780482, NULL, NULL, 'GPC2020NL152', 'SMT鎺ラ┏鍙�', '0.5绫宠鏍�', '涓滆帪甯傚崕鐮旂數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2020-05-19', NULL, 'SMT绾�3', NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂癝MT绾块厤缃澶囷紝娆f湪鏂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846726557698, NULL, NULL, 'GPC2020NL153', 'SMT鎺ラ┏鍙�', '0.5绫宠鏍�', '涓滆帪甯傚崕鐮旂數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2020-05-19', NULL, 'SMT绾�3', NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂癝MT绾块厤缃澶囷紝娆f湪鏂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846743334914, NULL, NULL, 'GPC2020NL154', 'SMT鎺ラ┏鍙�', '0.5绫宠鏍�', '涓滆帪甯傚崕鐮旂數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2020-05-19', NULL, 'SMT绾�3', NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂癝MT绾块厤缃澶囷紝娆f湪鏂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846760112130, NULL, NULL, 'GPC2020NL155', 'SMT鎺ラ┏鍙�', '1.20绫宠鏍�', '涓滆帪甯傚崕鐮旂數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2020-05-19', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂癝MT绾块厤缃澶囷紝娆f湪鏂帮紝2021.12鏈堟惉杩佽嚦瀹夊窘宸ュ巶'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846776889346, NULL, NULL, 'GPA2020NL074', 'KohYoung鍦ㄧ嚎3D SPI', '闊╁浗绉戞牱8030-3', '闊╁浗KOYUNG 绉戞牱鐢靛瓙璁惧', NULL, NULL, '2020-05-19', NULL, 'SMT绾�3', NULL, NULL, '鍚堝悓浠凤細34涓�', NULL, NULL, NULL, '2020-06-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂癝MT绾块厤缃澶囷紝娆f湪浜屾墜锛屼袱鍙拌澶囩エ寮�鍦ㄤ竴璧凤紝缂栧彿鍚�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846789472257, NULL, NULL, 'GPA2020NL074-2', '寰峰緥鍦ㄧ嚎3D AOI', 'TR7700_SIII', '鍙版咕寰峰緥绉戞妧鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-05-19', NULL, 'SMT绾�3', NULL, NULL, '鍚堝悓浠凤細31涓�', NULL, NULL, NULL, '2020-06-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846806249474, NULL, NULL, 'GPC2020NL156', 'GKG鍏ㄨ嚜鍔ㄩ敗鑶忓嵃鍒锋満', 'GKG G5鏂版', '涓滆帪鍑牸绮惧瘑鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, '2020-05-19', NULL, 'SMT绾�3', NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂癝MT绾块厤缃澶囷紝娆f湪鏂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846823026690, NULL, NULL, 'GPC2020NL157', '瓒呴煶娉㈠鑳剁啍鎺ユ満', '涓滃拰 ATGS-2025E 缃戠粶鐗�', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2020-05-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏂拌喘涔拌澶囷紝鐢ㄤ簬PSE'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846839803906, NULL, NULL, 'GPB2020NL046', 'CNC缁翠慨涓撶敤鍙拌檸閽�', '8瀵稿甫搴昑鐗�', '涓婃捣璧涙牸鐢靛瓙', NULL, NULL, '2020-04-14', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣璧涙牸鐢靛瓙', NULL, NULL, NULL, NULL, '閲戝伐杞﹂棿NX36鍔犲伐涓績鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846856581121, NULL, NULL, 'GPA2020NL077', '娴嬭瘯鍙帮紙娴嬭瘯鐢ㄥ钩鍙版灦锛�', '瑙勬牸锛�600*520*800 鍥剧焊鍙凤細1MB20261(V3.0)', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2020-07-23', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2020-07-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹炵墿涓烘祴璇曠敤骞冲彴鏋跺瓙锛岄潪娴嬭瘯浠紝鐮斿彂璧靛唨浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846869164034, NULL, NULL, 'GPC2020NL160', 'NG/OK 鏀舵澘鏈�', '鏍囧噯宸﹀埌鍙� NLS250-2', '娣卞湷甯傚痉绉戠豢闃崇鎶�鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2020-07-28', NULL, 'SMT绾�3', NULL, NULL, NULL, NULL, NULL, NULL, '2020-08-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯傚痉绉戠豢闃崇鎶�鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂版坊SMT绾匡紝鍦ㄧ嚎AOI鍚庣浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846885941249, NULL, NULL, 'GPA2020NL078', 'LCR鏁板瓧鐢垫ˉ', '鍚屾儬锛孴H2810B+ 10kHZ 0.1%绮惧害', '甯稿窞鍚屾伒鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2020-08-10', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-08-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯備华琛ㄤ笘鐣岃繛閿佸簵鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璐ㄩ噺绠$悊閮� IQC浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846902718466, NULL, NULL, 'GPC2020NH029', '绌哄帇鏈�', '4*110-160L', '濂ョ獊鏂巶瀹�', NULL, NULL, '2020-09-17', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-09-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鐪熸瘏鐢靛瓙鍟嗗姟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍚堟牸璇侊紝璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846919495682, NULL, NULL, 'GPC2020NH030', '鎵嬪姩娑插帇杞�', 'NPL25-510', '涓婃捣闀块敠鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, '2020-09-17', NULL, '鐜繚鐢熶骇杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2020-09-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣闀块敠鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍚堟牸璇侊紝璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846936272897, NULL, NULL, 'GPC2020NH031', '鎵嬪姩娑插帇杞�', 'NPL25-510', '涓婃捣闀块敠鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, '2020-09-17', NULL, '鐜繚鐢熶骇杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2020-09-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣闀块敠鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍚堟牸璇侊紝璇存槑涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217846948855810, NULL, NULL, 'GPC2020NL162', '鑷姩缁曠嚎鏈猴紙鎵庣嚎鏈猴級', '鎵庣嚎鏈�', '涓滆帪甯傚崥寮鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2020-09-03', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2020-09-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓滆帪甯傚崥寮鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏇存崲杩囧ぇ鍔熺巼鐢垫満锛屽鍔�30%鍔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847280205825, NULL, NULL, 'GPB2020NH023', '澶瑰叿', '娌哥煶杞疆鐢ㄥす鍏�', '甯稿窞缁村厠浣庢俯璁惧鏈夐檺鍏徃', NULL, NULL, '2020-10-09', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-11-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '甯稿窞缁村厠浣庢俯璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847301177346, NULL, NULL, 'GPB2020NH024', '澶瑰叿', '娌哥煶杞疆鐢ㄥす鍏�', '甯稿窞缁村厠浣庢俯璁惧鏈夐檺鍏徃', NULL, NULL, '2020-10-09', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2020-11-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '甯稿窞缁村厠浣庢俯璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847322148866, NULL, NULL, 'GPC2020NL170', '鍑洪敗鏈�', 'QUICK 373C', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-11-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2020-11-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '蹇厠936鏃犻搮鐒婂彴閰嶅浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847338926082, NULL, NULL, 'GPC2020NL171', '鍑洪敗鏈�', 'QUICK 373C', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-11-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2020-11-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '蹇厠936鏃犻搮鐒婂彴閰嶅浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847355703297, NULL, NULL, 'GPC2020NL172', '鍑洪敗鏈�', 'QUICK 373C', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-11-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2020-11-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '蹇厠936鏃犻搮鐒婂彴閰嶅浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847372480514, NULL, NULL, 'GPC2020NL174', '姘╁姬鐒婃満', '娌伐WSM-400E', '涓婃捣娌伐鐒婃満锛堥泦鍥級鏈夐檺鍏徃', NULL, NULL, '2020-11-10', NULL, '淇℃伅鍖栦簨涓氶儴', NULL, NULL, NULL, NULL, NULL, NULL, '2020-11-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鐒遍槼鐒婃帴璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓崏鑽満鐢紝淇℃伅浜嬩笟閮ㄤ娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847397646337, NULL, NULL, 'GPC2020NL175', '鍓ョ嚎鏈�', 'ZKS-12锛堥潪鍏ㄦ柊锛屼簩鎵嬭澶囷級', '涓婃捣瑾夌函鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2020-11-10', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2020-11-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浜屾墜璁惧锛屽墠鍔犲伐浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847418617857, NULL, NULL, 'GPC2020NL176', '鍓ョ嚎鏈�', 'HC-515锛堥潪鍏ㄦ柊锛屼簩鎵嬭澶囷級', '涓婃捣瑾夌函鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2020-11-10', '4', '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2020-11-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浜屾墜璁惧锛屽墠鍔犲伐浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847431200769, NULL, NULL, 'GPC2020NL177', 'HAKKO閫佺嚎鏈�', 'MK-005锛堥潪鍏ㄦ柊锛屼簩鎵嬭澶囷級', '鏃ユ湰HAKKO', NULL, NULL, '2020-11-10', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2020-11-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浜屾墜璁惧锛屽墠鍔犲伐浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847447977985, NULL, NULL, 'GPC2020NL178', '鎷夊姏鏈猴紙璁★級', 'MK-1000N锛堥潪鍏ㄦ柊锛屼簩鎵嬭澶囷級', '涓婃捣瑾夌函鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2020-11-10', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2020-11-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瑾夌函鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浜屾墜璁惧锛屽墠鍔犲伐浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847464755202, NULL, NULL, 'GPC2020NL179', '鏍囩鍓ョ鏈�', 'BSC-110', '涓婃捣宀虫劅鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2020-11-10', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2020-11-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣宀虫劅鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '妫�鍖呯嚎浣跨敤璁惧'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847481532418, NULL, NULL, 'GPC2020NL180', '鏍囩鍓ョ鏈�', 'BSC-110', '涓婃捣宀虫劅鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2020-11-10', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2020-11-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣宀虫劅鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '妫�鍖呯嚎浣跨敤璁惧'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847498309634, NULL, NULL, 'GPC2020NH037', '鐡︽鏈�', '鐩村緞214mm锛�45鍙烽挗', '姹熼槾甯傚悍缁存満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, '2020-12-07', NULL, '杞疆鐮斿彂杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2020-12-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '姹熼槾甯傚悍缁存満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847536058370, NULL, NULL, 'GPC2020NH038', '缈昏浆鏈�', '0-90搴︾炕杞�', '涓婃捣瀹濋敾鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2020-12-07', NULL, '杞疆鐮斿彂杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2020-12-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣瀹濋敾鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿鐮斿彂鏂瑰悜'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847552835585, NULL, NULL, 'GPC2020NL186', '鑷姩缁曠嚎鎵庣嚎鏈�', 'BOQO2000鍨� 鎵庡甫鑼冨洿80-140mm', '涓滆帪甯傚崥寮鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2020-12-14', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2020-12-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓滆帪甯傚崥寮鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍓嶅姞宸ヤ娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847565418498, NULL, NULL, 'GPC2020NH046', '鐢靛瓙鍦扮', 'SCS-1T', '涓婃捣濂曞畤鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2020-12-30', NULL, '娌哥煶杞疆杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2020-12-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣濂曞畤鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿鐮斿彂鏂瑰悜'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847582195714, NULL, NULL, 'GPC2021NL188', '澶氶�氶亾鐢垫簮', 'GPS-3030CDD 鍥虹含', '鍙版咕鍥虹含鐢靛瓙', NULL, NULL, '2020-12-01', NULL, '鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯備华琛ㄤ笘鐣岃繛鎵�搴楁湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿鐮斿彂鏂瑰悜'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847598972930, NULL, NULL, 'GPC2021NL189', '澶氶�氶亾鐢垫簮', 'GPS-3030CDD 鍥虹含', '鍙版咕鍥虹含鐢靛瓙', NULL, NULL, '2020-12-01', NULL, '鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯備华琛ㄤ笘鐣岃繛鎵�搴楁湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿鐮斿彂鏂瑰悜'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847619944450, NULL, NULL, 'GPB2021NL049', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-12-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847632527361, NULL, NULL, 'GPB2021NL050', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-12-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847653498882, NULL, NULL, 'GPB2021NL051', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-12-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847670276097, NULL, NULL, 'GPB2021NL052', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-12-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847687053313, NULL, NULL, 'GPB2021NL053', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-12-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847703830530, NULL, NULL, 'GPB2021NL054', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-12-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847724802049, NULL, NULL, 'GPB2021NL055', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-12-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847741579266, NULL, NULL, 'GPB2021NL056', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-12-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847758356482, NULL, NULL, 'GPB2021NL057', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-12-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847833853953, NULL, NULL, 'GPB2021NL058', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2020-12-20', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847863214081, NULL, NULL, 'GPC2021NL192', '瓒呴煶娉㈠鑳剁啍鎺ユ満', 'ATGS-3512e', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2021-01-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鏄嗗北鏂颁笢鍜岃秴闊虫尝璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢紝2024.05.20杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847892574209, NULL, NULL, 'GPD2021NL201', '澶х悊鐭冲钩鍙版鏋�', '瀹氬埗閾濆悎閲戞鏋�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2021-01-22', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢≒DA娴嬭瘯骞冲彴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847917740033, NULL, NULL, 'GPD2021NL202', '澶х悊鐭冲钩鍙�', '1600*600*150', '鏃犻敗浣版柉鐗瑰皵绮惧瘑鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2021-01-22', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鏃犻敗浣版柉鐗瑰皵绮惧瘑鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢≒DA娴嬭瘯骞冲彴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847942905857, NULL, NULL, 'GPC2021NL196', '鍏ㄨ嚜鍔ㄧ偣鏂欐満', 'dps-682', '娣卞湷甯傚槈鐫胯僵鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, '2021-01-23', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2021-02-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯傚槈鐫胯僵鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'SMT绾跨偣鏂欑洏鐐圭敤锛�2024.06.27杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217847976460289, NULL, NULL, 'GPC2021NL197', '鍏ㄨ嚜鍔ㄦ墦鍖呮満', 'MH101A', '鏉窞姘稿垱', NULL, NULL, '2021-03-01', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鍚嶇帴鏅鸿兘璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鎴愬搧浠撳簱浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848001626114, NULL, NULL, 'GPC2021NL198', 'YAMAHA璐寸墖鏈�', 'YSM-20R', '鏃ユ湰YAMAHA', NULL, NULL, '2021-03-10', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2021-03-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'SMT2绾挎柊鍔犺澶�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848026791938, NULL, NULL, 'GPC2021NL199', 'TOYO 鐢电几锛堝姞椹卞姩鍣級', 'CTH5-L5-150-M-TC100-01', '鏃ユ湰TOYO', NULL, NULL, '2021-04-13', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鍏ㄥ博鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢ㄤ簬鑷姩娴嬭瘯浠崌绾ф敼閫犻厤浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848056152066, NULL, NULL, 'GPC2021NL200', 'TOYO 鐢电几锛堝姞椹卞姩鍣級', 'CTH5-L5-150-M-TC100-01', '鏃ユ湰TOYO', NULL, NULL, '2021-04-13', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鍏ㄥ博鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢ㄤ簬鑷姩娴嬭瘯浠崌绾ф敼閫犻厤浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848081317890, NULL, NULL, 'GPC2021NL201', '绀烘尝鍣紙鍛ㄧ珛鍔燂級', 'ZDS2024B Plus', '骞垮窞鑷磋繙鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2021-04-13', NULL, '鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏃华娴嬫帶绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂浣跨敤锛屽懆绔嬪姛澶у洓閫�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848106483714, NULL, NULL, 'GPC2021NL202', 'QUICK 涓夎酱骞冲彴', 'ET8383-涓嶅惈鐐硅兌澶村強鎺у埗鍣�', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2021-04-13', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢ㄤ簬鑷姩鐑у綍绋嬪簭鐮旂┒鏂瑰悜'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848135843842, NULL, NULL, 'GPC2021NL203', '绀烘尝鍣紙鍛ㄧ珛鍔燂級', 'ZDS1104 plus', '骞垮窞鑷磋繙鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2021-04-13', NULL, '鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏃华娴嬫帶绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂浣跨敤锛屽懆绔嬪姛灏忓洓閫�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848161009665, NULL, NULL, 'GPC2021NL204', '绀烘尝鍣紙鍛ㄧ珛鍔燂級', 'ZDS1104 plus', '骞垮窞鑷磋繙鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2021-04-13', NULL, '鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏃华娴嬫帶绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂浣跨敤锛屽懆绔嬪姛灏忓洓閫�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848177786881, NULL, NULL, 'GPC2021NL205', '绀烘尝鍣紙鍛ㄧ珛鍔燂級', 'ZDS1104 plus', '骞垮窞鑷磋繙鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2021-04-13', NULL, '鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏃华娴嬫帶绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂浣跨敤锛屽懆绔嬪姛灏忓洓閫�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848198758401, NULL, NULL, 'GPC2021NL206', '鍗曡壊娌硅泭绉诲嵃鏈�', '鍗曡壊鏈�', '涓婃捣鐩堣緣鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2021-04-13', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鐩堣緣鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '绉诲嵃闂磋澶囷紝2022.11.15璋冩嫧鍒板畨寰藉叞瀹濓紝鑳″畨鍗庝娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848219729922, NULL, NULL, 'GOE2021NL052', '缇庣殑绌鸿皟', '涓夊尮鍙橀绌鸿皟锛�380V锛�', '骞夸笢缇庣殑鍒跺喎璁惧鏈夐檺鍏徃', NULL, NULL, '2021-04-15', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-04-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣闅芥壃瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璧勬潗璇捐�佹ゼ浜屾ゼ鎭掓俯浠�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848236507137, NULL, NULL, 'GPD2021NL204', '鏃犻搮鐒婂彴', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2021-05-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒堕�犺鏂板'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848257478657, NULL, NULL, 'GPD2021NL205', '鏃犻搮鐒婂彴', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2021-05-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒堕�犺鏂板'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848274255874, NULL, NULL, 'GPD2021NL206', '鏃犻搮鐒婂彴', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2021-05-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒堕�犺鏂板'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848295227394, NULL, NULL, 'GPD2021NL207', '鏃犻搮鐒婂彴', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2021-05-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒堕�犺鏂板'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848312004610, NULL, NULL, 'GPD2021NL208', '鏃犻搮鐒婂彴', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2021-05-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒堕�犺鏂板'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848337170433, NULL, NULL, 'GPC2021NL207', '楂樹綆娓╀氦鍙樿瘯楠岀', 'C4-180PRO', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, '2021-05-06', NULL, '鏍囧噯閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍘熺爺鍙戣璐紝2024.2.28杞Щ鍒版爣鍑嗛儴3妤硷紙璐ㄩ噺绠$悊閮級'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848349753346, NULL, NULL, 'GPC2021NL209', '绾挎潗鎽囨憜璇曢獙鏈�', '180搴︽櫤鑳借Е鎽稿睆', '骞夸笢鑹剧憺鏂华鍣ㄧ鎶�鏈夐檺鍏徃', NULL, NULL, '2021-05-06', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '骞夸笢鑹剧憺鏂华鍣ㄧ鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璐ㄩ噺绠$悊閮� IQC浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848370724866, NULL, NULL, 'GPC2021NL210', '楂樻槑閾佺數鍔ㄦ粦鍙扮粍浠�', 'GKA60110-1280-12P-P20-CD-57', '楂樻槑閾�', NULL, NULL, '2021-04-13', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓滆帪榧庝紒鏅鸿兘鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'PDA婵�鍏夋祴璺濆ぇ鐞嗙煶骞冲彴缁勪欢'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848387502082, NULL, NULL, 'GPC2021NL211', '楂樻槑閾佺數鍔ㄦ粦鍙扮粍浠�', 'GKA60110-1280-12P-P20-CD-57', '楂樻槑閾�', NULL, NULL, '2021-04-13', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓滆帪榧庝紒鏅鸿兘鑷姩鍖栫鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'PDA婵�鍏夋祴璺濆ぇ鐞嗙煶骞冲彴缁勪欢'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848404279297, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848421056514, NULL, NULL, 'GPC2022NH056', '鎴村皵鐢佃剳(鏄剧ず鍣�)', '21.5鑻卞( 鏄剧ず灞忥級', '鎴村皵', NULL, NULL, '2021-05-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣绛炬垚浼佷笟绠$悊鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'PDA婵�鍏夋祴璺濆ぇ鐞嗙煶骞冲彴缁勪欢'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848437833730, NULL, NULL, 'GOA2021NL010', '鎴村皵鐢佃剳锛圥DA骞冲彴鐢級', '8g i5-1t锛堜富鏈猴級', '鎴村皵', NULL, NULL, '2021-05-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣绛炬垚浼佷笟绠$悊鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'PDA婵�鍏夋祴璺濆ぇ鐞嗙煶骞冲彴缁勪欢'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848454610946, NULL, NULL, 'GOA2021NL011', '鎴村皵鐢佃剳(鏄剧ず鍣�)', '21.5鑻卞( 鏄剧ず灞忥級', '鎴村皵', NULL, NULL, '2021-05-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣绛炬垚浼佷笟绠$悊鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'PDA婵�鍏夋祴璺濆ぇ鐞嗙煶骞冲彴缁勪欢'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848475582466, NULL, NULL, 'GOA2021NL012', '鎴村皵鐢佃剳锛圥DA骞冲彴鐢級', '8g i5-1t锛堜富鏈猴級', '鎴村皵', NULL, NULL, '2021-05-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣绛炬垚浼佷笟绠$悊鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'PDA婵�鍏夋祴璺濆ぇ鐞嗙煶骞冲彴缁勪欢'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848492359681, NULL, NULL, 'GPC2021NL213', '鍓ョ毊鎵嚎鏈�', '3fn姘斿姩', '娣卞湷浜夸匠鏈烘', NULL, NULL, '2021-05-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷浜夸匠鏈烘锛堟窐瀹濅拱锛�', NULL, NULL, NULL, NULL, '鍓嶅姞宸ョ嚎鏉愬姞宸ヤ娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848509136898, NULL, NULL, 'GPC2021NL214', '涓夊埛甯︽壄绾挎満', 'jdc绮捐揪鏄�', '娣卞湷甯傜簿杈炬槍绉戞妧鏈夐檺鍏徃', NULL, NULL, '2021-05-13', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯傜簿杈炬槍绉戞妧鏈夐檺鍏徃锛堟窐瀹濓級', NULL, NULL, NULL, NULL, '鍓嶅姞宸ョ嚎鏉愬姞宸ヤ娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848530108417, NULL, NULL, 'GPA2021NL087', '鍔犲帇闃叉按娴嬭瘯浠�', 'IK-IPLT-20ZDS 7 瀵歌Е鎽稿睆+鏇茬嚎鎺у帇', '涓婃捣鐓滃崡浠櫒鏈夐檺鍏徃', NULL, NULL, '2021-04-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鐓滃崡浠櫒鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂瀹為獙瀹や娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848551079937, NULL, NULL, 'GPD2021NL211', '璐ф灦', '2000*600*2000cm', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2021-05-06', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-05-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '灏佺亴闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848567857154, NULL, NULL, 'GPC2021NL215', '鍓ョ毊鐒婄嚎鏈�', 'jc-h-553', '娣卞湷甯傜簿椹拌嚜鍔ㄥ寲', NULL, NULL, '2021-04-01', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-06-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯傜簿椹拌嚜鍔ㄥ寲 锛堟窐瀹濓級', NULL, NULL, NULL, NULL, '瀹炵敤浜庣煭绾跨剨鎺ワ紝鏈变竾濠风嚎鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848584634369, NULL, NULL, 'GPC2021NL217', '閽绘敾鍔犲伐涓績', 'HD-T640 CNC', '姹熻嫃鍘氶亾鏁版帶绉戞妧鏈夐檺鍏徃', NULL, NULL, '2021-06-12', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2021-06-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '姹熻嫃鍘氶亾鏁版帶绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閲戝姞宸ヨ溅闂存柊鍔犺澶�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848605605890, NULL, NULL, 'GPC2021NL218', '灏佸彛鏈�', 'FR600', '娴欐睙榧庝笟鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2021-06-12', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2021-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娴欐睙榧庝笟鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '妫�娴嬪寘瑁呯嚎浣跨敤璁惧锛�2024.09.24杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848622383106, NULL, NULL, 'GPC2021NL219', '楂樼簿瀵嗙珛寮忔敞濉戞満', 'TY-400锛岃灪鏉嗙洿寰勎�18mm锛岄攣妯″姏40T', '鏄嗗北濂ョ淮鍏规満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2021-06-12', '1', '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2021-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鏉窞澶х鏈烘璁惧', NULL, NULL, NULL, NULL, '2023.01.10杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848634966017, NULL, NULL, 'GOA2021NL017', '鍙板紡鐢佃剳 锛堜富鏈猴級', '鎴村皵鐢佃剳8g i5-1t-21.5鑻卞灞�', '鎴村皵鐢佃剳', NULL, NULL, '2021-06-12', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣宀╅槼鍟嗚锤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍙剁泭璇氱數姊洺寮曚紶鎰熷櫒椤圭洰浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848651743234, NULL, NULL, 'GOA2021NL018', '鍙板紡鐢佃剳 锛堟樉绀哄櫒锛�', '鎴村皵鐢佃剳8g i5-1t-21.5鑻卞灞�', '鎴村皵鐢佃剳', NULL, NULL, '2021-06-12', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣宀╅槼鍟嗚锤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍙剁泭璇氱數姊洺寮曚紶鎰熷櫒椤圭洰浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848668520450, NULL, NULL, 'NPG2021H006', '鐢靛瓙绉�', '500G/0.001', '涓滈槼甯傝嫳琛℃櫤鑳借澶囨湁闄愬叕鍙�', NULL, NULL, '2021-06-21', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓滈槼甯傝嫳琛℃櫤鑳借澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '灏佺亴闂撮厤姣旇兌浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848685297666, NULL, NULL, 'GPC2021WL001', '楂樼簿搴﹂�氱敤鐑帇鍙�', '閫氱敤娆�', '涓婃捣鍏板疂浼犳劅绉戞妧鑲′唤鏈夐檺鍏徃', NULL, NULL, '2021-06-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鍏板疂浼犳劅绉戞妧鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鑷埗鐢垫満鎺у埗楂樼簿搴︾儷鍘嬫不鍏峰彴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848702074881, NULL, NULL, 'GPC2021NL222', '杩涘彛楂樹綆娓╄瘯楠岀', 'labEvent L T/54/40/3', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣ㄥお浠撴湁闄愬叕鍙革紙寰峰浗鍘熻杩涘彛锛�', NULL, NULL, '2021-03-16', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2021-07-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣ㄥお浠撴湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '寰峰浗浼熸�濆瘜濂囷紝瀹氬埗璁惧64L'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848718852097, NULL, NULL, 'GPB2021NL061', '鍔犲伐涓績骞冲彛閽�', 'HVL-160V', '鏄嗗北閼泟楣扮簿瀵嗘満姊版湁闄愬叕鍙�', NULL, NULL, '2021-07-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2021-07-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鏄嗗北閼泟楣扮簿瀵嗘満姊版湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐢ㄤ簬鍘氶亾鍔犲伐涓績'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848735629313, NULL, NULL, 'GPB2021NL062', '鍔犲伐涓績骞冲彛閽�', 'HVL-160V', '鏄嗗北閼泟楣扮簿瀵嗘満姊版湁闄愬叕鍙�', NULL, NULL, '2021-07-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2021-07-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鏄嗗北閼泟楣扮簿瀵嗘満姊版湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐢ㄤ簬鍘氶亾鍔犲伐涓績'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848819515394, NULL, NULL, 'NPG2021NL007', '鐢靛瓙绉�', '30kg/2g', '鑻忓窞娣畯鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2021-07-09', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2021-07-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞娣畯鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浠撳簱寮犳浣跨敤锛岃喘浜庢窐瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848844681217, NULL, NULL, 'GPC2021NL224', '鍒嗘澘鏈猴紙鍜屾た锛�', 'AUO 3000 -UC', '鍜屾た鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2021-07-05', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2021-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞鏄嗗垱鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍓嶅姞宸ヤ娇鐢紝浣嶄簬SMT绾挎湯绔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848861458434, NULL, NULL, 'GPC2021NL226', '鑷姩鐏岃兌鏈�', 'SEC-3030B', '鑻忓窞涓栨た鏂拌兘婧�', NULL, NULL, '2021-06-28', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鑻忓窞涓栨た鏂拌兘婧�', NULL, NULL, NULL, NULL, '灏佺亴闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848878235650, NULL, NULL, 'GPG2021NL040', '闃茬垎鏌�', '22鍔犱粦', '瀹胯縼浼佸痉閲戝睘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2021-07-19', NULL, '鏉愭枡浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2021-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹胯縼浼佸痉閲戝睘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢ㄤ簬鏉愭枡搴撳瓨鏀惧嵄鍖栧搧浣跨敤銆傗��'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848895012866, NULL, NULL, 'GPC2021NL227', '宸ヤ笟闆嗗皹鍣�', 'DL-2200-80', '姹熻嫃鍏ㄩ鐜繚绉戞妧鏈夐檺鍏徃', NULL, NULL, '2021-07-10', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2021-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '姹熻嫃鍏ㄩ鐜繚绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢ㄤ簬鏂板拰妞垮垎鏉挎満锛屽湪绉诲嵃闂撮棬鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848920178690, NULL, NULL, 'GPA2021NL096', '鐢靛瓙璐熻浇', 'IT8511B+', '娣卞湷甯備华琛ㄤ笘鐣岃繛閿佸簵鏈夐檺鍏徃', NULL, NULL, '2021-07-19', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2021-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯備华琛ㄤ笘鐣岃繛閿佸簵鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鐬垮簡棰滀娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848945344514, NULL, NULL, 'GPB2021NL064', '瓒呴煶娉㈡ā鍏凤紙35khz锛�', 'PST-YC婊ゅ厜鐗囪秴澹版尝妯″叿', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2021-07-12', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2021-08-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐢ㄤ簬鏂颁骇鍝丳ST-YC婊ゅ厜鐗�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848974704641, NULL, NULL, 'GPG2021NL041', '鍥虹含鐩存祦鐢垫簮', '鍨嬪彿GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2021-08-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2021-08-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯備华琛ㄤ笘鐣岃繛閿佸簵鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂閮ㄨ璐殑浠櫒'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217848995676162, NULL, NULL, 'GPG2021NL042', '鍥虹含鐩存祦鐢垫簮', '鍨嬪彿GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2021-08-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2021-08-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯備华琛ㄤ笘鐣岃繛閿佸簵鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂閮ㄨ璐殑浠櫒'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849020841985, NULL, NULL, 'GPC2021NL228', '闄ゅ皹寮忕爞杞満', 'MC3025', '鏉窞瑗挎亽鏈烘鏈夐檺鍏徃', NULL, NULL, '2021-08-18', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2021-09-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鏉窞瑗挎亽鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夌洃閮ㄩ棬瑕佹眰'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849041813505, NULL, NULL, 'GPB2021NL065', '鏁版帶鍒嗗害鐩�', 'THRT-5AX-AR170', '鍢夊叴澶╁悎鏈烘鏈夐檺鍏徃', NULL, NULL, '2021-08-16', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2021-09-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鍢夊叴澶╁悎鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閲戝伐闂存湁閬撳姞宸ヤ腑蹇冨姞瑁呮満鏋�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849071173633, NULL, NULL, 'GPA2021NL097', '鐩愰浘瀹為獙鏈�', 'AOTSI-90H', '涓滆帪甯傛境鑵炬柉浠櫒鏈夐檺鍏徃', NULL, NULL, '2021-10-17', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓滆帪甯傛境鑵炬柉浠櫒鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璐ㄩ噺瀹為獙瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849100533761, NULL, NULL, 'GOB2021NL038', '鏍囩鎵撳嵃鏈�', 'BTP-6300I', '灞变笢鏂板寳娲嬩俊鎭妧鏈偂浠芥湁闄愬叕鍙�', NULL, NULL, '2021-10-08', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鍗椾含鍔涘嚡鏂綉缁滅鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娣樺疂璐拱锛岀敤浜庢鍖呯嚎灏忔爣绛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849121505281, NULL, NULL, 'GPC2021NL229', '绀烘尝鍣� 锛堝懆绔嬪姛锛�', 'ZDS2024B plus', '骞垮窞鑷磋繙鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2021-10-09', NULL, '鍏板煍鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣鏃华娴嬫帶绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍏板煍鐮斿彂涓績鏉庤壇搴璐娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849142476801, NULL, NULL, 'GPC2021NL230', '鍓ョ毊鐒婄嚎鏈�', 'jc-h-553', '娣卞湷甯傜簿椹拌嚜鍔ㄥ寲', NULL, NULL, '2021-04-01', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2021-12-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯傜簿椹拌嚜鍔ㄥ寲 锛堟窐瀹濓級', NULL, NULL, NULL, NULL, '鍒堕�犺浣跨敤锛岀敤浜庣煭绾跨剨鎺�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849159254018, NULL, NULL, 'GPC2021NL231', '鍓ョ毊鐒婄嚎鏈�', 'jc-h-554', '娣卞湷甯傜簿椹拌嚜鍔ㄥ寲', NULL, NULL, '2021-08-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2021-12-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯傜簿椹拌嚜鍔ㄥ寲 锛堟窐瀹濓級', NULL, NULL, NULL, NULL, '鐢ㄤ簬6920鐭嚎鐒婃帴,2023骞�9鏈�14 鐢变笂娴峰叕鍙歌浆绉诲埌瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849176031234, NULL, NULL, 'GPA2021NL100', '鏄惧井闀�', '500涓囧儚绱� 甯�11.3瀵稿睆', '娣卞湷甯備笁閿垫嘲杈惧厜瀛︿华鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2021-10-20', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-12-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓夐數娉拌揪鍏夊浠櫒锛堝ぉ鐚級', NULL, NULL, NULL, NULL, '瀹㈣瘔鍝佸垎鏋愮敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849192808449, NULL, NULL, 'GPC2021NL232', '鐢颁腑缁曠嚎鏈�', 'AX-1', '娴欐睙鐢颁腑绮炬満鑲′唤鏈夐檺鍏徃', NULL, NULL, '2021-10-20', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2021-12-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯傜挓鐜ョ鎶�鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浜屾墜璁惧锛岀敯涓敓浜х涓夋柟璐拱'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849209585665, NULL, NULL, 'GPC2021NL234', '鑷姩缁曠嚎鏈猴紙鎵庣嚎鏈猴級', 'OD25-40MM', '涓滆帪甯傚崥寮鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2021-10-27', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2021-12-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓滆帪甯傚崥寮鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閫傚悎鎵庡ぇ绾挎潫'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849230557186, NULL, NULL, 'GPC2021NL235', '鐐硅兌鏈� 锛堟帶鍒跺櫒锛�', 'D-260', '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, '2021-10-05', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-12-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '杞磋姱鐐硅兌鏈烘帶鍒跺櫒锛屽皝鐏岄棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849243140097, NULL, NULL, 'GPC2021NL236', '鑷姩鍓ョ嚎鏈�', '鐢佃剳鍓ュ鐨姱绾挎満', '姹熻嫃鍗氫箣鏃鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2021-09-16', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2021-12-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '姹熻嫃鍗氫箣鏃鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢ㄤ簬绮楃嚎鍓ョ毊'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849259917313, NULL, NULL, 'GPC2021NL237', '鍙屾恫鐏岃兌璁惧', 'HPG-30D', '涓婃捣姹夋槙宸ヤ笟绉戞妧鏈夐檺鍏徃', NULL, NULL, '2021-09-15', NULL, '灏佺亴闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2021-12-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣姹夋槙宸ヤ笟绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂版灏忓墏閲忓弻娑叉満锛屼笂娴疯喘涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849280888834, NULL, NULL, 'GPC2022NH053', '鐑樼', '550鈩冪儤绠�', '娣卞湷甯傝�愮編鐗瑰伐涓氳澶囨湁闄愬叕鍙镐笂娴�', NULL, NULL, '2021-12-13', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯傝�愮編鐗瑰伐涓氳澶囨湁闄愬叕鍙镐笂娴�', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849297666049, NULL, NULL, 'GPC2022NH054', '鐑樼', '300鈩冪儤绠�', '娣卞湷甯傝�愮編鐗瑰伐涓氳澶囨湁闄愬叕鍙镐笂娴�', NULL, NULL, '2021-12-13', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-01-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '娣卞湷甯傝�愮編鐗瑰伐涓氳澶囨湁闄愬叕鍙镐笂娴�', NULL, NULL, NULL, NULL, '娌哥煶杞疆杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849314443266, NULL, NULL, 'GOA2021NL040', '鐢佃剳涓绘満 锛圓utobag鍖呰鏈虹敤锛�', '缁勮鏈�', '涓婃捣绛炬垚浼佷笟绠$悊鏈夐檺鍏徃', NULL, NULL, '2021-12-04', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2022-01-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '涓婃捣绛炬垚浼佷笟绠$悊鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'Autobag鍖呰鏈哄鐢ㄤ富鏈�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849339609089, NULL, NULL, 'GPC2021NL238', '鎵嬫帹娲楀湴鏈�', 'RS-D3閿傜數娆�', '瀹夊窘鑽e簡娓呮磥绉戞妧鏈夐檺鍏徃', NULL, NULL, '2021-11-18', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2021-12-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '瀹夊窘鑽e簡娓呮磥绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒堕�犺娓呮礂鍦伴潰鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849356386306, NULL, NULL, 'GPC2022NL241', '鎵嬪姩骞冲彴杞�', 'PTS1000', '鏃犻敗涓粨鎼繍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-01-08', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2022-02-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '鏃犻敗涓粨鎼繍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍖呰兌闂存惉杩愭ā鍏风敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849373163521, NULL, NULL, 'NPG2022H011', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:48', NULL, '2025-02-14 09:53:48', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849398329346, NULL, NULL, 'NPG2022H012', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849415106562, NULL, NULL, 'NPG2022H013', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849431883777, NULL, NULL, 'NPG2022H014', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849452855297, NULL, NULL, 'NPG2022H015', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849473826818, NULL, NULL, 'NPG2022H016', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849490604034, NULL, NULL, 'NPG2022H017', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849515769858, NULL, NULL, 'NPG2022H018', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849532547074, NULL, NULL, 'NPG2022H019', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849553518594, NULL, NULL, 'NPG2022H020', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849645793282, NULL, NULL, 'NPG2022H021', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849670959106, NULL, NULL, 'NPG2022H022', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849696124930, NULL, NULL, 'NPG2022H023', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849717096450, NULL, NULL, 'NPG2022H024', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849742262273, NULL, NULL, 'NPG2022H025', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849775816706, NULL, NULL, 'NPG2022H026', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849855508482, NULL, NULL, 'NPG2022H027', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849910034433, NULL, NULL, 'NPG2022H028', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217849956171778, NULL, NULL, 'NPG2022H029', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850006503426, NULL, NULL, 'NPG2022H030', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850065223682, NULL, NULL, 'NPG2022H031', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850102972418, NULL, NULL, 'NPG2022H032', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850144915458, NULL, NULL, 'NPG2022H033', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850199441409, NULL, NULL, 'NPG2022H034', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850241384450, NULL, NULL, 'NPG2022H035', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850270744577, NULL, NULL, 'NPG2022H036', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850291716097, NULL, NULL, 'NPG2022H037', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850312687617, NULL, NULL, 'NPG2022H038', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850337853441, NULL, NULL, 'NPG2022H039', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850358824961, NULL, NULL, 'NPG2022H040', '鐢电儥閾�', 'quick 203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-02-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850375602178, NULL, NULL, 'GPD2022NL227', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850396573697, NULL, NULL, 'GPD2022NL228', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850421739521, NULL, NULL, 'GPD2022NL229', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850442711042, NULL, NULL, 'GPD2022NL230', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850463682561, NULL, NULL, 'GPD2022NL231', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850493042689, NULL, NULL, 'GPD2022NL232', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850509819906, NULL, NULL, 'GPD2022NL233', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850526597122, NULL, NULL, 'GPD2022NL234', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850543374338, NULL, NULL, 'GPD2022NL235', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850568540162, NULL, NULL, 'GPD2022NL236', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850585317378, NULL, NULL, 'GPD2022NL237', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850602094593, NULL, NULL, 'GPD2022NL238', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850631454722, NULL, NULL, 'GPD2022NL239', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850648231938, NULL, NULL, 'GPD2022NL240', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850669203457, NULL, NULL, 'GPD2022NL241', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850694369281, NULL, NULL, 'GPD2022NL242', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850715340802, NULL, NULL, 'GPD2022NL243', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850732118018, NULL, NULL, 'GPD2022NL244', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850748895233, NULL, NULL, 'GPD2022NL245', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850774061058, NULL, NULL, 'GPD2022NL246', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850795032578, NULL, NULL, 'GPD2022NL247', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850811809794, NULL, NULL, 'GPD2022NL248', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850841169922, NULL, NULL, 'GPD2022NL249', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850857947137, NULL, NULL, 'GPD2022NL250', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850874724353, NULL, NULL, 'GPD2022NL251', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850904084481, NULL, NULL, 'GPD2022NL252', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850920861697, NULL, NULL, 'GPD2022NL253', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850941833218, NULL, NULL, 'GPD2022NL254', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850958610434, NULL, NULL, 'GPD2022NL255', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850979581953, NULL, NULL, 'GPD2022NL256', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217850996359169, NULL, NULL, 'GPD2022NL257', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851017330690, NULL, NULL, 'GPD2022NL258', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851042496513, NULL, NULL, 'GPD2022NL259', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851063468033, NULL, NULL, 'GPD2022NL260', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851080245250, NULL, NULL, 'GPD2022NL261', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851097022466, NULL, NULL, 'GPD2022NL262', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851113799681, NULL, NULL, 'GPD2022NL263', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851134771202, NULL, NULL, 'GPD2022NL264', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851151548418, NULL, NULL, 'GPD2022NL265', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851168325633, NULL, NULL, 'GPD2022NL266', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851197685762, NULL, NULL, 'GPD2022NL267', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851218657281, NULL, NULL, 'GPD2022NL268', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851235434498, NULL, NULL, 'GPD2022NL269', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851264794625, NULL, NULL, 'GPD2022NL270', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851281571842, NULL, NULL, 'GPD2022NL271', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851306737666, NULL, NULL, 'GPD2022NL272', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851336097794, NULL, NULL, 'GPD2022NL273', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851357069313, NULL, NULL, 'GPD2022NL274', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851378040834, NULL, NULL, 'GPD2022NL275', '宸ヤ綔鍙�', '鍗曚釜鍙嫾鎺ユ60*80', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851407400962, NULL, NULL, 'GPC2022NL240', '绌哄帇鏈猴紙ESUAN锛�', 'ES120L', '娣樺疂璐拱', NULL, NULL, '2022-01-27', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2022-02-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '娣樺疂璐拱', NULL, NULL, NULL, NULL, '缁曠嚎鍦堣澶囧闂翠笓渚涙皵婧愮敤锛�2024.08.22杞Щ瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851424178178, NULL, NULL, 'GPC2022NL242', '婵�鍏夎皟闃绘満', 'LT3100', '姝︽眽涓夊伐绮惧瘑鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-02-25', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '姝︽眽涓夊伐绮惧瘑鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏂版鍗婅嚜鍔ㄦ縺鍏夎皟闃绘満锛岃浆瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851445149697, NULL, NULL, 'GPC2022NL243', '浼烘湇寮犲姏閫佺嚎鍣�', '鐢靛瓙寮忓紶鍔涘櫒SFD800-CL', '涓滆帪甯傚弸鍚夌數瀛愭湁闄愬叕鍙�', NULL, NULL, '2022-02-05', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '娣樺疂', NULL, NULL, NULL, NULL, 'MX1804鏈哄櫒鐢紝灏忓紶鍔汱E18浜у搧'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851474509826, NULL, NULL, 'GPC2022NL244', '缇よ剦鍐插彂鐢熷櫒', 'EFT-405CN涓禘FTC', '涓婃捣鍑屼笘鐢电鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2022-02-06', NULL, 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鍑屼笘鐢电鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, 'EMC瀹為獙瀹QM浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851495481346, NULL, NULL, 'GPC2022NL245', '浼犳劅鎶楀共鎵颁竴浣撴満', 'RIS-6091-85', '涓婃捣鍑屼笘鐢电鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2022-02-06', NULL, 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鍑屼笘鐢电鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, 'EMC瀹為獙瀹QM浣跨敤锛屾棤娉曚娇鐢ㄥ凡閫�璐э紝璐︾洰娑堥櫎'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851520647170, NULL, NULL, 'GPC2022NL246', '楂樹綆娓╄瘯楠岀', 'M/THP-800L', '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2022-01-09', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娴嬭瘯瀛旀湭鎶�鏈矡閫氬紑閿欙紝灏佺亴闂撮棬鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851545812993, NULL, NULL, 'GPD2022NL224', '楂樺眰璐ф灦', '鍥涘眰*2鎺�+涓夊眰*2鎺�', '涓婃捣瀹忔壃浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-03-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣瀹忔壃浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏀剧疆浜庡師鐜繚杞﹂棿锛屾垚鍝佸簱璐ф灦'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851562590210, NULL, NULL, 'GPC2022NL247', '绔嬪紡娉ㄥ鏈�', 'TY-600', '鏉窞澶х鏈烘鏈夐檺鍏徃', NULL, NULL, '2022-02-09', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鏄嗗北濂ョ淮鍏规満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '浣嶄簬娉ㄥ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851583561730, NULL, NULL, 'GPC2022NL248', '楂樹綆娓╃', '浼熸�濆瘜濂嘝RO-180', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄�', NULL, NULL, '2022-02-16', NULL, '鏍囧噯閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍘熺爺鍙戣璐紝2024.2.28杞Щ鍒版爣鍑嗛儴3妤硷紙璐ㄩ噺绠$悊閮級'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851617116162, NULL, NULL, 'GPC2022NL249', '鍓ユ墦涓�浣撶瀛愭満', '浜氭嫇瀹氬埗 鍓ユ墦涓�浣撴満', '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2021-12-16', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍓嶅姞宸ヤ娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851642281985, NULL, NULL, 'GPC2022NL250', '鏁版帶CNC鍔犲伐涓績', 'HD-T640 M80 12000rpm', '姹熻嫃鍘氶亾鏁版帶绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-02-16', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '姹熻嫃鍘氶亾鏁版帶绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閲戝伐杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851675836417, NULL, NULL, 'GPC2022NL251', '楂樹綆娓╃', '浼熸�濆瘜濂嘝RO-180', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄�', NULL, NULL, '2022-02-09', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '浣嶄簬灏佺亴闂撮棬鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851692613633, NULL, NULL, 'GPC2022NL252', '婵�鍏夎皟闃绘満', 'LT3100', '姝︽眽涓夊伐绮惧瘑鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-03-03', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '姝︽眽涓夊伐绮惧瘑鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851713585153, NULL, NULL, 'GPC2022NL253', '婵�鍏夎皟闃绘満', 'LT3100', '姝︽眽涓夊伐绮惧瘑鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-03-03', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '姝︽眽涓夊伐绮惧瘑鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢紝2024.07.16杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851734556674, NULL, NULL, 'GPC2022NL254', '绔嬪紡娉ㄥ鏈�', 'AT-550.2R锛堣浆鐩樻満锛�', '鏉窞鐖辩鏈烘鏈夐檺鍏徃', NULL, NULL, '2022-02-09', '1', '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鏉窞鐖辩鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '2023.01.10杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851768111105, NULL, NULL, 'GPA2022NL101', '閽堝簥娴嬭瘯鍙�', 'LBJ-UC10-B023浜у搧娴嬭瘯娌诲叿', '鏄嗗北闄嗗叴娉扮數瀛愭湁闄愬叕鍙�', NULL, NULL, '2022-03-14', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-05-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鏄嗗北闄嗗叴娉扮數瀛愭湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐢ㄤ簬娴嬭瘯LBJ-UC10-B023浜у搧'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851793276929, NULL, NULL, 'GPA2022NL102', '楂樺帇鑴夊啿璇曢獙浠�', '杩滄柟 HVP-2', '鏉窞杩滄柟鐢电鍏煎鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2022-02-10', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鑷村箍鐢靛瓙鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, 'EMC瀹為獙瀹� DQM閮紝鑰佽澶囨姷鎵�2k鎹㈣喘銆�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851826831361, NULL, NULL, 'GPC2022NL255', '绌哄績绾垮湀缁曠嚎鏈�', '娆e疂XB130', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2022-03-23', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍓嶅姞宸ユ柊澧炶澶囷紝璺熺敯涓樊璺濈敋杩滐紝2022.11.11杞畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851851997186, NULL, NULL, 'GPA2022NL103', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', '浼楁嘲鍏达紙瀹氬埗锛�', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2022-05-18', NULL, '鐢熶骇杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛燂紝RD瀹為獙瀹�10绫抽粦鑹叉祴璇曞钩鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851868774402, NULL, NULL, 'GPG2022NL057', '闅旈渿鍏夊瀹為獙骞冲彴', '浼楁嘲鍏达紙瀹氬埗锛�', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2022-05-11', NULL, '鐢熶骇杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏈煡璁惧锛燂紵锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851893940225, NULL, NULL, 'GPC2022NL257', '楂樹綆娓╄瘯楠岀', '浼熸�濆瘜濂嘝RO-180', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, '2022-05-03', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '璐ㄩ噺瀹為獙瀹や娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851914911745, NULL, NULL, 'GPC2022NL258', '楂樹綆娓╄瘯楠岀', '浼熸�濆瘜濂嘝RO-180', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, '2022-05-18', NULL, '鏍囧噯閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍘熺爺鍙戣璐紝2024.2.28杞Щ鍒版爣鍑嗛儴3妤硷紙璐ㄩ噺绠$悊閮級'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851935883266, NULL, NULL, 'NPA2022NL014', '鐢靛瓙绉�', '30kg/2g', '涓婃捣淇¤ 鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2022-05-24', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣淇¤ 鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏉愭枡搴撶敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217851973632001, NULL, NULL, 'GPG2022NL058', '鐢靛姩鍙夎溅', 'TEU 1.5鍚ㄧ珯绔嬪墠绉诲紡', '瀹夊窘姊槗浼樺弶杞︽湁闄愬叕鍙�', NULL, NULL, '2022-05-10', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣鐟為《鍙夎溅鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鎴愬搧搴撴惉杩愮敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852002992129, NULL, NULL, 'GPC2022NL256', '娑插帇杞�', 'DF30*550*1150', '鑻忓窞甯傝鍔涘弶杞︽湁闄愬叕鍙�', NULL, NULL, '2022-05-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '娣樺疂鏃楄埌搴�', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852032352257, NULL, NULL, 'GPC2021NH051', '鏀跺嵎鏈鸿兌杈�', '鐩村緞345mm锛岀綉绾�3mm', '寮犲娓競甯濊揪鏈烘鏈夐檺鍏徃', NULL, NULL, '2021-12-21', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '寮犲娓競甯濊揪鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐜繚娌哥煶杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852061712386, NULL, NULL, 'GPB2022NH109', '澶瑰叿', '4500', '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-02-27', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852095266818, NULL, NULL, 'GPB2022NH110', '澶瑰叿', '4500', '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-02-27', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852120432641, NULL, NULL, 'GPB2022NH111', '澶瑰叿', '4500', '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-02-27', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852141404162, NULL, NULL, 'GPB2022NH112', '澶瑰叿', '4500', '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-02-27', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852170764289, NULL, NULL, 'GPB2022NH113', '澶瑰叿', '2650', '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-02-17', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852200124418, NULL, NULL, 'GPB2022NH114', '澶瑰叿', '2650', '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-02-17', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852237873153, NULL, NULL, 'GPB2022NH115', '澶瑰叿', '2650', '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-02-17', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852275621890, NULL, NULL, 'GPB2022NH116', '澶瑰叿', '2650', '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-02-17', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852304982018, NULL, NULL, 'GPG2022NH032', '娴告笉姹�', '涓嶉攬閽�304锛屽畾鍒惰鍥剧焊', '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-02-17', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852330147842, NULL, NULL, 'GPG2022NH033', '娴告笉姹�', '涓嶉攬閽�304锛屽畾鍒惰鍥剧焊', '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-02-17', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852355313665, NULL, NULL, 'GPG2022NH034', '娴告笉姹�', '涓嶉攬閽�304锛屽畾鍒惰鍥剧焊', '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-02-17', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣褰よ瘹瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852380479490, NULL, NULL, 'GPD2022NH038', '璐ф灦', '2500*1200*2025', '濂芥牸浠撳偍璁惧锛堜笢鑾炲競锛夋湁闄愬叕鍙�', NULL, NULL, '2022-05-17', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '濂芥牸浠撳偍璁惧锛堜笢鑾炲競锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852409839618, NULL, NULL, 'GPD2022NH039', '璐ф灦', '2500*1200*2025', '濂芥牸浠撳偍璁惧锛堜笢鑾炲競锛夋湁闄愬叕鍙�', NULL, NULL, '2022-05-17', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '濂芥牸浠撳偍璁惧锛堜笢鑾炲競锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852439199746, NULL, NULL, 'GPD2022NH040', '璐ф灦', '2500*1200*2025', '濂芥牸浠撳偍璁惧锛堜笢鑾炲競锛夋湁闄愬叕鍙�', NULL, NULL, '2022-05-17', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '濂芥牸浠撳偍璁惧锛堜笢鑾炲競锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852460171266, NULL, NULL, 'GPD2022NH041', '璐ф灦', '2500*1200*2025', '濂芥牸浠撳偍璁惧锛堜笢鑾炲競锛夋湁闄愬叕鍙�', NULL, NULL, '2022-05-17', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '濂芥牸浠撳偍璁惧锛堜笢鑾炲競锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852485337089, NULL, NULL, 'GPG2022NH036', '鐒婃帴骞冲彴', '3000*5000*350*50', '娉婂ご甯傚浗鏅熸満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, '2022-06-02', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '娉婂ご甯傚浗鏅熸満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852514697218, NULL, NULL, 'GPG2022NH037', '鐒婃帴骞冲彴', '5000*5000*350*50', '娉婂ご甯傚浗鏅熸満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, '2022-06-02', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '娉婂ご甯傚浗鏅熸満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852539863042, NULL, NULL, 'GPG2022NH038', '鐒婃帴骞冲彴', '5000*5000*350*50', '娉婂ご甯傚浗鏅熸満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, '2022-06-02', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '娉婂ご甯傚浗鏅熸満姊板埗閫犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852594388994, NULL, NULL, 'GPC2022NL260', '鐒婇敗鏈�', 'R30/9700楠ㄦ灦绾垮湀寮曡剼涓婇敗锛堥潪鏍囧畾鍒讹級', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2022-05-11', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2022-06-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, 'R30/9700楠ㄦ灦绾垮湀寮曡剼涓婇敗'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852636332034, NULL, NULL, 'GPC2022NL261', '鏂颁笢鍜岃秴澹版尝鐒婃帴鏈�', '35Khz', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2022-06-15', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '缃簬鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852669886465, NULL, NULL, 'GPB2022NL067', 'CNC涓撶敤鍙拌檸閽�', 'DCV-6-300', '涓婃捣杈侀拱绮惧瘑鏈烘鏈夐檺鍏徃', NULL, NULL, '2022-03-16', NULL, '閲戝伐闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣杈侀拱绮惧瘑鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閲戝伐闂村帤閬撳姞宸ヤ腑蹇冪敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852699246594, NULL, NULL, 'GPB2022NL068', 'CNC涓撶敤鍙拌檸閽�', 'DCV-6-300', '涓婃捣杈侀拱绮惧瘑鏈烘鏈夐檺鍏徃', NULL, NULL, '2022-03-16', NULL, '閲戝伐闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣杈侀拱绮惧瘑鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閲戝伐闂村帤閬撳姞宸ヤ腑蹇冪敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852728606722, NULL, NULL, 'GOA2022NL059', '宸ヤ笟鏉″舰鐮佹墦鍗版満', '鏂板寳娲婤TP-6200I', '灞变笢鏂板寳娲嬩俊鎭妧鏈偂浠芥湁闄愬叕鍙�', NULL, NULL, '2022-06-23', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '涓婃捣杩堝窛淇℃伅鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852757966849, NULL, NULL, 'GPB2022NL069', 'PSS瓒呭0娉㈡ā鍏�', 'PSS婊ゅ厜鐗� 35K', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2022-05-12', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852795715586, NULL, NULL, 'GPB2022NL070', 'PSE瓒呭0娉㈡ā鍏�', 'PSE婊ゅ厜鐗� 35K', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2022-05-12', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.4.24杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852829270018, NULL, NULL, 'GPB2022NL071', 'PSE瓒呭0娉㈡ā鍏�', 'PSE鐩栨澘 20K', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2022-05-12', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.4.24杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852858630145, NULL, NULL, 'GPB2022NL072', 'PSR瓒呭0娉㈡ā鍏�', 'PSR鐩栨澘 20K', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2022-05-12', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.4.1杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852883795970, NULL, NULL, 'GPB2022NL073', 'PSR瓒呭0娉㈡ā鍏�', 'PSR婊ゅ厜鐗�35K', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2022-05-12', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.4.1杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852913156097, NULL, NULL, 'GPG2022NL061', '鍖栧鍝佹斁缃煖', '460*620*1080', '涓婃捣鎭掕捣瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2022-07-04', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852946710530, NULL, NULL, 'GPG2022NL062', '璋冭瘯鍙版斁缃煖', '850*390*1800', '涓婃捣鎭掕捣瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2022-07-04', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852971876353, NULL, NULL, 'GPG2022NL063', '璋冭瘯鍙版斁缃煖', '850*390*1800', '涓婃捣鎭掕捣瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2022-07-04', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217852997042178, NULL, NULL, 'GPG2022NL064', '璋冭瘯鍙版斁缃煖', '850*390*1800', '涓婃捣鎭掕捣瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2022-07-04', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853022208002, NULL, NULL, 'GPC2022NL264', '璇哄姏鎵嬪姩娑插帇杞︼紙3鍚級', 'AC3*540*1150', '鑻忓窞甯傝鍔涘弶杞︽湁闄愬叕鍙�', NULL, NULL, '2022-06-15', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '娣樺疂璇哄姏鏃楄埌搴�', NULL, NULL, NULL, NULL, '鏉愭枡浠撳簱浣跨敤锛岄粍鑹�3鍚ㄤ竴浣撴车'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853043179522, NULL, NULL, 'GPC2022NL265', '璇哄姏鎵嬪姩娑插帇杞︼紙3鍚級', 'AC3*540*1150', '鑻忓窞甯傝鍔涘弶杞︽湁闄愬叕鍙�', NULL, NULL, '2022-06-15', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '娣樺疂璇哄姏鏃楄埌搴�', NULL, NULL, NULL, NULL, '鏉愭枡浠撳簱浣跨敤锛岄粍鑹�3鍚ㄤ竴浣撴车'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853064151042, NULL, NULL, 'NPG2022H041', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂浣跨敤锛岄檲浼熶紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853089316865, NULL, NULL, 'NPG2022H042', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂浣跨敤锛岄檲浼熶紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853114482689, NULL, NULL, 'NPG2022H043', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂浣跨敤锛岄檲浼熶紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853139648513, NULL, NULL, 'NPG2022H044', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂浣跨敤锛岄檲浼熶紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853160620033, NULL, NULL, 'NPG2022H045', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂浣跨敤锛岄檲浼熶紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853189980162, NULL, NULL, 'NPG2022H046', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂浣跨敤锛岄檲浼熶紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853223534593, NULL, NULL, 'NPG2022H047', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853248700417, NULL, NULL, 'NPG2022H048', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853303226370, NULL, NULL, 'NPG2022H049', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853336780801, NULL, NULL, 'NPG2022H050', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853366140929, NULL, NULL, 'NPG2022H051', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853391306753, NULL, NULL, 'NPG2022H052', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853416472577, NULL, NULL, 'NPG2022H053', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853445832705, NULL, NULL, 'NPG2022H054', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853521330178, NULL, NULL, 'NPG2022H055', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853559078914, NULL, NULL, 'NPG2022H056', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:49', NULL, '2025-02-14 09:53:49', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853584244737, NULL, NULL, 'NPG2022H057', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853609410561, NULL, NULL, 'NPG2022H058', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853630382081, NULL, NULL, 'NPG2022H059', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853651353602, NULL, NULL, 'NPG2022H060', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853676519426, NULL, NULL, 'NPG2022H061', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853701685249, NULL, NULL, 'NPG2022H062', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853722656769, NULL, NULL, 'NPG2022H063', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853747822593, NULL, NULL, 'NPG2022H064', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853768794114, NULL, NULL, 'NPG2022H065', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853789765634, NULL, NULL, 'NPG2022H066', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒堕�犺杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853810737154, NULL, NULL, 'NPG2022H067', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒堕�犺杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853949149185, NULL, NULL, 'NPG2022H068', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒堕�犺杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217853982703618, NULL, NULL, 'NPG2022H069', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒堕�犺杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854007869441, NULL, NULL, 'NPG2022H070', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-06-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒堕�犺杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854033035265, NULL, NULL, 'GPC2022NL266', '闆呴┈鍝堣创鐗囨満', 'YAMAHA YSM10', '鏃ユ湰YAMAHA', NULL, NULL, '2022-04-12', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅杞﹂棿SMT绾夸娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854054006785, NULL, NULL, 'GPC2022NL267', '灏氭潵鍖呰鏈�', 'DT-A12-4TR-SF', '鏃犻敗甯傚皻鏉ョ鎶�鏈夐檺鍏徃', NULL, NULL, '2022-02-22', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏃犻敗甯傚皻鏉ョ鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅杞﹂棿妫�鍖呯嚎浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854074978306, NULL, NULL, 'NPG2022H071', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, '2022-05-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, NULL, NULL, '鐢熶骇杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854100144130, NULL, NULL, 'NPG2022H072', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, '2022-05-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, NULL, NULL, '鐢熶骇杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854125309953, NULL, NULL, 'NPG2022H073', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, '2022-05-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, NULL, NULL, '鐢熶骇杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854150475777, NULL, NULL, 'NPG2022H074', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, '2022-05-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, NULL, NULL, '鐢熶骇杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854175641602, NULL, NULL, 'NPG2022H075', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, '2022-05-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, NULL, NULL, '鐢熶骇杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854196613122, NULL, NULL, 'NPG2022H076', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, '2022-05-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, NULL, NULL, '鐢熶骇杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854217584642, NULL, NULL, 'NPG2022H077', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, '2022-05-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, NULL, NULL, '鐢熶骇杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854238556162, NULL, NULL, 'NPG2022H078', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, '2022-05-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, NULL, NULL, '鐢熶骇杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854272110594, NULL, NULL, 'NPG2022H079', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, '2022-05-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, NULL, NULL, '鐢熶骇杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854293082113, NULL, NULL, 'NPG2022H080', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, '2022-05-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, NULL, NULL, '鐢熶骇杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854314053633, NULL, NULL, 'NPG2022H081', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, '2022-05-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, NULL, NULL, '鐢熶骇杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854330830850, NULL, NULL, 'NPG2022H082', '閫侀敗涓�浣撶剨鍙�', 'STX-378', '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, '2022-05-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北甯傜帀灞遍晣鏂嘲鍏村伐鍏疯', NULL, NULL, NULL, NULL, '鐢熶骇杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854347608065, NULL, NULL, 'GPG2022NH039', '闅旂缃�', '1.5*3m', '瀹夊钩鍘挎捣璇氫笣缃戝埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2022-06-04', NULL, '鐜繚鐮斿彂閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-04', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '瀹夊钩鍘挎捣璇氫笣缃戝埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854376968193, NULL, NULL, 'GPD2022NL276', '閲嶅瀷璐ф灦', '2000*600*2000', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-05-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏀剧疆浜庢敞濉戦棿闂ㄥ彛锛屾斁缃ā鍏风敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854406328321, NULL, NULL, 'GPB2022NL074', '鍙拌檸閽�', '鍨嬪彿:HVL-160', '娣樺疂璐拱', NULL, NULL, '2022-07-01', NULL, '閲戝伐闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂璐拱', NULL, NULL, NULL, NULL, '鐢ㄤ簬鏁版帶CNC'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854431494146, NULL, NULL, 'GOE2022NA002', '绔嬪紡鍐版煖', '娴峰皵LC-168H', '娴峰皵', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '浜笢璐拱', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854460854274, NULL, NULL, 'NPG2022H083', '灏忛敗鐐�', '鍒涚編濞丆M808', '鍒涚編濞佹棗鑸板簵', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂璐拱', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854486020097, NULL, NULL, 'NPG2022H084', '灏忛敗鐐�', '鍒涚編濞丆M808', '鍒涚編濞佹棗鑸板簵', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂璐拱', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854519574529, NULL, NULL, 'NPG2022H085', '灏忛敗鐐�', '鍒涚編濞丆M808', '鍒涚編濞佹棗鑸板簵', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂璐拱', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854540546050, NULL, NULL, 'NPG2022H086', '灏忛敗鐐�', '鍒涚編濞丆M808', '鍒涚編濞佹棗鑸板簵', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂璐拱', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854565711873, NULL, NULL, 'GPC2022NA001', '濂ユ触鎵嬪姩娑插帇杞�', 'NPL25-510 棰濆畾杞借嵎 2500mm 璐у弶灏哄 520*1080mm', '涓婃捣闀块敠鏈鸿澶囨湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣闀块敠鏈鸿澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854586683393, NULL, NULL, 'GPC2022NA002', '濂ユ触鎵嬪姩娑插帇杞�', 'NPL25-510 棰濆畾杞借嵎 2500mm 璐у弶灏哄 520*1080mm', '涓婃捣闀块敠鏈鸿澶囨湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣闀块敠鏈鸿澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854611849218, NULL, NULL, 'GPC2022NA003', '濂ユ触鎵嬪姩娑插帇杞�', 'NP30-512 棰濆畾杞借嵎 3000mm 璐у弶灏哄 520*1220mm', '涓婃捣闀块敠鏈鸿澶囨湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣闀块敠鏈鸿澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854632820738, NULL, NULL, 'GPC2022NA004', '濂ユ触鎵嬪姩娑插帇杞�', 'NP30-512 棰濆畾杞借嵎 3000mm 璐у弶灏哄 520*1220mm', '涓婃捣闀块敠鏈鸿澶囨湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣闀块敠鏈鸿澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854653792257, NULL, NULL, 'GPC2022NA006', '楂橀�熼潤闊冲墺鎵撶瀛愭満', '287# 閰嶅叞瀹�1-26-287绔瓙', '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854687346689, NULL, NULL, 'GPC2022NA015', '楂橀�熼潤闊冲墺鎵撶瀛愭満', '286# 閰嶅叞瀹�1-26-286绔瓙', '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854708318209, NULL, NULL, 'GPA2022NA001', '鍥炴祦鐒婄倝娓╂祴璇曚华', 'KIC2000', '鏈煡', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854729289730, NULL, NULL, 'GPC2022NA007', '鍚稿皹鍣� 锛堝垎鏉挎満鐢� 锛�', 'DL-2200-80-AC', '涓婃捣鍏ㄩ瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鍏ㄩ瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854754455554, NULL, NULL, 'GPC2022NA008', '鍏ㄨ嚜鍔ㄩ敗鑶忓嵃鍒锋満', 'GKG G9+', '涓滆帪鍑牸绮惧瘑鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓滆帪鍑牸绮惧瘑鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854909644802, NULL, NULL, 'GPC2022NA010', '閿¤啅鎼呮媽鏈�', 'SPS-10 MALCOM鏃ユ湰', '鏃ユ湰MALCOM', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣琛¢箯瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854947393537, NULL, NULL, 'GOB2022NA004', '鏍囩鎵撳嵃鏈�', '鏂板寳娲婤TP-6200I', '灞变笢鏂板寳娲嬩俊鎭妧鏈偂浠芥湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217854972559361, NULL, NULL, 'GPC2022NA011', 'YAMAHA璐寸墖鏈�', 'YAMAHA YSM20R', '鏃ユ湰YAMAHA', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855001919489, NULL, NULL, 'GPC2022NA012', 'YAMAHA璐寸墖鏈�', 'YAMAHA YSM10', '鏃ユ湰YAMAHA', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855022891009, NULL, NULL, 'GPC2022NA016', 'OK/NG鑷姩鏀舵澘鏈�', '搴疯礉灏� CWUD-880N 鍙岃建', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855048056833, NULL, NULL, 'GPC2022NA017', '鍏ㄨ嚜鍔ㄤ笂鏉�', '搴疯礉灏� SCLD-880A 鍗曡建', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855073222658, NULL, NULL, 'GPC2022NA013', '鎺ラ┏鍙�', '搴疯礉灏�0.6绫冲伐浣滄鏌ョ珯(鍙岃建涓�娈靛紡) CDWT-100A', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855094194177, NULL, NULL, 'GPA2022NA003', '闈欑數鎵嬬幆娴嬭瘯浠�', 'TR7131', '鑻忓窞浜害鐢垫皵鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855115165698, NULL, NULL, 'GPA2022NA004', '闈欑數鎵嬬幆娴嬭瘯浠�', 'TR7131', '鑻忓窞浜害鐢垫皵鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855169691649, NULL, NULL, 'NPG2022H89', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855190663170, NULL, NULL, 'NPG2022H90', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855215828994, NULL, NULL, 'NPG2022H91', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855240994818, NULL, NULL, 'NPG2022H92', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855261966337, NULL, NULL, 'NPG2022H93', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855282937857, NULL, NULL, 'NPG2022H94', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855299715073, NULL, NULL, 'NPG2022H95', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855320686594, NULL, NULL, 'NPG2022H96', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855345852418, NULL, NULL, 'NPG2022H97', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855371018241, NULL, NULL, 'NPG2022H98', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855391989761, NULL, NULL, 'NPG2022H99', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855408766978, NULL, NULL, 'NPG2022H100', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855433932802, NULL, NULL, 'NPG2022H101', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855446515713, NULL, NULL, 'NPG2022H102', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855467487234, NULL, NULL, 'NPG2022H103', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855488458754, NULL, NULL, 'NPG2022H104', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855509430274, NULL, NULL, 'NPG2022H105', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855530401794, NULL, NULL, 'NPG2022H106', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855555567617, NULL, NULL, 'NPG2022H107', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855589122049, NULL, NULL, 'NPG2022H108', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855605899265, NULL, NULL, 'NPG2022H109', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855626870785, NULL, NULL, 'NPG2022H110', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855647842306, NULL, NULL, 'NPG2022H111', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855668813826, NULL, NULL, 'NPG2022H112', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855685591042, NULL, NULL, 'NPG2022H113', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855710756865, NULL, NULL, 'NPG2022H114', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855727534081, NULL, NULL, 'NPG2022H115', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855748505602, NULL, NULL, 'NPG2022H116', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855769477122, NULL, NULL, 'NPG2022H117', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855786254338, NULL, NULL, 'NPG2022H118', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855811420161, NULL, NULL, 'GPC2022NL268', '鍥涢�氶亾绀烘尝鍣紙鍛ㄧ珛鍔燂級', 'zds1104 100MHz', '骞垮窞鑷磋繙鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2022-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼燂紝鍛ㄧ珛鍔熷皬鍥涢��'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855828197377, NULL, NULL, 'GPC2022NL269', '鍥涢�氶亾绀烘尝鍣紙鍛ㄧ珛鍔燂級', 'zds1104 100MHz', '骞垮窞鑷磋繙鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2022-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼燂紝鍛ㄧ珛鍔熷皬鍥涢��'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855849168897, NULL, NULL, 'GPC2022NL270', '鍥涢�氶亾绀烘尝鍣紙鍛ㄧ珛鍔燂級', 'zds1104 100MHz', '骞垮窞鑷磋繙鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2022-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼燂紝鍛ㄧ珛鍔熷皬鍥涢��'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855870140417, NULL, NULL, 'GPC2022NA023', '鍏ㄨ嚜鍔ㄤ笂鏉挎満L', '搴疯礉灏� SCLD-880A 鍗曡建', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855891111938, NULL, NULL, 'GPC2022NA019', '鎺ラ┏鍙�', '搴疯礉灏�0.6绫冲伐浣滄鏌ョ珯(鍗曡建涓�娈靛紡) CWT-100A', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855912083457, NULL, NULL, 'GPC2022NA020', '鎺ラ┏鍙�', '搴疯礉灏�0.6绫冲伐浣滄鏌ョ珯(鍗曡建涓�娈靛紡) CWT-100A', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855933054977, NULL, NULL, 'GPC2022NA021', '鎺ラ┏鍙�', '搴疯礉灏�0.6绫冲伐浣滄鏌ョ珯(鍗曡建涓�娈靛紡) CWT-100A', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855949832193, NULL, NULL, 'GPC2022NA022', '鎺ラ┏鍙�', '搴疯礉灏�0.6绫冲伐浣滄鏌ョ珯(鍗曡建涓�娈靛紡) CWT-100A', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855974998017, NULL, NULL, 'GPA2022NA005', '鏄庨攼SPI', '娣卞湷鏄庨攼 VSP3000 鍗曡建3D鍦ㄧ嚎', '娣卞湷鏄庨攼鐞嗘兂绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣卞湷鏄庨攼鐞嗘兂绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217855995969538, NULL, NULL, 'GPC2022NA018', '鎺ラ┏鍙�', '搴疯礉灏�1绫冲伐浣滄鏌ョ珯鍚喎鍗撮鎵�(鍙岃建涓�娈靛紡)', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856016941058, NULL, NULL, 'GPG2022NL067', '閾濆瀷鏉愭鏋�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-06-15', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏋楁柊鏂囪仈绯伙紝鍓嶅姞宸ユ斁璁惧'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856033718274, NULL, NULL, 'GPG2022NL068', '閾濆瀷鏉愭鏋�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-06-15', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏋楁柊鏂囪仈绯伙紝鍓嶅姞宸ユ斁璁惧'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856054689794, NULL, NULL, 'GPG2022NL069', '閾濆瀷鏉愭鏋�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-06-15', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏋楁柊鏂囪仈绯伙紝3妤兼斁瓒呭0娉�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856075661314, NULL, NULL, 'GPG2022NL070', '鍥虹含鐢垫簮', '鍨嬪彿GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2022-05-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'DQM閮ㄦ埓鐕曠嚂璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856096632833, NULL, NULL, 'GPG2022NL071', '鍥虹含鐢垫簮', '鍨嬪彿GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2022-05-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'DQM閮ㄦ埓鐕曠嚂璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856113410049, NULL, NULL, 'GPG2022NL072', '鍥虹含鐢垫簮', '鍨嬪彿GPS-3030DD', '鑻忓窞鍥虹含鐢靛瓙', NULL, NULL, '2022-05-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'DQM閮ㄦ埓鐕曠嚂璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856138575874, NULL, NULL, 'GPC2022NA024', '鍗婅嚜鍔ㄥ皝鍙f満 浼犻�佸甫', 'FR-600', '娴欐睙榧庝笟鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856159547393, NULL, NULL, 'GPD2022NA001', '闃查潤鐢靛伐浣滃彴', '120*60*75*160 甯︿袱涓娊灞�', '鑻忓窞閼崜瓒婂鍏锋湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856180518913, NULL, NULL, 'GPD2022NA002', '闃查潤鐢靛伐浣滃彴', '120*60*75*160 甯︿袱涓娊灞�', '鑻忓窞閼崜瓒婂鍏锋湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856205684738, NULL, NULL, 'GPD2022NA003', '闃查潤鐢靛伐浣滃彴', '120*60*75*160 甯︿袱涓娊灞�', '鑻忓窞閼崜瓒婂鍏锋湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856226656258, NULL, NULL, 'GPD2022NA004', '闃查潤鐢靛伐浣滃彴', '120*60*75*160 甯︿袱涓娊灞�', '鑻忓窞閼崜瓒婂鍏锋湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856247627778, NULL, NULL, 'GPD2022NA005', '闃查潤鐢靛伐浣滃彴', '120*60*75*160 甯︿袱涓娊灞�', '鑻忓窞閼崜瓒婂鍏锋湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856272793601, NULL, NULL, 'GPD2022NA006', '闃查潤鐢靛伐浣滃彴', '120*60*75*160 甯︿袱涓娊灞�', '鑻忓窞閼崜瓒婂鍏锋湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856289570817, NULL, NULL, 'GPD2022NA007', '闃查潤鐢靛伐浣滃彴', '120*60*75*160 甯︿袱涓娊灞�', '鑻忓窞閼崜瓒婂鍏锋湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856310542338, NULL, NULL, 'GPD2022NA008', '闃查潤鐢靛伐浣滃彴', '120*60*75*160 甯︿袱涓娊灞�', '鑻忓窞閼崜瓒婂鍏锋湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856339902466, NULL, NULL, 'NPG2022NA121', '鏅憺閫婄數瀛愮Г', '3kg', '鎴愰兘鏅憺閫婄數瀛愭湁闄愬叕鍙�', NULL, NULL, '2022-07-13', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北澶╅噾鍐堥噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856365068290, NULL, NULL, 'NPG2022NA122', '鏅憺閫婄數瀛愮Г', '30kg', '鎴愰兘鏅憺閫婄數瀛愭湁闄愬叕鍙�', NULL, NULL, '2022-07-13', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北澶╅噾鍐堥噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856394428418, NULL, NULL, 'NPG2022NA123', '鏅憺閫婄數瀛愮Г', '150kg', '鎴愰兘鏅憺閫婄數瀛愭湁闄愬叕鍙�', NULL, NULL, '2022-07-13', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北澶╅噾鍐堥噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856415399938, NULL, NULL, 'GPC2022NA025', '鐐规枡鏈猴紙SMD闆朵欢璁℃暟鍣級', 'DPS-682', '娣卞湷甯傚槈鐫胯僵鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856440565762, NULL, NULL, 'GPC2022NA026', '鐐规枡鏈猴紙SMD闆朵欢璁℃暟鍣級', 'DPS-682', '娣卞湷甯傚槈鐫胯僵鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856469925889, NULL, NULL, 'GPA2022NA006', '浜哄伐妫�鏌ョ珯', 'CWT-100A (510*460mm) 0.6绫冲崟杞�', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856499286018, NULL, NULL, 'GPA2022NA007', '浜哄伐妫�鏌ョ珯', 'CWT-100A (510*460mm) 0.6绫冲崟杞�', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856520257538, NULL, NULL, 'GPA2022NA008', '浜哄伐妫�鏌ョ珯', 'CWT-100A (510*460mm) 0.6绫冲崟杞�', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856545423362, NULL, NULL, 'GPA2022NA009', '浜哄伐妫�鏌ョ珯', '1绫冲弻杞ㄥ伐浣滄鏌ョ珯甯�2涓狽G鍜�2涓狾K鎸夐挳', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856566394881, NULL, NULL, 'GPD2022NL277', '閲嶅瀷璐ф灦', '180*60*200=4灞� 1涓�9鍓�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856595755009, NULL, NULL, 'GPD2022NL278', '閲嶅瀷璐ф灦', '180*60*200=4灞� 1涓�9鍓�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856625115138, NULL, NULL, 'GPD2022NL279', '閲嶅瀷璐ф灦', '180*60*200=4灞� 1涓�9鍓�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856646086658, NULL, NULL, 'GPD2022NL280', '閲嶅瀷璐ф灦', '180*60*200=4灞� 1涓�9鍓�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856671252482, NULL, NULL, 'GPD2022NL281', '閲嶅瀷璐ф灦', '180*60*200=4灞� 1涓�9鍓�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856696418305, NULL, NULL, 'GPD2022NL282', '閲嶅瀷璐ф灦', '180*60*200=4灞� 1涓�9鍓�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856721584130, NULL, NULL, 'GPD2022NL283', '閲嶅瀷璐ф灦', '180*60*200=4灞� 1涓�9鍓�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856746749954, NULL, NULL, 'GPD2022NL284', '閲嶅瀷璐ф灦', '180*60*200=4灞� 1涓�9鍓�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856776110081, NULL, NULL, 'GPD2022NL285', '閲嶅瀷璐ф灦', '180*60*200=4灞� 1涓�9鍓�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856797081602, NULL, NULL, 'GPD2022NL286', '閲嶅瀷璐ф灦', '180*60*200=4灞� 1涓�9鍓�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856826441730, NULL, NULL, 'GOA2022NL383', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.06.27杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856855801858, NULL, NULL, 'GOA2022NL384', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856880967682, NULL, NULL, 'GOA2022NL385', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856906133505, NULL, NULL, 'GOA2022NL386', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856931299330, NULL, NULL, 'GOA2022NL387', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856956465153, NULL, NULL, 'GOA2022NL388', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217856977436673, NULL, NULL, 'GOA2022NL389', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857002602498, NULL, NULL, 'GOA2022NL390', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.06.27杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857027768322, NULL, NULL, 'GOA2022NL391', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.06.27杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857052934146, NULL, NULL, 'GOA2022NL392', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�,2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857082294274, NULL, NULL, 'GOA2022NL393', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�,2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857115848705, NULL, NULL, 'GOA2022NL394', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857170374658, NULL, NULL, 'GOA2022NL395', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�,2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857208123394, NULL, NULL, 'GOA2022NL396', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857254260738, NULL, NULL, 'GOA2022NL397', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857287815170, NULL, NULL, 'GOA2022NL398', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2023.11.15璧勪骇杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857317175297, NULL, NULL, 'GOA2022NL399', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2023.11.15璧勪骇杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857342341121, NULL, NULL, 'GOA2022NL400', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2023.11.15璧勪骇杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857375895554, NULL, NULL, 'GOA2022NL401', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2023.11.15璧勪骇杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857405255682, NULL, NULL, 'GOA2022NL402', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2023.11.15璧勪骇杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857438810113, NULL, NULL, 'GOA2022NL403', '宸ユ帶瑙︽懜灞忎竴浣撴満', '21.5瀵稿睆i7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2023.11.15璧勪骇杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857463975938, NULL, NULL, 'GPC2022NA029', '绉绘牻鏈�', 'CMV-600 (510*460mm) 5.5绫�', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857505918978, NULL, NULL, 'GPC2022NA031', '鏍囩鍓ョ鏈�', 'BSC-110', '骞垮窞閫熺櫥淇℃伅绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857543667714, NULL, NULL, 'GPC2022NA032', '鏍囩鍓ョ鏈�', 'BSC-110', '骞垮窞閫熺櫥淇℃伅绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857577222146, NULL, NULL, 'GPA2022NA010', '鐢靛瓙鏄惧井闀�', '涓夐數鍙岀洰20/40鍊�', '娣卞湷甯備笁閿垫嘲杈惧厜瀛︿华鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2022-07-13', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857602387969, NULL, NULL, 'GPC2022NA033', '楂樼簿瀵嗘墜鍔ㄧ偣鑳舵満', 'D-260', '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857631748098, NULL, NULL, 'GPC2022NA034', '楂樼簿瀵嗘墜鍔ㄧ偣鑳舵満', 'D-260', '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857661108225, NULL, NULL, 'GPC2022NL271', '鐢佃剳鍓ョ嚎鏈�', 'BZW-882DH', '姹熻嫃鍗氫箣鏃鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '姹熻嫃鍗氫箣鏃鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857694662657, NULL, NULL, 'GPB2022NL075', '瓒呭0娉㈡ā鍏�', 'PTL 婊ゅ厜鐗� 20K', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2022-07-25', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857740800002, NULL, NULL, 'GPB2022NL076', '瓒呭0娉㈡ā鍏�', 'PTB 婊ゅ厜鐗� 20K', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2022-07-25', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:50', NULL, '2025-02-14 09:53:50', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857782743041, NULL, NULL, 'GPB2022NL077', '瓒呭0娉㈡ā鍏�', 'PTB 鐏僵 20K', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2022-07-25', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857816297473, NULL, NULL, 'GPB2022NL078', '瓒呭0娉㈡ā鍏�', 'TWF 鐩栨澘 20K', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2022-07-25', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857849851905, NULL, NULL, 'GPC2022NL272', '鍙屽ご鎵嚎娴搁敗鍓ョ嚎鏈�', 'GL-01A鍏ㄨ嚜鍔�', '鏄嗗北鍐犻懌閽滆嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2022-06-08', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鏄嗗北鍐犻懌閽滆嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857883406338, NULL, NULL, 'GPC2022NL273', '鍏ㄨ嚜鍔ㄥ嵃鍒锋満', 'GKG GSE鍗板埛鏈�', '涓滆帪鍑牸绮惧瘑鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-25', NULL, 'SMT绾�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓滆帪鍑牸绮惧瘑鐢靛瓙璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅杞﹂棿SMT绾夸娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217857979875329, NULL, NULL, 'GPC2022NL275', '鐒婃帴鏈哄櫒浜�', 'QUICK ET9384E-1.0鍑洪敗', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858013429762, NULL, NULL, 'GPC2022NL276', '鐒婃帴鏈哄櫒浜�', 'QUICK ET9384E-1.0鍑洪敗', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858046984194, NULL, NULL, 'GPD2022NL287', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.04.26杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858097315842, NULL, NULL, 'GPD2022NL288', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.04.26杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858126675969, NULL, NULL, 'GPD2022NL289', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.04.26杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858156036098, NULL, NULL, 'GPD2022NL290', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.04.26杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858185396226, NULL, NULL, 'GPD2022NL291', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.21杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858210562049, NULL, NULL, 'GPD2022NL292', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.21杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858239922177, NULL, NULL, 'GPD2022NL293', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.21杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858269282306, NULL, NULL, 'GPD2022NL294', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.02杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858290253825, NULL, NULL, 'GPD2022NL295', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.02杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858319613954, NULL, NULL, 'GPD2022NL296', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.02杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858344779777, NULL, NULL, 'GPD2022NL297', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.21杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858369945601, NULL, NULL, 'GPD2022NL298', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.02杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858395111425, NULL, NULL, 'GPD2022NL299', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.02杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858424471553, NULL, NULL, 'GPD2022NL300', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.02杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858445443073, NULL, NULL, 'GPD2022NL301', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.02杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858470608897, NULL, NULL, 'GPD2022NL302', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.02杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858495774721, NULL, NULL, 'GPD2022NL303', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.02杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858525134849, NULL, NULL, 'GPD2022NL304', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.02杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858550300673, NULL, NULL, 'GPD2022NL305', '宸ヤ綔鍙�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.03.02杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858575466497, NULL, NULL, 'GPD2022NL307', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2024.04.26杞Щ鍒板畨寰�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858609020930, NULL, NULL, 'GPD2022NL308', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�,2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858629992450, NULL, NULL, 'GPD2022NL309', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�,2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858655158274, NULL, NULL, 'GPD2022NL310', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�,2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858680324097, NULL, NULL, 'GPD2022NL311', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�,2024.07.05杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858705489921, NULL, NULL, 'GPD2022NL312', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858743238658, NULL, NULL, 'GPD2022NL313', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858764210177, NULL, NULL, 'GPD2022NL314', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858785181697, NULL, NULL, 'GPD2022NL315', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858814541826, NULL, NULL, 'GPD2022NL316', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858848096257, NULL, NULL, 'GPD2022NL317', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858885844993, NULL, NULL, 'GPD2022NL318', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858923593729, NULL, NULL, 'GPD2022NL319', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858957148161, NULL, NULL, 'GPD2022NL320', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217858986508290, NULL, NULL, 'GPD2022NL321', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859007479809, NULL, NULL, 'GPD2022NL322', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859032645633, NULL, NULL, 'GPD2022NL323', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859074588674, NULL, NULL, 'GPD2022NL324', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859099754497, NULL, NULL, 'GPD2022NL325', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859124920322, NULL, NULL, 'GPD2022NL326', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859158474754, NULL, NULL, 'GPD2022NL327', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859183640578, NULL, NULL, 'GPD2022NL328', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859208806402, NULL, NULL, 'GPD2022NL329', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859238166529, NULL, NULL, 'GPD2022NL330', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2022-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熺粏绾辨満杞﹂棿锛屾柊澶фゼ涓夋ゼ锛�2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859267526658, NULL, NULL, 'GPG2022NL073', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.16杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859301081089, NULL, NULL, 'GPG2022NL074', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859334635522, NULL, NULL, 'GPG2022NL075', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859368189954, NULL, NULL, 'GPG2022NL076', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859405938690, NULL, NULL, 'GPG2022NL077', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.16杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859431104514, NULL, NULL, 'GPG2022NL078', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859468853249, NULL, NULL, 'GPG2022NL079', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859489824769, NULL, NULL, 'GPG2022NL080', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.16杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859531767810, NULL, NULL, 'GPG2022NL081', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.16杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859561127938, NULL, NULL, 'GPG2022NL082', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.16杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859590488065, NULL, NULL, 'GPG2022NL083', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.16杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859624042498, NULL, NULL, 'GPG2022NL084', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.16杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859653402626, NULL, NULL, 'GPG2022NL085', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2023.11.15璧勪骇杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859686957058, NULL, NULL, 'GPG2022NL086', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859724705794, NULL, NULL, 'GPG2022NL087', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.16杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859754065921, NULL, NULL, 'GPG2022NL088', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2023.11.15璧勪骇杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859791814658, NULL, NULL, 'GPG2022NL089', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859829563393, NULL, NULL, 'GPG2022NL090', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859871506433, NULL, NULL, 'GPG2022NL091', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859905060866, NULL, NULL, 'GPG2022NL092', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859934420994, NULL, NULL, 'GPG2022NL093', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859963781121, NULL, NULL, 'GPG2022NL094', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217859984752642, NULL, NULL, 'GPG2022NL095', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.16杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860035084290, NULL, NULL, 'GPG2022NL096', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢紝2024.07.16杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860085415937, NULL, NULL, 'GPG2022NL097', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熶笁妤兼柊杞﹂棿浣跨敤锛�2023.11.15杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860118970369, NULL, NULL, 'GPG2022NL098', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860148330497, NULL, NULL, 'GPG2022NL099', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860186079233, NULL, NULL, 'GPG2022NL100', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860215439362, NULL, NULL, 'GPG2022NL101', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860240605186, NULL, NULL, 'GPG2022NL102', '绮剧泭绠℃帹杞�', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-07-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860265771009, NULL, NULL, 'GPC2022NA035', '鑷姩缁曠嚎鎵庣嚎鏈�', '400x450x580mm', '涓滆帪甯傚崥寮鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓滆帪甯傚崥寮鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860290936833, NULL, NULL, 'GPC2022NA036', '鑷姩缁曠嚎鎵庣嚎鏈�', '400x450x580mm', '涓滆帪甯傚崥寮鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓滆帪甯傚崥寮鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860324491265, NULL, NULL, 'GPC2022NA037', 'CNC缁曠嚎鏈�', '缁曠嚎鏈�', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2022-07-12', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860358045698, NULL, NULL, 'GPC2022NA038', 'CNC缁曠嚎鏈�', '缁曠嚎鏈�', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2022-07-12', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860387405826, NULL, NULL, 'GPG2022NA001', '榧撻鎭掓俯骞茬嚗绠�', 'DHG-9140A', '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2022-07-12', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860416765953, NULL, NULL, 'GPG2022NA002', '榧撻鎭掓俯骞茬嚗绠�', '榧撻鎭掓俯骞茬嚗绠憋紙灏忓彿锛�9030', '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860446126082, NULL, NULL, 'GPG2022NA003', '宸ヤ笟鐢靛瓙闃叉疆鏌�', 'HSC1436BD', '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860492263426, NULL, NULL, 'GPG2022NA004', '宸ヤ笟鐢靛瓙闃叉疆鏌�', 'HSC1436BD', '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860525817858, NULL, NULL, 'GPC2022NA039', '姘旀场鏈�', '鍐叉皵娉★紙鍖呰鍑忛渿锛�', '涓婃捣鍚夐泟鏂囧寲鐢ㄥ搧鏈夐檺鍏徃', NULL, NULL, '2022-07-12', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鍚夐泟鏂囧寲鐢ㄥ搧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860563566594, NULL, NULL, 'GPC2022NL279', '闈欑數鏀剧數鍙戠敓鍣�', 'EMS61000-2A', '鏉窞杩滄柟鐢电鍏煎鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2022-09-08', NULL, 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鑷村箍鐢靛瓙鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, 'EMC瀹為獙瀹QM浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860605509634, NULL, NULL, 'GPD2022NL332', '閲嶅瀷璐ф灦', '2000*600*2000锛堝唴 闀�1840锛�6灞備富鏋�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-08-16', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '缁翠慨闂磋淳鐣欏媷浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860643258370, NULL, NULL, 'GPG2022NL104', '鐢靛姩骞虫澘杞︼紙鍊掗獞娆撅級', '鍊掗獞娆惧昂瀵革細闀�1.7绫冲1.2绫�', '澶у煄鍘夸笢闃滈噸鍏寸數鍔ㄨ溅鍘�', NULL, NULL, '2022-08-02', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '闃块噷宸村反', NULL, NULL, NULL, NULL, '缁翠慨闂磋淳鐣欏媷浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860685201410, NULL, NULL, 'GPC2022NL281', '绀烘尝鍣�', '榧庨槼 SDS6034 H10 Pro', '榧庨槼', NULL, NULL, '2022-08-25', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '娆g鐢靛瓙锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績椤圭洰缁勭敤锛岄檲浼熶紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860718755842, NULL, NULL, 'GPC2022NL282', '淇″彿鍙戠敓鍣�', '娉板厠 AFG1062', '缇庡浗娉板厠', NULL, NULL, '2022-08-25', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '娆g鐢靛瓙锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績椤圭洰缁勭敤锛岄檲浼熶紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860748115970, NULL, NULL, 'GPD2022NL333', '璐ф灦', '2000*600*2000锛堝唴 闀�1840锛�5灞傚壇鏋�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-08-23', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860781670402, NULL, NULL, 'GPD2022NL334', '璐ф灦', '2000*600*2000锛堝唴 闀�1840锛�5灞傚壇鏋�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-08-23', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860815224834, NULL, NULL, 'GPD2022NL335', '璐ф灦', '2000*600*2000锛堝唴 闀�1840锛�5灞傚壇鏋�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-08-23', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860848779266, NULL, NULL, 'GPD2022NL336', '璐ф灦', '2000*600*2000锛堝唴 闀�1840锛�5灞傚壇鏋�', '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, '2022-08-23', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鐨撹嚮宸ヤ笟璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860878139393, NULL, NULL, 'GPD2022NL337', '鍏板疂鎿嶄綔鍙�', '钃勮幑閾濅笟 閰嶇椹疆', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-03', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860915888130, NULL, NULL, 'GPD2022NL338', '瓒呭0娉㈠伐浣滃彴', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-08-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860945248257, NULL, NULL, 'GPD2022NL339', '瓒呭0娉㈠伐浣滃彴', '鏄剁敵閾濅笟 瀹氬埗瑙勬牸', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-08-22', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217860974608385, NULL, NULL, 'GPB2022NL079', '瓒呭0娉㈡ā鍏�', 'PTE鐩栨澘', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2022-08-02', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861008162818, NULL, NULL, 'GPB2022NL080', '瓒呭0娉㈡ā鍏�', 'PU-30鐩栨澘', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2022-08-15', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861037522945, NULL, NULL, 'GPC2022NL284', '鍐锋按鏈虹粍', 'FAMA-20HP 姘存车1.5KW', '鍢夊叴鏂硅繄鍒跺喎璁惧鏈夐檺鍏徃', NULL, NULL, '2022-08-13', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鍢夊叴鏂硅繄鍒跺喎璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娉ㄥ闂村澶栵紝2024.07.05杞Щ鍒板畨寰藉叞瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861071077377, NULL, NULL, 'GPC2022NL285', '楂樹綆娓╃', 'M/THP-800L', '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2022-09-01', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '灏佺亴闂翠娇鐢紝2023.02宸茶浆瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861104631809, NULL, NULL, 'GPC2022NL286', '涓囪兘閾e簥', 'XQ6230', '鏉窞閾e簥鍒堕�犳湁闄愯矗浠诲叕鍙�', NULL, NULL, '2022-08-22', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鏉窞閾e簥鍒堕�犳湁闄愯矗浠诲叕鍙�', NULL, NULL, NULL, NULL, '閲戝伐闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861129797633, NULL, NULL, 'GPG2022NL105', '鐩存祦鐢垫簮', 'gps-3030dd', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-08-22', NULL, '鐢熶骇杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861154963458, NULL, NULL, 'GPG2022NL106', '鐩存祦鐢垫簮', 'gps-3030dd', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-08-22', NULL, '鐢熶骇杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861196906498, NULL, NULL, 'GPG2022NL107', '鐩存祦鐢垫簮', 'gps-3030dd', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-08-22', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861238849538, NULL, NULL, 'GPG2022NL108', '鐩存祦鐢垫簮', 'gps-3030dd', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-08-22', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861268209666, NULL, NULL, 'GPG2022NL109', '鐩存祦鐢垫簮', 'gps-3030dd', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-08-22', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861305958401, NULL, NULL, 'GPG2022NL110', '鐩存祦鐢垫簮', 'gps-3030dd', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-08-22', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861339512834, NULL, NULL, 'GPG2022NL111', '鐩存祦鐢垫簮', 'gps-3030dd', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-08-22', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '浼犳劅鍣ㄨ溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861373067265, NULL, NULL, 'NPA2022H018', '涓変赴鏁版樉鍗″昂', '0-150mm', '鏃ユ湰涓変赴', NULL, NULL, '2022-08-22', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣甯屽箶閲戝睘鍒跺搧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼熻璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861410816001, NULL, NULL, 'NPA2022H019', '涓変赴鏁版樉鍗″昂', '0-150mm', '鏃ユ湰涓変赴', NULL, NULL, '2022-08-22', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣甯屽箶閲戝睘鍒跺搧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼熻璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861440176130, NULL, NULL, 'GPA2022NL104', '鏄惧井闀�', '銆愭爣鍑嗙増銆慣D2KH锛堝甫11.6瀵告樉绀哄櫒锛�', '娣樺疂璐拱锛堜笁閿碉級', NULL, NULL, '2022-08-19', NULL, '鐢熶骇杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '娣卞湷甯傜鐢板尯婧愭煆娉扮數瀛愮粡钀ラ儴', NULL, NULL, NULL, NULL, '鍒堕�犺鍔炲叕瀹�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861494702082, NULL, NULL, 'GPC2022NL283', '鍗曞伐浣嶆煍鎬ф尟鍔ㄦ墦鏍囨満', '鑷姩鎵撴爣鏈猴紙浼楁嘲鍏达級', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2022-05-23', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍓嶅姞宸ヤ娇鐢紝2023.02宸茶浆瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861561810946, NULL, NULL, 'GOB2022NA005', '浜岀淮鐮佹墦鍗版満', 'GP-1134T', '瀹佹尝绉戝瘑鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861595365378, NULL, NULL, 'GPG2022NH050', '鍌ㄨ兌妲�', '闀垮楂�:650*410*556mm', '瀹夊窘璇氳瘹鏈烘鏈夐檺鍏徃', NULL, NULL, '2022-07-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '瀹夊窘璇氳瘹鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861624725505, NULL, NULL, 'GPC2022NA040', '鍙屾妗ュ紡鍙屽皬杞﹁捣閲嶆満', 'LHE5T+5T-18.5绫�', '涓婃捣鎹风熆璧烽噸璁惧鏈夐檺鍏徃', NULL, NULL, '2022-09-13', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鎹风熆璧烽噸璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861654085634, NULL, NULL, 'GPC2022NA041', '鐢靛姩鍗曟妗ュ紡璧烽噸鏈�', '5T-18.5绫�', '涓婃捣鎹风熆璧烽噸璁惧鏈夐檺鍏徃', NULL, NULL, '2022-09-13', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鎹风熆璧烽噸璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861683445761, NULL, NULL, 'GPC2022NA042', '鐢靛姩鍗曟妗ュ紡璧烽噸鏈�', '5T-18.5绫�', '涓婃捣鎹风熆璧烽噸璁惧鏈夐檺鍏徃', NULL, NULL, '2022-09-13', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣鎹风熆璧烽噸璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂杞疆鍩哄湴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861712805889, NULL, NULL, 'GOE2022NL089', '缇庣殑鐑按鍣�', '50鍗囩儹姘村櫒', '缇庣殑', NULL, NULL, '2022-05-18', NULL, '閲戝伐闂撮殧澹�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '鏅哄厜浠d拱', NULL, NULL, NULL, NULL, '鐤儏鏈熼棿锛屾礂婢′笉澶熺敤锛屾櫤鍏変唬涔�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861746360322, NULL, NULL, 'GPD2022NA009', '鍏板疂鎿嶄綔鍙�', '钃勮幑瀹氬埗锛堢椹疆锛�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861779914753, NULL, NULL, 'GPD2022NA010', '宸ヤ綔鍙�', '鏀剧疆缁曠嚎鏈�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861800886274, NULL, NULL, 'GPD2022NA011', '宸ヤ綔鍙�', '鏀剧疆缁曠嚎鏈�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861830246402, NULL, NULL, 'GPD2022NA012', '宸ヤ綔鍙�', '鏀剧疆涓瀷寮�绾挎満', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861855412226, NULL, NULL, 'GPD2022NA013', '宸ヤ綔鍙�', '鏀剧疆涓瀷寮�绾挎満', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861884772353, NULL, NULL, 'GPD2022NA014', '宸ヤ綔鍙�', '鏀剧疆涓瀷寮�绾挎満', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861922521090, NULL, NULL, 'GPC2022NA044', '閿¤啅鍗板埛鏈�', 'GKG G9+', '涓滆帪甯傚嚡鏍肩簿鏈鸿偂浠芥湁闄愬叕鍙�', NULL, NULL, '2002-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '涓滆帪甯傚嚡鏍肩簿鏈鸿偂浠芥湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861960269826, NULL, NULL, 'GPC2022NA045', '鑷姩鍓ョ嚎鏈�', '鐢佃剳鍓ョ嚎鏈� BZW-882DH 宸﹀悜鍙�', '姹熻嫃鍗氫箣鏃鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2002-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:51', NULL, '2025-02-14 09:53:51', NULL, '姹熻嫃鍗氫箣鏃鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217861989629953, NULL, NULL, 'GPC2022NA046', '鏉句含闄ゆ箍鏈�', 'DK01-T 30L', '鏉窞鏉句含鐢靛櫒鏈夐檺鍏徃', NULL, NULL, '2022-09-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862073516033, NULL, NULL, 'GPC2022NA047', '鏉句含闄ゆ箍鏈�', 'DK01-T 30L', '鏉窞鏉句含鐢靛櫒鏈夐檺鍏徃', NULL, NULL, '2022-09-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862098681858, NULL, NULL, 'GPC2022NA048', '鏉句含闄ゆ箍鏈�', 'DK01-T 30L', '鏉窞鏉句含鐢靛櫒鏈夐檺鍏徃', NULL, NULL, '2022-09-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862119653378, NULL, NULL, 'GPC2022NA049', '鑷姩灏佺鏈�', '101A 锛�220V 浜ゆ祦澶х數鏈猴級', '姝d匠锛堟禉姹燂級鏅鸿兘璁惧鏈夐檺鍏徃', NULL, NULL, '2022-08-29', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862144819202, NULL, NULL, 'GPA2022NA011', '鏄庨攼鑷姩閿¤啅妫�娴嬩华SPI', 'SPI锛歏SP3000', '娣卞湷鏄庨攼鐞嗘兂绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-08-20', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣鏄嗛煩鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862165790721, NULL, NULL, 'GPD2022NA015', '宸ヤ綔鍙�', '鐞嗙嚎鍜岀粍瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862186762241, NULL, NULL, 'GPD2022NA016', '宸ヤ綔鍙�', '鐞嗙嚎鍜岀粍瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862220316673, NULL, NULL, 'GPD2022NA017', '宸ヤ綔鍙�', '鐞嗙嚎鍜岀粍瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862249676802, NULL, NULL, 'GPD2022NA018', '宸ヤ綔鍙�', '鐞嗙嚎鍜岀粍瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862279036929, NULL, NULL, 'GPD2022NA019', '宸ヤ綔鍙�', '鐞嗙嚎鍜岀粍瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862308397057, NULL, NULL, 'GPD2022NA020', '宸ヤ綔鍙�', '鐞嗙嚎鍜岀粍瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862337757186, NULL, NULL, 'GPC2022NA050', '鍏俯鍖哄洖娴佺剨', '鍔叉嫇JTR-1000D 鍙岃建', '娣卞湷甯傚姴鎷撹嚜鍔ㄥ寲璁惧鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-07-13', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '娣卞湷甯傚姴鎷撹嚜鍔ㄥ寲璁惧鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862375505921, NULL, NULL, 'GOA2022NA143', '骞虫澘鐢佃剳', '鍙扮數X16PC', '娣卞湷甯傞棯鐢典箣缈肩鎶�鏈夐檺鍏徃', NULL, NULL, '2022-07-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862400671746, NULL, NULL, 'GPG2022NA005', '閾佺毊鏀剁撼鏌�', '1240*40*1950 鍘�1.2mm 72鎶�', '/', NULL, NULL, '2022-08-18', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862425837569, NULL, NULL, 'GPC2022NA051', '鍒嗘澘鏈�', 'AUO 3000 -UC', '鍜屾た鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2022-08-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '鑻忓窞鏄嗗垱鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862455197698, NULL, NULL, 'GOA2022NA144', '宸ユ帶鐢佃剳锛堜竴浣撴満锛�', 'I7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-08-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862492946433, NULL, NULL, 'GOA2022NA145', '宸ユ帶鐢佃剳锛堜竴浣撴満锛�', 'I7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-08-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862526500866, NULL, NULL, 'GOA2022NA146', '宸ユ帶鐢佃剳锛堜竴浣撴満锛�', 'I7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-08-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862551666690, NULL, NULL, 'GOA2022NA147', '宸ユ帶鐢佃剳锛堜竴浣撴満锛�', 'I7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-08-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862581026817, NULL, NULL, 'GOA2022NA148', '宸ユ帶鐢佃剳锛堜竴浣撴満锛�', 'I7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-08-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862614581250, NULL, NULL, 'GOA2022NA149', '宸ユ帶鐢佃剳锛堜竴浣撴満锛�', 'I7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-08-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862652329986, NULL, NULL, 'GOA2022NA150', '宸ユ帶鐢佃剳锛堜竴浣撴満锛�', 'I7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-08-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862685884418, NULL, NULL, 'GOA2022NA151', '宸ユ帶鐢佃剳锛堜竴浣撴満锛�', 'I7+8G鍐呭瓨+256鍥烘�佺‖鐩�', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-08-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862715244546, NULL, NULL, 'GPD2022NA021', '宸ヤ綔鍙�', '鍓ョ嚎涓婇敗', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862740410370, NULL, NULL, 'GPD2022NA022', '宸ヤ綔鍙�', '鍓ョ嚎涓婇敗', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862769770498, NULL, NULL, 'GPD2022NA023', '宸ヤ綔鍙�', '鍓ョ嚎涓婇敗', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862803324930, NULL, NULL, 'GPD2022NA024', '宸ヤ綔鍙�', '鍓ョ嚎涓婇敗', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862824296450, NULL, NULL, 'GPD2022NA025', '宸ヤ綔鍙�', '鍓ョ嚎涓婇敗', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862853656578, NULL, NULL, 'GPD2022NA026', '宸ヤ綔鍙�', '鍓ョ嚎涓婇敗', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862887211009, NULL, NULL, 'GPD2022NA027', '宸ヤ綔鍙�', '鍓ョ嚎涓婇敗', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862924959745, NULL, NULL, 'GPD2022NA028', '宸ヤ綔鍙�', '鍓ョ嚎涓婇敗', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862962708481, NULL, NULL, 'GPD2022NA029', '宸ヤ綔鍙�', '鏀剧疆鎵庣嚎鏈哄拰绔瓙鏈�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217862992068610, NULL, NULL, 'GPD2022NA030', '宸ヤ綔鍙�', '鏀剧疆鎵庣嚎鏈哄拰绔瓙鏈�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863029817346, NULL, NULL, 'GPD2022NA031', '宸ヤ綔鍙�', '鏀剧疆鎵庣嚎鏈哄拰绔瓙鏈�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863054983169, NULL, NULL, 'GPD2022NA032', '宸ヤ綔鍙�', '鏀剧疆鎵庣嚎鏈哄拰绔瓙鏈�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863075954690, NULL, NULL, 'GPD2022NA033', '宸ヤ綔鍙�', '鏀剧疆鎵庣嚎鏈哄拰绔瓙鏈�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863109509121, NULL, NULL, 'GPD2022NA034', '宸ヤ綔鍙�', '鏀剧疆鎵庣嚎鏈哄拰绔瓙鏈�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863143063553, NULL, NULL, 'GPD2022NA035', '宸ヤ綔鍙�', '鏀剧疆鍠风爜鏈�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863176617986, NULL, NULL, 'GPD2022NA036', '鐞夌拑璐ф灦', '鐞夌拑鏋�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863214366721, NULL, NULL, 'GPD2022NA037', '鐞夌拑璐ф灦', '鐞夌拑鏋�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863247921154, NULL, NULL, 'GPD2022NA038', '鐞夌拑璐ф灦', '鐞夌拑鏋�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863285669890, NULL, NULL, 'GPC2022NA052', '娣卞湷鏄庨攼AOI', '鏄庨攼 V5000D 鍙岃建2D鍦ㄧ嚎', '娣卞湷鏄庨攼鐞嗘兂绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-07-12', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '娣卞湷鏄庨攼鐞嗘兂绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863382138882, NULL, NULL, 'GPD2022NA039', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863407304705, NULL, NULL, 'GPD2022NA040', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863440859138, NULL, NULL, 'GPD2022NA041', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863470219265, NULL, NULL, 'GPD2022NA042', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863503773698, NULL, NULL, 'GPD2022NA043', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863533133826, NULL, NULL, 'GPD2022NA044', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863554105346, NULL, NULL, 'GPD2022NA045', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863583465474, NULL, NULL, 'GPD2022NA046', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863612825602, NULL, NULL, 'GPD2022NA047', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863642185729, NULL, NULL, 'GPD2022NA048', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863671545858, NULL, NULL, 'GPD2022NA049', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863696711681, NULL, NULL, 'GPD2022NA050', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863730266114, NULL, NULL, 'GPD2022NA051', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863755431938, NULL, NULL, 'GPD2022NA052', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863793180674, NULL, NULL, 'GPD2022NA053', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863826735105, NULL, NULL, 'GPD2022NA054', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863860289538, NULL, NULL, 'GPD2022NA055', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863898038274, NULL, NULL, 'GPD2022NA056', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863935787009, NULL, NULL, 'GPD2022NA057', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217863969341441, NULL, NULL, 'GPD2022NA058', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸﹀彸鍚�10 甯﹀簳鑴�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864002895873, NULL, NULL, 'GPD2022NA059', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864032256002, NULL, NULL, 'GPD2022NA060', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864078393345, NULL, NULL, 'GPD2022NA061', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864116142082, NULL, NULL, 'GPD2022NA062', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864153890818, NULL, NULL, 'GPD2022NA063', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864200028162, NULL, NULL, 'GPD2022NA064', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864237776898, NULL, NULL, 'GPD2022NA065', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864271331329, NULL, NULL, 'GPD2022NA066', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864304885762, NULL, NULL, 'GPD2022NA067', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864334245889, NULL, NULL, 'GPD2022NA068', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864371994625, NULL, NULL, 'GPD2022NA069', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864405549057, NULL, NULL, 'GPD2022NA070', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864439103490, NULL, NULL, 'GPD2022NA071', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864464269313, NULL, NULL, 'GPD2022NA072', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864497823745, NULL, NULL, 'GPD2022NA073', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864522989569, NULL, NULL, 'GPD2022NA074', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864552349698, NULL, NULL, 'GPD2022NA075', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864585904130, NULL, NULL, 'GPD2022NA076', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864627847169, NULL, NULL, 'GPD2022NA077', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864653012993, NULL, NULL, 'GPD2022NA078', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864686567425, NULL, NULL, 'GPD2022NA079', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864720121858, NULL, NULL, 'GPD2022NA080', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864757870594, NULL, NULL, 'GPD2022NA081', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864791425025, NULL, NULL, 'GPD2022NA082', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864829173761, NULL, NULL, 'GPD2022NA083', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864879505409, NULL, NULL, 'GPD2022NA084', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864925642753, NULL, NULL, 'GPD2022NA085', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217864975974401, NULL, NULL, 'GPD2022NA086', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865022111745, NULL, NULL, 'GPD2022NA087', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865055666177, NULL, NULL, 'GPD2022NA088', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865085026305, NULL, NULL, 'GPD2022NA089', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865114386434, NULL, NULL, 'GPD2022NA090', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865152135170, NULL, NULL, 'GPD2022NA091', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865181495298, NULL, NULL, 'GPD2022NA092', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865223438338, NULL, NULL, 'GPD2022NA093', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865252798466, NULL, NULL, 'GPD2022NA094', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865286352897, NULL, NULL, 'GPD2022NA095', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865336684545, NULL, NULL, 'GPD2022NA096', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865437347842, NULL, NULL, 'GPD2022NA097', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865462513665, NULL, NULL, 'GPD2022NA098', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865483485186, NULL, NULL, 'GPD2022NA099', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865517039618, NULL, NULL, 'GPD2022NA100', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865554788353, NULL, NULL, 'GPD2022NA101', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865584148481, NULL, NULL, 'GPD2022NA102', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865617702913, NULL, NULL, 'GPD2022NA103', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865655451649, NULL, NULL, 'GPD2022NA104', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865693200385, NULL, NULL, 'GPD2022NA105', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865726754817, NULL, NULL, 'GPD2022NA106', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865768697858, NULL, NULL, 'GPD2022NA107', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865810640897, NULL, NULL, 'GPD2022NA108', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865840001025, NULL, NULL, 'GPD2022NA109', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865890332674, NULL, NULL, 'GPD2022NA110', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865932275714, NULL, NULL, 'GPD2022NA111', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865965830145, NULL, NULL, 'GPD2022NA112', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217865995190273, NULL, NULL, 'GPD2022NA113', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866024550401, NULL, NULL, 'GPD2022NA114', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866058104833, NULL, NULL, 'GPD2022NA115', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866091659266, NULL, NULL, 'GPD2022NA116', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866121019394, NULL, NULL, 'GPD2022NA117', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866158768130, NULL, NULL, 'GPD2022NA118', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:52', NULL, '2025-02-14 09:53:52', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866192322562, NULL, NULL, 'GPD2022NA119', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866217488385, NULL, NULL, 'GPD2022NA120', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866251042817, NULL, NULL, 'GPD2022NA121', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866280402945, NULL, NULL, 'GPD2022NA122', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866309763073, NULL, NULL, 'GPD2022NA123', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866334928898, NULL, NULL, 'GPD2022NA124', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866368483329, NULL, NULL, 'GPD2022NA125', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866439786498, NULL, NULL, 'GPD2022NA126', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866481729537, NULL, NULL, 'GPD2022NA127', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866519478274, NULL, NULL, 'GPD2022NA128', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866557227009, NULL, NULL, 'GPD2022NA129', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866586587138, NULL, NULL, 'GPD2022NA130', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866620141569, NULL, NULL, 'GPD2022NA131', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866649501698, NULL, NULL, 'GPD2022NA132', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866687250433, NULL, NULL, 'GPD2022NA133', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866724999170, NULL, NULL, 'GPD2022NA134', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866762747905, NULL, NULL, 'GPD2022NA135', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866796302337, NULL, NULL, 'GPD2022NA136', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866825662465, NULL, NULL, 'GPD2022NA137', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866859216898, NULL, NULL, 'GPD2022NA138', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866896965633, NULL, NULL, 'GPD2022NA139', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866930520065, NULL, NULL, 'GPD2022NA140', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866959880194, NULL, NULL, 'GPD2022NA141', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217866997628929, NULL, NULL, 'GPD2022NA142', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867031183362, NULL, NULL, 'GPD2022NA143', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867068932098, NULL, NULL, 'GPD2022NA144', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867102486530, NULL, NULL, 'GPD2022NA145', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867140235266, NULL, NULL, 'GPD2022NA146', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867169595394, NULL, NULL, 'GPD2022NA147', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867211538434, NULL, NULL, 'GPD2022NA148', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867249287169, NULL, NULL, 'GPD2022NA149', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867274452993, NULL, NULL, 'GPD2022NA150', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867308007425, NULL, NULL, 'GPD2022NA151', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867341561857, NULL, NULL, 'GPD2022NA152', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867379310593, NULL, NULL, 'GPD2022NA153', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867417059330, NULL, NULL, 'GPD2022NA154', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867450613761, NULL, NULL, 'GPD2022NA155', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867488362497, NULL, NULL, 'GPD2022NA156', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867534499841, NULL, NULL, 'GPD2022NA157', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867576442881, NULL, NULL, 'GPD2022NA158', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '宸ヤ綔鍙�4鍙颁竴缁勶紝鑳屽憡鑳岀粍鍚堝畨瑁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-08-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867614191618, NULL, NULL, 'GPC2022NA053', '閽㈢綉娓呮礂鏈�', 'SME-750姘斿姩閽㈢綉娓呮礂鏈�', '涓滆帪甯傜鍗庢満鐢佃澶囨湁闄愬叕鍙�', NULL, NULL, '2022-07-18', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓滆帪甯傜鍗庢満鐢佃澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867651940353, NULL, NULL, 'GPG2022NA007', '鎭掓俯杞﹂棿', '鎭掓俯杞﹂棿绯荤粺', '涓婃捣姘搁挧鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, '2022-01-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣姘搁挧鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867689689089, NULL, NULL, 'GPG2022NA008', '鎭掓俯杞﹂棿', '鎭掓俯杞﹂棿绯荤粺', '涓婃捣姘搁挧鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, '2022-01-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣姘搁挧鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867727437825, NULL, NULL, 'GPG2022NH051', '鍚规壂骞冲彴', '灏哄锛�2,1*1.8*2锛堢背锛�', '瀹夊窘璇氳瘹鏈烘鏈夐檺鍏徃', NULL, NULL, '2022-07-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '瀹夊窘璇氳瘹鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘杞疆杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867756797954, NULL, NULL, 'GOB2022NL045', '鍙风爜绠℃墦鍗版満', 'C-210E', '浣宠兘涓芥爣', NULL, NULL, '2022-08-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '瀹夊窘寰锋槗鏅鸿幈绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓婃捣浼犳劅鍣ㄨ溅闂寸敤锛�2024.07.16杞Щ瀹夊窘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867794546689, NULL, NULL, 'GPG2022NA009', '鏅鸿兘璐ф煖', '鍨傜洿鍗囬檷璐ф煖', '涓婃捣杩愭柉鑷姩鍖栨妧鏈湁闄愬叕鍙�', NULL, NULL, '2022-01-20', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣杩愭柉鑷姩鍖栨妧鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867832295425, NULL, NULL, 'GPG2022NA010', '鏅鸿兘璐ф煖', '鍨傜洿鍗囬檷璐ф煖', '涓婃捣杩愭柉鑷姩鍖栨妧鏈湁闄愬叕鍙�', NULL, NULL, '2022-01-20', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣杩愭柉鑷姩鍖栨妧鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867941347330, NULL, NULL, 'GPG2022NH052', '涓嶉攬閽㈣嚜鍚告车', '25WBZ3-10-0.37', '鍙板窞鍑湼鏈虹數鏈夐檺鍏徃', NULL, NULL, '2022-09-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鍙板窞鍑湼鏈虹數鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚鐮斿彂閮ㄤ娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217867979096065, NULL, NULL, 'GPG2022NH053', '姘斿姩闅旇啘娉�', 'QBY5-25AF濉戞枡閰岶4鑶滅墖', '涓婃捣娌勬硥娉典笟鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-09-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣娌勬硥娉典笟鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚鐮斿彂閮ㄤ娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868012650497, NULL, NULL, 'GPG2022NH054', '姘斿姩闅旇啘娉�', 'QBY5-25AF濉戞枡閰岶4鑶滅墖', '涓婃捣娌勬硥娉典笟鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-09-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣娌勬硥娉典笟鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚鐮斿彂閮ㄤ娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868054593538, NULL, NULL, 'GPC2022NL287', '鎸姩璁惧', '300Kgf绮惧瘑鎸姩璇曢獙鍙�', '鑻忓窞鑻忚瘯璇曢獙闆嗗洟鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-08-09', NULL, 'DQM閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鑻忓窞鑻忚瘯璇曢獙闆嗗洟鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璐ㄩ噺瀹為獙瀹わ紙鍘熸垚鍝佸簱锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868083953666, NULL, NULL, 'GPC2022NL288', '鏅簮涓ら�氶亾绀烘尝鍣�', '鏅簮DS1102Z-E', '鑻忓窞鏅簮绮剧數', NULL, NULL, '2022-10-08', NULL, '鐢熸妧瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣骞块亾鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢熸妧瀹為獙瀹ら檲鐖辨槑璇疯喘浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868117508097, NULL, NULL, 'GPC2022NL289', '鏅簮涓ら�氶亾绀烘尝鍣�', '鏅簮DS1102Z-E', '鑻忓窞鏅簮绮剧數', NULL, NULL, '2022-10-08', NULL, '鐢熸妧瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣骞块亾鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢熸妧瀹為獙瀹ら檲鐖辨槑璇疯喘浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868151062529, NULL, NULL, 'GPC2022NA054', '鎵爜鏋�', '1900GHD-2USB', '娣樺疂', NULL, NULL, '2022-10-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鍖椾含浼樺姏鑱旀棴绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868184616961, NULL, NULL, 'GOB2022NL046', '鏂板寳娲嬫潯鐮佹墦鍗版満', 'BTP-6200I', '灞变笢鏂板寳娲嬩俊鎭妧鏈偂浠芥湁闄愬叕鍙�', NULL, NULL, '2022-10-07', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓滆帪甯傝嫳鎬濊吘淇℃伅绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868222365698, NULL, NULL, 'GPB2022NL081', '瓒呭0娉㈡ā鍏�', 'PU-30S 20K', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2022-10-08', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-10-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868260114433, NULL, NULL, 'GPD2022NA159', '鍒嗘澘娌诲叿鏋�', '钃勮幑瀹氬埗锛堢椹疆锛�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-10-04', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏃ф鎷夊畨寰戒簡锛屾柊娆惧湪涓婃捣鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868297863170, NULL, NULL, 'GPA2022NA012', '閽㈢綉妫�娴嬪彴', '鑰佹鐒婃帴甯︾幓鐠�', '娣卞湷甯傞懌楦垮熀璁惧鏈夐檺鍏徃', NULL, NULL, '2022-10-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '娣卞湷甯傞懌楦垮熀璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868331417601, NULL, NULL, 'GPD2022NA160', '涓嶉攬閽㈡枡鐩樻寕鏂欐灦', '120*50*160甯﹀簳鐩�', '/', NULL, NULL, '2022-09-22', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868381749249, NULL, NULL, 'GPD2022NA161', '涓嶉攬閽㈡枡鐩樻寕鏂欐灦', '120*50*160甯﹀簳鐩�', '/', NULL, NULL, '2022-09-22', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-03', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868423692290, NULL, NULL, 'GPC2022NA055', '502鐐硅兌鏈�', 'TP-60', '/', NULL, NULL, '2022-09-23', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868465635330, NULL, NULL, 'GPA2022NA013', '鑹惧痉鍫PH鎺ㄦ媺鍔涜', '鏈哄彴+hp1000鎷夊姏鏈�+娌诲叿', '涓滆帪甯傛案娣囩數瀛愯澶囨湁闄愬叕鍙�', NULL, NULL, '2022-08-31', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓滆帪甯傛案娣囩數瀛愯澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868511772674, NULL, NULL, 'GPC2022NA056', '鏍戣剛鍔犳枡鍓嶆悈鎷屾満', '鎼呮媽鏈�', '骞垮窞甯傚ぉ娌冲尯榛勬潙鏂逛緶浠櫒鍟嗚', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '骞垮窞甯傚ぉ娌冲尯榛勬潙鏂逛緶浠櫒鍟嗚', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868541132801, NULL, NULL, 'GPC2022NA057', '鐜哀鏍戣剛鐏屾敞鏈�', '鍏ㄨ嚜鍔ㄥ弻娑茬亴鑳舵満SEC-3030B', '鑻忓窞涓栨た鏂拌兘婧愭妧鏈湁闄愬叕鍙�', NULL, NULL, '2022-08-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鑻忓窞涓栨た鏂拌兘婧愭妧鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868574687234, NULL, NULL, 'GPD2022NA162', '搴疯礉灏�1.0绫冲伐浣滄鏌ョ珯(鍗曡建涓�娈靛紡) CWT-100A', '(鍗曡建涓�娈靛紡) CWT-100A', '鑻忓窞搴疯礉灏�', NULL, NULL, '2022-07-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鏄嗗北鏉捐埅鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868608241665, NULL, NULL, 'GPC2022NA058', 'YAMAHA璐寸墖鏈�', 'YAMAHA YSM10 鏃堕��46000鐐�', '鏃ユ湰YAMAHA', NULL, NULL, '2022-07-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868633407489, NULL, NULL, 'GPC2022NA059', '楂樹綆娓╃锛�180L锛�', '67609149 PRO C/180/40/3', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄�', NULL, NULL, '2022-08-25', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868658573313, NULL, NULL, 'GPC2022NA060', '楂樹綆娓╃锛�600L锛�', '67611149 PRO C/600/40/3', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄�', NULL, NULL, '2022-08-25', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868692127746, NULL, NULL, 'GPG2022NL113', '鍥轰紵鐩存祦鐢垫簮', 'GPS-3030DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-11-08', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績绉樹功鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868729876482, NULL, NULL, 'GPG2022NL114', '鍥轰紵鐩存祦鐢垫簮', 'GPS-3030DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-11-08', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績绉樹功鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868759236609, NULL, NULL, 'GPG2022NL115', '鍥轰紵鐩存祦鐢垫簮', 'GPS-3030DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-11-08', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績绉樹功鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868788596737, NULL, NULL, 'GPG2022NL116', '鍥轰紵鐩存祦鐢垫簮', 'GPS-3030DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-11-08', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績绉樹功鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868830539777, NULL, NULL, 'GPG2022NL117', '鍥轰紵鐩存祦鐢垫簮', 'GPS-3030DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-11-08', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績绉樹功鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868859899905, NULL, NULL, 'GPG2022NL118', '鍥轰紵鐩存祦鐢垫簮', 'GPS-3030DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-11-08', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績绉樹功鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868885065729, NULL, NULL, 'GPG2022NL119', '鍥轰紵鐩存祦鐢垫簮', 'GPS-3030DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-11-08', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績绉樹功鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868918620161, NULL, NULL, 'GPG2022NL120', '鍥轰紵鐩存祦鐢垫簮', 'GPS-3030DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-11-08', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績绉樹功鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868956368897, NULL, NULL, 'GPG2022NL121', '鍥轰紵鐩存祦鐢垫簮', 'GPS-3030DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2022-11-08', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績绉樹功鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217868989923330, NULL, NULL, 'GPC2022NL291', '鍏ㄨ嚜鍔ㄥ皝鍙f満', 'FR-600A', '娴欐睙榧庝笟鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2022-10-27', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869023477762, NULL, NULL, 'GPD2022NL341', '涓嶉攬閽㈡枡鐩樻寕鏂欐灦', '120*50*160甯﹀簳鐩�', '娣卞湷甯備紵鏂颁粨鍌ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, '2022-10-19', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '娣樺疂', NULL, NULL, NULL, NULL, 'SMT浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869057032193, NULL, NULL, 'GPD2022NH046', '璐ф灦', '6090*1600*4000*4F', '骞夸笢涓夋.璐ф灦鏈夐檺鍏徃', NULL, NULL, '2022-06-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '骞夸笢涓夋.璐ф灦鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚鐢熶骇閮ㄤ娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869090586626, NULL, NULL, 'GPC2022NA064', '鑷姩鍓ョ嚎鏈�', '鐢佃剳鍓ュ鐨姱绾挎満 BZW-882DH50-WX瀹氬埗鍏ㄤ己鏈嶅瀷', '姹熻嫃鍗氫箣鏃鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2022-08-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '姹熻嫃鍗氫箣鏃鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869128335362, NULL, NULL, 'GPD2022NA163', '閽㈢綉鏋�', '钃勮幑瀹氬埗娆�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-10-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869166084098, NULL, NULL, 'GPC2022NA065', '鏃ョ珛鍠风爜鏈�', 'UX-H140S', '鏃ユ湰HITACHI锛堟棩绔嬶級', NULL, NULL, '2022-07-25', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '杈夋硥鏈虹數璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869203832834, NULL, NULL, 'GPC2022NA066', '瀹夎瘲鏇奸櫎婀挎満', '156L', '娣卞湷甯傚畨璇楁浖绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-10-18', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '娣卞湷甯傚畨璇楁浖绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869249970177, NULL, NULL, 'GPC2022NA067', '鑷姩鐑缉绠¤鍒囨満', 'HZX-100D', '娣卞湷甯傚崕涔嬮懌鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2022-10-25', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '娣卞湷甯傚崕涔嬮懌鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869287718914, NULL, NULL, 'GPC2022NA068', '婵�鍏夊埢闃绘満', 'LT3100', '姝︽眽涓夊伐绮惧瘑鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-10-19', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '姝︽眽涓夊伐绮惧瘑鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869329661954, NULL, NULL, 'GPC2022NA069', '瑙嗚椋炶婵�鍏夋墦鏍囨満', '绱婵�鍏夋満', '鑻忓窞妤氬ぉ婵�鍏夋湁闄愬叕鍙�', NULL, NULL, '2022-08-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鑻忓窞浣拌鏂櫤鑳界鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869375799297, NULL, NULL, 'GPC2022NA070', '楂樼簿瀵嗚秴闈欓煶鍘嬫帴鏈�', 'YT-2T', '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869417742337, NULL, NULL, 'GPD2022NA164', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869451296769, NULL, NULL, 'GPD2022NA165', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869484851201, NULL, NULL, 'GPD2022NA166', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869514211330, NULL, NULL, 'GPD2022NA167', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869547765761, NULL, NULL, 'GPD2022NA168', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869585514498, NULL, NULL, 'GPD2022NA169', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869614874625, NULL, NULL, 'GPD2022NA170', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869652623362, NULL, NULL, 'GPD2022NA171', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869686177793, NULL, NULL, 'GPD2022NA172', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869723926530, NULL, NULL, 'GPD2022NA173', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869753286657, NULL, NULL, 'GPD2022NA174', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869782646786, NULL, NULL, 'GPD2022NA175', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869816201217, NULL, NULL, 'GPD2022NA176', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869853949953, NULL, NULL, 'GPD2022NA177', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869887504385, NULL, NULL, 'GPD2022NA178', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869925253122, NULL, NULL, 'GPD2022NA179', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217869958807553, NULL, NULL, 'GPD2022NA180', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870000750593, NULL, NULL, 'GPD2022NA181', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870034305025, NULL, NULL, 'GPD2022NA182', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870080442370, NULL, NULL, 'GPD2022NA183', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870122385410, NULL, NULL, 'GPD2022NA184', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870168522753, NULL, NULL, 'GPD2022NA185', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870210465794, NULL, NULL, 'GPD2022NA186', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870248214530, NULL, NULL, 'GPD2022NA187', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870285963265, NULL, NULL, 'GPD2022NA188', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870323712001, NULL, NULL, 'GPD2022NA189', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870357266433, NULL, NULL, 'GPD2022NA190', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:53', NULL, '2025-02-14 09:53:53', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870395015169, NULL, NULL, 'GPD2022NA191', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870428569602, NULL, NULL, 'GPD2022NA192', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870462124034, NULL, NULL, 'GPD2022NA193', '绮剧泭绠℃墜鎺ㄨ溅', 'PU杞� 闈欓煶', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870495678465, NULL, NULL, 'GPD2022NA194', '涓瀷璐ф灦', '闀�*瀹�*楂�=1800*600*2000 5灞傛澘 1鎷�4', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870537621506, NULL, NULL, 'GPD2022NA195', '涓瀷璐ф灦', '闀�*瀹�*楂�=1800*600*2000 5灞傛澘 1鎷�5', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870571175938, NULL, NULL, 'GPD2022NA196', '涓瀷璐ф灦', '闀�*瀹�*楂�=1800*600*2000 5灞傛澘 涓�鎷栦簩', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870617313281, NULL, NULL, 'GPD2022NA197', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870650867714, NULL, NULL, 'GPD2022NA198', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870697005058, NULL, NULL, 'GPD2022NA199', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870730559490, NULL, NULL, 'GPD2022NA200', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870759919617, NULL, NULL, 'GPD2022NA201', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870793474049, NULL, NULL, 'GPD2022NA202', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870827028482, NULL, NULL, 'GPD2022NA203', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870852194306, NULL, NULL, 'GPD2022NA204', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870877360129, NULL, NULL, 'GPD2022NA205', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870906720257, NULL, NULL, 'GPD2022NA206', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870936080385, NULL, NULL, 'GPD2022NA207', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870957051905, NULL, NULL, 'GPD2022NA208', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217870986412034, NULL, NULL, 'GPD2022NA209', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871015772161, NULL, NULL, 'GPD2022NA210', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘 1鎷�2', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅涓�妤兼亽娓╁'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871049326593, NULL, NULL, 'GPD2022NA211', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅浜屾ゼSMT绾�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871078686722, NULL, NULL, 'GPD2022NA212', '杞诲瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅浜屾ゼSMT绾�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871112241153, NULL, NULL, 'GPD2022NA213', '涓瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅浜屾ゼ缁翠慨闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871149989889, NULL, NULL, 'GPD2022NA214', '涓瀷璐ф灦', '闀�*瀹�*楂�=1500*600*2000 5灞傛澘', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅浜屾ゼ缁翠慨闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871191932930, NULL, NULL, 'GPD2022NA215', '涓瀷璐ф灦', '闀�*瀹�*楂�=1800*600*2000 5灞傛澘', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅浜屾ゼ灏佺亴闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871229681665, NULL, NULL, 'GPD2022NA216', '涓瀷璐ф灦', '闀�*瀹�*楂�=1800*600*2000 5灞傛澘', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅浜屾ゼ灏佺亴闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871271624706, NULL, NULL, 'GPD2022NA217', '涓瀷璐ф灦', '闀�*瀹�*楂�=1800*600*2000 5灞傛澘', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅浜屾ゼ灏佺亴闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871317762049, NULL, NULL, 'GPD2022NA218', '涓瀷璐ф灦', '闀�*瀹�*楂�=1800*600*2000 5灞傛澘', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅浜屾ゼ灏佺亴闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871359705089, NULL, NULL, 'GPG2022NA017', '娌诲叿鏀剧疆鏌�', '鍏眰鏂囦欢鏌�850*390*1800 鍙屽紑鐜荤拑闂�', '椹瀺灞卞法娴姙鍏鍏峰巶', NULL, NULL, '2022-11-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '椹瀺灞卞法娴姙鍏鍏峰巶', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871414231042, NULL, NULL, 'GPG2022NA018', '娌诲叿鏀剧疆鏌�', '鍏眰鏂囦欢鏌�850*390*1800 鍙屽紑鐜荤拑闂�', '椹瀺灞卞法娴姙鍏鍏峰巶', NULL, NULL, '2022-11-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '椹瀺灞卞法娴姙鍏鍏峰巶', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871464562690, NULL, NULL, 'GPG2022NA019', '娌诲叿鏀剧疆鏌�', '鍏眰鏂囦欢鏌�850*390*1800 鍙屽紑鐜荤拑闂�', '椹瀺灞卞法娴姙鍏鍏峰巶', NULL, NULL, '2022-11-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '椹瀺灞卞法娴姙鍏鍏峰巶', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871519088642, NULL, NULL, 'GPG2022NA020', '娌诲叿鏀剧疆鏌�', '鍏眰鏂囦欢鏌�850*390*1800 鍙屽紑鐜荤拑闂�', '椹瀺灞卞法娴姙鍏鍏峰巶', NULL, NULL, '2022-11-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '椹瀺灞卞法娴姙鍏鍏峰巶', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871577808897, NULL, NULL, 'GPG2022NA021', '娌诲叿鏀剧疆鏌�', '鍏眰鏂囦欢鏌�850*390*1800 鍙屽紑鐜荤拑闂�', '椹瀺灞卞法娴姙鍏鍏峰巶', NULL, NULL, '2022-11-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '椹瀺灞卞法娴姙鍏鍏峰巶', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871628140546, NULL, NULL, 'GPG2022NA022', '娌诲叿鏀剧疆鏌�', '鍏眰鏂囦欢鏌�850*390*1800 鍙屽紑鐜荤拑闂�', '椹瀺灞卞法娴姙鍏鍏峰巶', NULL, NULL, '2022-11-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '椹瀺灞卞法娴姙鍏鍏峰巶', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871691055105, NULL, NULL, 'GPA2022NA015', '鑰愬帇娴嬭瘯浠�', 'WB2670A', '鏉窞鏃哀涓囦笟绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-11-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '鏉窞鏃哀涓囦笟绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871758163969, NULL, NULL, 'GPA2022NA016', '鑰愬帇娴嬭瘯浠�', 'WB2670A', '鏉窞鏃哀涓囦笟绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-11-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '鏉窞鏃哀涓囦笟绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871858827265, NULL, NULL, 'GOA2022NA214', '骞虫澘鐢佃剳', '鍙扮數X16PC', '鍙扮數澶╃尗搴�', NULL, NULL, '2022-11-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娣卞湷甯傞棯鐢典箣缈肩鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871909158913, NULL, NULL, 'NPG2022NL126', '鐢靛瓙绉�', '15kg-0.5g', '/', NULL, NULL, '2022-10-26', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '楂樻柊鍖鸿禌鏍肩數瀛愬競鍦哄敮鏄撳噯浠櫒浠〃', NULL, NULL, NULL, NULL, '鏂版ゼ涓夋ゼ杞﹂棿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217871955296257, NULL, NULL, 'GPD2022NA219', '涓瀷璐ф灦', '1800*600*2000mm锛屼竴鎷栦簩', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂琛屾斂浠撳簱'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872005627905, NULL, NULL, 'GPD2022NA220', '涓瀷璐ф灦', '1800*600*2000mm锛屼竴鎷栦簩', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-11-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂琛屾斂浠撳簱'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872047570945, NULL, NULL, 'GPC2022NH059', '鎵撹嵂鏈猴紙鍠烽浘鍣級', '鐢靛姩锛�60L+20绫虫按绠�+鍗疯酱+姘存《+鎺ㄨ溅', '闈掑矝涓鍥僵缃戠粶绉戞妧鍏徃锛堜含涓滐級', NULL, NULL, '2022-11-18', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '闈掑矝涓鍥僵缃戠粶绉戞妧鍏徃锛堜含涓滐級', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚鐮斿彂閮ㄤ娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872102096897, NULL, NULL, 'GPG2022NA024', '鍩硅妗�', '瀹氬埗瑙勬牸鍥剧焊瑙侀檮浠�', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872156622849, NULL, NULL, 'GPG2022NA025', '鍩硅妗�', '瀹氬埗瑙勬牸鍥剧焊瑙侀檮浠�', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872198565889, NULL, NULL, 'GPG2022NA026', '鍩硅妗�', '瀹氬埗瑙勬牸鍥剧焊瑙侀檮浠�', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872244703233, NULL, NULL, 'GPG2022NA027', '鍩硅妗�', '瀹氬埗瑙勬牸鍥剧焊瑙侀檮浠�', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872295034881, NULL, NULL, 'GPG2022NA028', '鍩硅妗�', '瀹氬埗瑙勬牸鍥剧焊瑙侀檮浠�', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872341172225, NULL, NULL, 'GPG2022NA029', '鍩硅妗�', '瀹氬埗瑙勬牸鍥剧焊瑙侀檮浠�', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872387309570, NULL, NULL, 'GPG2022NA030', '鍩硅妗�', '瀹氬埗瑙勬牸鍥剧焊瑙侀檮浠�', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872437641217, NULL, NULL, 'GPG2022NA031', '鍩硅妗�', '瀹氬埗瑙勬牸鍥剧焊瑙侀檮浠�', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872479584258, NULL, NULL, 'GPG2022NA032', '鍩硅妗�', '瀹氬埗瑙勬牸鍥剧焊瑙侀檮浠�', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872521527298, NULL, NULL, 'GPG2022NA033', '鍩硅妗�', '瀹氬埗瑙勬牸鍥剧焊瑙侀檮浠�', '涓婃捣鏄剁敵閾濇潗鏈夐檺鍏徃', NULL, NULL, '2022-09-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872563470337, NULL, NULL, 'GPA2022NL112', '淇″彿閲囬泦鍗�', 'NI USB 6289', 'NI', NULL, NULL, '2022-10-27', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '鍘﹂棬椤虹ズ浼熶笟鍟嗚锤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼熻璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872597024770, NULL, NULL, 'GPD2022NL342', '鍙岄潰7灞傜壒鍘氭礊鏉夸富鏋�', '120*80*192 鍔犲帤0.7mm鐧借壊锛堣秴甯傝揣鏋讹紝PST鑰佸寲鐢級', '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-10-27', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '3妤糚ST鑰佸寲鐢紝瓒呭競璐ф灦'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872643162114, NULL, NULL, 'GPD2022NL343', '鍙岄潰7灞傜壒鍘氭礊鏉夸富鏋�', '120*80*192 鍔犲帤0.7mm鐧借壊锛堣秴甯傝揣鏋讹紝PST鑰佸寲鐢級', '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-10-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '3妤糚ST鑰佸寲鐢紝瓒呭競璐ф灦'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872685105153, NULL, NULL, 'GPD2022NL344', '鍙岄潰7灞傜壒鍘氭礊鏉夸富鏋�', '120*80*192 鍔犲帤0.7mm鐧借壊锛堣秴甯傝揣鏋讹紝PST鑰佸寲鐢級', '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-10-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '3妤糚ST鑰佸寲鐢紝瓒呭競璐ф灦'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872722853889, NULL, NULL, 'GPD2022NL345', '鍙岄潰7灞傜壒鍘氭礊鏉夸富鏋�', '120*80*192 鍔犲帤0.7mm鐧借壊锛堣秴甯傝揣鏋讹紝PST鑰佸寲鐢級', '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-10-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '3妤糚ST鑰佸寲鐢紝瓒呭競璐ф灦'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872764796929, NULL, NULL, 'GPD2022NL346', '鍙岄潰7灞傜壒鍘氭礊鏉夸富鏋�', '120*80*192 鍔犲帤0.7mm鐧借壊锛堣秴甯傝揣鏋讹紝PST鑰佸寲鐢級', '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-10-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '3妤糚ST鑰佸寲鐢紝瓒呭競璐ф灦'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872810934273, NULL, NULL, 'GPD2022NL347', '鍙岄潰7灞傜壒鍘氭礊鏉夸富鏋�', '120*80*192 鍔犲帤0.7mm鐧借壊锛堣秴甯傝揣鏋讹紝PST鑰佸寲鐢級', '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-10-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '3妤糚ST鑰佸寲鐢紝瓒呭競璐ф灦'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872873848834, NULL, NULL, 'GPD2022NL348', '鍙岄潰7灞傜壒鍘氭礊鏉夸富鏋�', '120*80*192 鍔犲帤0.7mm鐧借壊锛堣秴甯傝揣鏋讹紝PST鑰佸寲鐢級', '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-10-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '3妤糚ST鑰佸寲鐢紝瓒呭競璐ф灦'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872932569090, NULL, NULL, 'GPD2022NL349', '鍙岄潰7灞傜壒鍘氭礊鏉夸富鏋�', '120*80*192 鍔犲帤0.7mm鐧借壊锛堣秴甯傝揣鏋讹紝PST鑰佸寲鐢級', '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-10-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '3妤糚ST鑰佸寲鐢紝瓒呭競璐ф灦'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217872982900737, NULL, NULL, 'GPD2022NL350', '鍙岄潰7灞傜壒鍘氭礊鏉夸富鏋�', '120*80*192 鍔犲帤0.7mm鐧借壊锛堣秴甯傝揣鏋讹紝PST鑰佸寲鐢級', '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-10-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '3妤糚ST鑰佸寲鐢紝瓒呭競璐ф灦'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873024843778, NULL, NULL, 'GPD2022NL351', '鍙岄潰7灞傜壒鍘氭礊鏉夸富鏋�', '120*80*192 鍔犲帤0.7mm鐧借壊锛堣秴甯傝揣鏋讹紝PST鑰佸寲鐢級', '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2022-10-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娴欐睙鐜栧浐璐ф灦鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '3妤糚ST鑰佸寲鐢紝瓒呭競璐ф灦'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873079369730, NULL, NULL, 'GPA2022NL107', '涓夐�氶亾鐢垫簮', 'ITECH IT6322B', '娣卞湷甯傚姴娴╀紵涓氱鎶�鏈夐檺鍏徃', NULL, NULL, '2022-10-21', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娣卞湷甯傚姴娴╀紵涓氱鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼熻璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873121312770, NULL, NULL, 'GPA2022NL108', '鏁板瓧绀烘尝鍣�', 'MSO5204 200MHZ', '鑻忓窞鏅簮绮剧數', NULL, NULL, '2022-10-21', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣骞块亾鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼熻璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873167450113, NULL, NULL, 'GPA2022NL109', '鏁板瓧绀烘尝鍣�', 'MSO5204 200MHZ', '鑻忓窞鏅簮绮剧數', NULL, NULL, '2022-10-21', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣骞块亾鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼熻璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873209393153, NULL, NULL, 'GPA2022NL110', '鏁板瓧绀烘尝鍣�', 'MSO5204 200MHZ', '鑻忓窞鏅簮绮剧數', NULL, NULL, '2022-10-21', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣骞块亾鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼熻璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873259724802, NULL, NULL, 'GPA2022NL111', '鏁板瓧绀烘尝鍣�', 'MSO5204 200MHZ', '鑻忓窞鏅簮绮剧數', NULL, NULL, '2022-10-21', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-11-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣骞块亾鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼熻璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873305862146, NULL, NULL, 'GPC2022NA071', '妗岄潰寮忚琚嬫満', 'DT-A12-4TR-F', '鏃犻敗甯傚皻鏉ョ鎶�鏈夐檺鍏徃', NULL, NULL, '2022-08-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '鏃犻敗甯傚皻鏉ョ鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873339416577, NULL, NULL, 'GPA2022NL113', '骞叉壈娴嬭瘯鐢垫簮', 'DF485 鍝佺墝Kikusui鏃ユ湰鐗孠ikusui鏃ユ湰', 'Kikusui鏃ユ湰', NULL, NULL, '2022-09-28', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '鐣屽锛堜笂娴凤級绯荤粺闆嗘垚鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績DQM鎴寸嚂鐕曚娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873381359618, NULL, NULL, 'GPD2022NL352', '闃查潤鐢靛疄楠屽伐浣滃彴', '150*100*80锛屽甫妯笁鎶藉眽锛堝甫閿侊級', '鐩稿煄鍖洪粍妗ュ▉娆ч噾灞炲埗鍝佸巶', NULL, NULL, '2022-11-21', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '澶╃尗', NULL, NULL, NULL, NULL, '鐮斿彂涓績璧佃崳鐢宠喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873423302657, NULL, NULL, 'GPD2022NL353', '闃查潤鐢靛疄楠屽伐浣滃彴', '150*100*80锛屽甫妯笁鎶藉眽锛堝甫閿侊級', '鐩稿煄鍖洪粍妗ュ▉娆ч噾灞炲埗鍝佸巶', NULL, NULL, '2022-11-21', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '澶╃尗', NULL, NULL, NULL, NULL, '鐮斿彂涓績璧佃崳鐢宠喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873465245698, NULL, NULL, 'GPD2022NL354', '闃查潤鐢靛疄楠屽伐浣滃彴', '150*75*80锛屽甫妯笁鎶藉眽锛堝甫閿侊級', '鐩稿煄鍖洪粍妗ュ▉娆ч噾灞炲埗鍝佸巶', NULL, NULL, '2022-11-21', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '澶╃尗', NULL, NULL, NULL, NULL, '鐮斿彂涓績璧佃崳鐢宠喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873511383042, NULL, NULL, 'GPD2022NL355', '闃查潤鐢靛疄楠屽伐浣滃彴', '150*75*80锛屽甫妯笁鎶藉眽锛堝甫閿侊級', '鐩稿煄鍖洪粍妗ュ▉娆ч噾灞炲埗鍝佸巶', NULL, NULL, '2022-11-21', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '澶╃尗', NULL, NULL, NULL, NULL, '鐮斿彂涓績璧佃崳鐢宠喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873544937473, NULL, NULL, 'GPD2022NL356', '闃查潤鐢靛疄楠屽伐浣滃彴', '150*75*80锛屽甫妯笁鎶藉眽锛堝甫閿侊級', '鐩稿煄鍖洪粍妗ュ▉娆ч噾灞炲埗鍝佸巶', NULL, NULL, '2022-11-21', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '澶╃尗', NULL, NULL, NULL, NULL, '鐮斿彂涓績璧佃崳鐢宠喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873586880513, NULL, NULL, 'GPD2022NL357', '闃查潤鐢靛疄楠屽伐浣滃彴', '150*75*80锛屽甫妯笁鎶藉眽锛堝甫閿侊級', '鐩稿煄鍖洪粍妗ュ▉娆ч噾灞炲埗鍝佸巶', NULL, NULL, '2022-11-21', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '澶╃尗', NULL, NULL, NULL, NULL, '鐮斿彂涓績璧佃崳鐢宠喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873628823554, NULL, NULL, 'GPD2022NA221', '閽㈢綉鏋�', '钃勮幑瀹氬埗锛堢椹疆锛�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-07-15', NULL, '娓呮礂闂�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璇疯喘鍗曞強鍚堝悓涓哄畨寰藉叞瀹濓紝姹伐瑕佹眰閫佽揣閫佽揪涓婃捣鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873683349506, NULL, NULL, 'GPC2022NA072', '鐪熺┖鍚稿鏈猴紙鐢靛瓙浠撶湡绌哄皝瑁呯敤锛�', 'DZQ-400 1D鍗曞', '娓╁窞甯傜摨娴峰崡鐧借薄閼┌鍖呰鏈烘', NULL, NULL, '2022-09-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娓╁窞甯傜摨娴峰崡鐧借薄閼┌鍖呰鏈烘', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873733681153, NULL, NULL, 'GOE2022NA003', '绔嬪紡鍐版煖锛堝瓨鏀鹃拡绠¤兌锛�', '娴峰皵LC-200H', '闈掑矝娴峰皵鐢靛櫒', NULL, NULL, '2022-11-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣楣扮嫯瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873784012801, NULL, NULL, 'GOD2022NA595', '娌欏彂', '缁勫悎鍏細娌欏彂8缁�+鑼跺嚑2涓�+鍦嗗嚦4涓�+鎶辨灂8', '榛庡窛鍘跨彮鐝鎶�鏈夐檺鍏徃', NULL, NULL, '2022-11-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '榛庡窛鍘跨彮鐝鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873821761538, NULL, NULL, 'GOA2022NA221', '鐢佃剳锛堜竴浣撴満锛�', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873880481794, NULL, NULL, 'GOA2022NA222', '鐢佃剳锛堜竴浣撴満锛�', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873939202049, NULL, NULL, 'GOA2022NA223', '鐢佃剳锛堜竴浣撴満锛�', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217873989533697, NULL, NULL, 'GOA2022NA224', '鐢佃剳锛堜竴浣撴満锛�', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874035671041, NULL, NULL, 'GOA2022NA225', '鐢佃剳锛堜竴浣撴満锛�', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874086002690, NULL, NULL, 'GOA2022NA226', '鐢佃剳锛堜竴浣撴満锛�', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874119557121, NULL, NULL, 'GOA2022NA227', '鐢佃剳锛堜竴浣撴満锛�', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874165694466, NULL, NULL, 'GOA2022NA228', '鐢佃剳锛堜竴浣撴満锛�', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-11-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874211831810, NULL, NULL, 'GPG2022NA034', '瀹夊窘绌哄帇鏈虹閬�', '鑺傝兘绠¢亾鏂板巶鎴�3#4#妤�', '寰烽槜鍘嬬缉鏈烘 (涓婃捣) 鏈夐檺鍏徃', NULL, NULL, '2022-02-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '寰烽槜鍘嬬缉鏈烘 (涓婃捣) 鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍘傛埧C鏍婦鏍�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874249580545, NULL, NULL, 'GPG2022NH081', '宸ュ叿鏌�', '1000*800*400mm锛岀櫧鑹�', '娲涢槼婊ㄦ瘏鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2022-12-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娲涢槼婊ㄦ瘏鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874299912193, NULL, NULL, 'GPG2022NH082', '宸ュ叿鏌�', '1000*800*400mm锛岀櫧鑹�', '娲涢槼婊ㄦ瘏鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2022-12-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娲涢槼婊ㄦ瘏鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874346049537, NULL, NULL, 'GPG2022NH083', '宸ュ叿鏌�', '1000*800*400mm锛岀櫧鑹�', '娲涢槼婊ㄦ瘏鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2022-12-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娲涢槼婊ㄦ瘏鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874383798274, NULL, NULL, 'GPG2022NH084', '宸ュ叿鏌�', '1000*800*400mm锛岀櫧鑹�', '娲涢槼婊ㄦ瘏鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2022-12-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娲涢槼婊ㄦ瘏鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874425741313, NULL, NULL, 'GPG2022NH085', '宸ュ叿鏌�', '1000*800*400mm锛岀櫧鑹�', '娲涢槼婊ㄦ瘏鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2022-12-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娲涢槼婊ㄦ瘏鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874467684353, NULL, NULL, 'GPG2022NH086', '宸ュ叿鏌�', '1000*800*400mm锛岀櫧鑹�', '娲涢槼婊ㄦ瘏鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2022-12-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-16', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '娲涢槼婊ㄦ瘏鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874518016002, NULL, NULL, 'GPA2022NA017', '绀烘尝鍣� 锛堟櫘婧�)', 'DS1104Z PLUS', '涓婃捣骞块亾鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2022-12-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:54', NULL, '2025-02-14 09:53:54', NULL, '涓婃捣骞块亾鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874580930561, NULL, NULL, 'GPG2023NA001', '鏅憺閫婄數瀛愮Г', '500g绮惧害0.05灏忓厠閲�', '鎴愰兘鏅憺閫婄數瀛愭湁闄愬叕鍙�', NULL, NULL, '2022-12-12', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鏄嗗北琛℃槸瀹濅华鍣ㄨ澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874631262210, NULL, NULL, 'GPC2023NH001', '鍗曟璧烽噸鏈�', 'LD5T-18.5', '鍚堣偉甯傜闆曡秴閲嶆満姊版湁闄愬叕鍙�', NULL, NULL, '2022-11-22', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鍚堣偉甯傜闆曡秴閲嶆満姊版湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874685788161, NULL, NULL, 'GPC2023NH002', '鍗曟璧烽噸鏈�', 'LD5T-18.5', '鍚堣偉甯傜闆曡秴閲嶆満姊版湁闄愬叕鍙�', NULL, NULL, '2022-11-22', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鍚堣偉甯傜闆曡秴閲嶆満姊版湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874731925505, NULL, NULL, 'GPD2023NA001', '澶囨枡鎵嬫帹杞�', '钃勮幑瀹氬埗娆�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-12-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874786451457, NULL, NULL, 'GPD2023NA002', '澶囨枡鎵嬫帹杞�', '钃勮幑瀹氬埗娆�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-12-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874836783106, NULL, NULL, 'GPD2023NA003', '澶囨枡鎵嬫帹杞�', '钃勮幑瀹氬埗娆�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-12-02', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874882920449, NULL, NULL, 'NPG2023H006', '鏅鸿兘鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-12-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼熻璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874933252098, NULL, NULL, 'NPG2023H007', '鏅鸿兘鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-12-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼熻璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217874979389442, NULL, NULL, 'NPG2023H008', '鏅鸿兘鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-12-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼熻璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875046498306, NULL, NULL, 'NPG2023H009', '鏅鸿兘鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-12-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼熻璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875105218562, NULL, NULL, 'NPG2023H010', '鏅鸿兘鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-12-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績闄堜紵浼熻璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875151355905, NULL, NULL, 'GPC2023NL003', '闃跨壒鎷夋柉绌烘皵鍘嬬缉鏈�', 'GA75娴侀噺锛�3.1m3 /min0.8MPA', '鏃犻敗闃跨壒鎷夋柉鏈夐檺鍏徃', NULL, NULL, '2022-06-22', NULL, '绌哄帇鏈烘埧', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '寰烽槜鍘嬬缉鏈烘 (涓婃捣) 鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '2022骞�12鏈堢敱瀹夊窘宸ュ巶杞Щ杩囨潵'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875193298945, NULL, NULL, 'GPG2023NH002', '涓嶉攬閽㈣嚜鍚告车', '25WBZ3-10-0.37锛�380V', '鍙板窞鍑湼鏈虹數鏈夐檺鍏徃', NULL, NULL, '2022-01-13', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鍙板窞鍑湼鏈虹數鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚鐢熶骇閮ㄤ娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875231047681, NULL, NULL, 'GPG2023NH003', '涓嶉攬閽㈣嚜鍚告车', '25WBZ3-10-0.37锛�380V', '鍙板窞鍑湼鏈虹數鏈夐檺鍏徃', NULL, NULL, '2022-01-13', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鍙板窞鍑湼鏈虹數鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚鐢熶骇閮ㄤ娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875277185026, NULL, NULL, 'GOA2023NL016', '宸ユ帶瑙︽懜涓�浣撴満', '鍏ㄥ皝闂摑娆�(鍙屾牳4G+64G锛�7瀵�', '涓婃捣瑙嗚剦鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-12-13', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '娣樺疂', NULL, NULL, NULL, NULL, 'PST鐑鏂欐煴娌诲叿鐢ㄦ潗鏂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875331710978, NULL, NULL, 'GPD2023NA004', '涓瀷璐ф灦1鎷�4', '闀�*瀹�*楂�=1800*600*2000锛�4灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875373654017, NULL, NULL, 'GPD2023NA005', '杞诲瀷璐ф灦1鎷�2', '闀�*瀹�*楂�=1500*600*2000锛�5灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875423985666, NULL, NULL, 'GPD2023NA006', '杞诲瀷璐ф灦1鎷�2', '闀�*瀹�*楂�=1500*600*2000锛�5灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875470123009, NULL, NULL, 'GPD2023NA007', '杞诲瀷璐ф灦1鎷�2', '闀�*瀹�*楂�=1500*600*2000锛�5灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875528843266, NULL, NULL, 'GPD2023NA008', '杞诲瀷璐ф灦1鎷�2', '闀�*瀹�*楂�=1500*600*2000锛�5灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875595952130, NULL, NULL, 'GPD2023NA009', '涓瀷璐ф灦1鎷�5', '闀�*瀹�*楂�=1800*600*2000锛�4灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875658866689, NULL, NULL, 'GPD2023NA010', '鍙Щ鍔ㄨ揣鏋�', '闀�1500*瀹�600*1800鎬婚珮锛�6灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875700809729, NULL, NULL, 'GPD2023NA011', '鍙Щ鍔ㄨ揣鏋�', '闀�1500*瀹�600*1800鎬婚珮锛�6灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875746947074, NULL, NULL, 'GPD2023NA012', '鍙Щ鍔ㄨ揣鏋�', '闀�1500*瀹�600*1800鎬婚珮锛�6灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875788890113, NULL, NULL, 'GPD2023NA013', '鍙Щ鍔ㄨ揣鏋�', '闀�1500*瀹�600*1800鎬婚珮锛�6灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875830833153, NULL, NULL, 'GPD2023NA014', '搴撴埧璐ф灦1鎷�2', '1800*600*2000mm浜斿眰鏉垮洓灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '搴撴埧璐ф灦涓哄畨寰界患鍚堢鐞嗛儴鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875881164801, NULL, NULL, 'GPD2023NA015', '搴撴埧璐ф灦1鎷�2', '1800*600*2000mm浜斿眰鏉垮洓灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '搴撴埧璐ф灦涓哄畨寰界患鍚堢鐞嗛儴鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875918913538, NULL, NULL, 'GPD2023NA016', '搴撴埧璐ф灦1鎷�2', '1800*600*2000mm浜斿眰鏉垮洓灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '搴撴埧璐ф灦涓哄畨寰界患鍚堢鐞嗛儴鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217875973439490, NULL, NULL, 'GPD2023NA017', '搴撴埧璐ф灦1鎷�2', '1800*600*2000mm浜斿眰鏉垮洓灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '搴撴埧璐ф灦涓哄畨寰界患鍚堢鐞嗛儴鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876015382530, NULL, NULL, 'GPD2023NA018', '搴撴埧璐ф灦1鎷�2', '1800*600*2000mm浜斿眰鏉垮洓灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '搴撴埧璐ф灦涓哄畨寰界患鍚堢鐞嗛儴鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876057325569, NULL, NULL, 'GPD2023NA019', '搴撴埧璐ф灦1鎷�2', '1800*600*2000mm浜斿眰鏉垮洓灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '搴撴埧璐ф灦涓哄畨寰界患鍚堢鐞嗛儴鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876095074305, NULL, NULL, 'GPD2023NA020', '搴撴埧璐ф灦1鎷�2', '1800*600*2000mm浜斿眰鏉垮洓灞傜┖', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2022-12-16', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '搴撴埧璐ф灦涓哄畨寰界患鍚堢鐞嗛儴鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876132823041, NULL, NULL, 'NPG2023H011', '鐢靛瓙绉�', 'HT-600NC', '澶╃尗', NULL, NULL, '2022-01-03', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-01-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鏄嗗北澶╅噾鍐堥噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏉愭枡浠撳簱浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876178960385, NULL, NULL, 'GPA2023NL001', '鐑儚浠�', 'K20', '娴峰悍', NULL, NULL, '2022-12-06', NULL, '鐮斿彂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-02-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '娣卞湷甯傞噾鍘氬痉鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閰嶇儹鍍忎华闀滃ご4201锛岀爺鍙戦檲浼熻喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876233486338, NULL, NULL, 'GPD2023NL021', '涓瀷璐ф灦', '楂�2m*闀�2m*瀹�0.6m 5灞�', '鑻忓窞鍑珛閲戦噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-01-05', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-02-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鑻忓窞鍑珛閲戦噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '璐ㄩ噺瀹為獙瀹や娇鐢紝绗竴娆′拱'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876338343938, NULL, NULL, 'GPB2023NL001', '瓒呭0娉㈡ā鍏�', 'CE17 20K', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2023-01-05', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-02-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏂�3妤兼柊浜у搧浣跨敤锛屾檹闃冲▉璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876376092673, NULL, NULL, 'GPC2023NH004', '鎵嬪姩娑插帇杞�', '濂ユ触 2.5鍚�520*1070锛圥U锛�', '涓婃捣濂ユ触', NULL, NULL, '2023-02-03', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2023-02-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '涓婃捣濂ユ触', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876430618625, NULL, NULL, 'GPC2023NH005', '鎵嬪姩娑插帇杞�', '濂ユ触 2.5鍚�520*1070锛圥U锛�', '涓婃捣濂ユ触', NULL, NULL, '2023-02-03', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2023-02-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '涓婃捣濂ユ触', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876476755970, NULL, NULL, 'GPC2023NA006', '鐑樻枡鏈�', '骞茬嚗鏈�25KG', '鎯犲窞甯傚痉绌楁満姊版湁闄愬叕鍙�', NULL, NULL, '2023-01-09', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-02-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鎯犲窞甯傚痉绌楁満姊版湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '娉ㄥ鏈轰娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876527087617, NULL, NULL, 'GPC2023NA007', '杩炵画灏佸彛鏈�', '涓嶉攬閽㈡ 灏佸彛瀹藉害10mm+鍙屾帶琛�', '涓婃捣缁撮┈閫婂寘瑁呮満姊版湁闄愬叕鍙�', NULL, NULL, '2022-11-13', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-02-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '涓婃捣缁撮┈閫婂寘瑁呮満姊版湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876585807873, NULL, NULL, 'GPC2023NA008', '鍙屾恫鎵嬪姩鐏岃兌鏈�', 'HPG-30D', '涓婃捣姹夋槙宸ヤ笟绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-09-19', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-02-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '涓婃捣姹夋槙宸ヤ笟绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876627750913, NULL, NULL, 'GPA2023NL002', '闃叉按璁惧 瀵嗗皝妫�娴嬩华', 'ip67闃叉按娴嬭瘯 鍨嬪彿锛欶660-C016', '涓婃捣浠佽帿鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2022-11-02', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-02-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '涓婃捣浠佽帿鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏂板ぇ妤�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876678082562, NULL, NULL, 'GPC2023NH009', '姘斾繚鐒婃満', '涓婃捣娌伐NB-350E 鏍囬厤', '涓婃捣娌伐鐒婃満锛堥泦鍥級鏈夐檺鍏徃', NULL, NULL, '2022-02-10', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '涓婃捣宀戞邯瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚鐢熶骇閮ㄤ娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876715831297, NULL, NULL, 'GPG2023NL006', '110鍔犱粦闃茬垎鏌�', '1500*860*1650mm', '娆у姏鏈楀鍏锋棗鑸板簵', NULL, NULL, '2022-03-13', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '娆у姏鏈楀鍏锋棗鑸板簵', NULL, NULL, NULL, NULL, '鏀剧疆鍦ㄨ祫鏉愯鍗卞寲鍝佷粨搴�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876757774338, NULL, NULL, 'GPA2023NH003', '璁$背鍣�', 'ST76', '椋炶穬浠〃鐨囧啝搴楋紙娣樺疂锛�', NULL, NULL, '2023-02-27', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '椋炶穬浠〃鐨囧啝搴楋紙娣樺疂锛�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876795523073, NULL, NULL, 'GPA2023NH004', '璁$背鍣�', 'ST76', '椋炶穬浠〃鐨囧啝搴楋紙娣樺疂锛�', NULL, NULL, '2023-02-27', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '椋炶穬浠〃鐨囧啝搴楋紙娣樺疂锛�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876837466113, NULL, NULL, 'GPA2023NH005', '璁$背鍣�', 'ST76', '椋炶穬浠〃鐨囧啝搴楋紙娣樺疂锛�', NULL, NULL, '2023-02-27', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '椋炶穬浠〃鐨囧啝搴楋紙娣樺疂锛�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876866826242, NULL, NULL, 'GPA2023NH006', '璁$背鍣�', 'ST76', '椋炶穬浠〃鐨囧啝搴楋紙娣樺疂锛�', NULL, NULL, '2023-02-27', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '椋炶穬浠〃鐨囧啝搴楋紙娣樺疂锛�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876912963586, NULL, NULL, 'GPA2023NH007', '璁$背鍣�', 'ST76', '椋炶穬浠〃鐨囧啝搴楋紙娣樺疂锛�', NULL, NULL, '2023-02-27', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '椋炶穬浠〃鐨囧啝搴楋紙娣樺疂锛�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217876959100929, NULL, NULL, 'GPG2023NA007', '鐢靛姩娑插帇鍗囬檷骞冲彴杞�', '绉诲姩鐢靛姩鍗囬檷500KG1.5M', '鏃犻敗涓粨鎼繍璁惧鏈夐檺鍏徃', NULL, NULL, '2023-02-27', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鏃犻敗涓粨鎼繍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877013626881, NULL, NULL, 'GPD2023NA023', 'SMT璐寸墖鏈烘枡鏋�', 'YSM20R鐢�', '闆呴┈鍝�', NULL, NULL, '2023-03-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877051375617, NULL, NULL, 'GPD2023NA024', 'SMT璐寸墖鏈烘枡鏋�', 'YSM10鐢�', '闆呴┈鍝�', NULL, NULL, '2023-03-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877118484482, NULL, NULL, 'GPG2023NA008', 'smt鏂欑洏鎸傛枡杞�', '72鎸�120*50*160cm甯﹀簳鐩�', '娣卞湷甯傚垱鏂版簮璐ф灦鏈夐檺鍏徃', NULL, NULL, '2023-02-27', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '娣卞湷甯傚垱鏂版簮璐ф灦鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877164621826, NULL, NULL, 'GPG2023NA009', 'smt鏂欑洏鎸傛枡杞�', '72鎸�120*50*160cm甯﹀簳鐩�', '娣卞湷甯傚垱鏂版簮璐ф灦鏈夐檺鍏徃', NULL, NULL, '2023-02-27', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '娣卞湷甯傚垱鏂版簮璐ф灦鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877223342081, NULL, NULL, 'GPC2023NA011', '缁紡鍓ョ毊鎵撶鏈�', 'HN-BD06', '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2023-02-25', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877282062337, NULL, NULL, 'GPC2023NA012', '鑷姩鐏岃兌鏈�', 'HPG-30D', '涓婃捣姹夋槙宸ヤ笟绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-01-12', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-03-27', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '涓婃捣姹夋槙宸ヤ笟绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877340782593, NULL, NULL, 'GPG2023NL010', '宸ヤ笟鐢靛瓙闃叉疆鏌�', 'HSC1436BD鐧借壊', '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2023-03-11', NULL, 'SMT绾�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'SMT浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877391114242, NULL, NULL, 'GPG2023NL011', '骞茬嚗绠�', '鐫﹀凹9030', '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2023-04-03', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璐ㄩ噺瀹為獙瀹や娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877445640194, NULL, NULL, 'GPD2023NL025', '宸ヤ綔鍙�', '180*80*75*170鍗曢潰', '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, '2023-04-05', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, NULL, NULL, '2023.12.26璧勪骇杞Щ鍒拌祫鏉愯锛屾柊妤兼垚鍝佸簱'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877491777538, NULL, NULL, 'GPD2023NL026', '宸ヤ綔鍙�', '180*80*75*170鍗曢潰', '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, '2023-04-05', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, NULL, NULL, '浜у搧缁勪娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877537914881, NULL, NULL, 'GPD2023NL027', '宸ヤ綔鍙�', '180*80*75*170鍗曢潰', '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, '2023-04-05', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, NULL, NULL, '浜у搧缁勪娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877584052226, NULL, NULL, 'GPD2023NL028', '宸ヤ綔鍙�', '180*80*75*170鍗曢潰', '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, '2023-04-05', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, NULL, NULL, '鍘熶骇鍝佺粍浣跨敤锛�2023.12.19杞Щ鍒版柊妤间竴妤艰祫鏉愭垚鍝佸簱'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877646966785, NULL, NULL, 'GOD2023NL180', '榛戣壊闃查潤鐢靛渾鍑冲瓙', '/', '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, '2023-04-05', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, NULL, NULL, '鍘熶骇鍝佺粍浣跨敤锛屽嚦瀛愶紝2023.12.19杞Щ鍒版柊妤间竴妤艰祫鏉愭垚鍝佸簱'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877764407297, NULL, NULL, 'GOD2023NL181', '榛戣壊闃查潤鐢靛渾鍑冲瓙', '/', '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, '2023-04-05', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, NULL, NULL, '浜у搧缁勪娇鐢紝鍑冲瓙'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877810544642, NULL, NULL, 'GOD2023NL182', '榛戣壊闃查潤鐢靛渾鍑冲瓙', '/', '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, '2023-04-05', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, NULL, NULL, '浜у搧缁勪娇鐢紝鍑冲瓙'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877844099074, NULL, NULL, 'GOD2023NL183', '榛戣壊闃查潤鐢靛渾鍑冲瓙', '/', '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, '2023-04-05', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, NULL, NULL, '浜у搧缁勪娇鐢紝鍑冲瓙'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877886042114, NULL, NULL, 'GOD2023NL184', '榛戣壊闃查潤鐢靛渾鍑冲瓙', '/', '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, '2023-04-05', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, NULL, NULL, '浜у搧缁勪娇鐢紝鍑冲瓙'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877927985154, NULL, NULL, 'GOD2023NL185', '榛戣壊闃查潤鐢靛渾鍑冲瓙', '/', '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, '2023-04-05', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, NULL, NULL, '浜у搧缁勪娇鐢紝鍑冲瓙'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217877974122498, NULL, NULL, 'GOD2023NL186', '榛戣壊闃查潤鐢靛渾鍑冲瓙', '/', '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, '2023-04-05', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, NULL, NULL, '浜у搧缁勪娇鐢紝鍑冲瓙'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878020259842, NULL, NULL, 'GOD2023NL187', '榛戣壊闃查潤鐢靛渾鍑冲瓙', '/', '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, '2023-04-05', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鐩稿煄鍖洪粍妗ラ噾纾婇噾灞炲埗鍝佸巶', NULL, NULL, NULL, NULL, '浜у搧缁勪娇鐢紝鍑冲瓙'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878058008578, NULL, NULL, 'GPC2023NA014', '瑁呰涓�浣撴墦鏍囨満', 'DT-A12-4TR-F', '鏃犻敗甯傚皻鏉ョ鎶�鏈夐檺鍏徃', NULL, NULL, '2023-03-24', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2022-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鏃犻敗甯傚皻鏉ョ鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878104145922, NULL, NULL, 'GPD2023NA029', '宸ヤ綔鍙�', '120*60*75*160甯︿袱涓娊灞�', '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878158671873, NULL, NULL, 'GPD2023NA030', '宸ヤ綔鍙�', '120*60*75*160甯︿袱涓娊灞�', '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878209003521, NULL, NULL, 'GPD2023NA031', '宸ヤ綔鍙�', '120*60*75*160甯︿袱涓娊灞�', '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878255140866, NULL, NULL, 'GPD2023NA032', '宸ヤ綔鍙�', '120*60*75*160甯︿袱涓娊灞�', '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878305472513, NULL, NULL, 'GPD2023NA033', '宸ヤ綔鍙�', '120*60*75*160甯︿袱涓娊灞�', '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878355804162, NULL, NULL, 'GPD2023NA034', '宸ヤ綔鍙�', '120*60*75*160甯︿袱涓娊灞�', '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878397747202, NULL, NULL, 'GPD2023NA035', '宸ヤ綔鍙�', '120*60*75*160甯︿袱涓娊灞�', '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878452273153, NULL, NULL, 'GPC2023NA015', '闄ゆ箍鏈�', '瀹夎瘲鏇� 156L', '瀹夎瘲鏇煎浗闄呯敓娲荤數鍣紙娣卞湷锛夋湁闄愬叕鍙�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夎瘲鏇煎浗闄呯敓娲荤數鍣紙娣卞湷锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878494216193, NULL, NULL, 'GPC2023NA016', '闄ゆ箍鏈�', '瀹夎瘲鏇� 156L', '瀹夎瘲鏇煎浗闄呯敓娲荤數鍣紙娣卞湷锛夋湁闄愬叕鍙�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夎瘲鏇煎浗闄呯敓娲荤數鍣紙娣卞湷锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878540353538, NULL, NULL, 'GPC2023NA017', '闄ゆ箍鏈�', '瀹夎瘲鏇� 156L', '瀹夎瘲鏇煎浗闄呯敓娲荤數鍣紙娣卞湷锛夋湁闄愬叕鍙�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '瀹夎瘲鏇煎浗闄呯敓娲荤數鍣紙娣卞湷锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878578102274, NULL, NULL, 'GPA2023NA008', '鏄惧井闀滐紙甯﹀睆骞曪級', '銆�2K鐗堛�慣D2KHU锛堝甫11.6瀵告樉绀哄櫒锛�', '娣卞湷甯備笁閿垫嘲杈惧厜瀛︿华鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '娣卞湷甯傜鐢板尯閲戝熀娉扮數瀛愬伐鍏峰晢琛�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878620045313, NULL, NULL, 'GPA2023NA009', '鑰愮數鍘嬫祴璇曚华', 'WB2670A', '鏉窞甯岀帥鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '鏉窞甯岀帥鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878666182658, NULL, NULL, 'GPA2023NA013', '闈欑數鏀剧數鍙戠敓鍣�', 'EMS61000-2A', '鏉窞杩滄柟鐢电鍏煎鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '涓婃捣鑷村箍鐢靛瓙鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤锛屾殏鏃舵斁鍦ㄤ笂娴蜂娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878708125698, NULL, NULL, 'GPA2023NA010', '绮惧瘑LED鐢靛弬鏁版祴璇曚华', 'PLT505K娴嬭瘯浠竴濂�', '娣卞湷甯傚疂瀹夊尯鏂板畨瀹夋嵎浼︾數瀛愬伐鍏疯', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:55', NULL, '2025-02-14 09:53:55', NULL, '娣卞湷甯傚疂瀹夊尯鏂板畨瀹夋嵎浼︾數瀛愬伐鍏疯', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878766845953, NULL, NULL, 'GPA2023NA012', 'LCR鏁板瓧鐢垫ˉ', 'TH2810B+(鑷姩LCR鍔熻兘,10KHz锛�', '甯稿窞鍚屾儬鐢靛瓙鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '甯稿窞鍚屾儬鐢靛瓙鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878821371905, NULL, NULL, 'GPA2023NA011', '鏁版樉楂樺害璁℃祴璇曞彴', '鍗冨垎琛�0-50(绮惧噯鍨�)+姣旀祴鍙�200*30', '涔愭竻甯傜鏈ㄤ华鍣ㄤ华琛ㄦ湁闄愬叕鍙�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涔愭竻甯傜鏈ㄤ华鍣ㄤ华琛ㄦ湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878875897858, NULL, NULL, 'GPG2023NA012', '鏁版樉鎵姏鎵虫墜', 'SLD-10 1/4鈥�0.5-10 澧炲绛�9浠�', '涓滆帪甯傛櫙濡傞噺浠鎶�鏈夐檺鍏徃', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓滆帪甯傛櫙濡傞噺浠鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878934618114, NULL, NULL, 'GPA2023NA014', '鐩存祦鐢垫簮锛�0~60V锛�', 'SS-6010KD', '姘稿煄甯備桨淇$數瀛愬晢鍔℃湁闄愬叕鍙�', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '姘稿煄甯備桨淇$數瀛愬晢鍔℃湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217878989144065, NULL, NULL, 'GPA2023NA015', '鑹插樊浠�', 'SR-60鎵嬫寔寮�', '鍖椾含鏃朵唬鍒涘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鍖椾含鏃朵唬鍒涘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879039475713, NULL, NULL, 'GPA2023NA016', '鍙噧姘斾綋鎺㈡祴浠�', '/', '椹瀺灞辫壘榛樺厠鏈虹數', NULL, NULL, '2023-04-01', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '椹瀺灞辫壘榛樺厠鏈虹數', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶缁煎悎绠$悊閮ㄨ璐娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879102390274, NULL, NULL, 'GPA2023NA017', '鍙噧姘斾綋鎺㈡祴浠�', '/', '椹瀺灞辫壘榛樺厠鏈虹數', NULL, NULL, '2023-04-01', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '椹瀺灞辫壘榛樺厠鏈虹數', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶缁煎悎绠$悊閮ㄨ璐娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879161110530, NULL, NULL, 'GPA2023NA018', '鍙噧姘斾綋鎺㈡祴浠�', '/', '椹瀺灞辫壘榛樺厠鏈虹數', NULL, NULL, '2023-04-01', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '椹瀺灞辫壘榛樺厠鏈虹數', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶缁煎悎绠$悊閮ㄨ璐娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879219830786, NULL, NULL, 'GPG2023NA017', '闃茬垎鏌�', '45鍔犱粦钃濆姞鍘�', '娲涢槼娆у姏鏈楀姙鍏鍏锋湁闄愬叕鍙�', NULL, NULL, '2023-04-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '娲涢槼娆у姏鏈楀姙鍏鍏锋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879278551042, NULL, NULL, 'GPG2023NA018', '鐢靛瓙闃叉疆鏌�', '榛戣壊闃查潤鐢礖SC1436BD', '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2023-04-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879337271297, NULL, NULL, 'GPG2023NL019', '闃查潤鐢垫锛堣繙鏂癸級', '1600*800*800mm', '鏉窞杩滄柟鐢电鍏煎鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2023-04-20', NULL, '鐢熸妧瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣鑷村箍鐢靛瓙鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏀剧疆浜庣敓鎶�浜у搧缁勫疄楠屽'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879383408642, NULL, NULL, 'GPC2023NL019', '杩涘彛楂樹綆娓╃', '浼熸�濆瘜濂� 600L PRO', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄�', NULL, NULL, '2023-04-13', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄�', NULL, NULL, NULL, NULL, '鐢熶骇杞﹂棿灏佺亴闂撮棬鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879442128898, NULL, NULL, 'GPC2023NL020', '杩涘彛楂樹綆娓╃', '浼熸�濆瘜濂� 180L PRO', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄�', NULL, NULL, '2023-04-20', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄�', NULL, NULL, NULL, NULL, '璐ㄩ噺璇疯喘锛屾斁鍦ㄨ川閲忓疄楠屽'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879500849153, NULL, NULL, 'GPC2023WA001', '闃跨壒鎷夋柉绌烘皵鍘嬬缉鏈猴紙浜屾墜锛�', 'GA22娴侀噺锛�3.1m3 /min0.8MPA', '鑻忓窞闃跨壒鎷夋柉', NULL, NULL, '2022-06-13', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '寰烽槜鍘嬬缉鏈烘 (涓婃捣) 鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤,鍘熼獙鏀跺崟缂栧彿GPC2023NA018鏀逛负璐﹀'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879542792193, NULL, NULL, 'GPA2023NA019', '浼犲鎶楁壈搴︽祴璇曠郴缁�', 'EMS61000-6B 灏勯浼犲鎶楁壈搴︽祴璇曠郴缁�', '鏉窞杩滄柟鐢电鍏煎鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2023-04-24', NULL, '鐢熸妧瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣鑷村箍鐢靛瓙鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤锛屾殏鏃舵斁鍦ㄤ笂娴蜂娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879588929537, NULL, NULL, 'GPG2023NL020', '澶х悊鐭冲钩鍙板ぇ鐞嗙煶', '瀹氬埗1600mmX600mmX150mm', '鏃犻敗浣版柉鐗瑰皵绮惧瘑鏈烘鍒堕�犳湁 闄愬叕鍙�', NULL, NULL, '2023-04-25', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鏃犻敗浣版柉鐗瑰皵绮惧瘑鏈烘鍒堕�犳湁 闄愬叕鍙�', NULL, NULL, NULL, NULL, 'PDA娴嬭瘯骞冲彴浣跨敤锛岀爺鍙戠煶褰璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879626678273, NULL, NULL, 'GPG2023NL021', '澶х悊鐭冲钩鍙板ぇ鐞嗙煶', '瀹氬埗1600mmX600mmX150mm', '鏃犻敗浣版柉鐗瑰皵绮惧瘑鏈烘鍒堕�犳湁 闄愬叕鍙�', NULL, NULL, '2023-04-25', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鏃犻敗浣版柉鐗瑰皵绮惧瘑鏈烘鍒堕�犳湁 闄愬叕鍙�', NULL, NULL, NULL, NULL, 'PDA娴嬭瘯骞冲彴浣跨敤锛岀爺鍙戠煶褰璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879677009922, NULL, NULL, 'GPD2023NL036', '澶х悊鐭冲钩鍙版灦', '閮ㄤ负80X80鍨嬫潗鏋讹紝閰嶇椹疆绛�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2023-04-25', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'PDA娴嬭瘯骞冲彴浣跨敤锛岀爺鍙戠煶褰璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879727341569, NULL, NULL, 'GPD2023NL037', '澶х悊鐭冲钩鍙版灦', '閮ㄤ负80X80鍨嬫潗鏋讹紝閰嶇椹疆绛�', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2023-04-25', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'PDA娴嬭瘯骞冲彴浣跨敤锛岀爺鍙戠煶褰璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879786061826, NULL, NULL, 'GOD2023NL188', '鍨嬫潗瀹夎妗�', '瀹氬仛妗屽瓙', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-17', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂姹や笢鍒╄璁¤璐娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879844782082, NULL, NULL, 'GOD2023NL189', '鏂囦欢鏌滐紙鏀炬不鍏凤級', '1800*850*390 鍏眰7鍧楁澘', '闆呯牼瀹炰笟锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2023-05-08', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '鐢熶骇鍒堕�犻儴鐢ㄤ簬瀛樻斁娌诲叿鐢紝鏀剧疆浜�3妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879903502337, NULL, NULL, 'GOD2023NL190', '鏂囦欢鏌滐紙鏀炬不鍏凤級', '1800*850*390 鍏眰7鍧楁澘', '闆呯牼瀹炰笟锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2023-05-08', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '鐢熶骇鍒堕�犻儴鐢ㄤ簬瀛樻斁娌诲叿鐢紝鏀剧疆浜�4妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217879962222593, NULL, NULL, 'GOD2023NL191', '鏂囦欢鏌滐紙鏀炬不鍏凤級', '1800*850*390 鍏眰7鍧楁澘', '闆呯牼瀹炰笟锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2023-05-08', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '娣樺疂', NULL, NULL, NULL, NULL, '鐢熶骇鍒堕�犻儴鐢ㄤ簬瀛樻斁娌诲叿鐢紝鏀剧疆浜�5妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880046108674, NULL, NULL, 'GOD2023NL192', '鐢佃剳妗�', '瀹氬仛妗屽瓙', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2022-11-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂姹や笢鍒╄璁¤璐娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880113217537, NULL, NULL, 'GPC2023NL021', 'XRAY鐐规枡鏈�', 'X-RAY鐐规枡鏈� XC-3100', '鐟炶寕鍏夊锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-05-04', NULL, 'SMT', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鐟炶寕鍏夊锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'SMT鐗╂枡鐩樼偣浣跨敤璁惧'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880155160578, NULL, NULL, 'GPB2023NA036', '鐑帇娌诲叿锛堜竴鍑轰笁锛�', '8EA-148-4-G', '姹熼槾甯傛閾栫數瀛愭湁闄愬叕鍙�', NULL, NULL, '2023-05-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '姹熼槾甯傛閾栫數瀛愭湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶8EA鐑帇鏌卞瓙浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880230658049, NULL, NULL, 'GPD2023NA039', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鎿嶄綔鍙扮粍瑁�(涓�灞傛祦鍒╂灦) 3鍙板苟涓�缁勶紝涓�鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880297766914, NULL, NULL, 'GPD2023NA040', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鎿嶄綔鍙扮粍瑁�(涓�灞傛祦鍒╂灦) 3鍙板苟涓�缁勶紝涓�鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880360681473, NULL, NULL, 'GPD2023NA041', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鎿嶄綔鍙扮粍瑁�(涓�灞傛祦鍒╂灦) 3鍙板苟涓�缁勶紝涓�鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880406818818, NULL, NULL, 'GPD2023NA042', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鎿嶄綔鍙扮粍瑁�(涓�灞傛祦鍒╂灦) 3鍙板苟涓�缁勶紝涓�鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880461344769, NULL, NULL, 'GPD2023NA043', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鎿嶄綔鍙扮粍瑁�(涓�灞傛祦鍒╂灦) 3鍙板苟涓�缁勶紝涓�鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880503287809, NULL, NULL, 'GPD2023NA044', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鎿嶄綔鍙扮粍瑁�(涓�灞傛祦鍒╂灦) 3鍙板苟涓�缁勶紝涓�鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880536842241, NULL, NULL, 'GPD2023NA045', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鎿嶄綔鍙扮粍瑁�(涓�灞傛祦鍒╂灦) 3鍙板苟涓�缁勶紝涓�鍏�3缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880578785281, NULL, NULL, 'GPD2023NA046', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鐞嗙嚎鍜岀粍瑁� 5鍙板苟涓�缁勶紝鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880612339714, NULL, NULL, 'GPD2023NA047', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鐞嗙嚎鍜岀粍瑁� 5鍙板苟涓�缁勶紝鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880658477058, NULL, NULL, 'GPD2023NA048', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鐞嗙嚎鍜岀粍瑁� 5鍙板苟涓�缁勶紝鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880700420098, NULL, NULL, 'GPD2023NA049', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鐞嗙嚎鍜岀粍瑁� 5鍙板苟涓�缁勶紝鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880742363138, NULL, NULL, 'GPD2023NA050', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鐞嗙嚎鍜岀粍瑁� 5鍙板苟涓�缁勶紝鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880784306177, NULL, NULL, 'GPD2023NA051', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鐞嗙嚎鍜岀粍瑁� 5鍙板苟涓�缁勶紝鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880826249218, NULL, NULL, 'GPD2023NA052', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鐞嗙嚎鍜岀粍瑁� 5鍙板苟涓�缁勶紝鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880876580865, NULL, NULL, 'GPD2023NA053', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鐞嗙嚎鍜岀粍瑁� 5鍙板苟涓�缁勶紝鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880914329602, NULL, NULL, 'GPD2023NA054', '绮剧泭绠″伐浣滃彴锛堝甫婊戝彴锛�', '鐞嗙嚎鍜岀粍瑁� 5鍙板苟涓�缁勶紝鍏�2缁�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-05-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217880956272641, NULL, NULL, 'GOA2023NA090', '宸ユ帶瑙︽懜灞忎竴浣撴満', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881006604290, NULL, NULL, 'GOA2023NA091', '宸ユ帶瑙︽懜灞忎竴浣撴満', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881048547329, NULL, NULL, 'GOA2023NA092', '宸ユ帶瑙︽懜灞忎竴浣撴満', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881090490370, NULL, NULL, 'GOA2023NA093', '宸ユ帶瑙︽懜灞忎竴浣撴満', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881132433409, NULL, NULL, 'GOA2023NA094', '宸ユ帶瑙︽懜灞忎竴浣撴満', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881178570754, NULL, NULL, 'GOA2023NA095', '宸ユ帶瑙︽懜灞忎竴浣撴満', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881220513794, NULL, NULL, 'GOA2023NA096', '宸ユ帶瑙︽懜灞忎竴浣撴満', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881258262530, NULL, NULL, 'GOA2023NA097', '宸ユ帶瑙︽懜灞忎竴浣撴満', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881300205570, NULL, NULL, 'GOA2023NA098', '宸ユ帶瑙︽懜灞忎竴浣撴満', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881342148610, NULL, NULL, 'GOA2023NA099', '宸ユ帶瑙︽懜灞忎竴浣撴満', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881388285953, NULL, NULL, 'GOA2023NA100', '宸ユ帶瑙︽懜灞忎竴浣撴満', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881434423298, NULL, NULL, 'GOA2023NA101', '宸ユ帶瑙︽懜灞忎竴浣撴満', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881488949250, NULL, NULL, 'GOA2023NA102', '宸ユ帶瑙︽懜灞忎竴浣撴満', 'i7+8G鍐呭瓨+256鍥烘�佺‖鐩� +21.5瀵稿睆', '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-04-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞鎹疯Е鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881539280898, NULL, NULL, 'GPC2023NL022', '闄ゆ箍鏈�', 'ASM-C138 138L', '瀹夎瘲鏇煎浗闄呯敓娲荤數鍣紙娣卞湷锛夋湁闄愬叕鍙�', NULL, NULL, '2023-05-19', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '瀹夎瘲鏇煎浗闄呯敓娲荤數鍣紙娣卞湷锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '灏佺亴闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881589612545, NULL, NULL, 'GPC2023NL023', '缂撳啿姘旀场鏈�', '宸ヤ笟绾т綆閫熺紦鍐叉皵鍨満 2700鍨�', '涓婃捣鍚夐泟鏂囧寲鐢ㄥ搧鏈夐檺鍏徃', NULL, NULL, '2023-05-24', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣鍚夐泟鏂囧寲鐢ㄥ搧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璧勬潗璇炬垚鍝佸簱浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881639944194, NULL, NULL, 'GPC2023NL025', '鍗婅嚜鍔ㄧ瀛愭満(OTP)', 'YT-2T楂樼簿瀵嗚秴闈欓煶鍘嬫帴鏈�', '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2023-04-02', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍓嶅姞宸ヤ娇鐢紝OTP璁惧'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881681887234, NULL, NULL, 'GOD2023NA548', '宸ュ叿鏌�', '1000*500*1800锛岄�氶棬鍐呭洓鏉垮甫鑳岀綉锛岀伆鑹�', '涓婃捣鍗庢淳鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2023-05-31', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣鍗庢淳鍔炲叕瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881732218882, NULL, NULL, 'GPD2023NA077', '闃查潤鐢靛伐浣滃彴', '120*60*75*160甯︿袱涓娊灞�', '鍏畨姹ゅ仴瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2023-05-29', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鍏畨姹ゅ仴瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881778356225, NULL, NULL, 'GPD2023NA078', '闃查潤鐢靛伐浣滃彴', '120*60*75*160甯︿袱涓娊灞�', '鍏畨姹ゅ仴瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2023-05-29', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鍏畨姹ゅ仴瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881837076482, NULL, NULL, 'GPD2023NA079', '闃查潤鐢靛伐浣滃彴', '120*60*75*160甯︿袱涓娊灞�', '鍏畨姹ゅ仴瀹跺叿鏈夐檺鍏徃', NULL, NULL, '2023-05-29', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鍏畨姹ゅ仴瀹跺叿鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881879019522, NULL, NULL, 'GPC2023NA029', '鍐锋按鏈�', '鍐锋按鏈虹粍QYL-D25锛圓锛�', '鍗椾含鍒╁痉鐩涙満姊版湁闄愬叕鍙�', NULL, NULL, '2023-05-12', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鍗椾含鍒╁痉鐩涙満姊版湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶锛屾鍏ュ紡楂樹綆娓╃敤锛屽寘鍚柊澧炵閬撴柦宸�2500鍏�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881925156865, NULL, NULL, 'GPC2023NA030', '鐜繚璁惧', '琚嬪紡闄ゅ皹鍣ㄧ郴缁�+鍚搁檮妫�+浜岀骇娲绘�х偔绯荤粺', '涓婃捣鐜繚绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-05-08', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣鐜繚绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶搴熸皵娌荤悊璁惧'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217881971294209, NULL, NULL, 'GPC2023NA031', '姝ュ叆寮忛珮浣庢俯绠�', '1109 B CWT12锛�40-90', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄�', NULL, NULL, '2023-04-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄�', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶浼犳劅鍣ㄨ�佸寲璁惧'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882021625857, NULL, NULL, 'GPC2023NL028', 'A4鎶樼焊鏈�', '鍗囩骇鍏ㄨ嚜鍔ㄥ崄瀛楁姌绾告満', '骞垮窞甯傚笣妫満鐢佃澶囨湁闄愬叕鍙�', NULL, NULL, '2023-05-30', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '骞垮窞甯傚笣妫満鐢佃澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '璧勬潗绉戝紶妗冭璐紝杞敓浜х嚎浣跨敤锛�2024.4.24杞畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882059374594, NULL, NULL, 'GPA2023NL021', '鍏夊姛鐜囪', 'LP10-633娉㈤暱', '鏄痉閼鎶�锛堟繁鍦筹級鏈夐檺鍏徃', NULL, NULL, '2023-05-30', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鏄痉閼鎶�锛堟繁鍦筹級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '璐ㄩ噺绠$悊閮↖QC浣跨敤锛岃碍鑾夎帀璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882101317634, NULL, NULL, 'GOD2023NA575', '宸ュ叿鏌�', '630*400*810锛岀伆鐧借壊 瀹為�夛細鐏扮櫧鑹�110+鍒硅溅', '娲涢槼鑻遍閲戝睘鍒跺搧鏈夐檺鍏徃', NULL, NULL, '2023-05-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '娲涢槼鑻遍閲戝睘鍒跺搧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882143260673, NULL, NULL, 'GOD2023NA576', '宸ュ叿鏌�', '630*400*810锛岀伆鐧借壊 瀹為�夛細鐏扮櫧鑹�110+鍒硅溅', '娲涢槼鑻遍閲戝睘鍒跺搧鏈夐檺鍏徃', NULL, NULL, '2023-05-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '娲涢槼鑻遍閲戝睘鍒跺搧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882185203713, NULL, NULL, 'GPD2023NA089', '鍏板疂鎿嶄綔鍙�', '锛堢椹疆锛夎搫鑾瑰畾鍒�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-04-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882231341058, NULL, NULL, 'GPA2023NL022', '鍥虹含 澶氶�氶亾鐢垫簮', 'GPS-2303C 鍥虹含 澶氶�氶亾鐢垫簮', '涓滆帪甯傚垱寮�鐢靛瓙浠櫒鏈夐檺鍏徃', NULL, NULL, '2023-05-29', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓滆帪甯傚垱寮�鐢靛瓙浠櫒鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'DQM閮ㄥ皬鎵归壌瀹氫娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882277478401, NULL, NULL, 'GPC2023NL024', '婵�鍏夊柗閿$剨', 'QUICK聽LB10婵�鍏夊柗閿$剨宸ヤ綔绔�', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2022-12-20', NULL, '鏂拌溅闂�3妤�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'PSE,PSR鎷肩増鐒婃帴浣跨敤璁惧'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882336198657, NULL, NULL, 'GPC2023NL036', '鏍囩鍓ョ鏈�', 'X-130 杩涘彛-闈為�忔槑鏍囩', '娣卞湷甯備紭璐ㄧ礌璐告槗鏈夐檺鍏徃', NULL, NULL, '2023-06-12', NULL, '鍓嶅姞宸�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-06-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '娣卞湷甯備紭璐ㄧ礌璐告槗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882386530306, NULL, NULL, 'GPC2023NL026', '绱婵�鍏夋墦鏍囨満', 'SZCT-UV-5W', '鑻忓窞妤氬ぉ婵�鍏夋湁闄愬叕鍙�', NULL, NULL, '2023-05-29', NULL, '鍓嶅姞宸�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鑻忓窞妤氬ぉ婵�鍏夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '妤氬ぉ绱5w锛�3妤煎墠鍔犲伐鐜拌揣婵�鍏夋墦鏍囩敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882436861953, NULL, NULL, 'GPC2023NL027', '妗岄潰寮忔墦鍗拌琚嬩竴浣撴満', 'DT-A12-4TR-F', '鏃犻敗甯傚皻鏉ョ鎶�鏈夐檺鍏徃', NULL, NULL, '2023-05-29', NULL, '鍓嶅姞宸�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鏃犻敗甯傚皻鏉ョ鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '3妤煎惔涓介泤鐜拌揣鍖呰鐢ㄨ澶�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882487193601, NULL, NULL, 'GPD2023NL090', '鍖呰鏈哄伐浣滃钩鍙�(钃勮幑瀹氬埗锛�', '閰嶇椹疆 800*570*2000mm锛堝彴闈㈤珮600mm锛�', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-07-25', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '3妤肩幇璐у寘瑁呭尯鍩熷惔涓介泤浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882541719554, NULL, NULL, 'GPA2023NL023', '鐩存祦鐢垫簮', '鍥虹含GPS-3030DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鑻忓窞寰疯浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘锛岀粰搴斿眾鐢熶娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882592051201, NULL, NULL, 'GPA2023NL024', '鐩存祦鐢垫簮', '鍥虹含GPS-3031DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鑻忓窞寰疯浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘锛岀粰搴斿眾鐢熶娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882638188545, NULL, NULL, 'GPA2023NL025', '鐩存祦鐢垫簮', '鍥虹含GPS-3032DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鑻忓窞寰疯浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘锛岀粰搴斿眾鐢熶娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882684325889, NULL, NULL, 'GPA2023NL026', '鐩存祦鐢垫簮', '鍥虹含GPS-3033DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鑻忓窞寰疯浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘锛岀粰搴斿眾鐢熶娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882734657537, NULL, NULL, 'GPA2023NL027', '鐩存祦鐢垫簮', '鍥虹含GPS-3034DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鑻忓窞寰疯浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘锛岀粰搴斿眾鐢熶娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882772406274, NULL, NULL, 'GPA2023NL028', '鐩存祦鐢垫簮', '鍥虹含GPS-3035DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鑻忓窞寰疯浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘锛岀粰搴斿眾鐢熶娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882818543617, NULL, NULL, 'GPA2023NL029', '鐩存祦鐢垫簮', '鍥虹含GPS-3036DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鑻忓窞寰疯浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘锛岀粰搴斿眾鐢熶娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882864680962, NULL, NULL, 'GPA2023NL030', '鐩存祦鐢垫簮', '鍥虹含GPS-3037DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鑻忓窞寰疯浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘锛岀粰搴斿眾鐢熶娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882906624001, NULL, NULL, 'GPA2023NL031', '鐩存祦鐢垫簮', '鍥虹含GPS-3038DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:56', NULL, '2025-02-14 09:53:56', NULL, '鑻忓窞寰疯浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘锛岀粰搴斿眾鐢熶娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217882952761346, NULL, NULL, 'GPA2023NL032', '鐩存祦鐢垫簮', '鍥虹含GPS-3039DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞寰疯浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘锛岀粰搴斿眾鐢熶娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883007287298, NULL, NULL, 'GPA2023NL033', '鐩存祦鐢垫簮', '鍥虹含GPS-3040DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-07-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-20', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞寰疯浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘锛岀粰搴斿眾鐢熶娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883045036034, NULL, NULL, 'GPA2023NL034', '楂樼簿搴﹀彴寮忎竾鐢ㄨ〃', '鍨嬪彿锛欻T8845', '铓殦鐢靛瓙锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2023-07-14', NULL, 'DQM閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '铓殦鐢靛瓙锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂闂靛鍙戣璐娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883095367682, NULL, NULL, 'GPA2023NL035', '涓�閿紡蹇�熸祴閲忎华', 'DSF-S100', '杩禌绂忕簿瀵嗛噺浠紙娣卞湷锛夋湁闄愬叕鍙�', NULL, NULL, '2023-06-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '杩禌绂忕簿瀵嗛噺浠紙娣卞湷锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍘烮QC鏉ユ枡妫�楠屼娇鐢紝璋帀鑾夎璐��2023.11.15杞Щ瀹夊窘鍏板疂'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883145699329, NULL, NULL, 'GPD2023NA091', '鐑ょ鏀剧疆妗�', '宸ヤ綔鍙�60*60*60cm 鏉愭枡锛氶挗鐑ゆ紗', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂浼犳劅杞﹂棿鏀剧儰绠辩敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883187642370, NULL, NULL, 'GPD2023NA092', '鐑ょ鏀剧疆妗�', '宸ヤ綔鍙�80*75*70cm 鏉愭枡锛氶挗鐑ゆ紗', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂浼犳劅杞﹂棿鏀剧儰绠辩敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883242168322, NULL, NULL, 'GPD2023NA093', '鐑ょ鏀剧疆妗�', '宸ヤ綔鍙�80*45*45cm 鏉愭枡锛氶挗鐑ゆ紗', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂浼犳劅杞﹂棿鏀剧儰绠辩敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883288305665, NULL, NULL, 'GOD2023NA588', '娌诲叿鏌�', '8灞傛枃浠舵煖锛�7灞傚唴鏉� 鍘�0.8mm 850*390*1800mm 鐞夌拑闂�', '闆呯牼瀹炰笟锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '闆呯牼瀹炰笟锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂浼犳劅杞﹂棿鏀炬不鍏蜂娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883334443010, NULL, NULL, 'GOD2023NA589', '娌诲叿鏌�', '8灞傛枃浠舵煖锛�7灞傚唴鏉� 鍘�0.8mm 850*390*1800mm 鐞夌拑闂�', '闆呯牼瀹炰笟锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '闆呯牼瀹炰笟锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂浼犳劅杞﹂棿鏀炬不鍏蜂娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883397357569, NULL, NULL, 'GOD2023NA590', '娌诲叿鏌�', '8灞傛枃浠舵煖锛�7灞傚唴鏉� 鍘�0.8mm 850*390*1800mm 鐞夌拑闂�', '闆呯牼瀹炰笟锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-31', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '闆呯牼瀹炰笟锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂浼犳劅杞﹂棿鏀炬不鍏蜂娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883447689218, NULL, NULL, 'GPA2023NL036', '涓夎矾鍙紪绋嬬洿娴佺數婧�', 'IT6322/鑹惧痉鍏嬫柉', '涓婃捣鑷村箍鐢靛瓙鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2023-07-24', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鑷村箍鐢靛瓙鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883506409474, NULL, NULL, 'GPA2023NL037', '淇″彿鍙戠敓鍣�', 'AFG1062/娉板厠', '涓婃捣鑷村箍鐢靛瓙鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2023-07-24', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鑷村箍鐢靛瓙鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883565129730, NULL, NULL, 'NPG2023H013', '蹇厠鏃犻搮鐒婂彴', 'QUICK蹇厠锛屽瀷鍙凤細203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-07-15', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883615461378, NULL, NULL, 'NPG2023H014', '蹇厠鏃犻搮鐒婂彴', 'QUICK蹇厠锛屽瀷鍙凤細203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-07-15', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883661598721, NULL, NULL, 'NPG2023H015', '蹇厠鏃犻搮鐒婂彴', 'QUICK蹇厠锛屽瀷鍙凤細203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-07-15', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883707736066, NULL, NULL, 'NPG2023H016', '蹇厠鏃犻搮鐒婂彴', 'QUICK蹇厠锛屽瀷鍙凤細203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-07-15', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883779039234, NULL, NULL, 'NPG2023H017', '蹇厠鏃犻搮鐒婂彴', 'QUICK蹇厠锛屽瀷鍙凤細203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-07-15', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883833565185, NULL, NULL, 'NPG2023H018', '蹇厠鏃犻搮鐒婂彴', 'QUICK蹇厠锛屽瀷鍙凤細203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-07-15', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883883896834, NULL, NULL, 'GPD2023NA094', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883925839873, NULL, NULL, 'GPD2023NA095', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217883984560129, NULL, NULL, 'GPD2023NA096', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884039086082, NULL, NULL, 'GPD2023NA097', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884089417729, NULL, NULL, 'GPD2023NA098', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884148137985, NULL, NULL, 'GPD2023NA099', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884202663937, NULL, NULL, 'GPD2023NA100', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884248801282, NULL, NULL, 'GPD2023NA101', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884303327234, NULL, NULL, 'GPD2023NA102', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884349464578, NULL, NULL, 'GPD2023NA103', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884403990530, NULL, NULL, 'GPD2023NA104', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884441739266, NULL, NULL, 'GPD2023NA105', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884496265217, NULL, NULL, 'GPD2023NA106', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884538208258, NULL, NULL, 'GPD2023NA107', '浜у搧杞�', '鎺ㄨ溅65*45*50cm 甯﹁疆瀛� 鏉愭枡锛氱簿鐩婄鎵块噸200鍏�', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-02', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884575956993, NULL, NULL, 'GPD2023NA108', '鍠风爜鏈哄伐浣滃彴', '瀹氬埗瑙勬牸', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-06-26', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884617900034, NULL, NULL, 'GPG2023NA137', '鏅鸿兘浠撳偍鐗╂祦', 'PSW-DGR7-FLB', '鑻忓窞娲捐繀鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-06-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞娲捐繀鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884659843074, NULL, NULL, 'GPD2023NA110', '婵�鍏夎皟缁勬満鎽嗘斁鎿嶄綔鍙�', '80*70*60钃勮幑瀹氬埗', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-07-31', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884697591810, NULL, NULL, 'GPD2023NA111', '婵�鍏夎皟缁勬満鎽嗘斁鎿嶄綔鍙�', '80*70*60钃勮幑瀹氬埗', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2023-07-31', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884739534849, NULL, NULL, 'GPG2023NA138', '鎺掗鎵囷紙鎺掗绠¢亾鐢級', '绌哄帇鏈烘埧鎺掔儹', '寰烽��', NULL, NULL, '2023-07-31', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '浜笢', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂绌哄帇鏈烘埧闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884777283586, NULL, NULL, 'GPG2023NA139', '鎺掗鎵囷紙鎺掗绠¢亾鐢級', '绌哄帇鏈烘埧鎺掔儹', '寰烽��', NULL, NULL, '2023-07-31', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '浜笢', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂绌哄帇鏈烘埧闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884823420929, NULL, NULL, 'GPC2023NL052', '瀹氬埗浼烘湇鍓ョ毊鎵撶瀛愭満', '鏂版2T鍨嬪彿锛欻N-BD06閰�905绔瓙纾ㄥ叿涓�濂�', '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2023-06-28', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鏄嗗北浜氭嫇鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗浼烘湇鍓ョ毊鎵撶瀛愭満璁惧锛屽墠鍔犲伐鍚翠附濞呰璐娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884869558273, NULL, NULL, 'GPC2023NA046', '楂樼簿寰噺娉ㄥ鏈�', 'TY-200 铻烘潌桅22 25T', '鏄嗗北澶х闆嗘垚鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-07-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鏄嗗北澶х闆嗘垚鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884919889921, NULL, NULL, 'GPC2023NA047', '寰瀷姘村紡妯℃俯鏈�', 'VTW-06W-120鈩� 6KW', '涓婃捣鏂囩鏈烘鏈夐檺鍏徃', NULL, NULL, '2023-07-03', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂囩鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217884970221569, NULL, NULL, 'GPC2023NA050', '瑙嗚婵�鍏夎皟缁勬満', 'BSU-20WL', '鑻忓窞浣拌鏂櫤鑳界鎶�鏈夐檺鍏徃', NULL, NULL, '2023-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞浣拌鏂櫤鑳界鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄤ簩妤艰溅闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885028941826, NULL, NULL, 'GPD2023NA113', '鍖呰兌闂存祴璇� 宸ヤ綔鍙�', '65*50*100cm 鏉愭枡锛氶挗鐑ゆ紗', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鍖呰兌闂存祴璇曞伐浣滃彴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885129605121, NULL, NULL, 'GPD2023NA114', '鍖呰兌闂存祴璇� 宸ヤ綔鍙�', '65*50*100cm 鏉愭枡锛氶挗鐑ゆ紗', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鍖呰兌闂存祴璇曞伐浣滃彴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885171548162, NULL, NULL, 'GPC2023NA041', '鍨嬫潗鍒囧壊鏈�', 'J3G-FF03-400', '鑻忓窞娲鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞娲鏈虹數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂閽i噾杞﹂棿鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885217685506, NULL, NULL, 'GPC2023NA042', '姘斿姩鏀讳笣鏈�', '1绫虫皵鍔∕3-16涓囧悜', '鏄嗗北绫冲皵鏂満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2023-08-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鏄嗗北绫冲皵鏂満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂閽i噾杞﹂棿鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885259628546, NULL, NULL, 'GPG2023NA140', '绌哄帇鏈烘暎鐑绠�', '瀹氬埗瑙勬牸', '璧g憺閫氶', NULL, NULL, '2023-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '璧g憺閫氶', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂绌哄帇鏈烘埧闂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885305765889, NULL, NULL, 'GPC2023NA049', '椋庡喎鍐锋按鏈�', '椋庡喎寮� WSIA-4HP', '涓婃捣鏂囩鏈烘鏈夐檺鍏徃', NULL, NULL, '2023-07-22', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-22', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂囩鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏀剧疆浜庣敓鎶�浜у搧缁勫疄楠屽'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885347708929, NULL, NULL, 'GPC2023NL039', '杩涘彛楂樹綆娓╃', '浼熸�濆瘜濂� 180L PRO', '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, '2023-08-02', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '浼熸�濆瘜濂囩幆澧冭瘯楠屼华鍣紙澶粨锛夋湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏀剧疆浜庣敓鎶�浜у搧缁勫疄楠屽锛�2023.12.21杞爺鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885385457665, NULL, NULL, 'GPC2023NL040', '瑙嗚婵�鍏夎皟缁勬満', 'BSU-20WL', '鑻忓窞浣拌鏂櫤鑳界鎶�鏈夐檺鍏徃', NULL, NULL, '2023-07-28', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞浣拌鏂櫤鑳界鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍒堕�犺涓�绾匡紝鏈变竾濠蜂娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885435789313, NULL, NULL, 'GPD2023NA112', '娑插帇鍗囬檷鎵嬫帹杞�', '鍚堝姏鏁翠綋娉�2.5鍚�550*1150', '鍚堣偉甯傜寷宸ユ満鐢佃澶囨湁闄愬叕鍙�', NULL, NULL, '2023-08-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鍚堣偉甯傜寷宸ユ満鐢佃澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885486120961, NULL, NULL, 'GOA2023NA165', '鑷姩绾挎祴璇曞彴鐢佃剳', 'i5-4200Y/4G+128G+閰嶄欢6椤�', '娣卞湷甯傜邯鍏冧緵搴旈摼鏈夐檺鍏徃', NULL, NULL, '2023-08-14', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '娣卞湷甯傜邯鍏冧緵搴旈摼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885532258306, NULL, NULL, 'GPC2023NA043', '姘斿姩鎷夐搯姣嶆灙', '鏁存満锛堝揩鎹級M3-12閰嶉綈', '涓婃捣鎵樻仼鏈烘鏈夐檺鍏徃', NULL, NULL, '2023-08-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鎵樻仼鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885582589953, NULL, NULL, 'GPC2023NA044', '鍐峰嵈寰幆姘寸', 'LX-10濉戞枡鍐呰儐姘寸10鍗�', '娌欑鐢垫皵锛堜笂娴凤級鏈夐檺鍏徃銆�', NULL, NULL, '2023-08-11', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '娌欑鐢垫皵锛堜笂娴凤級鏈夐檺鍏徃銆�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885641310210, NULL, NULL, 'GPC2023NA048', '闉嬪簳娓呮磥鏈�', '1800*760*140', '娉板窞澶╁緱浠櫒璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-08', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '娉板窞澶╁緱浠櫒璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885700030465, NULL, NULL, 'GOG2023NL019', '鍒跺啺鏈�', '鍒跺啺涓撶敤', '涓婃捣鍒涘巻', NULL, NULL, '2023-08-28', NULL, '缁煎悎绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鍗庤壋閰掑簵璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓婃捣鍏板疂椋熷爞'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885750362114, NULL, NULL, 'GOG2023NL021', '鐑ょ', 'SM2-523H', '涓婃捣鏂伴害', NULL, NULL, '2023-08-28', NULL, '缁煎悎绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-08-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鍗庤壋閰掑簵璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓婃捣鍏板疂椋熷爞'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885792305154, NULL, NULL, 'GPB2023NL040', '瓒呭0娉㈡ā鍏�', 'PTF 瓒呭0娉㈡ā鍏�(鐩栨澘锛�', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2023-07-26', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2023-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鑰佽澶囧崌绾ф崲浠o紝妯″叿鍗囩骇'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885825859585, NULL, NULL, 'GPB2023NL041', '瓒呭0娉㈡ā鍏�', 'SPM 瓒呭0娉㈡ā鍏凤紙澹充綋锛�', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2023-07-26', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2023-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鑰佽澶囧崌绾ф崲浠o紝妯″叿鍗囩骇'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885859414017, NULL, NULL, 'GPB2023NL042', '瓒呭0娉㈡ā鍏�', '鍏夌氦鏀惧ぇ鍣� 妯″叿锛堝3浣擄級', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2023-07-26', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2023-09-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鑰佽澶囧崌绾ф崲浠o紝妯″叿鍗囩骇'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885934911490, NULL, NULL, 'GPD2023NA115', '鏉傝揣姊�', 'TWJ200/0.4-AS', '鎵窞瑾夌編鐢垫鏈夐檺鍏徃', NULL, NULL, '2021-04-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鎵窞瑾夌編鐢垫鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘宸ュ巶B鏍嬩娇鐢紝鍚庤ˉ楠屾敹'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885968465921, NULL, NULL, 'GPC2023NH053', '姘斾繚鐒婃満', '鍨嬪彿锛歂B-500WE锛屼笂娴锋勃宸�', '涓婃捣鐒遍槼鐒婃帴璁惧鏈夐檺鍏徃', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鐒遍槼鐒婃帴璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚鐮斿彂閮ㄨ璐娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217885997826049, NULL, NULL, 'GPC2023NH054', '姘斾繚鐒婃満', '鍨嬪彿锛歂B-500WE锛屼笂娴锋勃宸�', '涓婃捣鐒遍槼鐒婃帴璁惧鏈夐檺鍏徃', NULL, NULL, '2023-07-17', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-09-08', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鐒遍槼鐒婃帴璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚鐮斿彂閮ㄨ璐娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886031380481, NULL, NULL, 'GPC2023NA056', '鍒囧壊鎴垮鍐呰杞﹀悐', '璧烽噸鏈猴細 8*6*4绫�', '鍚堣偉娉扮劧璧烽噸鏈烘湁闄愬叕鍙�', NULL, NULL, '2023-08-25', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2023-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鍚堣偉娉扮劧璧烽噸鏈烘湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐜繚鐮斿彂閮ㄨ璐娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886060740609, NULL, NULL, 'GPA2023NL038', '鏄惧井闀滐紙甯﹀睆骞曪級', 'TD2KHU銆�2K鐗堛�慣D2KHU锛堝甫11.6瀵告樉绀猴級', '娣卞湷甯備笁閿垫嘲杈惧厜瀛︿华鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2023-08-23', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '娣卞湷甯傜鐢板尯婧愭煆娉扮數瀛愮粡钀ラ儴', NULL, NULL, NULL, NULL, '鐮斿彂涓績鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886094295042, NULL, NULL, 'GPA2023NL039', '渚挎惡瑙﹀睆绀烘尝鍣�', 'DS4T1012 涓绘満+鎺㈠ご+渚挎惡鍖�', '娣卞湷甯傛ⅵ婧愮鎶�鏈夐檺鍏徃', NULL, NULL, '2023-08-16', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '娣卞湷甯傛ⅵ婧愮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886132043778, NULL, NULL, 'GPA2023NL040', '鏄惧井闀�', '涓夐數娉拌揪TD-745A鍙岀洰浣撹鏄惧井闀� TD-745A銆愭爣鍑嗘澘', '娣卞湷甯備笁閿垫嘲杈惧厜瀛︿华鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2023-08-21', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2023-09-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '娣卞湷甯傜鐢板尯婧愭煆娉扮數瀛愮粡钀ラ儴', NULL, NULL, NULL, NULL, '缁翠慨缁勮淳鐣欏媷浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886169792514, NULL, NULL, 'GOA2023NL195', 'Teclast/鍙扮數 X4 澶ч檰鐗� 6+25', 'X4澶ч檰鐗� 6+256', '鍙扮數澶╃尗搴�', NULL, NULL, '2023-08-28', NULL, 'SMT绾�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-09-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '娣卞湷甯備匠鍒╅�旂鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'SMT绾块浠剁‘璁�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886211735553, NULL, NULL, 'GPB2023NL043', 'PTB 鐏僵 瓒呭0娉㈡ā鍏�', '20Khz', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2023-09-06', NULL, '缁勮皟涓夌嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2023-09-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鑰佽澶囨崯鍧忥紝鏂拌澶囧崌绾ф不鍏�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886249484290, NULL, NULL, 'GPB2023NL044', 'PTB 婊ゅ厜鐗� 瓒呭0娉㈡ā鍏�', '20K', '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2023-09-06', NULL, '缁勮皟涓夌嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2023-09-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓滃拰瓒呴煶娉㈡満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鑰佽澶囨崯鍧忥紝鏂拌澶囧崌绾ф不鍏�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886291427329, NULL, NULL, 'GPD2023NL150', '娴嬭瘯妫�娴嬪钩鍙�', '0.01绮惧害闅愯棌寮廋3涓濇潌婊戝彴妯$粍', '鎴愰兘甯傝仈鍔ㄧ憺鑺鎶�鏈夐檺鍏徃', NULL, NULL, '2023-09-11', NULL, '鐮斿彂閲嶇偣瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鎴愰兘甯傝仈鍔ㄧ憺鑺鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂閲嶇偣瀹為獙瀹や娇鐢�,鍒樹紵璇疯喘'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886329176066, NULL, NULL, 'GPC2023NL060', '鎺掓皵瑁呯疆锛堥绠°�侀鏈猴級', '瀹氬埗', '鍘傚埗', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886366924801, NULL, NULL, 'GPD2023NL151', '鍥涘眰鏋�', '1400*600*1800', '鍘傚埗', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886408867841, NULL, NULL, 'GPD2023NL152', '鍙屽眰宸ヤ綔鍙�', '1000*800*850', '鍘傚埗鍝�', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886446616578, NULL, NULL, 'GPD2023NL153', '淇濇俯宸ヤ綔鍙�', '1500*700*800', '鍘傚埗鍝�', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886484365313, NULL, NULL, 'GPD2023NL154', '淇濇俯宸ヤ綔鍙�', '1500*700*800', '鍘傚埗鍝�', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886568251394, NULL, NULL, 'GPG2023NL141', '淇濇俯鏌�', '700*700*868', '鍘傚埗鍝�', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886601805826, NULL, NULL, 'GPD2023NL156', '宸ヤ綔鍙�', '1200*450*800', '鍘傚埗鍝�', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886685691906, NULL, NULL, 'GPD2023NL157', '瀹氬埗宸ヤ綔鍙�', '600*600*800', '鍘傚埗鍝�', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886731829249, NULL, NULL, 'GPD2023NL158', '瀹氬埗宸ヤ綔鍙�', '600*600*800', '鍘傚埗鍝�', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886782160898, NULL, NULL, 'GPD2023NL159', '鍙屽眰鎺ㄨ溅', '900*600*800', '鍘傚埗鍝�', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886828298242, NULL, NULL, 'GPD2023NL160', '淇濇俯杞�', '700*700*800', '鍘傚埗鍝�', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886882824193, NULL, NULL, 'GPG2023NL142', '鐕冩皵鐐�', '1500*800*800', '鍘傚埗鍝�', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886937350145, NULL, NULL, 'GPG2023NL143', '鍔犵儹鐐�', '700*700*500', '鍘傚埗鍝�', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217886979293185, NULL, NULL, 'GPD2023NL161', '鍙岄棬淇濇俯杞�', '1410*715*1755', '缇庢椂', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887029624834, NULL, NULL, 'GPD2023NL162', '鎵樼洏鏋惰溅', '460*650*1800', '鍘傚埗鍝�', NULL, NULL, '2023-08-15', NULL, '3#妤�1F', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-09', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '涓婃捣鏂屽▉閰掑簵鎴愬璁惧宸ョ▼鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '椋熷爞鍘ㄥ叿绯荤粺璁惧锛岀患绠¤礋璐�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887079956481, NULL, NULL, 'GPD2023NA164', '鍙屽眰闃查潤鐢垫帹杞�', '60*40*110CM', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-09-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887126093825, NULL, NULL, 'GPD2023NA165', '鍙屽眰闃查潤鐢垫帹杞�', '60*40*110CM', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-09-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:57', NULL, '2025-02-14 09:53:57', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887172231169, NULL, NULL, 'GPD2023NA166', '鍙屽眰闃查潤鐢垫帹杞�', '60*40*110CM', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-09-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887218368513, NULL, NULL, 'GPD2023NA167', '鍙屽眰闃查潤鐢垫帹杞�', '60*40*110CM', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-09-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887268700161, NULL, NULL, 'GPD2023NA168', '鍙屽眰闃查潤鐢垫帹杞�', '60*40*110CM', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-09-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887306448898, NULL, NULL, 'GPD2023NA169', '鍙屽眰闃查潤鐢垫帹杞�', '60*40*110CM', '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-09-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-12', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞楦垮緱鑾遍噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887344197633, NULL, NULL, 'GPD2023NA163', '鐧婚珮杞�', 'GTJZ12 鍝佺墝锛氫粖鏈濋缈�', '娴庡崡鏈濈繑鍗囬檷鏈烘鏈夐檺鍏徃', NULL, NULL, '2023-10-09', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '娴庡崡鏈濈繑鍗囬檷鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏徃涓�妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887402917890, NULL, NULL, 'GPC2023NL061', '婵�鍏夊鏂欑剨鎺ユ満', '鍙屽钩鍙版尟闀滄縺鍏夊鏂欑剨鎺ヨ澶�', '鏄嗗北娆e悎閫氱簿瀵嗘満姊扮鎶�鏈夐檺鍏徃', NULL, NULL, '2023-08-23', NULL, '缁勮皟涓夌嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2023-10-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北娆e悎閫氱簿瀵嗘満姊扮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓夋ゼ鏂拌溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887453249537, NULL, NULL, 'GPC2023NL062', '鏅鸿兘绉伴噸鎵弿涓�浣撴満', 'SJJ-EX002 绉伴噸鑼冨洿50KG', '娣卞湷甯傞殢鍢夊姞绉戞妧鏈夐檺鍏徃', NULL, NULL, '2023-10-10', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '娣卞湷甯傞殢鍢夊姞绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鎴愬搧搴撲娇鐢紝鏂板ぇ妤间竴妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887495192577, NULL, NULL, 'GPD2023NA170', '楂樹綆娓╅棿璐ф灦', '鍔犲帤涓瀷200*60*200', '鑻忓窞鍑珛閲戦噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-10-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞鍑珛閲戦噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂姝ュ叆瀹ら珮浣庢俯绠变娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887541329921, NULL, NULL, 'GPD2023NA171', '楂樹綆娓╅棿璐ф灦', '鍔犲帤涓瀷200*60*200', '鑻忓窞鍑珛閲戦噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, '2023-10-30', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞鍑珛閲戦噾灞炲埗鍝佹湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂姝ュ叆瀹ら珮浣庢俯绠变娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887579078658, NULL, NULL, 'GPC2023NA063', '鐕冩皵钂告苯鍙戠敓鍣�', 'DN-0.1TY', '姹熻嫃閼揪鑳界儹鑳界幆淇濈鎶�鏈夐檺鍏徃', NULL, NULL, '2023-10-18', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '姹熻嫃閼揪鑳界儹鑳界幆淇濈鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887621021697, NULL, NULL, 'GPC2023NA064', '鐕冩皵钂告苯鍙戠敓鍣�', 'DN-0.1TY', '姹熻嫃閼揪鑳界儹鑳界幆淇濈鎶�鏈夐檺鍏徃', NULL, NULL, '2023-10-18', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '姹熻嫃閼揪鑳界儹鑳界幆淇濈鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887675547650, NULL, NULL, 'GPC2023NA065', '灏忓瀷鍙板紡閾i捇鏀诲簥', '锛圸XG7032/1500W/220V锛夊崟鐩� 鍝佺墝锛氬痉鍏�', '娓╁箔甯傛辰鍥芥睙鏃ユ満姊板巶锛堟櫘閫氬悎浼欙級', NULL, NULL, '2023-10-18', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-10', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '娓╁箔甯傛辰鍥芥睙鏃ユ満姊板巶锛堟櫘閫氬悎浼欙級', NULL, NULL, NULL, NULL, '瀹夊窘鍏板疂鐢熸妧浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887721684994, NULL, NULL, 'GPA2023NL041', '鏍囧噯鍨嬪厜鏉熷垎鏋愪华绯荤粺', 'AUT CMOS-1.001-Nano', '涓婃捣鏄婇噺鍏夌數璁惧鏈夐檺鍏徃', NULL, NULL, '2023-11-03', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '涓婃捣鏄婇噺鍏夌數璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績鍛ㄦ垚鏉句娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887772016642, NULL, NULL, 'GPA2023NL042', '鐩存祦鐢垫簮', 'GPS-3030DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-11-15', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞寰疯浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢熶骇鎶�鏈儴浜у搧缁勪娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887822348289, NULL, NULL, 'GPA2023NL043', '鐩存祦鐢垫簮', 'GPS-3030DD', '鍥轰紵鐢靛瓙锛堣嫃宸烇級鏈夐檺鍏徃', NULL, NULL, '2023-11-15', NULL, '鐢熶骇鎶�鏈儴', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞寰疯浠櫒浠〃鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐢熶骇鎶�鏈儴浜у搧缁勪娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887868485634, NULL, NULL, 'GPA2023NL045', '鑷姩鍏夊妫�娴嬫満', '寰峰緥TR7700鍦ㄧ嚎鍨�', '鍙版咕寰峰緥绉戞妧鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-11-13', NULL, 'SMT绾�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹炵墿2020骞村埌璐э紝琛ラ獙鏀跺崟'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887906234369, NULL, NULL, 'GPA2023NL044', '绾㈠鍏夎氨浠緪鐓ц', 'HP350FR', '鏉窞鍙岃壊鏅鸿兘妫�娴嬩华鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2023-12-04', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏉窞鍙岃壊鏅鸿兘妫�娴嬩华鍣ㄦ湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鐮斿彂涓績鏉ㄤ匠鐞︿娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887948177409, NULL, NULL, 'GOA2023NL251', '鏈嶅姟鍣�', 'DELL T40濉斿紡鏈嶅姟鍣� I7-9700/32G/256GSSD+2*2T', '涓婃捣绛炬垚浼佷笟绠$悊鏈夐檺鍏徃', NULL, NULL, '2023-10-12', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '涓婃捣绛炬垚浼佷笟绠$悊鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏徃浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217887990120449, NULL, NULL, 'GPB2023NA045', '鎶樺集鏈烘ā鍏� 锛堝垁妯★級', '鏉愭枡42CrMo 閿讳欢', '姹熻嫃閲戞柟鍦嗘暟鎺ф満搴婃湁闄愬叕鍙�', NULL, NULL, '2023-11-21', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-13', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '姹熻嫃閲戞柟鍦嗘暟鎺ф満搴婃湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鍏徃閽i噾杞﹂棿鎶樺集鏈轰娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888040452098, NULL, NULL, 'GPC2023NA066', '鍗婂浣撴縺鍏夋墦鏍囩郴缁�', 'DPA-15W', '鑻忓窞浣拌鏂櫤鑳界鎶�鏈夐檺鍏徃', NULL, NULL, '2023-07-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞浣拌鏂櫤鑳界鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閰峆SE-YC25浼犳劅鍣ㄨ嚜鍔ㄥ寲绾胯繘鍘傦紝鍗曠嫭璐拱'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888308887553, NULL, NULL, 'GPC2023NA067', '濉戞枡婵�鍏夌剨鎺ョ郴缁�', '閰峆SE-YC25浼犳劅鍣ㄧ粍瑁呯嚎', '鏄嗗北娆e悎閫氱簿瀵嗘満姊扮鎶�鏈夐檺鍏徃', NULL, NULL, '2023-07-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北娆e悎閫氱簿瀵嗘満姊扮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閰峆SE-YC25浼犳劅鍣ㄨ嚜鍔ㄥ寲绾胯繘鍘傦紝鍗曠嫭璐拱'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888350830593, NULL, NULL, 'GOA2023NL252', '閽堝紡鎵撳嵃鏈�', '鎯犳櫘', '鎯犳櫘', NULL, NULL, '2023-12-19', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鎯犳櫘', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888388579329, NULL, NULL, 'NPG2023H019', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-12-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888430522370, NULL, NULL, 'NPG2023H020', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-12-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888480854018, NULL, NULL, 'NPG2023H021', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-12-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888535379969, NULL, NULL, 'NPG2023H022', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-12-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888589905922, NULL, NULL, 'NPG2023H023', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-12-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888636043266, NULL, NULL, 'NPG2023H024', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-12-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888677986306, NULL, NULL, 'NPG2023H025', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-12-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888728317953, NULL, NULL, 'NPG2023H026', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-12-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888787038210, NULL, NULL, 'NPG2023H027', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-12-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888828981249, NULL, NULL, 'NPG2023H028', '鏅鸿兘鏃犻搮鐒婂彴', 'QUICK203', '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, '2023-12-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '蹇厠鏅鸿兘瑁呭鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888883507201, NULL, NULL, 'GPC2023NL068', '鍙屽伐浣嶉摐绠斿寘鑳舵満', '鍙屽伐浣嶉摐绠斿寘鑳舵満', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-10-30', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍓嶅姞宸ョ鑺寘閾滅當浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888938033153, NULL, NULL, 'GPA2023NL047', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-08-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, '鍙戠エ寮�鍏蜂絾宸插仛杩涢」杞嚭', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华锛�2024.03.02杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217888979976193, NULL, NULL, 'GPA2023NL048', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-08-15', NULL, '鍒堕�犺', NULL, NULL, '鍙戠エ寮�鍏蜂絾宸插仛杩涢」杞嚭', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889021919233, NULL, NULL, 'GPA2023NL049', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-08-15', NULL, '鍒堕�犺', NULL, NULL, '鍙戠エ寮�鍏蜂絾宸插仛杩涢」杞嚭', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889063862273, NULL, NULL, 'GPA2023NL050', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-08-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, '鍙戠エ寮�鍏蜂絾宸插仛杩涢」杞嚭', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华锛�2024.03.02杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889109999617, NULL, NULL, 'GPA2023NL051', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-08-15', NULL, '鍒堕�犺', NULL, NULL, '鍙戠エ寮�鍏蜂絾宸插仛杩涢」杞嚭', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889164525569, NULL, NULL, 'GPA2023NL052', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-08-15', NULL, '鍒堕�犺', NULL, NULL, '?鏈紑绁�', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889214857218, NULL, NULL, 'GPA2023NL053', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-08-15', NULL, '鍒堕�犺', NULL, NULL, '?鏈紑绁�', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889256800257, NULL, NULL, 'GPA2023NL054', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-08-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, '?鏈紑绁�', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889307131905, NULL, NULL, 'GPA2023NL055', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-08-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, '?鏈紑绁�', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889357463554, NULL, NULL, 'GPA2023NL056', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-08-15', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, '?鏈紑绁�', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889407795201, NULL, NULL, 'GPA2023NL057', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-25', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889458126849, NULL, NULL, 'GPA2023NL058', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-25', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889504264193, NULL, NULL, 'GPA2023NL059', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-25', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889550401537, NULL, NULL, 'GPA2023NL060', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-25', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889604927489, NULL, NULL, 'GPA2023NL061', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-25', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889655259138, NULL, NULL, 'GPA2023NL062', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-25', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889697202178, NULL, NULL, 'GPA2023NL063', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889743339522, NULL, NULL, 'GPA2023NL064', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-25', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889797865474, NULL, NULL, 'GPA2023NL065', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-25', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889835614209, NULL, NULL, 'GPA2023NL066', '鏅鸿兘浼犳劅鍣ㄦ祴璇曚华', 'HT-2022A', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-25', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889890140161, NULL, NULL, 'GPA2023NL067', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'ZTX-022-001', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-25', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华锛岀传鑹查潰鏉匡紝2024.03.02杞Щ鍒板畨寰藉叕鍙�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889944666113, NULL, NULL, 'GPA2023NL068', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'ZTX-022-001', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华锛岀传鑹查潰鏉�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217889986609154, NULL, NULL, 'GPA2023NL069', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'ZTX-022-001', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-08-25', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华锛岀传鑹查潰鏉�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890032746497, NULL, NULL, 'GPA2023NL070', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'ZTX-022-001', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-11-01', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华锛岀传鑹查潰鏉�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890074689537, NULL, NULL, 'GPA2023NL071', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'ZTX-022-001', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-11-01', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华锛岀传鑹查潰鏉�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890112438274, NULL, NULL, 'GPA2023NL072', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'ZTX-022-001', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-11-01', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华锛岀传鑹查潰鏉�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890162769921, NULL, NULL, 'GPA2023NL073', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'ZTX-022-001', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-11-01', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华锛岀传鑹查潰鏉�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890217295874, NULL, NULL, 'GPA2023NL074', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'ZTX-022-001', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-11-01', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, '?鏈紑绁�', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华锛岀传鑹查潰鏉�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890259238914, NULL, NULL, 'GPA2023NL075', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'ZTX-022-001', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-11-01', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, '?鏈紑绁�', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华锛岀传鑹查潰鏉�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890301181953, NULL, NULL, 'GPA2023NL076', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'ZTX-022-001', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-11-01', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, '?鏈紑绁�', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华锛岀传鑹查潰鏉�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890347319297, NULL, NULL, 'GPA2023NL077', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'ZTX-022-001', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-11-01', NULL, '鍒堕�犺', NULL, NULL, '?鏈紑绁�', NULL, NULL, NULL, '2023-12-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹氬埗妗岄潰寮忔祴璇曚华'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890393456641, NULL, NULL, 'GPC2023NA045', 'PU05鍓嶆瑁呴厤璁惧', 'PU05鍓嶆瑁呴厤璁惧鍏�7涓幆鑺備竴鏉$嚎', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-05-12', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-01-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890439593985, NULL, NULL, 'GPG2023NA144', '渚涙皵绠¢亾銆佹苯鍖栫倝', '姹熻嫃鏉ㄥ竼姘斾綋鎺у埗璁惧鏈夐檺鍏徃', '姹熻嫃鏉ㄥ竼姘斾綋鎺у埗璁惧鏈夐檺鍏徃', NULL, NULL, '2023-12-04', NULL, '瀹夊窘鍏板疂鍏板煍', NULL, NULL, NULL, NULL, NULL, NULL, '2024-01-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '姹熻嫃鏉ㄥ竼姘斾綋鎺у埗璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板煍杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890485731330, NULL, NULL, 'GOG2023NL104', '娴峰悍2D绾挎壂濂楄', 'MV-CL042-91GM 娴峰悍濞佽', '娴峰悍濞佽', NULL, NULL, '2023-12-04', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-01-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鑻忓窞涓槍鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂閮ㄥぇ鍘�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890527674369, NULL, NULL, 'GPC2024NL002', '宸ヤ笟鐑缉绠″惞椋庢満', 'SS-AirHST-02聽1500W+姘旀簮骞茬嚗澶勭悊鍣�', '骞夸笢涓夌敓鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2024-01-11', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2024-01-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '骞夸笢涓夌敓鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍓嶅姞宸ュ惞鐑缉绠′娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890586394625, NULL, NULL, 'GPC2024NL003', 'UV鑳跺浐鍖栧厜婧愮収灏勬満', '鏍囧噯涓�鎷栦簩 HY-UV0003', '鐝犳捣甯傜殦浜戝厜鐢电鎶�鏈夐檺鍏徃', NULL, NULL, '2024-01-10', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-01-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鐝犳捣甯傜殦浜戝厜鐢电鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '娣樺疂璐拱UV鍥哄寲鏈虹収灏勭伅涓�鎷栦簩'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890632531970, NULL, NULL, 'GPA2024NL001', '鍗ょ礌姘村垎娴嬪畾浠�', 'DS100A/2mg', '涓婃捣鐒曢ⅱ浠櫒鏈夐檺鍏徃', NULL, NULL, '2024-01-05', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-01-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '涓婃捣鐒曢ⅱ浠櫒鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890678669313, NULL, NULL, 'GPC2024NA005', '楂樼簿寰噺娉ㄥ鏈�', 'TYL-400.J', '鏄嗗北澶х闆嗘垚鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2024-01-03', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-03-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鏄嗗北澶х闆嗘垚鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890733195266, NULL, NULL, 'GPC2024NL006', '鑷姩淇竟鍘绘瘺鍒烘満', '40L(0.55鍗冪摝)', '婀栧窞鍙屾灄鎭掍赴鐮旂(鏉愭枡鍘�', NULL, NULL, '2024-02-01', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2024-03-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '婀栧窞鍙屾灄鎭掍赴鐮旂(鏉愭枡鍘�', NULL, NULL, NULL, NULL, '閲戝伐闂存墦纾ㄦ瘺杈圭敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890775138305, NULL, NULL, 'GPA2024NL002', '鏅憺閫婅鏁扮數瀛愬ぉ骞�', 'HT-600NC 600g/0.01g', '鎴愰兘鏅憺閫婄數瀛愭湁闄愬叕鍙�', NULL, NULL, '2024-03-04', NULL, '璧勬潗璇�', NULL, NULL, NULL, NULL, NULL, NULL, '2024-03-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '涓婃捣瀹滃伐鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鏉愭枡浠撳簱浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890821275650, NULL, NULL, 'GPC2024NA008', '姘╁姬鐒婃満', 'WS-250S濂楅浜岋紙10绫崇剨鏋�佹皵琛ㄦ皵绠★級', '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2024-03-22', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2024-04-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚鍒堕�犺溅闂翠娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890875801601, NULL, NULL, 'GPC2024NA009', '姘╁姬鐒婃満', 'WS-250S濂楅浜岋紙10绫崇剨鏋�佹皵琛ㄦ皵绠★級', '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2024-03-22', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2024-04-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890926133249, NULL, NULL, 'GPC2024NA010', '姘╁姬鐒婄數鐒婁袱鐢ㄧ剨鏈�', '鐟炲噷TIG-250CT+3绫崇剨閽筹紙鐢垫祦10-230A锛�', '鍏板北鍖哄▉鍏嬪+宸ュ叿涓績', NULL, NULL, '2024-03-15', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2024-04-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鍏板北鍖哄▉鍏嬪+宸ュ叿涓績', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217890968076290, NULL, NULL, 'GPA2024NL003', '鏁版帶鍒嗗害鐩�', '鏁版帶CNC HD-T640鏀瑰埗浜旇酱 THRT-5AX-AR170', '鍢夊叴澶╁悎鏈烘鏈夐檺鍏徃', NULL, NULL, '2024-03-20', NULL, '閲戝伐杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2024-04-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '鍢夊叴澶╁悎鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閲戝伐闂村帤閬撳姞宸ヤ腑蹇冩敼瑁呯敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891018407938, NULL, NULL, 'GPD2024NA001', '涓瀷璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎷栧叚*13缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璧勬潗浠撳簱澶忓吀鐩涗娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891056156673, NULL, NULL, 'GPD2024NA002', '涓瀷璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎷栧叚*13缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璧勬潗浠撳簱澶忓吀鐩涗娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891093905409, NULL, NULL, 'GPD2024NA003', '涓瀷璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎷栧叚*13缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璧勬潗浠撳簱澶忓吀鐩涗娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891131654145, NULL, NULL, 'GPD2024NA004', '涓瀷璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎷栧叚*13缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璧勬潗浠撳簱澶忓吀鐩涗娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891169402881, NULL, NULL, 'GPD2024NA005', '涓瀷璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎷栧叚*13缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璧勬潗浠撳簱澶忓吀鐩涗娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891215540226, NULL, NULL, 'GPD2024NA006', '涓瀷璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎷栧叚*13缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璧勬潗浠撳簱澶忓吀鐩涗娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891261677570, NULL, NULL, 'GPD2024NA007', '涓瀷璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎷栧叚*13缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璧勬潗浠撳簱澶忓吀鐩涗娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891316203522, NULL, NULL, 'GPD2024NA008', '涓瀷璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎷栧叚*13缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:58', NULL, '2025-02-14 09:53:58', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璧勬潗浠撳簱澶忓吀鐩涗娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891366535169, NULL, NULL, 'GPD2024NA009', '涓瀷璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎷栧叚*13缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璧勬潗浠撳簱澶忓吀鐩涗娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891416866818, NULL, NULL, 'GPD2024NA010', '涓瀷璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎷栧叚*13缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璧勬潗浠撳簱澶忓吀鐩涗娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891467198466, NULL, NULL, 'GPD2024NA011', '涓瀷璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎷栧叚*13缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璧勬潗浠撳簱澶忓吀鐩涗娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891513335809, NULL, NULL, 'GPD2024NA012', '涓瀷璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎷栧叚*13缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璧勬潗浠撳簱澶忓吀鐩涗娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891551084546, NULL, NULL, 'GPD2024NA013', '涓瀷璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎷栧叚*13缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璧勬潗浠撳簱澶忓吀鐩涗娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891597221889, NULL, NULL, 'GPD2024NA014', '涓瀷璐ф灦', '1800*600*2000mm聽5灞傛澘4灞傜┖聽聽閲嶅瀷聽杞介噸300鍏枻', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璁惧缁勭淮淇棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891643359233, NULL, NULL, 'GPD2024NA015', '涓瀷璐ф灦', '1800*600*2000mm聽5灞傛澘4灞傜┖聽聽閲嶅瀷聽杞介噸300鍏枻', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璁惧缁勭淮淇棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891689496577, NULL, NULL, 'GPD2024NA016', '涓瀷璐ф灦', '1800*600*2000mm聽5灞傛澘4灞傜┖聽聽閲嶅瀷聽杞介噸300鍏枻', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璁惧缁勭淮淇棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891731439617, NULL, NULL, 'GPG2024NA002', '榧撻鎭掓俯骞茬嚗绠�', 'DHG-9140A', '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鐫﹀凹璇曢獙璁惧锛堜笂娴凤級鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891777576961, NULL, NULL, 'GPC2024NA011', '姘╁姬鐒婃満', 'WSM-315E銆�10绫崇剨鏋�戦噸宸ヤ笟鍨�', '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2024-04-23', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘閽i噾杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891827908609, NULL, NULL, 'GPC2024NA012', '姘╁姬鐒婃満', 'WS-250S濂楅浜岋紙10绫崇剨鏋�佹皵琛ㄦ皵绠★級', '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2024-04-23', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘閽i噾杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891874045954, NULL, NULL, 'GPG2024NA047', '宸ヤ笟鍚稿皹鍣�', 'RS-J2078鑽d簨杈�', '瀹夊窘鑽e簡娓呮磥绉戞妧鏈夐檺鍏徃', NULL, NULL, '2024-04-03', NULL, '瀹夊窘鍏板疂鍏板煍', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '瀹夊窘鑽e簡娓呮磥绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏板煍椤圭洰涓婁娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891928571906, NULL, NULL, 'GPG2024NA048', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217891970514945, NULL, NULL, 'GPG2024NA049', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892016652289, NULL, NULL, 'GPG2024NA050', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892058595329, NULL, NULL, 'GPG2024NA051', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892104732674, NULL, NULL, 'GPG2024NA052', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892150870017, NULL, NULL, 'GPG2024NA053', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892192813057, NULL, NULL, 'GPG2024NA054', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892238950402, NULL, NULL, 'GPG2024NA055', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892276699138, NULL, NULL, 'GPG2024NA056', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892310253569, NULL, NULL, 'GPG2024NA057', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892360585217, NULL, NULL, 'GPG2024NA058', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892402528258, NULL, NULL, 'GPG2024NA059', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892448665602, NULL, NULL, 'GPG2024NA060', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892490608642, NULL, NULL, 'GPG2024NA061', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892540940289, NULL, NULL, 'GPG2024NA062', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892574494722, NULL, NULL, 'GPG2024NA063', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892620632065, NULL, NULL, 'GPG2024NA064', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892662575106, NULL, NULL, 'GPG2024NA065', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892704518145, NULL, NULL, 'GPG2024NA066', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892750655489, NULL, NULL, 'GPG2024NA067', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892796792833, NULL, NULL, 'GPG2024NA068', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892842930178, NULL, NULL, 'GPG2024NA069', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892884873218, NULL, NULL, 'GPG2024NA070', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892926816258, NULL, NULL, 'GPG2024NA071', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217892972953601, NULL, NULL, 'GPG2024NA072', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893014896641, NULL, NULL, 'GPG2024NA073', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893056839681, NULL, NULL, 'GPG2024NA074', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893107171330, NULL, NULL, 'GPG2024NA075', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893149114370, NULL, NULL, 'GPG2024NA076', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-18', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893191057410, NULL, NULL, 'GPG2024NA077', '闆呴┈鍝堢數鍔ㄩ杈�', '鐢靛姩椋炶揪YAMAHA SS 8mm', '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞甯傚箍鍢夎春鐢靛瓙鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893237194753, NULL, NULL, 'GPD2024NA021', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893283332098, NULL, NULL, 'GPD2024NA022', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893325275138, NULL, NULL, 'GPD2024NA023', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893371412482, NULL, NULL, 'GPD2024NA024', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893409161218, NULL, NULL, 'GPD2024NA025', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893442715649, NULL, NULL, 'GPD2024NA026', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893480464385, NULL, NULL, 'GPD2024NA027', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893530796034, NULL, NULL, 'GPD2024NA028', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893581127682, NULL, NULL, 'GPD2024NA029', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893623070722, NULL, NULL, 'GPD2024NA030', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893673402370, NULL, NULL, 'GPD2024NA031', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893715345409, NULL, NULL, 'GPD2024NA032', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893761482754, NULL, NULL, 'GPD2024NA033', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893807620098, NULL, NULL, 'GPD2024NA034', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893870534658, NULL, NULL, 'GPD2024NA035', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893916672001, NULL, NULL, 'GPD2024NA036', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217893962809346, NULL, NULL, 'GPD2024NA037', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894008946690, NULL, NULL, 'GPD2024NA038', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894063472641, NULL, NULL, 'GPD2024NA039', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894113804290, NULL, NULL, 'GPD2024NA040', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894151553025, NULL, NULL, 'GPD2024NA041', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894197690369, NULL, NULL, 'GPD2024NA042', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894243827713, NULL, NULL, 'GPD2024NA043', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894298353666, NULL, NULL, 'GPD2024NA044', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894340296706, NULL, NULL, 'GPD2024NA045', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894390628354, NULL, NULL, 'GPD2024NA046', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894440960002, NULL, NULL, 'GPD2024NA047', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894499680257, NULL, NULL, 'GPD2024NA048', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894550011906, NULL, NULL, 'GPD2024NA049', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894612926465, NULL, NULL, 'GPD2024NA050', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894654869505, NULL, NULL, 'GPD2024NA051', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894713589762, NULL, NULL, 'GPD2024NA052', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894768115714, NULL, NULL, 'GPD2024NA053', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894826835970, NULL, NULL, 'GPD2024NA054', '绮剧泭绠℃帹杞�', '甯︾椹疆650*490*710mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894868779009, NULL, NULL, 'GPD2024NA055', '绮剧泭绠℃帹杞�', '甯︾椹疆650*450*850mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894919110657, NULL, NULL, 'GPD2024NA056', '绮剧泭绠℃帹杞�', '甯︾椹疆800*600*800mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217894965248001, NULL, NULL, 'GPD2024NA057', '绮剧泭绠℃帹杞�', '甯︾椹疆800*600*800mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-04-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-14', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅鍣ㄨ溅闂翠簩妤间娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895015579649, NULL, NULL, 'GPA2024NL004', '姘村垎妫�娴嬭澶�', '姘村垎妫�娴嬭澶囪璁″強鍔犲伐', '鑻忓窞鎷╂櫤宸ヤ笟璁捐鏈夐檺鍏徃', NULL, NULL, '2024-04-03', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-23', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞鎷╂櫤宸ヤ笟璁捐鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895065911298, NULL, NULL, 'GPD2024NA058', '璺濈娴嬭瘯骞冲彴', '璺濈娴嬭瘯骞冲彴2000*800*1650mm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2024-05-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895103660033, NULL, NULL, 'GPD2024NA059', '璺濈娴嬭瘯骞冲彴', '璺濈娴嬭瘯骞冲彴2000*800*1650mm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2024-05-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895141408770, NULL, NULL, 'GPD2024NA060', '璺濈娴嬭瘯骞冲彴', '璺濈娴嬭瘯骞冲彴2000*800*1650mm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2024-05-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895183351809, NULL, NULL, 'GPD2024NA061', '璺濈娴嬭瘯骞冲彴', '璺濈娴嬭瘯骞冲彴2000*800*1650mm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2024-05-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895221100545, NULL, NULL, 'GPC2024NL015', '鍚岃酱鍓ョ嚎鏈�', 'Y-5807鍗婅嚜鍔�', '甯稿窞甯傚槈鐮旇嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2024-05-07', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '甯稿窞甯傚槈鐮旇嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹炵墿鍦ㄥ畨寰斤紝鏈蛋杞Щ鍗�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895271432193, NULL, NULL, 'GPC2024NA007', 'PU05鑷姩鍖栬澶�', '浼楁嘲鍏粹�擯U05鍚庢瑁呴厤缁勮绾�(绗簩娈�) DFM', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-07-25', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895321763842, NULL, NULL, 'GPC2024NA004', 'PSE-YC25鑷姩鍖栬澶�', 'PSE-YC25浼犳劅鍣ㄧ粍瑁呯嚎', '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, '2023-07-28', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鑻忓窞娆e疂鑷姩鍖栬澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895367901185, NULL, NULL, 'GPA2024NA005', '瀵嗗皝妫�娴嬩华+娌诲叿', 'F760-D020+RM-020', '涓婃捣浠佽帿鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, '2024-04-03', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '涓婃捣浠佽帿鐢靛瓙绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895422427138, NULL, NULL, 'GPC2024NL014', '浼犳劅鍣ㄦ搷浣滈鐜囪澶�', '瀹氬埗瑙勬牸', '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2023-09-25', NULL, '鏍囧噯閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鏄嗗北浼楁嘲鍏磋嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895472758786, NULL, NULL, 'GPB2024NL001', '瓒呭0娉笂妯★紙閽㈠埗锛�', 'LE40/80閾滄煴瓒呭0娉笂妯″叿', '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, '2023-05-06', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:53:59', NULL, '2025-02-14 09:53:59', NULL, '鏄嗗北涓滃拰瓒呭0娉㈣澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895527284737, NULL, NULL, 'GPC2024NL017', '绾块珮绮惧害鍠峰皠鐐硅兌鏈�', 'IS-300H APJ1500', '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, '2024-04-02', NULL, 'SMT绾�', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895573422081, NULL, NULL, 'GPC2024NA018', '鍓ョ毊鎵嚎鏈�', '3fn姘斿姩', '涓北甯備笢椋庨晣澶у鑷姩鍖栨満姊拌澶囧晢琛�', NULL, NULL, '2024-05-13', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓北甯備笢椋庨晣澶у鑷姩鍖栨満姊拌澶囧晢琛�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895619559426, NULL, NULL, 'GPD2024NL062', '鍏夌數娴嬭瘯骞冲彴', '璺濈娴嬭瘯骞冲彴2000*800*1650mm', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2024-02-20', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-06', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '涓婃捣2024.02璇疯喘锛屽畨寰戒娇鐢紝璧勪骇2024.6.6杞畨寰界鐞�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895669891074, NULL, NULL, 'GPC2024NA019', '鑷姩缁曠嚎鎵庣嚎鏈�', 'BOQO2000', '涓滆帪甯傚崥寮鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2024-05-14', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓滆帪甯傚崥寮鸿嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895711834114, NULL, NULL, 'GPC2024NA020', '闄ゅ皹鍣�', 'JN SK04+5.5k w+50HZ+4 妗� +1220x106 0x2250mm', '鍗椾含鑻卞鐜繚璁惧鏈夐檺鍏徃', NULL, NULL, '2024-04-19', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-07', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鍗椾含鑻卞鐜繚璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚閽i噾杞﹂棿锛岄厤鍚堝畯灞辨縺鍏夋満璁惧浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895753777153, NULL, NULL, 'GPA2024NL007', '鑹插樊浠�', '閫氱敤鑹插樊璁R10QC', '娣卞湷甯備笁鎭╂椂绉戞妧鏈夐檺鍏徃', NULL, NULL, '2024-06-05', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '娣卞湷甯備笁鎭╂椂绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895795720194, NULL, NULL, 'GPG2024NA078', '浜屾湡澶╃劧姘斿畨瑁呭伐绋�', '瀹夊窘宸ュ巶浜屾湡瀹氬埗绠¢亾', '椹瀺灞辨腐鍗庣噧姘�', NULL, NULL, '2024-05-06', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '椹瀺灞辨腐鍗庣噧姘�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895841857537, NULL, NULL, 'GPC2024NA021', '姘╁姬鐒婃満', 'WSM-315E銆�10绫崇剨鏋�戦噸宸ヤ笟鍨� 姘村喎', '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2024-06-07', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895875411970, NULL, NULL, 'GPC2024NA022', '姘╁姬鐒婃満', 'WSM-315E銆�10绫崇剨鏋�戦噸宸ヤ笟鍨� 姘村喎', '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2024-06-07', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895921549314, NULL, NULL, 'GPC2024NA023', '宸ヤ笟鐑缉绠″惞椋庢満', 'SS-AirHST-02 1500W 閰嶄欢姘旀簮骞茬嚗澶勭悊鍣⊿S3000-03(', '骞夸笢涓夌敓鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, '2024-06-07', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '骞夸笢涓夌敓鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217895963492354, NULL, NULL, 'GPC2024NA024', '绌烘皵鍘嬬缉鏈虹粍', 'CA 37TKET', '鏉冧紵鍘嬬缉鏈�(鑺滄箹)鏈夐檺鍏徃', NULL, NULL, '2024-04-30', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鏉冧紵鍘嬬缉鏈�(鑺滄箹)鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896001241089, NULL, NULL, 'GPD2024NA063', '璐ф灦', '1800*600*1250mm 3灞傛澘2灞傜┖ 涓�鎵樹笁*3缁� 閲�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-06-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896043184130, NULL, NULL, 'GPD2024NA064', '璐ф灦', '1800*600*1250mm 3灞傛澘2灞傜┖ 涓�鎵樹笁*3缁� 閲�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-06-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896093515778, NULL, NULL, 'GPD2024NA065', '璐ф灦', '1800*600*1250mm 3灞傛澘2灞傜┖ 涓�鎵樹笁*3缁� 閲�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-06-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896139653122, NULL, NULL, 'GPD2024NA066', '璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎵樹竴*4缁� 閲�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-06-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896189984770, NULL, NULL, 'GPD2024NA067', '璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎵樹竴*4缁� 閲�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-06-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896248705025, NULL, NULL, 'GPD2024NA068', '璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎵樹竴*4缁� 閲�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-06-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896294842369, NULL, NULL, 'GPD2024NA069', '璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎵樹竴*4缁� 閲�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-06-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896353562625, NULL, NULL, 'GPD2024NA070', '璐ф灦', '1800*600*1250mm 3灞傛澘2灞傜┖ 涓�鎵樹簩*1缁� 閲�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-06-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896395505666, NULL, NULL, 'GPD2024NA071', '璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎵樹笁*4缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-06-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896450031617, NULL, NULL, 'GPD2024NA072', '璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎵樹笁*4缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-06-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896500363265, NULL, NULL, 'GPD2024NA073', '璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎵樹笁*4缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-06-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896542306305, NULL, NULL, 'GPD2024NA074', '璐ф灦', '1800*600*2000mm 5灞傛澘4灞傜┖ 涓�鎵樹笁*4缁�', '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, '2024-06-08', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '瀹夊窘璇氭鼎浠撳偍璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896584249346, NULL, NULL, 'GPC2024NA025', '鏃犳瀬鍙橀�熸斁绾挎満', '100kg', '娣卞湷甯備綑浜胯嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, '2024-06-12', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-25', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '娣卞湷甯備綑浜胯嚜鍔ㄥ寲璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896626192385, NULL, NULL, 'GPA2024NL008', 'IO-Link娴嬭瘯璁惧', '鍏板疂瀹氬埗锛堝崐鎴愬搧娴嬭瘯锛�', '鑻忓窞甯傚痉鏅虹數瀛愭湁闄愬叕鍙�', NULL, NULL, '2024-05-08', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鑻忓窞甯傚痉鏅虹數瀛愭湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍏板疂瀹氬埗璁惧锛堢敤浜嶪O link鍗婃垚鍝佹澘娴嬭瘯锛�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896663941122, NULL, NULL, 'GPA2024NL009', 'IO-Link娴嬭瘯璁惧', '鍏板疂瀹氬埗锛堟垚鍝佹祴璇曪級', '鑻忓窞甯傚痉鏅虹數瀛愭湁闄愬叕鍙�', NULL, NULL, '2024-05-08', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2024-06-26', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鑻忓窞甯傚痉鏅虹數瀛愭湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鍏板疂瀹氬埗璁惧锛堢敤浜嶪O link鎴愬搧鏉挎祴璇曪級'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896705884162, NULL, NULL, 'GPD2024NA079', '闃查潤鐢电淮淇伐浣滃彴', '甯︿袱涓娊灞�', '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, '2024-06-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896743632897, NULL, NULL, 'GPD2024NA080', '闃查潤鐢电淮淇伐浣滃彴', '甯︿袱涓娊灞�', '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, '2024-06-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896798158850, NULL, NULL, 'GPD2024NA081', '闃查潤鐢电淮淇伐浣滃彴', '甯︿袱涓娊灞�', '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, '2024-06-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896835907585, NULL, NULL, 'GPC2024NA027', '鐐硅兌鏈� 锛堟帶鍒跺櫒锛�', 'D-260杞村績', '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, '2024-06-17', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '娣卞湷甯傝酱蹇冭嚜鎺ф妧鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896877850625, NULL, NULL, 'GPC2024NA029', 'VOC鍙戠敓鍣�', '2璺疺OC鍙戠敓瑁呯疆', '鑻忓窞瀛氱劧寰峰疄楠岃澶囨湁闄愬叕鍙�', NULL, NULL, '2023-10-18', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鑻忓窞瀛氱劧寰峰疄楠岃澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896919793666, NULL, NULL, 'GPG2024NA081', '鏅鸿兘绉伴噸鎵弿涓�浣撴満', 'SJJ-EX002 绉伴噸鑼冨洿50KG', '娣卞湷甯傞殢鍢夊姞绉戞妧鏈夐檺鍏徃', NULL, NULL, '2024-06-14', NULL, '瀹夊窘鍏板疂浠撳簱', NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '娣卞湷甯傞殢鍢夊姞绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217896970125314, NULL, NULL, 'GPC2024NL026', 'A4鎶樼焊鏈�', 'gar02-4+Gar02-K', '骞垮窞甯傚笣妫満鐢佃澶囨湁闄愬叕鍙�', NULL, NULL, '2024-06-14', NULL, '鐢熶骇杞﹂棿', NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '骞垮窞甯傚笣妫満鐢佃澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '涓婃捣鍏徃妫�鍖呯嚎锛岃嚜鍔ㄥ彔璇存槑涔︿娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897020456961, NULL, NULL, 'GPC2024NA030', '鍏夌氦婵�鍏夊垏鍓叉満', '鍨嬪彿锛�6020-6000W', '骞夸笢瀹忕煶婵�鍏夋妧鏈偂浠芥湁闄愬叕鍙�', NULL, NULL, '2024-04-22', NULL, '瀹夊窘鍏板疂閽i噾', NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '骞夸笢瀹忕煶婵�鍏夋妧鏈偂浠芥湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瑁呮満涓�鏈堝唴鏁呴殰涓ゆ锛岄獙鏀舵湡寤惰繜1涓湀瀹屾垚銆�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897074982914, NULL, NULL, 'GPC2024NA034', '鐢靛姩鍗曟璧烽噸鏈�', 'LD10t-28.5m H=9m', '娌冲崡鍗崕', NULL, NULL, '2024-02-05', NULL, '瀹夊窘鍏板疂閽i噾', NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '娌冲崡鍗崕', NULL, NULL, NULL, NULL, '瀹夊窘鍏徃閽i噾杞︿娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897125314562, NULL, NULL, 'GPC2024NA035', '鐢靛姩鍗曟璧烽噸鏈�', 'LD10t-28.5m H=9m', '娌冲崡鍗崕', NULL, NULL, '2024-02-05', NULL, '瀹夊窘鍏板疂閽i噾', NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '娌冲崡鍗崕', NULL, NULL, NULL, NULL, '瀹夊窘鍏徃閽i噾杞︿娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897175646209, NULL, NULL, 'GPC2024NA036', '鐢靛姩鍗曟璧烽噸鏈�', 'LD10t-28.5m H=9m', '娌冲崡鍗崕', NULL, NULL, '2024-02-05', NULL, '瀹夊窘鍏板疂閽i噾', NULL, NULL, NULL, NULL, NULL, NULL, '2024-07-29', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '娌冲崡鍗崕', NULL, NULL, NULL, NULL, '瀹夊窘鍏徃閽i噾杞︿娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897221783553, NULL, NULL, 'GPD2024NA082', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897267920897, NULL, NULL, 'GPD2024NA083', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897314058241, NULL, NULL, 'GPD2024NA084', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897360195585, NULL, NULL, 'GPD2024NA085', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897410527234, NULL, NULL, 'GPD2024NA086', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897448275970, NULL, NULL, 'GPD2024NA087', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897486024706, NULL, NULL, 'GPD2024NA088', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897523773441, NULL, NULL, 'GPD2024NA089', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897561522178, NULL, NULL, 'GPD2024NA090', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897599270913, NULL, NULL, 'GPD2024NA091', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897670574082, NULL, NULL, 'GPD2024NA092', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897712517121, NULL, NULL, 'GPD2024NA093', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897775431681, NULL, NULL, 'GPD2024NA094', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897817374722, NULL, NULL, 'GPD2024NA095', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897863512066, NULL, NULL, 'GPD2024NA096', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897905455105, NULL, NULL, 'GPD2024NA097', '绮剧泭绠″伐浣滃彴', '甯︾炕杞灦898*778*2000mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897947398146, NULL, NULL, 'GPD2024NA098', '闃查潤鐢靛伐浣滃彴', '120*60*75*160mm 甯︿袱涓娊灞夛紝涓変釜鎻掑骇', '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, '2024-07-08', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217897993535490, NULL, NULL, 'GPD2024NA099', '闃查潤鐢靛伐浣滃彴', '120*60*75*160mm 甯︿袱涓娊灞夛紝涓変釜鎻掑骇', '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, '2024-07-08', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鑻忓窞甯傜浉鍩庡尯鍏冨拰閼崜閽㈡湪瀹跺叿鍘�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898039672833, NULL, NULL, 'GPD2024NA100', '绮剧泭绠″伐浣滃彴', '900*600*858mm+閰嶄欢', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898090004482, NULL, NULL, 'GPD2024NA101', '绮剧泭绠″伐浣滃彴', '900*600*858mm+閰嶄欢', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898136141826, NULL, NULL, 'GPD2024NA102', '绮剧泭绠″伐浣滃彴', '900*600*858mm+閰嶄欢', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898182279169, NULL, NULL, 'GPD2024NA103', '绮剧泭绠″伐浣滃彴', '900*600*858mm+閰嶄欢', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-15', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898228416514, NULL, NULL, 'GPD2024NA104', '鐡跺浐瀹氭灦', '钃�40L浜旂摱瑁� 鍔犲ぇ 鍔犲浐娆� 璧犺啫鑳�铻轰笣', '琛℃按涓崥閲戝睘璐告槗鏈夐檺鍏徃', NULL, NULL, '2024-07-23', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '琛℃按涓崥閲戝睘璐告槗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚閽i噾杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898274553857, NULL, NULL, 'GPD2024NA105', '鐡跺浐瀹氭灦', '钃�40L浜旂摱瑁� 鍔犲ぇ 鍔犲浐娆� 璧犺啫鑳�铻轰笣', '琛℃按涓崥閲戝睘璐告槗鏈夐檺鍏徃', NULL, NULL, '2024-07-23', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '琛℃按涓崥閲戝睘璐告槗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚閽i噾杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898324885505, NULL, NULL, 'GPD2024NA106', '鐡跺浐瀹氭灦', '钃�40L浜旂摱瑁� 鍔犲ぇ 鍔犲浐娆� 璧犺啫鑳�铻轰笣', '琛℃按涓崥閲戝睘璐告槗鏈夐檺鍏徃', NULL, NULL, '2024-07-23', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '琛℃按涓崥閲戝睘璐告槗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚閽i噾杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898379411458, NULL, NULL, 'GPD2024NA107', '鐡跺浐瀹氭灦', '钃�40L浜旂摱瑁� 鍔犲ぇ 鍔犲浐娆� 璧犺啫鑳�铻轰笣', '琛℃按涓崥閲戝睘璐告槗鏈夐檺鍏徃', NULL, NULL, '2024-07-23', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '琛℃按涓崥閲戝睘璐告槗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚閽i噾杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898425548801, NULL, NULL, 'GPD2024NA108', '閽㈢綉鏀剧疆鏋�', '鎸夊浘瀹氬埗1600*600*1660mm', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-07-20', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘浼犳劅杞﹂棿SMT绾夸娇鐢�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898463297537, NULL, NULL, 'GPD2024NL109', '鎶樼焊鏈哄伐浣滃彴', '1430*580*690mm 鎸夊浘瀹氬埗', '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, '2024-07-10', NULL, '妫�鍖呯嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣鏄剁敵閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898505240577, NULL, NULL, 'GPC2024NL037', '鍏ㄨ嚜鍔ㄧ數鑴戣鍒囨満/鍒�', '娣卞湷杩堣吘銆�鍨嬪彿锛歁TF-200ST', '鍦宠繄鑵鹃绉戞妧鏈夐檺鍏徃', NULL, NULL, '2024-07-30', NULL, '鍓嶅姞宸ョ嚎', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鍦宠繄鑵鹃绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898542989313, NULL, NULL, 'GPC2024NA038', '鐪熺┖鍚稿悐鏈�', '鏁存満鎵块噸 1600 鍏枻锛屽褰㈠昂瀵� 5*1 绫�', '寰楃編鑳斤紙骞夸笢锛夌鎶�鏈夐檺鍏徃', NULL, NULL, '2024-07-23', NULL, '瀹夊窘鍏板疂閽i噾', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '寰楃編鑳斤紙骞夸笢锛夌鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚閽i噾杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898593320962, NULL, NULL, 'GPC2024NA039', '姘斿姩鏀讳笣鏈洪┈杈�', '鍙版咕鍘熻M16椹揪 锛堝惈澶瑰骇锛� 鐩村緞56杞��250', '甯稿窞鏅熼懌鐞︽満鐢垫湁闄愬叕鍙�', NULL, NULL, '2024-07-23', NULL, '瀹夊窘鍏板疂閽i噾', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-19', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '甯稿窞鏅熼懌鐞︽満鐢垫湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '瀹夊窘鐜繚閽i噾杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898702372865, NULL, NULL, 'GPA2024NL012', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2024-06-27', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐜板仛20鍙伴噷闈�,2024.08.27杞Щ瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898744315905, NULL, NULL, 'GPA2024NL013', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2024-06-27', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐜板仛20鍙伴噷闈�,2024.08.27杞Щ瀹夊窘鍏徃'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898798841858, NULL, NULL, 'GPA2024NL014', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2024-06-27', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐜板仛20鍙伴噷闈�,鏀剧疆鍦�9700鑷姩鍖栬澶囬噷闈㈣皟璇曞伐浣�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898840784898, NULL, NULL, 'GPA2024NL015', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2024-06-27', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-21', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐜板仛20鍙伴噷闈�,鍦ㄨ嚜鍔ㄦ祴璇曚华閲岄潰'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898882727938, NULL, NULL, 'GPC2024NL040', '鍘嬬鏈�', 'DW-80鍒嗕綋澹崇幆鍘嬭澶�', '鏅幙鏄庨�氭満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2024-06-10', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鏅幙鏄庨�氭満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898924670978, NULL, NULL, 'GPA2024NL010', '绮姘村垎娴嬭瘯绮夌纾�', '涓偍绮甁SFM-III绮姘村垎娴嬭瘯绮夌纾�', '骞垮窞娌憺鏄庝华鍣ㄦ湁闄愬叕鍙�', NULL, NULL, '2024-08-07', NULL, '鎴愰兘鍔炰簨澶�', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '骞垮窞娌憺鏄庝华鍣ㄦ湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217898966614018, NULL, NULL, 'GOB2024NA011', '鏍囩鎵撳嵃鏈�', 'A300E', '鍘﹂棬姹夊嵃鐢靛瓙鍟嗗姟鏈夐檺鍏徃', NULL, NULL, '2024-08-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鍘﹂棬姹夊嵃鐢靛瓙鍟嗗姟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899012751362, NULL, NULL, 'GOB2024NA012', '鏍囩鎵撳嵃鏈�', 'A300E', '鍘﹂棬姹夊嵃鐢靛瓙鍟嗗姟鏈夐檺鍏徃', NULL, NULL, '2024-08-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鍘﹂棬姹夊嵃鐢靛瓙鍟嗗姟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899063083009, NULL, NULL, 'GOB2024NA013', '鏍囩鎵撳嵃鏈�', 'A300E', '鍘﹂棬姹夊嵃鐢靛瓙鍟嗗姟鏈夐檺鍏徃', NULL, NULL, '2024-08-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鍘﹂棬姹夊嵃鐢靛瓙鍟嗗姟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899109220354, NULL, NULL, 'GOB2024NA014', '鏍囩鎵撳嵃鏈�', 'A300E', '鍘﹂棬姹夊嵃鐢靛瓙鍟嗗姟鏈夐檺鍏徃', NULL, NULL, '2024-08-07', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鍘﹂棬姹夊嵃鐢靛瓙鍟嗗姟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899159552002, NULL, NULL, 'GPA2024NL016', '鍏夊姛鐜囪', 'LP10锛堟爣鍑嗘尝闀�633nm锛夊畼鏂规爣閰�', '娣卞湷甯傜敯璇氱數瀛愭湁闄愬叕鍙�', NULL, NULL, '2024-08-12', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-08-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '娣卞湷甯傜敯璇氱數瀛愭湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899201495041, NULL, NULL, 'GPD2024NA110', '鍙夎溅', 'CPCD50-LQ19 鏌存补杞�5鍚ㄥ畾鍒�', '榫欏伐鍙夎溅', NULL, NULL, '2024-07-08', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-09-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '椹瀺灞卞競榫欏▉宸ョ▼鏈烘璐告槗鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘鍏徃璧勬潗浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899243438081, NULL, NULL, 'GPC2024NA041', '鎵嬫寔寮忓厜绾ゆ縺鍏夌剨鎺ユ満', '2000w', '瀹夊窘濂戒笉璐垫縺鍏夌鎶�鏈夐檺鍏徃', NULL, NULL, '2024-07-20', NULL, '瀹夊窘鍏板疂閽i噾', NULL, NULL, NULL, NULL, NULL, NULL, '2024-09-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '瀹夊窘濂戒笉璐垫縺鍏夌鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899285381122, NULL, NULL, 'GPC2024NA043', '钂稿彂鍣�', '0.2t/h 钂稿彂鍣�+姘村鐞嗗櫒+鐕冪儳鏈�', '姹熻嫃閼揪鑳界儹鑳界幆淇濈鎶�鏈夐檺鍏徃', NULL, NULL, '2024-07-23', NULL, '瀹夊窘鍏板疂鐜繚', NULL, NULL, NULL, NULL, NULL, NULL, '2024-09-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '姹熻嫃閼揪鑳界儹鑳界幆淇濈鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899323129857, NULL, NULL, 'GPC2024NA044', '姘╁姬鐒婃満', 'WSM-315E', '涓婃捣娌伐鐒婃満锛堥泦鍥級鏈夐檺鍏徃', NULL, NULL, '2024-08-18', NULL, '瀹夊窘鍏板疂閽i噾', NULL, NULL, NULL, NULL, NULL, NULL, '2024-09-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899356684290, NULL, NULL, 'GPC2024NA045', '姘╁姬鐒婃満', 'WSM-315E', '涓婃捣娌伐鐒婃満锛堥泦鍥級鏈夐檺鍏徃', NULL, NULL, '2024-08-18', NULL, '瀹夊窘鍏板疂閽i噾', NULL, NULL, NULL, NULL, NULL, NULL, '2024-09-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899394433026, NULL, NULL, 'GPG2024NA082', '杞﹂棿闅旂缃�', '涓婄綉涓嬫澘+2绫崇Щ鍔ㄩ棬锛屽叡72绫�', '涓婃捣濂曞皵閲戝睘涓濈綉鍒跺搧鏈夐檺鍏徃', NULL, NULL, '2024-08-18', NULL, '瀹夊窘鍏板疂閽i噾', NULL, NULL, NULL, NULL, NULL, NULL, '2024-09-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣濂曞皵閲戝睘涓濈綉鍒跺搧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899436376065, NULL, NULL, 'GPD2024NA111', '鑷皟寮忕剨鎺ユ粴杞灦', 'HGZ-5T', '鏃犻敗甯傚叞浜満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, '2024-08-08', NULL, '瀹夊窘鍏板疂閽i噾', NULL, NULL, NULL, NULL, NULL, NULL, '2024-09-05', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鏃犻敗甯傚叞浜満姊拌澶囨湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899482513409, NULL, NULL, 'GPB2024NL002', '鍔犲伐涓績骞冲彛閽�', '鍨嬪彿:HVL-160', '涓婃捣杈侀拱绮惧瘑鏈烘鏈夐檺鍏徃', NULL, NULL, '2024-08-19', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2024-09-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣杈侀拱绮惧瘑鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899528650754, NULL, NULL, 'GPB2024NL003', '鍔犲伐涓績骞冲彛閽�', '鍨嬪彿:HVL-160', '涓婃捣杈侀拱绮惧瘑鏈烘鏈夐檺鍏徃', NULL, NULL, '2024-08-19', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2024-09-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣杈侀拱绮惧瘑鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899570593793, NULL, NULL, 'GPB2024NL004', '鍔犲伐涓績骞冲彛閽�', '鍨嬪彿:HVL-160', '涓婃捣杈侀拱绮惧瘑鏈烘鏈夐檺鍏徃', NULL, NULL, '2024-08-19', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2024-09-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '涓婃捣杈侀拱绮惧瘑鏈烘鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899612536834, NULL, NULL, 'GPC2024NL042', 'CNC閽绘敾鍔犲伐涓績', 'HD-T850 M80B 20,000rpm 閰嶇疆', '姹熻嫃鍘氶亾鏁版帶绉戞妧鏈夐檺鍏徃', NULL, NULL, '2024-08-14', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2024-09-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '姹熻嫃鍘氶亾鏁版帶绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899650285569, NULL, NULL, 'GPA2024NL017', '鐢靛瓙鍒嗘瀽澶╁钩', '鍨嬪彿锛歀C-FA1204锛屽搧鐗岋細鍔涜景', '婀栧崡鍔涜景浠櫒绉戞妧鏈夐檺鍏徃', NULL, NULL, '2024-09-04', NULL, '鎴愰兘鍔炰簨澶�', NULL, NULL, NULL, NULL, NULL, NULL, '2024-09-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '婀栧崡鍔涜景浠櫒绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899696422914, NULL, NULL, 'GPC2024NA046', '楂樼簿寰噺杞洏娉ㄥ鏈�', 'TYU-400.2R.SF.J', '鏉窞澶х鏈烘鏈夐檺鍏徃', NULL, NULL, '2024-08-19', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-09-24', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:00', NULL, '2025-02-14 09:54:00', NULL, '鏄嗗北澶х闆嗘垚鏅鸿兘绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘閲囪喘浣跨敤锛屽ぇ绂硅浆鐩樻満'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899734171649, NULL, NULL, 'GPA2024NL018', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2024-08-27', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899776114689, NULL, NULL, 'GPA2024NL019', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2024-08-27', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899822252034, NULL, NULL, 'GPA2024NL020', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2024-08-27', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899868389378, NULL, NULL, 'GPA2024NL021', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2024-08-27', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899906138113, NULL, NULL, 'GPA2024NL022', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2024-10-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '2024.09.25宸查璧帮紝绛変簩缁寸爜鏇挎崲缂栧彿'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899948081154, NULL, NULL, 'GPA2024NL023', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2024-10-17', NULL, '???', NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鍘熼檲鐖辨槑棰嗚蛋锛屾晠闅滈��鍥烇紝寰呴'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217899990024193, NULL, NULL, 'GPA2024NL024', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2024-10-17', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '闄堢埍鏄�2024.12.06宸查璧�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900036161538, NULL, NULL, 'GPA2024NL025', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, '2024-10-17', NULL, '???', NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣鐧炬偊鎴愮數瀛愮鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '寰呴璧�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900078104577, NULL, NULL, 'GPA2024NL026', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '???', NULL, NULL, NULL, NULL, '???', NULL, NULL, '寰呰蛋楠屾敹鍗曞拰浜岀淮鐮�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '???', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900115853313, NULL, NULL, 'GPA2024NL027', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '???', NULL, NULL, NULL, NULL, '???', NULL, NULL, '寰呰蛋楠屾敹鍗曞拰浜岀淮鐮�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '???', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900157796353, NULL, NULL, 'GPA2024NL028', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '???', NULL, NULL, NULL, NULL, '???', NULL, NULL, '寰呰蛋楠屾敹鍗曞拰浜岀淮鐮�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '???', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900195545089, NULL, NULL, 'GPA2024NL029', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '???', NULL, NULL, NULL, NULL, '???', NULL, NULL, '寰呰蛋楠屾敹鍗曞拰浜岀淮鐮�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '???', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900233293826, NULL, NULL, 'GPA2024NL030', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '???', NULL, NULL, NULL, NULL, '???', NULL, NULL, '寰呰蛋楠屾敹鍗曞拰浜岀淮鐮�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '???', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900275236866, NULL, NULL, 'GPA2024NL031', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '???', NULL, NULL, NULL, NULL, '???', NULL, NULL, '寰呰蛋楠屾敹鍗曞拰浜岀淮鐮�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '???', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900317179905, NULL, NULL, 'GPA2024NL032', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '???', NULL, NULL, NULL, NULL, '???', NULL, NULL, '寰呰蛋楠屾敹鍗曞拰浜岀淮鐮�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '???', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900363317250, NULL, NULL, 'GPA2024NL033', '楂樼簿搴︿紶鎰熸祴璇曚华', 'ZTX-022-001', '???', NULL, NULL, NULL, NULL, '???', NULL, NULL, '寰呰蛋楠屾敹鍗曞拰浜岀淮鐮�', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '???', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900405260290, NULL, NULL, 'GPD2024NL112', '娴嬭瘯骞冲彴锛氬ぇ鐞嗙煶', '澶х悊鐭冲钩鍙帮細 澶х悊鐭�1600*600*150mm 骞虫暣搴�0.01', '鏃犻敗浣版柉鐗瑰皵绮惧瘑鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, '2024-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '鏃犻敗浣版柉鐗瑰皵绮惧瘑鏈烘鍒堕�犳湁闄愬叕鍙�', NULL, NULL, NULL, NULL, 'PDE鏍囧畾鐢ㄥぇ鐞嗙煶骞冲彴鐢紝姝や负鍗曚竴澶х悊鐭�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900451397634, NULL, NULL, 'GPD2024NL113', '娴嬭瘯骞冲彴锛氭敮鎾戞煖浣�', '澶х悊鐭冲钩鍙帮細鏀灦鏌滀綋: 1600*590*650mm(鍚椹疆', '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, '2024-08-29', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣鐨囬椊閾濅笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'PDE鏍囧畾鐢ㄥぇ鐞嗙煶骞冲彴鐢紝姝や负鍗曞ぇ鐞嗙煶閾濆瀷鏉愭敮鎸佸簳搴�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900497534978, NULL, NULL, 'GPD2024NL114', '楂樼簿搴︾數鍔ㄤ綅绉绘粦鍙�', '涓夌浉姝ヨ繘鐢垫満UKSA200 鎺у埗鍣細MC6003P-2B', '鍖椾含鍗撶珛姹夊厜浠櫒鏈夐檺鍏徃', NULL, NULL, '2024-08-30', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '鍖椾含鍗撶珛姹夊厜浠櫒鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'PDE鏍囧畾鐢ㄥぇ鐞嗙煶骞冲彴鐢紝姝や负鍗曚竴楂樼簿搴︽粦鍙板拰MC6003涓绘満鎺у埗鍣ㄤ竴濂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900539478018, NULL, NULL, 'GPA2024NL034', 'LVDT鏍囧畾娴嬭瘯鏌�', 'LVDT鏍囧畾娴嬭瘯鏌�800*600*1632mm 閲嶅瀷 鎵块噸150鍏枻', '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, '2024-08-26', NULL, '鍒堕�犺', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣钃勮幑瀹炰笟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'LVDT娴嬭瘯鏍囧畾鐢紝瀹氬埗閾濆瀷鏉愭満鏌�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900594003970, NULL, NULL, 'GPA2024NL035', '璇绘暟澶�+鍏夋爡灏�', '1銆佽鏁板ごPTL-1-A-250G-26F-05BL-2M 2銆佸厜鏍呭昂 GLA-1-A-', '闀挎槬绂硅 鍏夊鏈夐檺鍏徃', NULL, NULL, '2024-09-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '闀挎槬绂硅 鍏夊鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900631752706, NULL, NULL, 'GPC2024NA047', '鏍囩鎵撳嵃鏈�', 'GP-1134T', '鏉窞绮剧澘鐢靛瓙鍟嗗姟鏈夐檺鍏徃', NULL, NULL, '2024-09-26', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '鏉窞绮剧澘鐢靛瓙鍟嗗姟鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900682084354, NULL, NULL, 'GPC2024NA048', '姘斾繚鐒婃満', 'NB-500E(閰嶅5绫虫灙銆�15绫抽�佷笣鏈虹嚎)', '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, '2024-09-27', NULL, '瀹夊窘鍏板疂閽i噾', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣姝欏窞瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900728221697, NULL, NULL, 'GPG2024NA083', '鍏ㄨ嚜鍔ㄧ┖蹇冪嚎鍦堢粫绾挎暣鐞嗘憜鐩樿嚜鍔ㄥ寲璁惧', '闀�1.55M*瀹�1.2M*1.8M', '鑻忓窞浠庢绮惧瘑绉戞妧鏈夐檺鍏徃', NULL, NULL, '2024-08-13', NULL, '瀹夊窘鍏板疂浼犳劅', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-15', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '鑻忓窞浠庢绮惧瘑绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '瀹夊窘璇疯喘鐨勮嚜鍔ㄥ寲璁惧锛岀敤浜�8EA绌哄績绾垮湀鑷姩鍖栫粫鍒朵笅鏂欐憜鐩樹娇鐢ㄣ��'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900770164738, NULL, NULL, 'GPC2024NL049', '婵�鍏夎皟闃绘満', 'BNTZ-20XTL', '鑻忓窞浣拌鏂櫤鑳界鎶�鏈夐檺鍏徃', NULL, NULL, '2024-08-26', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '鑻忓窞浣拌鏂櫤鑳界鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '9700鑷姩鍖栨敼婵�鍏夎皟闃绘満浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900812107777, NULL, NULL, 'GPC2024NL050', '婵�鍏夎皟闃绘満', 'BNTZ-20XTL', '鑻忓窞浣拌鏂櫤鑳界鎶�鏈夐檺鍏徃', NULL, NULL, '2024-08-26', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-18', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '鑻忓窞浣拌鏂櫤鑳界鎶�鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '6M鑷姩鍖栨敼婵�鍏夎皟闃绘満浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900858245121, NULL, NULL, 'GPA2024NL036', '鍏夋爡灏�', '鍨嬪彿锛欰BA100-B-30C1', '鏃犻敗瀹佸姩鍏夌數绉戞妧鏈夐檺鍏徃', NULL, NULL, '2024-09-24', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '鏃犻敗瀹佸姩鍏夌數绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900895993857, NULL, NULL, 'GPA2024NL037', '鍏夋爡灏�', '鍨嬪彿锛欰BA100-B-30C1', '鏃犻敗瀹佸姩鍏夌數绉戞妧鏈夐檺鍏徃', NULL, NULL, '2024-09-24', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '鏃犻敗瀹佸姩鍏夌數绉戞妧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900933742593, NULL, NULL, 'GPA2024NL039', '涓嶉攬閽㈠甫缁濆鍊煎厜鏍呭昂', 'QHJ-100鍨�', '闀挎槬涓冩捣鍏夌數鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2024-09-24', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '闀挎槬涓冩捣鍏夌數鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217900975685633, NULL, NULL, NULL, 'LVDT娴嬭瘯娌诲叿', '鐩寸嚎鐢垫満骞冲彴 NPS-L-UB1-05C-03鍙版咕 +閰嶄欢', '娴锋晱纭曟満姊伴厤浠舵湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '娴锋晱纭曟満姊伴厤浠舵湁闄愬叕鍙�', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217901017628674, NULL, NULL, 'GPC2024NL051', '闄勪欢琚嬪寘瑁呮満', '灏忓瀷姘斿姩鍖呰鏈烘惌閰�4澶磋灪鏃嬭鏁扮洏', '瀹夋邯杞╄棨鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2023-12-10', NULL, '鐢熶骇鍒堕�犻儴', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '瀹夋邯杞╄棨鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217901055377410, NULL, NULL, 'GPA2024NL038', '娌欏皹璇曢獙绠�', 'JK-600-6X', '鑻忓窞姹熷嚡鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, '2024-10-10', NULL, '璐ㄩ噺绠$悊閮�', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '鑻忓窞姹熷嚡鏈烘璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, 'DQM閮紝娌欏皹瀹為獙鐢紝鏀�3妤�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217901097320449, NULL, NULL, 'GPA2024NH040', '渚挎惡寮忚嚟姘旀祿搴︽娴嬩华', 'POLFA锛岃嚟姘斿己搴︽娴嬮噺绋嬶細0-2000', '鏃ユ湰杩涘彛', NULL, NULL, '2023-08-07', NULL, '鐜繚瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2024-10-30', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣绉笘瀹炰笟鍙戝睍鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐜繚鐮斿彂閮ㄥ疄楠屽浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217901135069186, NULL, NULL, 'GPC2024NL052', '杩滄柟鏅鸿兘缇よ剦鍐茶澶�', '杩滄柟EMS61000-4A', '鏉窞杩滄柟鐢电鍏煎鎶�鏈湁闄愬叕鍙�', NULL, NULL, '2024-09-30', NULL, 'EMC瀹為獙瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣鑷村箍鐢靛瓙鎶�鏈湁闄愬叕鍙�', NULL, NULL, NULL, NULL, '鏃ц澶囨姤搴熸崲鏂�'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217901177012226, NULL, NULL, 'GPA2024NL041', 'LVDT娴嬭瘯娌诲叿', '鐩寸嚎鐢垫満骞冲彴 NPS-L-UB1-05C-03鍙版咕 +閰嶄欢', '鍙版咕', NULL, NULL, '2024-09-30', NULL, '鐮斿彂涓績', NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣鏁忕鏈烘閰嶄欢鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217901218955266, NULL, NULL, 'GPC2024NA053', '灏忓瀷鍐插帇鏈�', '涓婃捣鐜夎惫 1.5鍚ㄥ井鐢佃剳璁℃暟/鍙缃嚜鍔ㄥ啿鍘�', '鍙板窞鐜夎惫鏈虹數鏈夐檺鍏徃', NULL, NULL, '2024-10-14', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '鍙板窞鐜夎惫鏈虹數鏈夐檺鍏徃', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217901260898305, NULL, NULL, 'GPG2024NA084', '宸ヤ笟澶х數鎵�', 'HVLS-4BAA73', '寮�鍕掔幆澧冪鎶�锛堜笂娴凤級鑲′唤鏈夐檺鍏徃', NULL, NULL, '2024-08-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '寮�鍕掔幆澧冪鎶�锛堜笂娴凤級鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閽i噾杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217901307035649, NULL, NULL, 'GPG2024NA085', '宸ヤ笟澶х數鎵�', 'HVLS-4BAA73', '寮�鍕掔幆澧冪鎶�锛堜笂娴凤級鑲′唤鏈夐檺鍏徃', NULL, NULL, '2024-08-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '寮�鍕掔幆澧冪鎶�锛堜笂娴凤級鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閽i噾杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217901348978690, NULL, NULL, 'GPG2024NA086', '宸ヤ笟澶х數鎵�', 'HVLS-4BAA73', '寮�鍕掔幆澧冪鎶�锛堜笂娴凤級鑲′唤鏈夐檺鍏徃', NULL, NULL, '2024-08-10', NULL, '瀹夊窘鍏板疂', NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-11', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '寮�鍕掔幆澧冪鎶�锛堜笂娴凤級鑲′唤鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '閽i噾杞﹂棿浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217901390921730, NULL, NULL, 'GPC2024NL054', '寮哄埗瀵规祦鍨嬬儤骞叉満', '鍝佺墝Binder锛屽瀷鍙稦ED115 瀹惧痉230V', '涓婃捣濮嬫亽浠櫒璁惧鏈夐檺鍏徃', NULL, NULL, '2024-11-15', NULL, '鎴愰兘鍔炰簨澶�', NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-28', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '涓婃捣濮嬫亽浠櫒璁惧鏈夐檺鍏徃', NULL, NULL, NULL, NULL, '鐮斿彂涓績璇疯喘锛屾垚閮藉姙浜嬪浣跨敤'); +INSERT INTO `eims_equ` (`equ_id`, `equ_code`, `equ_type_id`, `asset_no`, `equ_name`, `model_no`, `made_in`, `rated_power`, `plate_info`, `purchase_date`, `status`, `location`, `dept_used`, `resp_person`, `contact_phone`, `deploy_date`, `trial_date`, `plan_accept_date`, `actual_accept_date`, `import_status`, `inventory_flag`, `inventory_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `seller`, `unit`, `handle_user`, `purchase_user`, `attach_id`, `profile`) VALUES (1890217901449641985, NULL, NULL, '鐢熶骇鍒堕�犻儴', 'GPA2023NL070-077', '楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠�', 'ZTX-022-001', NULL, NULL, NULL, NULL, '鐢樻捣瀹�', NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-01', '0', NULL, NULL, NULL, NULL, 1, '2025-02-14 09:54:01', NULL, '2025-02-14 09:54:01', NULL, '妫�娴嬭澶�(甯愬唴)(浼犳劅)', NULL, NULL, NULL, NULL, NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for eims_equ_statu +-- ---------------------------- +DROP TABLE IF EXISTS `eims_equ_statu`; +CREATE TABLE `eims_equ_statu` ( + `equ_statu_id` bigint NOT NULL, + `equ_id` bigint NOT NULL COMMENT '璁惧id', + `before_change` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍙樻洿鍓嶇姸鎬�', + `after_change` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍙樻洿鍚庣姸鎬�', + `change_date` datetime DEFAULT NULL COMMENT '鍙樻洿鏃ユ湡', + `change_user` bigint DEFAULT NULL COMMENT '鍙樻洿浜�', + `user_dept` bigint DEFAULT NULL COMMENT '鍙樻洿浜洪儴闂�', + `change_desc` varchar(500) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍙樻洿鎻忚堪', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鎻忚堪', + PRIMARY KEY (`equ_statu_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of eims_equ_statu +-- ---------------------------- +BEGIN; +INSERT INTO `eims_equ_statu` (`equ_statu_id`, `equ_id`, `before_change`, `after_change`, `change_date`, `change_user`, `user_dept`, `change_desc`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1892023859743035394, 1890217827130769409, '3', '1', '2025-02-19 09:30:04', 1, 100, 'df', 103, 1, '2025-02-19 09:30:15', 1, '2025-02-19 09:30:23', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for eims_equ_trial +-- ---------------------------- +DROP TABLE IF EXISTS `eims_equ_trial`; +CREATE TABLE `eims_equ_trial` ( + `trial_id` bigint NOT NULL COMMENT '璇曠敤璁板綍id', + `equ_id` bigint NOT NULL COMMENT '璁惧id', + `trial_num` int DEFAULT NULL COMMENT '璇曚骇鏁伴噺', + `trial_date` date DEFAULT NULL COMMENT '璇曚骇鏃ユ湡', + `pro_good_num` int DEFAULT NULL COMMENT '鑹搧鏁伴噺', + `pro_good_rate` double DEFAULT NULL COMMENT '鑹搧鐜�', + `operator_dept` bigint DEFAULT NULL COMMENT '鎿嶄綔浜洪儴闂�', + `operator_id` bigint DEFAULT NULL COMMENT '鎿嶄綔浜�(id)', + `start_time` time DEFAULT NULL COMMENT '寮�濮嬫椂闂�', + `end_time` time DEFAULT NULL COMMENT '缁撴潫鏃堕棿', + `run_time` time DEFAULT NULL COMMENT '杩愯鏃堕暱', + `stop_time` time DEFAULT NULL COMMENT '鍋滄満鏃堕暱', + `plan_run_time` time DEFAULT NULL COMMENT '璁″垝杩愯鏃堕暱', + `debug_history` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '璋冭瘯灞ュ巻', + `oee` double DEFAULT NULL COMMENT '璁惧缁煎悎鏁堢巼', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`trial_id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of eims_equ_trial +-- ---------------------------- +BEGIN; +INSERT INTO `eims_equ_trial` (`trial_id`, `equ_id`, `trial_num`, `trial_date`, `pro_good_num`, `pro_good_rate`, `operator_dept`, `operator_id`, `start_time`, `end_time`, `run_time`, `stop_time`, `plan_run_time`, `debug_history`, `oee`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1892016155767083009, 1890217827130769409, 1, '2025-02-19', 1, 1, 100, 1889581563890200577, '08:58:58', '08:58:59', '08:59:04', '08:59:06', '08:59:01', 'ryy', NULL, 103, 1, '2025-02-19 08:59:38', 1, '2025-02-19 08:59:38', NULL); +INSERT INTO `eims_equ_trial` (`trial_id`, `equ_id`, `trial_num`, `trial_date`, `pro_good_num`, `pro_good_rate`, `operator_dept`, `operator_id`, `start_time`, `end_time`, `run_time`, `stop_time`, `plan_run_time`, `debug_history`, `oee`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1892021734799577089, 1890217827130769409, NULL, '2025-02-19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 103, 1, '2025-02-19 09:21:48', 1, '2025-02-19 09:21:48', NULL); +INSERT INTO `eims_equ_trial` (`trial_id`, `equ_id`, `trial_num`, `trial_date`, `pro_good_num`, `pro_good_rate`, `operator_dept`, `operator_id`, `start_time`, `end_time`, `run_time`, `stop_time`, `plan_run_time`, `debug_history`, `oee`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1892021858305052674, 1890217827189489665, NULL, '2025-02-19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 103, 1, '2025-02-19 09:22:18', 1, '2025-02-19 09:22:18', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for eims_equ_type +-- ---------------------------- +DROP TABLE IF EXISTS `eims_equ_type`; +CREATE TABLE `eims_equ_type` ( + `equ_type_id` bigint NOT NULL, + `type_name` varchar(30) COLLATE utf8mb4_general_ci DEFAULT NULL, + `type_code` varchar(10) COLLATE utf8mb4_general_ci DEFAULT NULL, + `parent_id` bigint DEFAULT NULL, + `order_num` int DEFAULT '0' COMMENT '鏄剧ず椤哄簭', + `menu_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鑿滃崟绫诲瀷锛圡鐩綍 C鑿滃崟 F鎸夐挳锛�', + `icon` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '#' COMMENT '鑿滃崟鍥炬爣', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鑿滃崟鐘舵�侊紙0姝e父 1鍋滅敤锛�', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '澶囨敞', + PRIMARY KEY (`equ_type_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of eims_equ_type +-- ---------------------------- +BEGIN; +INSERT INTO `eims_equ_type` (`equ_type_id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '鍩烘湰璁惧', '10000', NULL, 1, 'M', '#', '0', NULL, NULL, NULL, NULL, NULL, ''); +INSERT INTO `eims_equ_type` (`equ_type_id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '鐢熶骇璁惧', '20000', NULL, NULL, 'M', '#', '0', NULL, NULL, NULL, NULL, NULL, ''); +INSERT INTO `eims_equ_type` (`equ_type_id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '鍘嬪姏璁惧', '30000', NULL, NULL, 'M', '#', '0', NULL, NULL, NULL, NULL, NULL, ''); +INSERT INTO `eims_equ_type` (`equ_type_id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (11, '鍩烘湰瀛愮被1', '1000000', 1, 1, 'C', '#', '0', NULL, NULL, NULL, NULL, NULL, ''); +INSERT INTO `eims_equ_type` (`equ_type_id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (21, '閿诲帇璁惧', '211', 2, 1, 'c', '#', '0', NULL, NULL, NULL, NULL, NULL, ''); +INSERT INTO `eims_equ_type` (`equ_type_id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (22, '閾搁�犺澶�', '212', 2, 1, 'c', '#', '0', NULL, NULL, NULL, NULL, NULL, ''); +INSERT INTO `eims_equ_type` (`equ_type_id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (31, '鍘嬪姏瀹瑰櫒', '311', 3, 1, 'c', '#', '0', NULL, NULL, NULL, NULL, NULL, ''); +INSERT INTO `eims_equ_type` (`equ_type_id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (32, '鍙嶅簲鍣�', '312', 3, 2, 'c', '#', '0', NULL, NULL, NULL, NULL, NULL, ''); +INSERT INTO `eims_equ_type` (`equ_type_id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1876156501861937153, '娴嬭瘯1', '11', 0, 1, 'M', '#', '1', 103, 1, '2025-01-06 14:39:02', 1, '2025-01-06 14:40:19', ''); +INSERT INTO `eims_equ_type` (`equ_type_id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1876156551069511682, '娴嬭瘯瀛愮被1', '12', 1876156501861937153, 2, 'M', '#', '1', 103, 1, '2025-01-06 14:39:14', 1, '2025-01-06 17:54:31', ''); +COMMIT; + +-- ---------------------------- +-- Table structure for eims_fixture +-- ---------------------------- +DROP TABLE IF EXISTS `eims_fixture`; +CREATE TABLE `eims_fixture` ( + `id` bigint NOT NULL, + `fixture_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '娌诲叿缂栫爜', + `fixture_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '娌诲叿鍚嶇О', + `fixture_type` bigint DEFAULT NULL COMMENT '娌诲叿锛堝伐鍏凤級绫诲瀷', + `fixture_desc` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '娌诲叿鎻忚堪', + `borrow_dept` bigint DEFAULT NULL COMMENT '鍊熺敤閮ㄩ棬', + `borrow_user` bigint DEFAULT NULL COMMENT '鍊熺敤浜�', + `borrow_status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍊熷嚭鐘舵�侊紙瀛楀吀锛�', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐘舵�侊紙瀛楀吀锛�', + `asset_no` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '璧勪骇缂栧彿', + `model_no` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍨嬪彿', + `spec_no` varchar(100) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '瑙勬牸', + `made_in` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍒堕�犲晢', + `purchase_date` date DEFAULT NULL COMMENT '閲囪喘鏃ユ湡', + `deploy_date` date DEFAULT NULL COMMENT '浣跨敤鏃ユ湡', + `service_life` int DEFAULT NULL COMMENT '浣跨敤骞撮檺', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + `cur_borrow_id` bigint DEFAULT NULL COMMENT '褰撳墠鍊熺敤璁板綍id', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of eims_fixture +-- ---------------------------- +BEGIN; +INSERT INTO `eims_fixture` (`id`, `fixture_code`, `fixture_name`, `fixture_type`, `fixture_desc`, `borrow_dept`, `borrow_user`, `borrow_status`, `status`, `asset_no`, `model_no`, `spec_no`, `made_in`, `purchase_date`, `deploy_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `cur_borrow_id`) VALUES (1891360483990941697, '123456', '鎵嬪姩鎵虫墜2', 1891349685461688322, NULL, 100, 1889581563890200577, '0', '0', '123456', '123', '12', '12', '2025-02-17', '2025-02-17', 6, 103, 1, '2025-02-17 13:34:14', 1889581563890200577, '2025-02-20 13:45:19', NULL, 1892104974138871809); +INSERT INTO `eims_fixture` (`id`, `fixture_code`, `fixture_name`, `fixture_type`, `fixture_desc`, `borrow_dept`, `borrow_user`, `borrow_status`, `status`, `asset_no`, `model_no`, `spec_no`, `made_in`, `purchase_date`, `deploy_date`, `service_life`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`, `cur_borrow_id`) VALUES (1891365808617848833, 'qwertyu', '鐢靛姩鎵虫墜', 1891349784564703233, NULL, 100, 1889581563890200577, '1', '0', '123456', NULL, NULL, NULL, '2025-02-17', '2025-02-17', NULL, 103, 1, '2025-02-01 13:55:23', 1889581563890200577, '2025-02-20 13:45:44', NULL, 1892450543547351042); +COMMIT; + +-- ---------------------------- +-- Table structure for eims_fixture_borrow +-- ---------------------------- +DROP TABLE IF EXISTS `eims_fixture_borrow`; +CREATE TABLE `eims_fixture_borrow` ( + `id` bigint NOT NULL, + `fixture_id` bigint NOT NULL COMMENT '鍊熺敤宸ュ叿id', + `fixture_name` varchar(50) COLLATE utf8mb4_general_ci NOT NULL COMMENT '鍊熺敤宸ュ叿鍚嶇О', + `borrow_dept` bigint DEFAULT NULL COMMENT '鍊熺敤閮ㄩ棬', + `borrow_user` bigint DEFAULT NULL COMMENT '鍊熺敤浜�', + `agent_user` bigint DEFAULT NULL COMMENT '缁忓姙浜�', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍊熺敤璁板綍鐘舵�侊紙瀛楀吀锛�', + `borrow_time` datetime DEFAULT NULL COMMENT '鍊熺敤鏃堕棿', + `plan_return_time` datetime DEFAULT NULL COMMENT '棰勮褰掕繕鏃堕棿', + `return_time` datetime DEFAULT NULL COMMENT '褰掕繕鏃堕棿', + `borrow_reason` varchar(200) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍊熺敤鐞嗙敱', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of eims_fixture_borrow +-- ---------------------------- +BEGIN; +INSERT INTO `eims_fixture_borrow` (`id`, `fixture_id`, `fixture_name`, `borrow_dept`, `borrow_user`, `agent_user`, `status`, `borrow_time`, `plan_return_time`, `return_time`, `borrow_reason`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1892101960258818049, 1891360483990941697, '鎵嬪姩鎵虫墜2', 103, 1, 1889581665270722561, '1', '2025-02-19 14:40:28', '2025-02-19 14:40:32', '2025-02-19 14:40:34', 'fghjk', 103, 1, '2025-02-19 14:40:36', 1, '2025-02-19 14:41:25', NULL); +INSERT INTO `eims_fixture_borrow` (`id`, `fixture_id`, `fixture_name`, `borrow_dept`, `borrow_user`, `agent_user`, `status`, `borrow_time`, `plan_return_time`, `return_time`, `borrow_reason`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1892103064619061250, 1891360483990941697, '鎵嬪姩鎵虫墜2', 103, 1, 1889581724095836162, '1', '2025-02-19 14:44:49', '2025-02-19 14:44:57', '2025-02-19 14:45:22', 'fg345678', 103, 1, '2025-02-19 14:44:59', 1, '2025-02-19 14:45:24', NULL); +INSERT INTO `eims_fixture_borrow` (`id`, `fixture_id`, `fixture_name`, `borrow_dept`, `borrow_user`, `agent_user`, `status`, `borrow_time`, `plan_return_time`, `return_time`, `borrow_reason`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1892104974138871809, 1891360483990941697, '鎵嬪姩鎵虫墜2', 100, 1889581563890200577, 1889581665270722561, '1', '2025-02-19 14:52:26', '2025-02-19 14:52:31', '2025-02-20 13:45:15', '娉曞浗浼氬敖蹇�', 100, 1889581563890200577, '2025-02-19 14:52:34', 1889581563890200577, '2025-02-20 13:45:19', NULL); +INSERT INTO `eims_fixture_borrow` (`id`, `fixture_id`, `fixture_name`, `borrow_dept`, `borrow_user`, `agent_user`, `status`, `borrow_time`, `plan_return_time`, `return_time`, `borrow_reason`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1892108238951550978, 1891365808617848833, '鐢靛姩鎵虫墜', 103, 1, 1889581724095836162, '1', '2025-02-19 15:05:27', '2025-02-19 15:05:31', '2025-02-19 15:09:08', 'iufghj', 103, 1, '2025-02-19 15:05:32', 1, '2025-02-19 15:09:26', NULL); +INSERT INTO `eims_fixture_borrow` (`id`, `fixture_id`, `fixture_name`, `borrow_dept`, `borrow_user`, `agent_user`, `status`, `borrow_time`, `plan_return_time`, `return_time`, `borrow_reason`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1892450543547351042, 1891365808617848833, '鐢靛姩鎵虫墜', 100, 1889581563890200577, 1889581724095836162, '0', '2025-02-20 13:45:36', '2025-02-21 13:45:40', NULL, '瑙勫垝灞�鐪嬩簡鐪嬪法鍖栬偂浠戒唬鍙戠粰', 100, 1889581563890200577, '2025-02-20 13:45:44', 1889581563890200577, '2025-02-20 13:45:44', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for eims_fixture_type +-- ---------------------------- +DROP TABLE IF EXISTS `eims_fixture_type`; +CREATE TABLE `eims_fixture_type` ( + `id` bigint NOT NULL, + `type_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL, + `type_code` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL, + `parent_id` bigint DEFAULT NULL, + `order_num` int DEFAULT '0' COMMENT '鏄剧ず椤哄簭', + `menu_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鑿滃崟绫诲瀷锛圡鐩綍 C鑿滃崟 F鎸夐挳锛�', + `icon` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '#' COMMENT '鑿滃崟鍥炬爣', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鑿滃崟鐘舵�侊紙0姝e父 1鍋滅敤锛�', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '澶囨敞', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of eims_fixture_type +-- ---------------------------- +BEGIN; +INSERT INTO `eims_fixture_type` (`id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891346631324704769, '宸ュ叿', 'tool', 0, 1, 'M', '#', '0', 103, 1, '2025-02-17 12:39:11', 1, '2025-02-17 12:39:11', ''); +INSERT INTO `eims_fixture_type` (`id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891346744369586178, '娌诲叿', 'jig', 0, 2, 'M', '#', '0', 103, 1, '2025-02-17 12:39:38', 1, '2025-02-17 12:58:24', ''); +INSERT INTO `eims_fixture_type` (`id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891348168285462529, '瀹氫綅娌诲叿', 'dw', 1891346744369586178, 1, 'C', '#', '0', 103, 1, '2025-02-17 12:45:18', 1, '2025-02-17 12:46:22', ''); +INSERT INTO `eims_fixture_type` (`id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891348349345177601, '鐒婃帴娌诲叿', 'hj', 1891346744369586178, 2, 'C', '#', '0', 103, 1, '2025-02-17 12:46:01', 1, '2025-02-17 12:47:10', ''); +INSERT INTO `eims_fixture_type` (`id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891348417930436609, '娴嬭瘯娌诲叿', 'cs', 1891346744369586178, 3, 'C', '#', '0', 103, 1, '2025-02-17 12:46:17', 1, '2025-02-17 12:49:46', ''); +INSERT INTO `eims_fixture_type` (`id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891348560738099201, '鏍″噯娌诲叿', 'jz', 1891346744369586178, 4, 'C', '#', '0', 103, 1, '2025-02-17 12:46:51', 1, '2025-02-17 12:49:54', ''); +INSERT INTO `eims_fixture_type` (`id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891349577999425537, '缁勮娌诲叿', 'zz', 1891346744369586178, 5, 'C', '#', '0', 103, 1, '2025-02-17 12:50:54', 1, '2025-02-17 12:50:54', ''); +INSERT INTO `eims_fixture_type` (`id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891349685461688322, '鎵嬪姩宸ュ叿', 'sd', 1891346631324704769, 1, 'M', '#', '0', 103, 1, '2025-02-17 12:51:19', 1, '2025-02-17 12:51:19', ''); +INSERT INTO `eims_fixture_type` (`id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891349784564703233, '鐢靛姩宸ュ叿', 'dd', 1891346631324704769, 2, 'M', '#', '0', 103, 1, '2025-02-17 12:51:43', 1, '2025-02-17 12:51:43', ''); +INSERT INTO `eims_fixture_type` (`id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891349987325747202, '妫�娴嬪伐鍏�', 'jc', 1891346631324704769, 3, 'M', '#', '0', 103, 1, '2025-02-17 12:52:31', 1, '2025-02-17 12:52:31', ''); +INSERT INTO `eims_fixture_type` (`id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891350059899789314, '涓撶敤宸ュ叿', 'zy', 1891346631324704769, 4, 'M', '#', '0', 103, 1, '2025-02-17 12:52:49', 1, '2025-02-17 12:53:01', ''); +INSERT INTO `eims_fixture_type` (`id`, `type_name`, `type_code`, `parent_id`, `order_num`, `menu_type`, `icon`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891350204989153281, '娓呮磥宸ュ叿', 'qj', 1891346631324704769, 5, 'M', '#', '0', 103, 1, '2025-02-17 12:53:23', 1, '2025-02-17 12:53:23', ''); +COMMIT; + +-- ---------------------------- +-- Table structure for eims_inventory +-- ---------------------------- +DROP TABLE IF EXISTS `eims_inventory`; +CREATE TABLE `eims_inventory` ( + `inventory_id` bigint NOT NULL COMMENT '鐩樼偣id', + `inventory_code` varchar(50) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐩樼偣鍗曞彿', + `inventory_name` varchar(50) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐩樼偣鍚嶇О', + `equ_types` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐩樼偣鑼冨洿-璁惧绫诲瀷锛堣澶囩被鍨媔d锛�', + `equ_status` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐩樼偣鑼冨洿-璁惧鐘舵�侊紙璁惧鐘舵�佸瓧鍏革級', + `user_dept` bigint DEFAULT NULL COMMENT '鐢ㄦ埛閮ㄩ棬', + `inventory_user` bigint DEFAULT NULL COMMENT '鐩樼偣浜�', + `start_date` date DEFAULT NULL COMMENT '寮�濮嬫棩鏈�', + `end_date` date DEFAULT NULL COMMENT '缁撴潫鏃ユ湡', + `status` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐩樼偣鐘舵��', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '澶囨敞', + PRIMARY KEY (`inventory_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of eims_inventory +-- ---------------------------- +BEGIN; +INSERT INTO `eims_inventory` (`inventory_id`, `inventory_code`, `inventory_name`, `equ_types`, `equ_status`, `user_dept`, `inventory_user`, `start_date`, `end_date`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1887748053364764673, 'PD11111', '鐩樼偣1', '1,11,2,21,22,3,31,32,1876156501861937153,1876156551069511682', '0', 100, 1, '2025-02-07', '2025-02-07', '0', 103, 1, '2025-02-07 14:19:43', 1, '2025-02-10 10:20:44', ''); +INSERT INTO `eims_inventory` (`inventory_id`, `inventory_code`, `inventory_name`, `equ_types`, `equ_status`, `user_dept`, `inventory_user`, `start_date`, `end_date`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890218318216658946, 'dfghjk', 'jfgbj', '1,11', '0,1,2,3,4,5', 100, 1889581724095836162, '2025-02-14', '2025-02-14', '0', 103, 1, '2025-02-14 09:55:40', 1, '2025-02-14 09:55:40', ''); +COMMIT; + +-- ---------------------------- +-- Table structure for eims_inventory_detail +-- ---------------------------- +DROP TABLE IF EXISTS `eims_inventory_detail`; +CREATE TABLE `eims_inventory_detail` ( + `id` bigint NOT NULL, + `inventory_id` bigint NOT NULL COMMENT '鐩樼偣id', + `equ_id` bigint NOT NULL COMMENT '璁惧id', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐩樼偣缁撴灉', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`id`), + KEY `del_detail` (`inventory_id`), + CONSTRAINT `del_detail` FOREIGN KEY (`inventory_id`) REFERENCES `eims_inventory` (`inventory_id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of eims_inventory_detail +-- ---------------------------- +BEGIN; +INSERT INTO `eims_inventory_detail` (`id`, `inventory_id`, `equ_id`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890218318275379202, 1890218318216658946, 1890217827130769409, '0', 103, 1, '2025-02-14 09:53:43', 1, '2025-02-14 10:05:05', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for eims_repair_record +-- ---------------------------- +DROP TABLE IF EXISTS `eims_repair_record`; +CREATE TABLE `eims_repair_record` ( + `id` bigint NOT NULL, + `req_id` bigint DEFAULT NULL COMMENT '鎶ヤ慨鍗昳d', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of eims_repair_record +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for eims_repair_req +-- ---------------------------- +DROP TABLE IF EXISTS `eims_repair_req`; +CREATE TABLE `eims_repair_req` ( + `id` bigint NOT NULL COMMENT '鎶ヤ慨id', + `code` varchar(20) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鎶ヤ慨鍗曞彿', + `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鎶ヤ慨鐘舵��', + `occ_time` datetime DEFAULT NULL COMMENT '鍙戠敓鏃堕棿', + `req_time` datetime DEFAULT NULL COMMENT '鎶ヤ慨鏃堕棿', + `req_dept` bigint DEFAULT NULL COMMENT '鎶ヤ慨浜洪儴闂�', + `req_user` bigint DEFAULT NULL COMMENT '鎶ヤ慨浜�', + `req_desc` varchar(100) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鎶ヤ慨鎻忚堪', + `urgency_level` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '绱ф�ョ▼搴�', + `fault_picture` varchar(200) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鏁呴殰鍥剧墖', + `req_type` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鎶ヤ慨绫诲瀷', + `equ_id` bigint DEFAULT NULL COMMENT '璁惧id', + `repair_id` bigint DEFAULT NULL COMMENT '缁翠慨鍗昳d', + `repair_dept` bigint DEFAULT NULL COMMENT '缁翠慨浜洪儴闂�', + `repair_user` bigint DEFAULT NULL COMMENT '缁翠慨浜�', + `fault_type` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鏁呴殰绫诲埆', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `repair_id` (`repair_id`), + UNIQUE KEY `code` (`code`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of eims_repair_req +-- ---------------------------- +BEGIN; +INSERT INTO `eims_repair_req` (`id`, `code`, `status`, `occ_time`, `req_time`, `req_dept`, `req_user`, `req_desc`, `urgency_level`, `fault_picture`, `req_type`, `equ_id`, `repair_id`, `repair_dept`, `repair_user`, `fault_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889193482098917378, 'WXD202502110001', '1', '2025-02-11 14:03:06', '2025-02-11 14:03:04', 100, 1, '鎬ヤ笉鎬�', '2', NULL, '3', NULL, NULL, NULL, NULL, '2', 103, 1, '2025-02-11 14:03:20', 1, '2025-02-11 14:03:20', NULL); +INSERT INTO `eims_repair_req` (`id`, `code`, `status`, `occ_time`, `req_time`, `req_dept`, `req_user`, `req_desc`, `urgency_level`, `fault_picture`, `req_type`, `equ_id`, `repair_id`, `repair_dept`, `repair_user`, `fault_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889199026704601089, 'WXD202502110002', '0', '2025-02-11 14:11:51', '2025-02-11 14:11:48', 100, 1, '1212', '1', NULL, '2', NULL, NULL, NULL, NULL, '2', 103, 1, '2025-02-11 14:25:22', 1, '2025-02-11 14:25:22', NULL); +INSERT INTO `eims_repair_req` (`id`, `code`, `status`, `occ_time`, `req_time`, `req_dept`, `req_user`, `req_desc`, `urgency_level`, `fault_picture`, `req_type`, `equ_id`, `repair_id`, `repair_dept`, `repair_user`, `fault_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889506260404666369, 'BXD202502120002', '0', '2025-02-12 10:46:03', '2025-02-12 10:46:00', 100, 1, '112', '1', NULL, '1', 1000, NULL, NULL, NULL, '1', 103, 1, '2025-02-12 10:46:12', 1, '2025-02-12 10:46:12', NULL); +INSERT INTO `eims_repair_req` (`id`, `code`, `status`, `occ_time`, `req_time`, `req_dept`, `req_user`, `req_desc`, `urgency_level`, `fault_picture`, `req_type`, `equ_id`, `repair_id`, `repair_dept`, `repair_user`, `fault_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889510345426092033, 'BXD202502120003', '1', '2025-02-12 11:02:07', '2025-02-12 11:02:05', 100, 1, '12', '1', NULL, '1', 1876204236438884354, NULL, NULL, NULL, '2', 103, 1, '2025-02-12 11:02:26', 1, '2025-02-12 11:02:26', NULL); +INSERT INTO `eims_repair_req` (`id`, `code`, `status`, `occ_time`, `req_time`, `req_dept`, `req_user`, `req_desc`, `urgency_level`, `fault_picture`, `req_type`, `equ_id`, `repair_id`, `repair_dept`, `repair_user`, `fault_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889510920993652738, 'BXD202502120004', '0', '2025-02-12 11:04:31', '2025-02-12 11:04:29', 100, 1, '122', '1', NULL, '2', NULL, NULL, NULL, NULL, '3', 103, 1, '2025-02-12 11:04:44', 1, '2025-02-12 11:04:44', NULL); +INSERT INTO `eims_repair_req` (`id`, `code`, `status`, `occ_time`, `req_time`, `req_dept`, `req_user`, `req_desc`, `urgency_level`, `fault_picture`, `req_type`, `equ_id`, `repair_id`, `repair_dept`, `repair_user`, `fault_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889511033325502466, 'BXD202502120005', '0', '2025-02-12 11:05:00', '2025-02-12 11:04:58', 100, 1, '122', '1', NULL, '1', 1878988394319949826, NULL, NULL, NULL, '1', 103, 1, '2025-02-12 11:05:10', 1, '2025-02-12 11:05:10', NULL); +INSERT INTO `eims_repair_req` (`id`, `code`, `status`, `occ_time`, `req_time`, `req_dept`, `req_user`, `req_desc`, `urgency_level`, `fault_picture`, `req_type`, `equ_id`, `repair_id`, `repair_dept`, `repair_user`, `fault_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889595038951645185, 'BXD202502120006', '0', '2025-02-12 16:38:45', '2025-02-12 16:38:43', 100, 1889581563890200577, '娉曞浗浼氬敖蹇�', '1', NULL, '1', 1000, NULL, NULL, NULL, '1', 100, 1889581563890200577, '2025-02-12 16:38:59', 1889581563890200577, '2025-02-12 16:38:59', NULL); +INSERT INTO `eims_repair_req` (`id`, `code`, `status`, `occ_time`, `req_time`, `req_dept`, `req_user`, `req_desc`, `urgency_level`, `fault_picture`, `req_type`, `equ_id`, `repair_id`, `repair_dept`, `repair_user`, `fault_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889595916202909698, 'BXD202502120007', '0', '2025-02-12 16:42:16', '2025-02-12 16:42:14', 100, 1889581563890200577, '1鏄殑鏄殑', '1', NULL, '2', NULL, NULL, NULL, NULL, '1', 100, 1889581563890200577, '2025-02-12 16:42:28', 1889581563890200577, '2025-02-12 16:42:28', NULL); +INSERT INTO `eims_repair_req` (`id`, `code`, `status`, `occ_time`, `req_time`, `req_dept`, `req_user`, `req_desc`, `urgency_level`, `fault_picture`, `req_type`, `equ_id`, `repair_id`, `repair_dept`, `repair_user`, `fault_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889596045999841281, 'BXD202502120008', '1', '2025-02-12 16:42:46', '2025-02-12 16:42:44', 100, 1889581563890200577, '1瑙勫垝灞�蹇箰瀹㈠璇�', '1', NULL, '1', 1876204236438884354, NULL, NULL, NULL, '1', 100, 1889581563890200577, '2025-02-12 16:42:59', 1889581563890200577, '2025-02-12 16:42:59', NULL); +INSERT INTO `eims_repair_req` (`id`, `code`, `status`, `occ_time`, `req_time`, `req_dept`, `req_user`, `req_desc`, `urgency_level`, `fault_picture`, `req_type`, `equ_id`, `repair_id`, `repair_dept`, `repair_user`, `fault_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889944971382734849, 'BXD202502130001', '0', '2025-02-13 15:49:15', '2025-02-13 15:49:13', 100, 1889581563890200577, 'fghjkl', '1', NULL, '1', 1889937933705527297, NULL, NULL, NULL, '1', 103, 1, '2025-02-13 15:49:29', 1, '2025-02-13 15:49:29', NULL); +INSERT INTO `eims_repair_req` (`id`, `code`, `status`, `occ_time`, `req_time`, `req_dept`, `req_user`, `req_desc`, `urgency_level`, `fault_picture`, `req_type`, `equ_id`, `repair_id`, `repair_dept`, `repair_user`, `fault_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891772592350588929, 'BXD202502180001', '0', '2025-02-18 16:51:35', '2025-02-18 16:51:32', 103, 1891772104536256514, '鍙戠儹绠′細灏藉揩', '1', NULL, '1', 1890217827130769409, NULL, NULL, NULL, '1', 103, 1, '2025-02-18 16:51:48', 1, '2025-02-18 16:51:48', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for FLW_CHANNEL_DEFINITION +-- ---------------------------- +DROP TABLE IF EXISTS `FLW_CHANNEL_DEFINITION`; +CREATE TABLE `FLW_CHANNEL_DEFINITION` ( + `ID_` varchar(255) COLLATE utf8mb4_general_ci NOT NULL, + `NAME_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `VERSION_` int DEFAULT NULL, + `KEY_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `CATEGORY_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `DEPLOYMENT_ID_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `CREATE_TIME_` datetime(3) DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `RESOURCE_NAME_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `DESCRIPTION_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `TYPE_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `IMPLEMENTATION_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + PRIMARY KEY (`ID_`), + UNIQUE KEY `ACT_IDX_CHANNEL_DEF_UNIQ` (`KEY_`,`VERSION_`,`TENANT_ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of FLW_CHANNEL_DEFINITION +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for flw_ev_databasechangelog +-- ---------------------------- +DROP TABLE IF EXISTS `flw_ev_databasechangelog`; +CREATE TABLE `flw_ev_databasechangelog` ( + `ID` varchar(255) COLLATE utf8mb4_general_ci NOT NULL, + `AUTHOR` varchar(255) COLLATE utf8mb4_general_ci NOT NULL, + `FILENAME` varchar(255) COLLATE utf8mb4_general_ci NOT NULL, + `DATEEXECUTED` datetime NOT NULL, + `ORDEREXECUTED` int NOT NULL, + `EXECTYPE` varchar(10) COLLATE utf8mb4_general_ci NOT NULL, + `MD5SUM` varchar(35) COLLATE utf8mb4_general_ci DEFAULT NULL, + `DESCRIPTION` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `COMMENTS` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `TAG` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `LIQUIBASE` varchar(20) COLLATE utf8mb4_general_ci DEFAULT NULL, + `CONTEXTS` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `LABELS` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `DEPLOYMENT_ID` varchar(10) COLLATE utf8mb4_general_ci DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of flw_ev_databasechangelog +-- ---------------------------- +BEGIN; +INSERT INTO `flw_ev_databasechangelog` (`ID`, `AUTHOR`, `FILENAME`, `DATEEXECUTED`, `ORDEREXECUTED`, `EXECTYPE`, `MD5SUM`, `DESCRIPTION`, `COMMENTS`, `TAG`, `LIQUIBASE`, `CONTEXTS`, `LABELS`, `DEPLOYMENT_ID`) VALUES ('1', 'flowable', 'org/flowable/eventregistry/db/liquibase/flowable-eventregistry-db-changelog.xml', '2024-12-24 18:01:29', 1, 'EXECUTED', '9:63268f536c469325acef35970312551b', 'createTable tableName=FLW_EVENT_DEPLOYMENT; createTable tableName=FLW_EVENT_RESOURCE; createTable tableName=FLW_EVENT_DEFINITION; createIndex indexName=ACT_IDX_EVENT_DEF_UNIQ, tableName=FLW_EVENT_DEFINITION; createTable tableName=FLW_CHANNEL_DEFIN...', '', NULL, '4.24.0', NULL, NULL, '5034489048'); +INSERT INTO `flw_ev_databasechangelog` (`ID`, `AUTHOR`, `FILENAME`, `DATEEXECUTED`, `ORDEREXECUTED`, `EXECTYPE`, `MD5SUM`, `DESCRIPTION`, `COMMENTS`, `TAG`, `LIQUIBASE`, `CONTEXTS`, `LABELS`, `DEPLOYMENT_ID`) VALUES ('2', 'flowable', 'org/flowable/eventregistry/db/liquibase/flowable-eventregistry-db-changelog.xml', '2024-12-24 18:01:29', 2, 'EXECUTED', '9:dcb58b7dfd6dbda66939123a96985536', 'addColumn tableName=FLW_CHANNEL_DEFINITION; addColumn tableName=FLW_CHANNEL_DEFINITION', '', NULL, '4.24.0', NULL, NULL, '5034489048'); +INSERT INTO `flw_ev_databasechangelog` (`ID`, `AUTHOR`, `FILENAME`, `DATEEXECUTED`, `ORDEREXECUTED`, `EXECTYPE`, `MD5SUM`, `DESCRIPTION`, `COMMENTS`, `TAG`, `LIQUIBASE`, `CONTEXTS`, `LABELS`, `DEPLOYMENT_ID`) VALUES ('3', 'flowable', 'org/flowable/eventregistry/db/liquibase/flowable-eventregistry-db-changelog.xml', '2024-12-24 18:01:29', 3, 'EXECUTED', '9:d0c05678d57af23ad93699991e3bf4f6', 'customChange', '', NULL, '4.24.0', NULL, NULL, '5034489048'); +COMMIT; + +-- ---------------------------- +-- Table structure for flw_ev_databasechangeloglock +-- ---------------------------- +DROP TABLE IF EXISTS `flw_ev_databasechangeloglock`; +CREATE TABLE `flw_ev_databasechangeloglock` ( + `ID` int NOT NULL, + `LOCKED` tinyint(1) NOT NULL, + `LOCKGRANTED` datetime DEFAULT NULL, + `LOCKEDBY` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + PRIMARY KEY (`ID`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of flw_ev_databasechangeloglock +-- ---------------------------- +BEGIN; +INSERT INTO `flw_ev_databasechangeloglock` (`ID`, `LOCKED`, `LOCKGRANTED`, `LOCKEDBY`) VALUES (1, 0, NULL, NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for FLW_EVENT_DEFINITION +-- ---------------------------- +DROP TABLE IF EXISTS `FLW_EVENT_DEFINITION`; +CREATE TABLE `FLW_EVENT_DEFINITION` ( + `ID_` varchar(255) COLLATE utf8mb4_general_ci NOT NULL, + `NAME_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `VERSION_` int DEFAULT NULL, + `KEY_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `CATEGORY_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `DEPLOYMENT_ID_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `RESOURCE_NAME_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `DESCRIPTION_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + PRIMARY KEY (`ID_`), + UNIQUE KEY `ACT_IDX_EVENT_DEF_UNIQ` (`KEY_`,`VERSION_`,`TENANT_ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of FLW_EVENT_DEFINITION +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for FLW_EVENT_DEPLOYMENT +-- ---------------------------- +DROP TABLE IF EXISTS `FLW_EVENT_DEPLOYMENT`; +CREATE TABLE `FLW_EVENT_DEPLOYMENT` ( + `ID_` varchar(255) COLLATE utf8mb4_general_ci NOT NULL, + `NAME_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `CATEGORY_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `DEPLOY_TIME_` datetime(3) DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `PARENT_DEPLOYMENT_ID_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + PRIMARY KEY (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of FLW_EVENT_DEPLOYMENT +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for FLW_EVENT_RESOURCE +-- ---------------------------- +DROP TABLE IF EXISTS `FLW_EVENT_RESOURCE`; +CREATE TABLE `FLW_EVENT_RESOURCE` ( + `ID_` varchar(255) COLLATE utf8mb4_general_ci NOT NULL, + `NAME_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `DEPLOYMENT_ID_` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `RESOURCE_BYTES_` longblob, + PRIMARY KEY (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of FLW_EVENT_RESOURCE +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for FLW_RU_BATCH +-- ---------------------------- +DROP TABLE IF EXISTS `FLW_RU_BATCH`; +CREATE TABLE `FLW_RU_BATCH` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `TYPE_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `SEARCH_KEY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SEARCH_KEY2_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CREATE_TIME_` datetime(3) NOT NULL, + `COMPLETE_TIME_` datetime(3) DEFAULT NULL, + `STATUS_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `BATCH_DOC_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + PRIMARY KEY (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of FLW_RU_BATCH +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for FLW_RU_BATCH_PART +-- ---------------------------- +DROP TABLE IF EXISTS `FLW_RU_BATCH_PART`; +CREATE TABLE `FLW_RU_BATCH_PART` ( + `ID_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `REV_` int DEFAULT NULL, + `BATCH_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TYPE_` varchar(64) COLLATE utf8mb3_bin NOT NULL, + `SCOPE_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SUB_SCOPE_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SCOPE_TYPE_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `SEARCH_KEY_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `SEARCH_KEY2_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `CREATE_TIME_` datetime(3) NOT NULL, + `COMPLETE_TIME_` datetime(3) DEFAULT NULL, + `STATUS_` varchar(255) COLLATE utf8mb3_bin DEFAULT NULL, + `RESULT_DOC_ID_` varchar(64) COLLATE utf8mb3_bin DEFAULT NULL, + `TENANT_ID_` varchar(255) COLLATE utf8mb3_bin DEFAULT '', + PRIMARY KEY (`ID_`), + KEY `FLW_IDX_BATCH_PART` (`BATCH_ID_`), + CONSTRAINT `FLW_FK_BATCH_PART_PARENT` FOREIGN KEY (`BATCH_ID_`) REFERENCES `FLW_RU_BATCH` (`ID_`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin; + +-- ---------------------------- +-- Records of FLW_RU_BATCH_PART +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for gen_table +-- ---------------------------- +DROP TABLE IF EXISTS `gen_table`; +CREATE TABLE `gen_table` ( + `table_id` bigint NOT NULL COMMENT '缂栧彿', + `data_name` varchar(200) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鏁版嵁婧愬悕绉�', + `table_name` varchar(200) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '琛ㄥ悕绉�', + `table_comment` varchar(500) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '琛ㄦ弿杩�', + `sub_table_name` varchar(64) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍏宠仈瀛愯〃鐨勮〃鍚�', + `sub_table_fk_name` varchar(64) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '瀛愯〃鍏宠仈鐨勫閿悕', + `class_name` varchar(100) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '瀹炰綋绫诲悕绉�', + `tpl_category` varchar(200) COLLATE utf8mb4_general_ci DEFAULT 'crud' COMMENT '浣跨敤鐨勬ā鏉匡紙crud鍗曡〃鎿嶄綔 tree鏍戣〃鎿嶄綔锛�', + `package_name` varchar(100) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐢熸垚鍖呰矾寰�', + `module_name` varchar(30) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐢熸垚妯″潡鍚�', + `business_name` varchar(30) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐢熸垚涓氬姟鍚�', + `function_name` varchar(50) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐢熸垚鍔熻兘鍚�', + `function_author` varchar(50) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐢熸垚鍔熻兘浣滆��', + `gen_type` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鐢熸垚浠g爜鏂瑰紡锛�0zip鍘嬬缉鍖� 1鑷畾涔夎矾寰勶級', + `gen_path` varchar(200) COLLATE utf8mb4_general_ci DEFAULT '/' COMMENT '鐢熸垚璺緞锛堜笉濉粯璁ら」鐩矾寰勶級', + `options` varchar(1000) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍏跺畠鐢熸垚閫夐」', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`table_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='浠g爜鐢熸垚涓氬姟琛�'; + +-- ---------------------------- +-- Records of gen_table +-- ---------------------------- +BEGIN; +INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1878998754225594370, 'master', 'eims_equ_statu', '璁惧鐘舵�佽褰曡〃', NULL, NULL, 'EimsEquStatu', 'crud', 'org.dromara.eims', 'eims', 'equStatu', '璁惧鐘舵�佽褰�', 'zhuguifei', '0', '/', '{\"parentMenuId\":\"1876074027672731650\",\"popupComponent\":\"drawer\"}', NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01', NULL); +INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1879759150687555586, 'master', 'eims_inventory', '鐩樼偣琛�', NULL, NULL, 'EimsInventory', 'crud', 'org.dromara.equ', 'equ', 'inventory', '鐩樼偣', 'zhuguifei', '0', '/', '{\"parentMenuId\":\"1876074027672731650\",\"popupComponent\":\"drawer\"}', NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54', NULL); +INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1887329734783520770, 'master', 'eims_inventory_detail', '鐩樼偣鏄庣粏琛�', NULL, NULL, 'EimsInventoryDetail', 'crud', 'org.dromara.eims', 'eims', 'inventoryDetail', '鐩樼偣鏄庣粏', 'zhuguifei', '0', '/', '{\"parentMenuId\":\"1879762189070733313\",\"popupComponent\":\"drawer\"}', NULL, 1, '2025-02-06 10:37:28', 1, '2025-02-06 10:40:04', NULL); +INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888835484331630593, 'master', 'eims_repair_req', '鏁呴殰鎶ヤ慨', NULL, NULL, 'EimsRepairReq', 'crud', 'org.dromara.eims', 'eims', 'repairReq', '鏁呴殰鎶ヤ慨', 'zhuguifei', '0', '/', '{\"parentMenuId\":\"1888814115854311426\",\"popupComponent\":\"drawer\"}', NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17', NULL); +INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890262999453499393, 'master', 'eims_fixture', '宸ュ叿(娌诲叿)鍙拌处', NULL, NULL, 'EimsFixture', 'crud', 'org.dromara.eims', 'eims', 'fixture', '宸ュ叿(娌诲叿)鍙拌处', 'zhuguifei', '0', '/', '{\"parentMenuId\":0,\"popupComponent\":\"drawer\"}', NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56', NULL); +INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891318327058231298, 'master', 'eims_fixture_type', '宸ュ叿绫诲瀷', NULL, NULL, 'EimsFixtureType', 'tree', 'org.dromara.eims', 'eims', 'fixtureType', '宸ュ叿绫诲瀷', 'zhuguifei', '0', '/', '{\"treeCode\":\"id\",\"treeName\":\"type_name\",\"treeParentCode\":\"parent_id\",\"parentMenuId\":\"1890266675786121217\",\"popupComponent\":\"drawer\"}', NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09', NULL); +INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891691301390053378, 'master', 'eims_fixture_borrow', '宸ュ叿鍊熺敤璁板綍', NULL, NULL, 'EimsFixtureBorrow', 'crud', 'org.dromara.eims', 'eims', 'fixtureBorrow', '宸ュ叿鍊熺敤', 'zhuguifei', '0', '/', '{\"parentMenuId\":\"1890266675786121217\",\"popupComponent\":\"drawer\"}', NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for gen_table_column +-- ---------------------------- +DROP TABLE IF EXISTS `gen_table_column`; +CREATE TABLE `gen_table_column` ( + `column_id` bigint NOT NULL COMMENT '缂栧彿', + `table_id` bigint DEFAULT NULL COMMENT '褰掑睘琛ㄧ紪鍙�', + `column_name` varchar(200) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍒楀悕绉�', + `column_comment` varchar(500) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍒楁弿杩�', + `column_type` varchar(100) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍒楃被鍨�', + `java_type` varchar(500) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT 'JAVA绫诲瀷', + `java_field` varchar(200) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT 'JAVA瀛楁鍚�', + `is_pk` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鏄惁涓婚敭锛�1鏄級', + `is_increment` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鏄惁鑷锛�1鏄級', + `is_required` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鏄惁蹇呭~锛�1鏄級', + `is_insert` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鏄惁涓烘彃鍏ュ瓧娈碉紙1鏄級', + `is_edit` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鏄惁缂栬緫瀛楁锛�1鏄級', + `is_list` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鏄惁鍒楄〃瀛楁锛�1鏄級', + `is_query` char(1) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鏄惁鏌ヨ瀛楁锛�1鏄級', + `query_type` varchar(200) COLLATE utf8mb4_general_ci DEFAULT 'EQ' COMMENT '鏌ヨ鏂瑰紡锛堢瓑浜庛�佷笉绛変簬銆佸ぇ浜庛�佸皬浜庛�佽寖鍥达級', + `html_type` varchar(200) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鏄剧ず绫诲瀷锛堟枃鏈銆佹枃鏈煙銆佷笅鎷夋銆佸閫夋銆佸崟閫夋銆佹棩鏈熸帶浠讹級', + `dict_type` varchar(200) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '瀛楀吀绫诲瀷', + `sort` int DEFAULT NULL COMMENT '鎺掑簭', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + PRIMARY KEY (`column_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='浠g爜鐢熸垚涓氬姟琛ㄥ瓧娈�'; + +-- ---------------------------- +-- Records of gen_table_column +-- ---------------------------- +BEGIN; +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754393366529, 1878998754225594370, 'equ_statu_id', '璁惧鐘舵�佽褰昳d', 'bigint', 'Long', 'equStatuId', '1', '1', '0', '0', '1', '1', '0', 'EQ', 'input', '', 1, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754401755138, 1878998754225594370, 'equ_id', '璁惧id', 'bigint', 'Long', 'equId', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'select', '', 2, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754405949441, 1878998754225594370, 'before_change', '鍙樻洿鍓嶇姸鎬�', 'char', 'String', 'beforeChange', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'input', '', 3, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754405949442, 1878998754225594370, 'after_change', '鍙樻洿鍚庣姸鎬�', 'char', 'String', 'afterChange', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'input', '', 4, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754405949443, 1878998754225594370, 'change_date', '鍙樻洿鏃ユ湡', 'datetime', 'Date', 'changeDate', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'datetime', '', 5, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754410143745, 1878998754225594370, 'change_user', '鍙樻洿浜�', 'bigint', 'Long', 'changeUser', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'input', '', 6, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754410143746, 1878998754225594370, 'user_dept', '鍙樻洿浜洪儴闂�', 'bigint', 'Long', 'userDept', '0', '1', '0', '1', '1', '1', '0', 'EQ', 'input', '', 7, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754414338050, 1878998754225594370, 'change_desc', '鍙樻洿鎻忚堪', 'varchar', 'String', 'changeDesc', '0', '1', '1', '1', '1', '1', '0', 'EQ', 'input', '', 8, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754414338051, 1878998754225594370, 'create_dept', '鍒涘缓閮ㄩ棬', 'bigint', 'Long', 'createDept', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 9, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754418532354, 1878998754225594370, 'create_by', '鍒涘缓鑰�', 'bigint', 'Long', 'createBy', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 10, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754418532355, 1878998754225594370, 'create_time', '鍒涘缓鏃堕棿', 'datetime', 'Date', 'createTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 11, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754418532356, 1878998754225594370, 'update_by', '鏇存柊鑰�', 'bigint', 'Long', 'updateBy', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 12, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754422726657, 1878998754225594370, 'update_time', '鏇存柊鏃堕棿', 'datetime', 'Date', 'updateTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 13, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1878998754422726658, 1878998754225594370, 'remark', '鎻忚堪', 'varchar', 'String', 'remark', '0', '1', '0', '1', '1', '1', '0', 'EQ', 'input', '', 14, NULL, 1, '2025-01-14 10:53:08', 1, '2025-01-14 10:56:01'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1879759150742081538, 1879759150687555586, 'inventory_id', '鐩樼偣id', 'bigint', 'Long', 'inventoryId', '1', '1', '1', '0', '1', '1', '0', 'EQ', 'input', '', 1, NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1879759150742081539, 1879759150687555586, 'inventory_code', '鐩樼偣鍗曞彿', 'varchar', 'String', 'inventoryCode', '0', '1', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 2, NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1879759150746275841, 1879759150687555586, 'inventory_name', '鐩樼偣鍚嶇О', 'varchar', 'String', 'inventoryName', '0', '1', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 3, NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1879759150746275842, 1879759150687555586, 'inventory_user', '鐩樼偣浜�', 'bigint', 'Long', 'inventoryUser', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'input', '', 4, NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1879759150746275843, 1879759150687555586, 'start_date', '寮�濮嬫棩鏈�', 'datetime', 'Date', 'startDate', '0', '1', '1', '1', '1', '1', '1', 'BETWEEN', 'datetime', '', 5, NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1879759150746275844, 1879759150687555586, 'end_date', '缁撴潫鏃ユ湡', 'datetime', 'Date', 'endDate', '0', '1', '1', '1', '1', '1', '1', 'BETWEEN', 'datetime', '', 6, NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1879759150750470145, 1879759150687555586, 'status', '鐩樼偣鐘舵��', 'char', 'String', 'status', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'radio', '', 7, NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1879759150750470146, 1879759150687555586, 'create_dept', '鍒涘缓閮ㄩ棬', 'bigint', 'Long', 'createDept', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 8, NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1879759150750470147, 1879759150687555586, 'create_by', '鍒涘缓鑰�', 'bigint', 'Long', 'createBy', '0', '1', '0', '0', '0', '0', '1', 'BETWEEN', 'input', '', 9, NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1879759150750470148, 1879759150687555586, 'create_time', '鍒涘缓鏃堕棿', 'datetime', 'Date', 'createTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 10, NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1879759150754664449, 1879759150687555586, 'update_by', '鏇存柊鑰�', 'bigint', 'Long', 'updateBy', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 11, NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1879759150754664450, 1879759150687555586, 'update_time', '鏇存柊鏃堕棿', 'datetime', 'Date', 'updateTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 12, NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1879759150754664451, 1879759150687555586, 'remark', '澶囨敞', 'varchar', 'String', 'remark', '0', '1', '0', '1', '1', '1', '0', 'EQ', 'input', '', 13, NULL, 1, '2025-01-16 13:14:40', 1, '2025-01-16 13:17:54'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1887329734955487233, 1887329734783520770, 'id', '', 'bigint', 'Long', 'id', '1', '1', '1', '0', '1', '1', '0', 'EQ', 'input', '', 1, NULL, 1, '2025-02-06 10:37:28', 1, '2025-02-06 10:40:04'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1887329734963875841, 1887329734783520770, 'inventory_id', '鐩樼偣id', 'bigint', 'Long', 'inventoryId', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'input', '', 2, NULL, 1, '2025-02-06 10:37:28', 1, '2025-02-06 10:40:04'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1887329734963875842, 1887329734783520770, 'equ_id', '璁惧id', 'bigint', 'Long', 'equId', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'input', '', 3, NULL, 1, '2025-02-06 10:37:28', 1, '2025-02-06 10:40:04'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1887329734963875843, 1887329734783520770, 'status', '鐩樼偣缁撴灉', 'char', 'String', 'status', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'radio', '', 4, NULL, 1, '2025-02-06 10:37:28', 1, '2025-02-06 10:40:04'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1887329734968070145, 1887329734783520770, 'create_dept', '鍒涘缓閮ㄩ棬', 'bigint', 'Long', 'createDept', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 5, NULL, 1, '2025-02-06 10:37:28', 1, '2025-02-06 10:40:04'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1887329734968070146, 1887329734783520770, 'create_by', '鍒涘缓鑰�', 'bigint', 'Long', 'createBy', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 6, NULL, 1, '2025-02-06 10:37:28', 1, '2025-02-06 10:40:04'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1887329734968070147, 1887329734783520770, 'create_time', '鍒涘缓鏃堕棿', 'datetime', 'Date', 'createTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 7, NULL, 1, '2025-02-06 10:37:28', 1, '2025-02-06 10:40:04'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1887329734968070148, 1887329734783520770, 'update_by', '鏇存柊鑰�', 'bigint', 'Long', 'updateBy', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 8, NULL, 1, '2025-02-06 10:37:28', 1, '2025-02-06 10:40:04'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1887329734968070149, 1887329734783520770, 'update_time', '鏇存柊鏃堕棿', 'datetime', 'Date', 'updateTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 9, NULL, 1, '2025-02-06 10:37:28', 1, '2025-02-06 10:40:04'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1887329734972264450, 1887329734783520770, 'remark', '澶囨敞', 'varchar', 'String', 'remark', '0', '1', '0', '1', '1', '1', '0', 'EQ', 'input', '', 10, NULL, 1, '2025-02-06 10:37:28', 1, '2025-02-06 10:40:04'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484528762881, 1888835484331630593, 'id', '鎶ヤ慨id', 'bigint', 'Long', 'id', '1', '1', '1', '0', '1', '1', '0', 'EQ', 'input', '', 1, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484537151490, 1888835484331630593, 'code', '鎶ヤ慨鍗曞彿', 'varchar', 'String', 'code', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'input', '', 2, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484537151491, 1888835484331630593, 'status', '鎶ヤ慨鐘舵��', 'char', 'String', 'status', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'radio', '', 3, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484537151492, 1888835484331630593, 'occ_time', '鍙戠敓浜嬩欢', 'datetime', 'Date', 'occTime', '0', '1', '0', '1', '1', '1', '0', 'EQ', 'datetime', '', 4, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484537151493, 1888835484331630593, 'req_time', '鎶ヤ慨鏃堕棿', 'datetime', 'Date', 'reqTime', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'datetime', '', 5, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484541345794, 1888835484331630593, 'req_dept', '鎶ヤ慨浜洪儴闂�', 'bigint', 'Long', 'reqDept', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'input', '', 6, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484541345795, 1888835484331630593, 'req_user', '鎶ヤ慨浜�', 'bigint', 'Long', 'reqUser', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'input', '', 7, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484541345796, 1888835484331630593, 'req_desc', '鎶ヤ慨鎻忚堪', 'varchar', 'String', 'reqDesc', '0', '1', '1', '1', '1', '1', '0', 'EQ', 'input', '', 8, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484541345797, 1888835484331630593, 'urgency_level', '绱ф�ョ▼搴�', 'char', 'String', 'urgencyLevel', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'input', '', 9, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484541345798, 1888835484331630593, 'fault_picture', '鏁呴殰鍥剧墖', 'varchar', 'String', 'faultPicture', '0', '1', '0', '1', '1', '1', '0', 'EQ', 'input', '', 10, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484545540097, 1888835484331630593, 'req_type', '鎶ヤ慨绫诲瀷', 'char', 'String', 'reqType', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'select', '', 11, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484545540098, 1888835484331630593, 'equ_id', '璁惧id', 'bigint', 'Long', 'equId', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'input', '', 12, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484545540099, 1888835484331630593, 'repair_id', '缁翠慨鍗昳d', 'bigint', 'Long', 'repairId', '0', '1', '0', '1', '1', '1', '0', 'EQ', 'input', '', 13, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484545540100, 1888835484331630593, 'repair_dept', '缁翠慨浜洪儴闂�', 'bigint', 'Long', 'repairDept', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'input', '', 14, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484545540101, 1888835484331630593, 'repair_user', '缁翠慨浜�', 'bigint', 'Long', 'repairUser', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'input', '', 15, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484549734401, 1888835484331630593, 'fault_type', '鏁呴殰绫诲埆', 'char', 'String', 'faultType', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'select', '', 16, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484549734402, 1888835484331630593, 'create_dept', '鍒涘缓閮ㄩ棬', 'bigint', 'Long', 'createDept', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 17, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484549734403, 1888835484331630593, 'create_by', '鍒涘缓鑰�', 'bigint', 'Long', 'createBy', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 18, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484549734404, 1888835484331630593, 'create_time', '鍒涘缓鏃堕棿', 'datetime', 'Date', 'createTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 19, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484549734405, 1888835484331630593, 'update_by', '鏇存柊鑰�', 'bigint', 'Long', 'updateBy', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 20, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484549734406, 1888835484331630593, 'update_time', '鏇存柊鏃堕棿', 'datetime', 'Date', 'updateTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 21, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1888835484553928705, 1888835484331630593, 'remark', '澶囨敞', 'varchar', 'String', 'remark', '0', '1', '0', '1', '1', '1', '0', 'EQ', 'input', '', 22, NULL, 1, '2025-02-10 14:20:47', 1, '2025-02-10 14:27:17'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999663214593, 1890262999453499393, 'id', '', 'bigint', 'Long', 'id', '1', '1', '1', '0', '1', '1', '0', 'EQ', 'input', '', 1, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999671603201, 1890262999453499393, 'fixtrue_code', '娌诲叿缂栫爜', 'varchar', 'String', 'fixtrueCode', '0', '1', '0', '1', '1', '1', '1', 'LIKE', 'input', '', 2, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999675797505, 1890262999453499393, 'fixtrue_name', '娌诲叿鍚嶇О', 'varchar', 'String', 'fixtrueName', '0', '1', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 3, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999675797506, 1890262999453499393, 'fixtrue_type', '娌诲叿锛堝伐鍏凤級绫诲瀷', 'char', 'String', 'fixtrueType', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'select', 'eims_fixtrue_type', 4, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999679991810, 1890262999453499393, 'fixtrue_desc', '娌诲叿鎻忚堪', 'varchar', 'String', 'fixtrueDesc', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'input', '', 5, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999679991811, 1890262999453499393, 'asset_no', '璧勪骇缂栧彿', 'varchar', 'String', 'assetNo', '0', '1', '0', '1', '1', '1', '1', 'LIKE', 'input', '', 7, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999679991812, 1890262999453499393, 'model_no', '鍨嬪彿', 'varchar', 'String', 'modelNo', '0', '1', '0', '1', '1', '1', '1', 'LIKE', 'input', '', 8, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999684186113, 1890262999453499393, 'spec_no', '瑙勬牸', 'varchar', 'String', 'specNo', '0', '1', '0', '1', '1', '1', '1', 'LIKE', 'input', '', 9, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999684186114, 1890262999453499393, 'made_in', '鍒堕�犲晢', 'varchar', 'String', 'madeIn', '0', '1', '0', '1', '1', '1', '1', 'LIKE', 'input', '', 10, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999684186115, 1890262999453499393, 'purchase_date', '閲囪喘鏃ユ湡', 'date', 'Date', 'purchaseDate', '0', '1', '0', '1', '1', '1', '1', 'BETWEEN', 'datetime', '', 11, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999688380417, 1890262999453499393, 'deploy_date', '浣跨敤鏃ユ湡', 'date', 'Date', 'deployDate', '0', '1', '0', '1', '1', '1', '1', 'BETWEEN', 'datetime', '', 12, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999688380418, 1890262999453499393, 'service_life', '浣跨敤骞撮檺', 'int', 'Long', 'serviceLife', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'input', '', 13, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999688380419, 1890262999453499393, 'create_dept', '鍒涘缓閮ㄩ棬', 'bigint', 'Long', 'createDept', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 14, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999692574722, 1890262999453499393, 'create_by', '鍒涘缓鑰�', 'bigint', 'Long', 'createBy', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 15, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999692574723, 1890262999453499393, 'create_time', '鍒涘缓鏃堕棿', 'datetime', 'Date', 'createTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 16, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999692574724, 1890262999453499393, 'update_by', '鏇存柊鑰�', 'bigint', 'Long', 'updateBy', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 17, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999692574725, 1890262999453499393, 'update_time', '鏇存柊鏃堕棿', 'datetime', 'Date', 'updateTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 18, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890262999696769025, 1890262999453499393, 'remark', '澶囨敞', 'varchar', 'String', 'remark', '0', '1', '0', '1', '1', '1', '0', 'EQ', 'input', '', 19, NULL, 1, '2025-02-14 12:53:13', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1890265656763187201, 1890262999453499393, 'status', '鐘舵�侊紙瀛楀吀锛�', 'char', 'String', 'status', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'radio', 'eims_fixtrue_status', 6, 103, 1, '2025-02-14 13:03:47', 1, '2025-02-14 13:04:56'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327402164225, 1891318327058231298, 'id', '', 'bigint', 'Long', 'id', '1', '1', '1', '0', '1', '1', '0', 'EQ', 'input', '', 1, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327414747138, 1891318327058231298, 'type_name', '绫诲瀷鍚嶇О', 'varchar', 'String', 'typeName', '0', '1', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 2, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327418941442, 1891318327058231298, 'type_code', '绫诲瀷缂栫爜', 'varchar', 'String', 'typeCode', '0', '1', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 3, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327418941443, 1891318327058231298, 'parent_id', '鐖秈d', 'bigint', 'Long', 'parentId', '0', '1', '1', '1', '1', '1', '0', 'EQ', 'input', '', 4, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327423135745, 1891318327058231298, 'order_num', '鏄剧ず椤哄簭', 'int', 'Long', 'orderNum', '0', '1', '1', '1', '1', '1', '0', 'EQ', 'input', '', 5, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327423135746, 1891318327058231298, 'menu_type', '鑿滃崟绫诲瀷锛圡鐩綍 C鑿滃崟 F鎸夐挳锛�', 'char', 'String', 'menuType', '0', '1', '1', '1', '1', '1', '0', 'EQ', 'select', '', 6, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327427330050, 1891318327058231298, 'icon', '鑿滃崟鍥炬爣', 'varchar', 'String', 'icon', '0', '1', '0', '1', '1', '1', '0', 'EQ', 'input', '', 7, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327427330051, 1891318327058231298, 'status', '鑿滃崟鐘舵�侊紙0姝e父 1鍋滅敤锛�', 'char', 'String', 'status', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'radio', 'sys_show_hide', 8, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327435718657, 1891318327058231298, 'create_dept', '鍒涘缓閮ㄩ棬', 'bigint', 'Long', 'createDept', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 9, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327435718658, 1891318327058231298, 'create_by', '鍒涘缓鑰�', 'bigint', 'Long', 'createBy', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 10, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327439912961, 1891318327058231298, 'create_time', '鍒涘缓鏃堕棿', 'datetime', 'Date', 'createTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 11, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327444107265, 1891318327058231298, 'update_by', '鏇存柊鑰�', 'bigint', 'Long', 'updateBy', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 12, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327444107266, 1891318327058231298, 'update_time', '鏇存柊鏃堕棿', 'datetime', 'Date', 'updateTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 13, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891318327444107267, 1891318327058231298, 'remark', '澶囨敞', 'varchar', 'String', 'remark', '0', '1', '0', '1', '1', '1', '0', 'EQ', 'input', '', 14, NULL, 1, '2025-02-17 10:46:43', 1, '2025-02-17 10:51:09'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301759152129, 1891691301390053378, 'id', '', 'bigint', 'Long', 'id', '1', '1', '1', '0', '1', '1', '0', 'EQ', 'input', '', 1, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301767540738, 1891691301390053378, 'fixture_id', '鍊熺敤宸ュ叿id', 'bigint', 'Long', 'fixtureId', '0', '1', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 2, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301767540739, 1891691301390053378, 'borrow_dept', '鍊熺敤閮ㄩ棬', 'bigint', 'Long', 'borrowDept', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'select', '', 4, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301771735042, 1891691301390053378, 'borrow_user', '鍊熺敤浜�', 'bigint', 'Long', 'borrowUser', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'input', '', 5, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301771735043, 1891691301390053378, 'agent_user', '缁忓姙浜�', 'bigint', 'Long', 'agentUser', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'input', '', 6, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301771735044, 1891691301390053378, 'status', '鍊熺敤璁板綍鐘舵�侊紙瀛楀吀锛�', 'char', 'String', 'status', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'radio', 'fixture_borrow_record_status', 7, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301771735045, 1891691301390053378, 'borrow_time', '鍊熺敤鏃堕棿', 'datetime', 'Date', 'borrowTime', '0', '1', '1', '1', '1', '1', '1', 'BETWEEN', 'datetime', '', 8, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301775929345, 1891691301390053378, 'plan_return_time', '棰勮褰掕繕鏃堕棿', 'datetime', 'Date', 'planReturnTime', '0', '1', '1', '1', '1', '1', '1', 'BETWEEN', 'datetime', '', 9, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301775929346, 1891691301390053378, 'return_time', '褰掕繕鏃堕棿', 'datetime', 'Date', 'returnTime', '0', '1', '0', '1', '1', '1', '1', 'EQ', 'datetime', '', 10, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301775929347, 1891691301390053378, 'borrow_reason', '鍊熺敤鐞嗙敱', 'varchar', 'String', 'borrowReason', '0', '1', '1', '1', '1', '1', '1', 'EQ', 'input', '', 11, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301775929348, 1891691301390053378, 'create_dept', '鍒涘缓閮ㄩ棬', 'bigint', 'Long', 'createDept', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 12, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301780123650, 1891691301390053378, 'create_by', '鍒涘缓鑰�', 'bigint', 'Long', 'createBy', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 13, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301780123651, 1891691301390053378, 'create_time', '鍒涘缓鏃堕棿', 'datetime', 'Date', 'createTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 14, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301780123652, 1891691301390053378, 'update_by', '鏇存柊鑰�', 'bigint', 'Long', 'updateBy', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'input', '', 15, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301780123653, 1891691301390053378, 'update_time', '鏇存柊鏃堕棿', 'datetime', 'Date', 'updateTime', '0', '1', '0', '0', '0', '0', '0', 'EQ', 'datetime', '', 16, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891691301784317953, 1891691301390053378, 'remark', '澶囨敞', 'varchar', 'String', 'remark', '0', '1', '0', '1', '1', '1', '0', 'EQ', 'input', '', 17, NULL, 1, '2025-02-18 11:28:47', 1, '2025-02-18 13:14:19'); +INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1891716189085560834, 1891691301390053378, 'fixture_name', '鍊熺敤宸ュ叿鍚嶇О', 'varchar', 'String', 'fixtureName', '0', '1', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 3, 103, 1, '2025-02-18 13:07:41', 1, '2025-02-18 13:14:19'); +COMMIT; + +-- ---------------------------- +-- Table structure for sj_distributed_lock +-- ---------------------------- +DROP TABLE IF EXISTS `sj_distributed_lock`; +CREATE TABLE `sj_distributed_lock` ( + `name` varchar(64) NOT NULL COMMENT '閿佸悕绉�', + `lock_until` timestamp(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3) ON UPDATE CURRENT_TIMESTAMP(3) COMMENT '閿佸畾鏃堕暱', + `locked_at` timestamp(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3) COMMENT '閿佸畾鏃堕棿', + `locked_by` varchar(255) NOT NULL COMMENT '閿佸畾鑰�', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='閿佸畾琛�'; + +-- ---------------------------- +-- Records of sj_distributed_lock +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_group_config +-- ---------------------------- +DROP TABLE IF EXISTS `sj_group_config`; +CREATE TABLE `sj_group_config` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `group_name` varchar(64) NOT NULL DEFAULT '' COMMENT '缁勫悕绉�', + `description` varchar(256) NOT NULL DEFAULT '' COMMENT '缁勬弿杩�', + `token` varchar(64) NOT NULL DEFAULT 'SJ_cKqBTPzCsWA3VyuCfFoccmuIEGXjr5KT' COMMENT 'token', + `group_status` tinyint NOT NULL DEFAULT '0' COMMENT '缁勭姸鎬� 0銆佹湭鍚敤 1銆佸惎鐢�', + `version` int NOT NULL COMMENT '鐗堟湰鍙�', + `group_partition` int NOT NULL COMMENT '鍒嗗尯', + `id_generator_mode` tinyint NOT NULL DEFAULT '1' COMMENT '鍞竴id鐢熸垚妯″紡 榛樿鍙锋妯″紡', + `init_scene` tinyint NOT NULL DEFAULT '0' COMMENT '鏄惁鍒濆鍖栧満鏅� 0:鍚� 1:鏄�', + `bucket_index` int NOT NULL DEFAULT '0' COMMENT 'bucket', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_namespace_id_group_name` (`namespace_id`,`group_name`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='缁勯厤缃�'; + +-- ---------------------------- +-- Records of sj_group_config +-- ---------------------------- +BEGIN; +INSERT INTO `sj_group_config` (`id`, `namespace_id`, `group_name`, `description`, `token`, `group_status`, `version`, `group_partition`, `id_generator_mode`, `init_scene`, `bucket_index`, `create_dt`, `update_dt`) VALUES (1, 'dev', 'ruoyi_group', '', 'SJ_cKqBTPzCsWA3VyuCfFoccmuIEGXjr5KT', 1, 1, 0, 1, 1, 4, '2025-02-12 13:15:48', '2025-02-12 13:15:48'); +COMMIT; + +-- ---------------------------- +-- Table structure for sj_job +-- ---------------------------- +DROP TABLE IF EXISTS `sj_job`; +CREATE TABLE `sj_job` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `job_name` varchar(64) NOT NULL COMMENT '鍚嶇О', + `args_str` text COMMENT '鎵ц鏂规硶鍙傛暟', + `args_type` tinyint NOT NULL DEFAULT '1' COMMENT '鍙傛暟绫诲瀷 ', + `next_trigger_at` bigint NOT NULL COMMENT '涓嬫瑙﹀彂鏃堕棿', + `job_status` tinyint NOT NULL DEFAULT '1' COMMENT '浠诲姟鐘舵�� 0銆佸叧闂��1銆佸紑鍚�', + `task_type` tinyint NOT NULL DEFAULT '1' COMMENT '浠诲姟绫诲瀷 1銆侀泦缇� 2銆佸箍鎾� 3銆佸垏鐗�', + `route_key` tinyint NOT NULL DEFAULT '4' COMMENT '璺敱绛栫暐', + `executor_type` tinyint NOT NULL DEFAULT '1' COMMENT '鎵ц鍣ㄧ被鍨�', + `executor_info` varchar(255) DEFAULT NULL COMMENT '鎵ц鍣ㄥ悕绉�', + `trigger_type` tinyint NOT NULL COMMENT '瑙﹀彂绫诲瀷 1.CRON 琛ㄨ揪寮� 2. 鍥哄畾鏃堕棿', + `trigger_interval` varchar(255) NOT NULL COMMENT '闂撮殧鏃堕暱', + `block_strategy` tinyint NOT NULL DEFAULT '1' COMMENT '闃诲绛栫暐 1銆佷涪寮� 2銆佽鐩� 3銆佸苟琛�', + `executor_timeout` int NOT NULL DEFAULT '0' COMMENT '浠诲姟鎵ц瓒呮椂鏃堕棿锛屽崟浣嶇', + `max_retry_times` int NOT NULL DEFAULT '0' COMMENT '鏈�澶ч噸璇曟鏁�', + `parallel_num` int NOT NULL DEFAULT '1' COMMENT '骞惰鏁�', + `retry_interval` int NOT NULL DEFAULT '0' COMMENT '閲嶈瘯闂撮殧(s)', + `bucket_index` int NOT NULL DEFAULT '0' COMMENT 'bucket', + `resident` tinyint NOT NULL DEFAULT '0' COMMENT '鏄惁鏄父椹讳换鍔�', + `description` varchar(256) NOT NULL DEFAULT '' COMMENT '鎻忚堪', + `ext_attrs` varchar(256) DEFAULT '' COMMENT '鎵╁睍瀛楁', + `deleted` tinyint NOT NULL DEFAULT '0' COMMENT '閫昏緫鍒犻櫎 1銆佸垹闄�', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + KEY `idx_namespace_id_group_name` (`namespace_id`,`group_name`), + KEY `idx_job_status_bucket_index` (`job_status`,`bucket_index`), + KEY `idx_create_dt` (`create_dt`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='浠诲姟淇℃伅'; + +-- ---------------------------- +-- Records of sj_job +-- ---------------------------- +BEGIN; +INSERT INTO `sj_job` (`id`, `namespace_id`, `group_name`, `job_name`, `args_str`, `args_type`, `next_trigger_at`, `job_status`, `task_type`, `route_key`, `executor_type`, `executor_info`, `trigger_type`, `trigger_interval`, `block_strategy`, `executor_timeout`, `max_retry_times`, `parallel_num`, `retry_interval`, `bucket_index`, `resident`, `description`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (1, 'dev', 'ruoyi_group', 'demo-job', NULL, 1, 1739351466193, 1, 1, 4, 1, 'testJobExecutor', 2, '60', 1, 60, 3, 1, 1, 116, 0, '', '', 0, '2025-02-12 13:15:48', '2025-02-12 17:09:56'); +COMMIT; + +-- ---------------------------- +-- Table structure for sj_job_log_message +-- ---------------------------- +DROP TABLE IF EXISTS `sj_job_log_message`; +CREATE TABLE `sj_job_log_message` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `job_id` bigint NOT NULL COMMENT '浠诲姟淇℃伅id', + `task_batch_id` bigint NOT NULL COMMENT '浠诲姟鎵规id', + `task_id` bigint NOT NULL COMMENT '璋冨害浠诲姟id', + `message` longtext NOT NULL COMMENT '璋冨害淇℃伅', + `log_num` int NOT NULL DEFAULT '1' COMMENT '鏃ュ織鏁伴噺', + `real_time` bigint NOT NULL DEFAULT '0' COMMENT '涓婃姤鏃堕棿', + `ext_attrs` varchar(256) DEFAULT '' COMMENT '鎵╁睍瀛楁', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + PRIMARY KEY (`id`), + KEY `idx_task_batch_id_task_id` (`task_batch_id`,`task_id`), + KEY `idx_create_dt` (`create_dt`), + KEY `idx_namespace_id_group_name` (`namespace_id`,`group_name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='璋冨害鏃ュ織'; + +-- ---------------------------- +-- Records of sj_job_log_message +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_job_summary +-- ---------------------------- +DROP TABLE IF EXISTS `sj_job_summary`; +CREATE TABLE `sj_job_summary` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `group_name` varchar(64) NOT NULL DEFAULT '' COMMENT '缁勫悕绉�', + `business_id` bigint NOT NULL COMMENT '涓氬姟id (job_id鎴杦orkflow_id)', + `system_task_type` tinyint NOT NULL DEFAULT '3' COMMENT '浠诲姟绫诲瀷 3銆丣OB浠诲姟 4銆乄ORKFLOW浠诲姟', + `trigger_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '缁熻鏃堕棿', + `success_num` int NOT NULL DEFAULT '0' COMMENT '鎵ц鎴愬姛-鏃ュ織鏁伴噺', + `fail_num` int NOT NULL DEFAULT '0' COMMENT '鎵ц澶辫触-鏃ュ織鏁伴噺', + `fail_reason` varchar(512) NOT NULL DEFAULT '' COMMENT '澶辫触鍘熷洜', + `stop_num` int NOT NULL DEFAULT '0' COMMENT '鎵ц澶辫触-鏃ュ織鏁伴噺', + `stop_reason` varchar(512) NOT NULL DEFAULT '' COMMENT '澶辫触鍘熷洜', + `cancel_num` int NOT NULL DEFAULT '0' COMMENT '鎵ц澶辫触-鏃ュ織鏁伴噺', + `cancel_reason` varchar(512) NOT NULL DEFAULT '' COMMENT '澶辫触鍘熷洜', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_trigger_at_system_task_type_business_id` (`trigger_at`,`system_task_type`,`business_id`) USING BTREE, + KEY `idx_namespace_id_group_name_business_id` (`namespace_id`,`group_name`,`business_id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='DashBoard_Job'; + +-- ---------------------------- +-- Records of sj_job_summary +-- ---------------------------- +BEGIN; +INSERT INTO `sj_job_summary` (`id`, `namespace_id`, `group_name`, `business_id`, `system_task_type`, `trigger_at`, `success_num`, `fail_num`, `fail_reason`, `stop_num`, `stop_reason`, `cancel_num`, `cancel_reason`, `create_dt`, `update_dt`) VALUES (1, 'dev', 'ruoyi_group', 1, 3, '2025-02-12 00:00:00', 0, 0, '[]', 0, '[]', 226, '[{\"reason\":2,\"total\":226}]', '2025-02-12 13:16:06', '2025-02-12 17:10:36'); +COMMIT; + +-- ---------------------------- +-- Table structure for sj_job_task +-- ---------------------------- +DROP TABLE IF EXISTS `sj_job_task`; +CREATE TABLE `sj_job_task` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `job_id` bigint NOT NULL COMMENT '浠诲姟淇℃伅id', + `task_batch_id` bigint NOT NULL COMMENT '璋冨害浠诲姟id', + `parent_id` bigint NOT NULL DEFAULT '0' COMMENT '鐖舵墽琛屽櫒id', + `task_status` tinyint NOT NULL DEFAULT '0' COMMENT '鎵ц鐨勭姸鎬� 0銆佸け璐� 1銆佹垚鍔�', + `retry_count` int NOT NULL DEFAULT '0' COMMENT '閲嶈瘯娆℃暟', + `mr_stage` tinyint DEFAULT NULL COMMENT '鍔ㄦ�佸垎鐗囨墍澶勯樁娈� 1:map 2:reduce 3:mergeReduce', + `leaf` tinyint NOT NULL DEFAULT '1' COMMENT '鍙跺瓙鑺傜偣', + `task_name` varchar(255) NOT NULL DEFAULT '' COMMENT '浠诲姟鍚嶇О', + `client_info` varchar(128) DEFAULT NULL COMMENT '瀹㈡埛绔湴鍧� clientId#ip:port', + `wf_context` text COMMENT '宸ヤ綔娴佸叏灞�涓婁笅鏂�', + `result_message` text NOT NULL COMMENT '鎵ц缁撴灉', + `args_str` text COMMENT '鎵ц鏂规硶鍙傛暟', + `args_type` tinyint NOT NULL DEFAULT '1' COMMENT '鍙傛暟绫诲瀷 ', + `ext_attrs` varchar(256) DEFAULT '' COMMENT '鎵╁睍瀛楁', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + KEY `idx_task_batch_id_task_status` (`task_batch_id`,`task_status`), + KEY `idx_create_dt` (`create_dt`), + KEY `idx_namespace_id_group_name` (`namespace_id`,`group_name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='浠诲姟瀹炰緥'; + +-- ---------------------------- +-- Records of sj_job_task +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_job_task_batch +-- ---------------------------- +DROP TABLE IF EXISTS `sj_job_task_batch`; +CREATE TABLE `sj_job_task_batch` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `job_id` bigint NOT NULL COMMENT '浠诲姟id', + `workflow_node_id` bigint NOT NULL DEFAULT '0' COMMENT '宸ヤ綔娴佽妭鐐筰d', + `parent_workflow_node_id` bigint NOT NULL DEFAULT '0' COMMENT '宸ヤ綔娴佷换鍔$埗鎵规id', + `workflow_task_batch_id` bigint NOT NULL DEFAULT '0' COMMENT '宸ヤ綔娴佷换鍔℃壒娆d', + `task_batch_status` tinyint NOT NULL DEFAULT '0' COMMENT '浠诲姟鎵规鐘舵�� 0銆佸け璐� 1銆佹垚鍔�', + `operation_reason` tinyint NOT NULL DEFAULT '0' COMMENT '鎿嶄綔鍘熷洜', + `execution_at` bigint NOT NULL DEFAULT '0' COMMENT '浠诲姟鎵ц鏃堕棿', + `system_task_type` tinyint NOT NULL DEFAULT '3' COMMENT '浠诲姟绫诲瀷 3銆丣OB浠诲姟 4銆乄ORKFLOW浠诲姟', + `parent_id` varchar(64) NOT NULL DEFAULT '' COMMENT '鐖惰妭鐐�', + `ext_attrs` varchar(256) DEFAULT '' COMMENT '鎵╁睍瀛楁', + `deleted` tinyint NOT NULL DEFAULT '0' COMMENT '閫昏緫鍒犻櫎 1銆佸垹闄�', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + KEY `idx_job_id_task_batch_status` (`job_id`,`task_batch_status`), + KEY `idx_create_dt` (`create_dt`), + KEY `idx_namespace_id_group_name` (`namespace_id`,`group_name`), + KEY `idx_workflow_task_batch_id_workflow_node_id` (`workflow_task_batch_id`,`workflow_node_id`) +) ENGINE=InnoDB AUTO_INCREMENT=227 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='浠诲姟鎵规'; + +-- ---------------------------- +-- Records of sj_job_task_batch +-- ---------------------------- +BEGIN; +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (1, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:15:58', '2025-02-12 13:15:58'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (2, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:16:56', '2025-02-12 13:16:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (3, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:17:56', '2025-02-12 13:17:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (4, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:18:56', '2025-02-12 13:18:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (5, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:19:56', '2025-02-12 13:19:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (6, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:20:56', '2025-02-12 13:20:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (7, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:21:56', '2025-02-12 13:21:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (8, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:22:56', '2025-02-12 13:22:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (9, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:23:56', '2025-02-12 13:23:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (10, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:24:56', '2025-02-12 13:24:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (11, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:25:56', '2025-02-12 13:25:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (12, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:26:56', '2025-02-12 13:26:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (13, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:27:56', '2025-02-12 13:27:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (14, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:28:56', '2025-02-12 13:28:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (15, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:29:56', '2025-02-12 13:29:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (16, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:30:56', '2025-02-12 13:30:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (17, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:31:56', '2025-02-12 13:31:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (18, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:32:56', '2025-02-12 13:32:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (19, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:33:56', '2025-02-12 13:33:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (20, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:34:56', '2025-02-12 13:34:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (21, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:35:56', '2025-02-12 13:35:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (22, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:36:56', '2025-02-12 13:36:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (23, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:37:56', '2025-02-12 13:37:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (24, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:38:56', '2025-02-12 13:38:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (25, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:39:56', '2025-02-12 13:39:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (26, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:40:56', '2025-02-12 13:40:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (27, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:41:56', '2025-02-12 13:41:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (28, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:42:56', '2025-02-12 13:42:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (29, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:43:56', '2025-02-12 13:43:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (30, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:44:56', '2025-02-12 13:44:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (31, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:45:56', '2025-02-12 13:45:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (32, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:46:56', '2025-02-12 13:46:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (33, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:47:56', '2025-02-12 13:47:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (34, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:48:56', '2025-02-12 13:48:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (35, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:49:56', '2025-02-12 13:49:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (36, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:50:56', '2025-02-12 13:50:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (37, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:51:56', '2025-02-12 13:51:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (38, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:52:56', '2025-02-12 13:52:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (39, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:53:56', '2025-02-12 13:53:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (40, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:54:56', '2025-02-12 13:54:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (41, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:55:56', '2025-02-12 13:55:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (42, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:56:56', '2025-02-12 13:56:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (43, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:57:56', '2025-02-12 13:57:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (44, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:58:56', '2025-02-12 13:58:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (45, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 13:59:56', '2025-02-12 13:59:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (46, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:00:56', '2025-02-12 14:00:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (47, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:01:56', '2025-02-12 14:01:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (48, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:02:56', '2025-02-12 14:02:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (49, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:03:56', '2025-02-12 14:03:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (50, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:04:56', '2025-02-12 14:04:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (51, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:05:56', '2025-02-12 14:05:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (52, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:06:56', '2025-02-12 14:06:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (53, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:07:56', '2025-02-12 14:07:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (54, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:08:56', '2025-02-12 14:08:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (55, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:09:56', '2025-02-12 14:09:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (56, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:10:56', '2025-02-12 14:10:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (57, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:11:56', '2025-02-12 14:11:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (58, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:12:56', '2025-02-12 14:12:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (59, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:13:56', '2025-02-12 14:13:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (60, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:14:56', '2025-02-12 14:14:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (61, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:15:56', '2025-02-12 14:15:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (62, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:16:56', '2025-02-12 14:16:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (63, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:17:56', '2025-02-12 14:17:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (64, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:18:56', '2025-02-12 14:18:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (65, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:19:56', '2025-02-12 14:19:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (66, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:20:56', '2025-02-12 14:20:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (67, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:21:56', '2025-02-12 14:21:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (68, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:22:56', '2025-02-12 14:22:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (69, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:23:56', '2025-02-12 14:23:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (70, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:24:56', '2025-02-12 14:24:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (71, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:25:56', '2025-02-12 14:25:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (72, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:26:56', '2025-02-12 14:26:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (73, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:27:56', '2025-02-12 14:27:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (74, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:28:56', '2025-02-12 14:28:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (75, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:29:56', '2025-02-12 14:29:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (76, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:30:56', '2025-02-12 14:30:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (77, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:31:56', '2025-02-12 14:31:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (78, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:32:56', '2025-02-12 14:32:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (79, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:33:56', '2025-02-12 14:33:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (80, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:34:56', '2025-02-12 14:34:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (81, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:35:56', '2025-02-12 14:35:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (82, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:36:56', '2025-02-12 14:36:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (83, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:37:56', '2025-02-12 14:37:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (84, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:38:56', '2025-02-12 14:38:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (85, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:39:56', '2025-02-12 14:39:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (86, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:40:56', '2025-02-12 14:40:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (87, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:41:56', '2025-02-12 14:41:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (88, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:42:56', '2025-02-12 14:42:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (89, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:43:56', '2025-02-12 14:43:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (90, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:44:56', '2025-02-12 14:44:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (91, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:45:56', '2025-02-12 14:45:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (92, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:46:56', '2025-02-12 14:46:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (93, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:47:56', '2025-02-12 14:47:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (94, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:48:56', '2025-02-12 14:48:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (95, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:49:56', '2025-02-12 14:49:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (96, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:50:56', '2025-02-12 14:50:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (97, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:51:56', '2025-02-12 14:51:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (98, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:52:56', '2025-02-12 14:52:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (99, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:53:56', '2025-02-12 14:53:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (100, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:54:56', '2025-02-12 14:54:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (101, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:55:56', '2025-02-12 14:55:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (102, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:56:56', '2025-02-12 14:56:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (103, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:57:56', '2025-02-12 14:57:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (104, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:58:56', '2025-02-12 14:58:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (105, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 14:59:56', '2025-02-12 14:59:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (106, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:00:56', '2025-02-12 15:00:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (107, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:01:56', '2025-02-12 15:01:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (108, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:02:56', '2025-02-12 15:02:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (109, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:03:56', '2025-02-12 15:03:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (110, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:04:56', '2025-02-12 15:04:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (111, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:05:56', '2025-02-12 15:05:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (112, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:06:56', '2025-02-12 15:06:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (113, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:07:56', '2025-02-12 15:07:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (114, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:08:56', '2025-02-12 15:08:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (115, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:09:56', '2025-02-12 15:09:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (116, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:10:56', '2025-02-12 15:10:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (117, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:11:56', '2025-02-12 15:11:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (118, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:12:56', '2025-02-12 15:12:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (119, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:13:56', '2025-02-12 15:13:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (120, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:14:56', '2025-02-12 15:14:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (121, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:15:56', '2025-02-12 15:15:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (122, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:16:56', '2025-02-12 15:16:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (123, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:17:56', '2025-02-12 15:17:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (124, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:18:56', '2025-02-12 15:18:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (125, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:19:56', '2025-02-12 15:19:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (126, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:20:56', '2025-02-12 15:20:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (127, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:21:56', '2025-02-12 15:21:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (128, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:22:56', '2025-02-12 15:22:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (129, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:23:56', '2025-02-12 15:23:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (130, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:24:56', '2025-02-12 15:24:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (131, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:25:56', '2025-02-12 15:25:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (132, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:26:56', '2025-02-12 15:26:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (133, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:27:56', '2025-02-12 15:27:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (134, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:28:56', '2025-02-12 15:28:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (135, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:29:56', '2025-02-12 15:29:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (136, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:30:56', '2025-02-12 15:30:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (137, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:31:56', '2025-02-12 15:31:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (138, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:32:56', '2025-02-12 15:32:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (139, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:33:56', '2025-02-12 15:33:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (140, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:34:56', '2025-02-12 15:34:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (141, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:35:56', '2025-02-12 15:35:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (142, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:36:56', '2025-02-12 15:36:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (143, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:37:56', '2025-02-12 15:37:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (144, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:38:56', '2025-02-12 15:38:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (145, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:39:56', '2025-02-12 15:39:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (146, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:40:56', '2025-02-12 15:40:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (147, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:41:56', '2025-02-12 15:41:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (148, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:42:56', '2025-02-12 15:42:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (149, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:43:56', '2025-02-12 15:43:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (150, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:44:56', '2025-02-12 15:44:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (151, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:45:56', '2025-02-12 15:45:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (152, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:46:56', '2025-02-12 15:46:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (153, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:47:56', '2025-02-12 15:47:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (154, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:48:56', '2025-02-12 15:48:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (155, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:49:56', '2025-02-12 15:49:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (156, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:50:56', '2025-02-12 15:50:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (157, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:51:56', '2025-02-12 15:51:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (158, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:52:56', '2025-02-12 15:52:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (159, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:53:56', '2025-02-12 15:53:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (160, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:54:56', '2025-02-12 15:54:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (161, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:55:56', '2025-02-12 15:55:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (162, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:56:56', '2025-02-12 15:56:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (163, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:57:56', '2025-02-12 15:57:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (164, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:58:56', '2025-02-12 15:58:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (165, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 15:59:56', '2025-02-12 15:59:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (166, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:00:56', '2025-02-12 16:00:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (167, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:01:56', '2025-02-12 16:01:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (168, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:02:56', '2025-02-12 16:02:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (169, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:03:56', '2025-02-12 16:03:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (170, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:04:56', '2025-02-12 16:04:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (171, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:05:56', '2025-02-12 16:05:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (172, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:06:56', '2025-02-12 16:06:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (173, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:07:56', '2025-02-12 16:07:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (174, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:08:56', '2025-02-12 16:08:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (175, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:09:56', '2025-02-12 16:09:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (176, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:10:56', '2025-02-12 16:10:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (177, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:11:56', '2025-02-12 16:11:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (178, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:12:56', '2025-02-12 16:12:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (179, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:13:56', '2025-02-12 16:13:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (180, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:14:56', '2025-02-12 16:14:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (181, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:15:56', '2025-02-12 16:15:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (182, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:16:56', '2025-02-12 16:16:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (183, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:17:56', '2025-02-12 16:17:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (184, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:18:56', '2025-02-12 16:18:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (185, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:19:56', '2025-02-12 16:19:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (186, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:20:56', '2025-02-12 16:20:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (187, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:21:56', '2025-02-12 16:21:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (188, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:22:56', '2025-02-12 16:22:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (189, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:23:56', '2025-02-12 16:23:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (190, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:24:56', '2025-02-12 16:24:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (191, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:25:56', '2025-02-12 16:25:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (192, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:26:56', '2025-02-12 16:26:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (193, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:27:56', '2025-02-12 16:27:56'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (194, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:38:06', '2025-02-12 16:38:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (195, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:39:06', '2025-02-12 16:39:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (196, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:40:06', '2025-02-12 16:40:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (197, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:41:06', '2025-02-12 16:41:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (198, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:42:06', '2025-02-12 16:42:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (199, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:43:06', '2025-02-12 16:43:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (200, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:44:06', '2025-02-12 16:44:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (201, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:45:06', '2025-02-12 16:45:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (202, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:46:06', '2025-02-12 16:46:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (203, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:47:06', '2025-02-12 16:47:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (204, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:48:06', '2025-02-12 16:48:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (205, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:49:06', '2025-02-12 16:49:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (206, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:50:06', '2025-02-12 16:50:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (207, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:51:06', '2025-02-12 16:51:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (208, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:52:06', '2025-02-12 16:52:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (209, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:53:06', '2025-02-12 16:53:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (210, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:54:06', '2025-02-12 16:54:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (211, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:55:06', '2025-02-12 16:55:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (212, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:56:06', '2025-02-12 16:56:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (213, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:57:06', '2025-02-12 16:57:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (214, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:58:06', '2025-02-12 16:58:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (215, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 16:59:06', '2025-02-12 16:59:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (216, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 17:00:06', '2025-02-12 17:00:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (217, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 17:01:06', '2025-02-12 17:01:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (218, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 17:02:06', '2025-02-12 17:02:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (219, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 17:03:06', '2025-02-12 17:03:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (220, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 17:04:06', '2025-02-12 17:04:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (221, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 17:05:06', '2025-02-12 17:05:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (222, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 17:06:06', '2025-02-12 17:06:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (223, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 17:07:06', '2025-02-12 17:07:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (224, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 17:08:06', '2025-02-12 17:08:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (225, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 17:09:06', '2025-02-12 17:09:06'); +INSERT INTO `sj_job_task_batch` (`id`, `namespace_id`, `group_name`, `job_id`, `workflow_node_id`, `parent_workflow_node_id`, `workflow_task_batch_id`, `task_batch_status`, `operation_reason`, `execution_at`, `system_task_type`, `parent_id`, `ext_attrs`, `deleted`, `create_dt`, `update_dt`) VALUES (226, 'dev', 'ruoyi_group', 1, 0, 0, 0, 6, 2, 0, 3, '', '', 0, '2025-02-12 17:09:56', '2025-02-12 17:09:56'); +COMMIT; + +-- ---------------------------- +-- Table structure for sj_namespace +-- ---------------------------- +DROP TABLE IF EXISTS `sj_namespace`; +CREATE TABLE `sj_namespace` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `name` varchar(64) NOT NULL COMMENT '鍚嶇О', + `unique_id` varchar(64) NOT NULL COMMENT '鍞竴id', + `description` varchar(256) NOT NULL DEFAULT '' COMMENT '鎻忚堪', + `deleted` tinyint NOT NULL DEFAULT '0' COMMENT '閫昏緫鍒犻櫎 1銆佸垹闄�', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_unique_id` (`unique_id`), + KEY `idx_name` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='鍛藉悕绌洪棿'; + +-- ---------------------------- +-- Records of sj_namespace +-- ---------------------------- +BEGIN; +INSERT INTO `sj_namespace` (`id`, `name`, `unique_id`, `description`, `deleted`, `create_dt`, `update_dt`) VALUES (1, 'Development', 'dev', '', 0, '2025-02-12 13:15:48', '2025-02-12 13:15:48'); +INSERT INTO `sj_namespace` (`id`, `name`, `unique_id`, `description`, `deleted`, `create_dt`, `update_dt`) VALUES (2, 'Production', 'prod', '', 0, '2025-02-12 13:15:48', '2025-02-12 13:15:48'); +COMMIT; + +-- ---------------------------- +-- Table structure for sj_notify_config +-- ---------------------------- +DROP TABLE IF EXISTS `sj_notify_config`; +CREATE TABLE `sj_notify_config` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `business_id` varchar(64) NOT NULL COMMENT '涓氬姟id (job_id鎴杦orkflow_id鎴杝cene_name)', + `system_task_type` tinyint NOT NULL DEFAULT '3' COMMENT '浠诲姟绫诲瀷 1. 閲嶈瘯浠诲姟 2. 閲嶈瘯鍥炶皟 3銆丣OB浠诲姟 4銆乄ORKFLOW浠诲姟', + `notify_status` tinyint NOT NULL DEFAULT '0' COMMENT '閫氱煡鐘舵�� 0銆佹湭鍚敤 1銆佸惎鐢�', + `recipient_ids` varchar(128) NOT NULL COMMENT '鎺ユ敹浜篿d鍒楄〃', + `notify_threshold` int NOT NULL DEFAULT '0' COMMENT '閫氱煡闃堝��', + `notify_scene` tinyint NOT NULL DEFAULT '0' COMMENT '閫氱煡鍦烘櫙', + `rate_limiter_status` tinyint NOT NULL DEFAULT '0' COMMENT '闄愭祦鐘舵�� 0銆佹湭鍚敤 1銆佸惎鐢�', + `rate_limiter_threshold` int NOT NULL DEFAULT '0' COMMENT '姣忕闄愭祦闃堝��', + `description` varchar(256) NOT NULL DEFAULT '' COMMENT '鎻忚堪', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + KEY `idx_namespace_id_group_name_scene_name` (`namespace_id`,`group_name`,`business_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='閫氱煡閰嶇疆'; + +-- ---------------------------- +-- Records of sj_notify_config +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_notify_recipient +-- ---------------------------- +DROP TABLE IF EXISTS `sj_notify_recipient`; +CREATE TABLE `sj_notify_recipient` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `recipient_name` varchar(64) NOT NULL COMMENT '鎺ユ敹浜哄悕绉�', + `notify_type` tinyint NOT NULL DEFAULT '0' COMMENT '閫氱煡绫诲瀷 1銆侀拤閽� 2銆侀偖浠� 3銆佷紒涓氬井淇� 4 椋炰功 5 webhook', + `notify_attribute` varchar(512) NOT NULL COMMENT '閰嶇疆灞炴��', + `description` varchar(256) NOT NULL DEFAULT '' COMMENT '鎻忚堪', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + KEY `idx_namespace_id` (`namespace_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='鍛婅閫氱煡鎺ユ敹浜�'; + +-- ---------------------------- +-- Records of sj_notify_recipient +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_retry_dead_letter_0 +-- ---------------------------- +DROP TABLE IF EXISTS `sj_retry_dead_letter_0`; +CREATE TABLE `sj_retry_dead_letter_0` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `unique_id` varchar(64) NOT NULL COMMENT '鍚岀粍涓媔d鍞竴', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `scene_name` varchar(64) NOT NULL COMMENT '鍦烘櫙鍚嶇О', + `idempotent_id` varchar(64) NOT NULL COMMENT '骞傜瓑id', + `biz_no` varchar(64) NOT NULL DEFAULT '' COMMENT '涓氬姟缂栧彿', + `executor_name` varchar(512) NOT NULL DEFAULT '' COMMENT '鎵ц鍣ㄥ悕绉�', + `args_str` text NOT NULL COMMENT '鎵ц鏂规硶鍙傛暟', + `ext_attrs` text NOT NULL COMMENT '鎵╁睍瀛楁', + `task_type` tinyint NOT NULL DEFAULT '1' COMMENT '浠诲姟绫诲瀷 1銆侀噸璇曟暟鎹� 2銆佸洖璋冩暟鎹�', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_namespace_id_group_name_unique_id` (`namespace_id`,`group_name`,`unique_id`), + KEY `idx_namespace_id_group_name_scene_name` (`namespace_id`,`group_name`,`scene_name`), + KEY `idx_idempotent_id` (`idempotent_id`), + KEY `idx_biz_no` (`biz_no`), + KEY `idx_create_dt` (`create_dt`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='姝讳俊闃熷垪琛�'; + +-- ---------------------------- +-- Records of sj_retry_dead_letter_0 +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_retry_scene_config +-- ---------------------------- +DROP TABLE IF EXISTS `sj_retry_scene_config`; +CREATE TABLE `sj_retry_scene_config` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `scene_name` varchar(64) NOT NULL COMMENT '鍦烘櫙鍚嶇О', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `scene_status` tinyint NOT NULL DEFAULT '0' COMMENT '缁勭姸鎬� 0銆佹湭鍚敤 1銆佸惎鐢�', + `max_retry_count` int NOT NULL DEFAULT '5' COMMENT '鏈�澶ч噸璇曟鏁�', + `back_off` tinyint NOT NULL DEFAULT '1' COMMENT '1銆侀粯璁ょ瓑绾� 2銆佸浐瀹氶棿闅旀椂闂� 3銆丆RON 琛ㄨ揪寮�', + `trigger_interval` varchar(16) NOT NULL DEFAULT '' COMMENT '闂撮殧鏃堕暱', + `deadline_request` bigint unsigned NOT NULL DEFAULT '60000' COMMENT 'Deadline Request 璋冪敤閾捐秴鏃� 鍗曚綅姣', + `executor_timeout` int unsigned NOT NULL DEFAULT '5' COMMENT '浠诲姟鎵ц瓒呮椂鏃堕棿锛屽崟浣嶇', + `route_key` tinyint NOT NULL DEFAULT '4' COMMENT '璺敱绛栫暐', + `description` varchar(256) NOT NULL DEFAULT '' COMMENT '鎻忚堪', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_namespace_id_group_name_scene_name` (`namespace_id`,`group_name`,`scene_name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='鍦烘櫙閰嶇疆'; + +-- ---------------------------- +-- Records of sj_retry_scene_config +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_retry_summary +-- ---------------------------- +DROP TABLE IF EXISTS `sj_retry_summary`; +CREATE TABLE `sj_retry_summary` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `group_name` varchar(64) NOT NULL DEFAULT '' COMMENT '缁勫悕绉�', + `scene_name` varchar(50) NOT NULL DEFAULT '' COMMENT '鍦烘櫙鍚嶇О', + `trigger_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '缁熻鏃堕棿', + `running_num` int NOT NULL DEFAULT '0' COMMENT '閲嶈瘯涓�-鏃ュ織鏁伴噺', + `finish_num` int NOT NULL DEFAULT '0' COMMENT '閲嶈瘯瀹屾垚-鏃ュ織鏁伴噺', + `max_count_num` int NOT NULL DEFAULT '0' COMMENT '閲嶈瘯鍒拌揪鏈�澶ф鏁�-鏃ュ織鏁伴噺', + `suspend_num` int NOT NULL DEFAULT '0' COMMENT '鏆傚仠閲嶈瘯-鏃ュ織鏁伴噺', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_scene_name_trigger_at` (`namespace_id`,`group_name`,`scene_name`,`trigger_at`) USING BTREE, + KEY `idx_trigger_at` (`trigger_at`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='DashBoard_Retry'; + +-- ---------------------------- +-- Records of sj_retry_summary +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_retry_task_0 +-- ---------------------------- +DROP TABLE IF EXISTS `sj_retry_task_0`; +CREATE TABLE `sj_retry_task_0` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `unique_id` varchar(64) NOT NULL COMMENT '鍚岀粍涓媔d鍞竴', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `scene_name` varchar(64) NOT NULL COMMENT '鍦烘櫙鍚嶇О', + `idempotent_id` varchar(64) NOT NULL COMMENT '骞傜瓑id', + `biz_no` varchar(64) NOT NULL DEFAULT '' COMMENT '涓氬姟缂栧彿', + `executor_name` varchar(512) NOT NULL DEFAULT '' COMMENT '鎵ц鍣ㄥ悕绉�', + `args_str` text NOT NULL COMMENT '鎵ц鏂规硶鍙傛暟', + `ext_attrs` text NOT NULL COMMENT '鎵╁睍瀛楁', + `next_trigger_at` datetime NOT NULL COMMENT '涓嬫瑙﹀彂鏃堕棿', + `retry_count` int NOT NULL DEFAULT '0' COMMENT '閲嶈瘯娆℃暟', + `retry_status` tinyint NOT NULL DEFAULT '0' COMMENT '閲嶈瘯鐘舵�� 0銆侀噸璇曚腑 1銆佹垚鍔� 2銆佹渶澶ч噸璇曟鏁�', + `task_type` tinyint NOT NULL DEFAULT '1' COMMENT '浠诲姟绫诲瀷 1銆侀噸璇曟暟鎹� 2銆佸洖璋冩暟鎹�', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_name_unique_id` (`namespace_id`,`group_name`,`unique_id`), + KEY `idx_namespace_id_group_name_scene_name` (`namespace_id`,`group_name`,`scene_name`), + KEY `idx_namespace_id_group_name_task_type` (`namespace_id`,`group_name`,`task_type`), + KEY `idx_namespace_id_group_name_retry_status` (`namespace_id`,`group_name`,`retry_status`), + KEY `idx_idempotent_id` (`idempotent_id`), + KEY `idx_biz_no` (`biz_no`), + KEY `idx_create_dt` (`create_dt`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='浠诲姟琛�'; + +-- ---------------------------- +-- Records of sj_retry_task_0 +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_retry_task_log +-- ---------------------------- +DROP TABLE IF EXISTS `sj_retry_task_log`; +CREATE TABLE `sj_retry_task_log` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `unique_id` varchar(64) NOT NULL COMMENT '鍚岀粍涓媔d鍞竴', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `scene_name` varchar(64) NOT NULL COMMENT '鍦烘櫙鍚嶇О', + `idempotent_id` varchar(64) NOT NULL COMMENT '骞傜瓑id', + `biz_no` varchar(64) NOT NULL DEFAULT '' COMMENT '涓氬姟缂栧彿', + `executor_name` varchar(512) NOT NULL DEFAULT '' COMMENT '鎵ц鍣ㄥ悕绉�', + `args_str` text NOT NULL COMMENT '鎵ц鏂规硶鍙傛暟', + `ext_attrs` text NOT NULL COMMENT '鎵╁睍瀛楁', + `retry_status` tinyint NOT NULL DEFAULT '0' COMMENT '閲嶈瘯鐘舵�� 0銆侀噸璇曚腑 1銆佹垚鍔� 2銆佹渶澶ф鏁�', + `task_type` tinyint NOT NULL DEFAULT '1' COMMENT '浠诲姟绫诲瀷 1銆侀噸璇曟暟鎹� 2銆佸洖璋冩暟鎹�', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + KEY `idx_group_name_scene_name` (`namespace_id`,`group_name`,`scene_name`), + KEY `idx_retry_status` (`retry_status`), + KEY `idx_idempotent_id` (`idempotent_id`), + KEY `idx_unique_id` (`unique_id`), + KEY `idx_biz_no` (`biz_no`), + KEY `idx_create_dt` (`create_dt`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='浠诲姟鏃ュ織鍩虹淇℃伅琛�'; + +-- ---------------------------- +-- Records of sj_retry_task_log +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_retry_task_log_message +-- ---------------------------- +DROP TABLE IF EXISTS `sj_retry_task_log_message`; +CREATE TABLE `sj_retry_task_log_message` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `unique_id` varchar(64) NOT NULL COMMENT '鍚岀粍涓媔d鍞竴', + `message` longtext NOT NULL COMMENT '寮傚父淇℃伅', + `log_num` int NOT NULL DEFAULT '1' COMMENT '鏃ュ織鏁伴噺', + `real_time` bigint NOT NULL DEFAULT '0' COMMENT '涓婃姤鏃堕棿', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + PRIMARY KEY (`id`), + KEY `idx_namespace_id_group_name_scene_name` (`namespace_id`,`group_name`,`unique_id`), + KEY `idx_create_dt` (`create_dt`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='浠诲姟璋冨害鏃ュ織淇℃伅璁板綍琛�'; + +-- ---------------------------- +-- Records of sj_retry_task_log_message +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_sequence_alloc +-- ---------------------------- +DROP TABLE IF EXISTS `sj_sequence_alloc`; +CREATE TABLE `sj_sequence_alloc` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `group_name` varchar(64) NOT NULL DEFAULT '' COMMENT '缁勫悕绉�', + `max_id` bigint NOT NULL DEFAULT '1' COMMENT '鏈�澶d', + `step` int NOT NULL DEFAULT '100' COMMENT '姝ラ暱', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '鏇存柊鏃堕棿', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_namespace_id_group_name` (`namespace_id`,`group_name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='鍙锋妯″紡搴忓彿ID鍒嗛厤琛�'; + +-- ---------------------------- +-- Records of sj_sequence_alloc +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_server_node +-- ---------------------------- +DROP TABLE IF EXISTS `sj_server_node`; +CREATE TABLE `sj_server_node` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `host_id` varchar(64) NOT NULL COMMENT '涓绘満id', + `host_ip` varchar(64) NOT NULL COMMENT '鏈哄櫒ip', + `host_port` int NOT NULL COMMENT '鏈哄櫒绔彛', + `expire_at` datetime NOT NULL COMMENT '杩囨湡鏃堕棿', + `node_type` tinyint NOT NULL COMMENT '鑺傜偣绫诲瀷 1銆佸鎴风 2銆佹槸鏈嶅姟绔�', + `ext_attrs` varchar(256) DEFAULT '' COMMENT '鎵╁睍瀛楁', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_host_id_host_ip` (`host_id`,`host_ip`), + KEY `idx_namespace_id_group_name` (`namespace_id`,`group_name`), + KEY `idx_expire_at_node_type` (`expire_at`,`node_type`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='鏈嶅姟鍣ㄨ妭鐐�'; + +-- ---------------------------- +-- Records of sj_server_node +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_system_user +-- ---------------------------- +DROP TABLE IF EXISTS `sj_system_user`; +CREATE TABLE `sj_system_user` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `username` varchar(64) NOT NULL COMMENT '璐﹀彿', + `password` varchar(128) NOT NULL COMMENT '瀵嗙爜', + `role` tinyint NOT NULL DEFAULT '0' COMMENT '瑙掕壊锛�1-鏅�氱敤鎴枫��2-绠$悊鍛�', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_username` (`username`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='绯荤粺鐢ㄦ埛琛�'; + +-- ---------------------------- +-- Records of sj_system_user +-- ---------------------------- +BEGIN; +INSERT INTO `sj_system_user` (`id`, `username`, `password`, `role`, `create_dt`, `update_dt`) VALUES (1, 'admin', '465c194afb65670f38322df087f0a9bb225cc257e43eb4ac5a0c98ef5b3173ac', 2, '2025-02-12 13:15:48', '2025-02-12 13:15:48'); +COMMIT; + +-- ---------------------------- +-- Table structure for sj_system_user_permission +-- ---------------------------- +DROP TABLE IF EXISTS `sj_system_user_permission`; +CREATE TABLE `sj_system_user_permission` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `system_user_id` bigint NOT NULL COMMENT '绯荤粺鐢ㄦ埛id', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + UNIQUE KEY `uk_namespace_id_group_name_system_user_id` (`namespace_id`,`group_name`,`system_user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='绯荤粺鐢ㄦ埛鏉冮檺琛�'; + +-- ---------------------------- +-- Records of sj_system_user_permission +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_workflow +-- ---------------------------- +DROP TABLE IF EXISTS `sj_workflow`; +CREATE TABLE `sj_workflow` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `workflow_name` varchar(64) NOT NULL COMMENT '宸ヤ綔娴佸悕绉�', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `workflow_status` tinyint NOT NULL DEFAULT '1' COMMENT '宸ヤ綔娴佺姸鎬� 0銆佸叧闂��1銆佸紑鍚�', + `trigger_type` tinyint NOT NULL COMMENT '瑙﹀彂绫诲瀷 1.CRON 琛ㄨ揪寮� 2. 鍥哄畾鏃堕棿', + `trigger_interval` varchar(255) NOT NULL COMMENT '闂撮殧鏃堕暱', + `next_trigger_at` bigint NOT NULL COMMENT '涓嬫瑙﹀彂鏃堕棿', + `block_strategy` tinyint NOT NULL DEFAULT '1' COMMENT '闃诲绛栫暐 1銆佷涪寮� 2銆佽鐩� 3銆佸苟琛�', + `executor_timeout` int NOT NULL DEFAULT '0' COMMENT '浠诲姟鎵ц瓒呮椂鏃堕棿锛屽崟浣嶇', + `description` varchar(256) NOT NULL DEFAULT '' COMMENT '鎻忚堪', + `flow_info` text COMMENT '娴佺▼淇℃伅', + `wf_context` text COMMENT '涓婁笅鏂�', + `bucket_index` int NOT NULL DEFAULT '0' COMMENT 'bucket', + `version` int NOT NULL COMMENT '鐗堟湰鍙�', + `ext_attrs` varchar(256) DEFAULT '' COMMENT '鎵╁睍瀛楁', + `deleted` tinyint NOT NULL DEFAULT '0' COMMENT '閫昏緫鍒犻櫎 1銆佸垹闄�', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + KEY `idx_create_dt` (`create_dt`), + KEY `idx_namespace_id_group_name` (`namespace_id`,`group_name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='宸ヤ綔娴�'; + +-- ---------------------------- +-- Records of sj_workflow +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_workflow_node +-- ---------------------------- +DROP TABLE IF EXISTS `sj_workflow_node`; +CREATE TABLE `sj_workflow_node` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `node_name` varchar(64) NOT NULL COMMENT '鑺傜偣鍚嶇О', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `job_id` bigint NOT NULL COMMENT '浠诲姟淇℃伅id', + `workflow_id` bigint NOT NULL COMMENT '宸ヤ綔娴両D', + `node_type` tinyint NOT NULL DEFAULT '1' COMMENT '1銆佷换鍔¤妭鐐� 2銆佹潯浠惰妭鐐�', + `expression_type` tinyint NOT NULL DEFAULT '0' COMMENT '1銆丼pEl銆�2銆丄viator 3銆丵L', + `fail_strategy` tinyint NOT NULL DEFAULT '1' COMMENT '澶辫触绛栫暐 1銆佽烦杩� 2銆侀樆濉�', + `workflow_node_status` tinyint NOT NULL DEFAULT '1' COMMENT '宸ヤ綔娴佽妭鐐圭姸鎬� 0銆佸叧闂��1銆佸紑鍚�', + `priority_level` int NOT NULL DEFAULT '1' COMMENT '浼樺厛绾�', + `node_info` text COMMENT '鑺傜偣淇℃伅 ', + `version` int NOT NULL COMMENT '鐗堟湰鍙�', + `ext_attrs` varchar(256) DEFAULT '' COMMENT '鎵╁睍瀛楁', + `deleted` tinyint NOT NULL DEFAULT '0' COMMENT '閫昏緫鍒犻櫎 1銆佸垹闄�', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + KEY `idx_create_dt` (`create_dt`), + KEY `idx_namespace_id_group_name` (`namespace_id`,`group_name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='宸ヤ綔娴佽妭鐐�'; + +-- ---------------------------- +-- Records of sj_workflow_node +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sj_workflow_task_batch +-- ---------------------------- +DROP TABLE IF EXISTS `sj_workflow_task_batch`; +CREATE TABLE `sj_workflow_task_batch` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '涓婚敭', + `namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '鍛藉悕绌洪棿id', + `group_name` varchar(64) NOT NULL COMMENT '缁勫悕绉�', + `workflow_id` bigint NOT NULL COMMENT '宸ヤ綔娴佷换鍔d', + `task_batch_status` tinyint NOT NULL DEFAULT '0' COMMENT '浠诲姟鎵规鐘舵�� 0銆佸け璐� 1銆佹垚鍔�', + `operation_reason` tinyint NOT NULL DEFAULT '0' COMMENT '鎿嶄綔鍘熷洜', + `flow_info` text COMMENT '娴佺▼淇℃伅', + `wf_context` text COMMENT '鍏ㄥ眬涓婁笅鏂�', + `execution_at` bigint NOT NULL DEFAULT '0' COMMENT '浠诲姟鎵ц鏃堕棿', + `ext_attrs` varchar(256) DEFAULT '' COMMENT '鎵╁睍瀛楁', + `version` int NOT NULL DEFAULT '1' COMMENT '鐗堟湰鍙�', + `deleted` tinyint NOT NULL DEFAULT '0' COMMENT '閫昏緫鍒犻櫎 1銆佸垹闄�', + `create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿', + `update_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '淇敼鏃堕棿', + PRIMARY KEY (`id`), + KEY `idx_job_id_task_batch_status` (`workflow_id`,`task_batch_status`), + KEY `idx_create_dt` (`create_dt`), + KEY `idx_namespace_id_group_name` (`namespace_id`,`group_name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='宸ヤ綔娴佹壒娆�'; + +-- ---------------------------- +-- Records of sj_workflow_task_batch +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_client +-- ---------------------------- +DROP TABLE IF EXISTS `sys_client`; +CREATE TABLE `sys_client` ( + `id` bigint NOT NULL COMMENT 'id', + `client_id` varchar(64) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '瀹㈡埛绔痠d', + `client_key` varchar(32) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '瀹㈡埛绔痥ey', + `client_secret` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '瀹㈡埛绔閽�', + `grant_type` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鎺堟潈绫诲瀷', + `device_type` varchar(32) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '璁惧绫诲瀷', + `active_timeout` int DEFAULT '1800' COMMENT 'token娲昏穬瓒呮椂鏃堕棿', + `timeout` int DEFAULT '604800' COMMENT 'token鍥哄畾瓒呮椂', + `status` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鐘舵�侊紙0姝e父 1鍋滅敤锛�', + `del_flag` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鍒犻櫎鏍囧織锛�0浠h〃瀛樺湪 2浠h〃鍒犻櫎锛�', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='绯荤粺鎺堟潈琛�'; + +-- ---------------------------- +-- Records of sys_client +-- ---------------------------- +BEGIN; +INSERT INTO `sys_client` (`id`, `client_id`, `client_key`, `client_secret`, `grant_type`, `device_type`, `active_timeout`, `timeout`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, 'e5cd7e4891bf95d1d19206ce24a7b32e', 'pc', 'pc123', 'password,social', 'pc', 1800, 604800, '0', '0', 103, 1, '2024-12-24 16:54:24', 1, '2024-12-24 16:54:24'); +INSERT INTO `sys_client` (`id`, `client_id`, `client_key`, `client_secret`, `grant_type`, `device_type`, `active_timeout`, `timeout`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (2, '428a8310cd442757ae699df5d894f051', 'app', 'app123', 'password,sms,social', 'android', 1800, 604800, '0', '0', 103, 1, '2024-12-24 16:54:24', 1, '2024-12-24 16:54:24'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_config +-- ---------------------------- +DROP TABLE IF EXISTS `sys_config`; +CREATE TABLE `sys_config` ( + `config_id` bigint NOT NULL COMMENT '鍙傛暟涓婚敭', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `config_name` varchar(100) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鍙傛暟鍚嶇О', + `config_key` varchar(100) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鍙傛暟閿悕', + `config_value` varchar(500) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鍙傛暟閿��', + `config_type` char(1) COLLATE utf8mb4_general_ci DEFAULT 'N' COMMENT '绯荤粺鍐呯疆锛圷鏄� N鍚︼級', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='鍙傛暟閰嶇疆琛�'; + +-- ---------------------------- +-- Records of sys_config +-- ---------------------------- +BEGIN; +INSERT INTO `sys_config` (`config_id`, `tenant_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '000000', '涓绘鏋堕〉-榛樿鐨偆鏍峰紡鍚嶇О', 'sys.index.skinName', 'skin-blue', 'Y', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '钃濊壊 skin-blue銆佺豢鑹� skin-green銆佺传鑹� skin-purple銆佺孩鑹� skin-red銆侀粍鑹� skin-yellow'); +INSERT INTO `sys_config` (`config_id`, `tenant_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '000000', '鐢ㄦ埛绠$悊-璐﹀彿鍒濆瀵嗙爜', 'sys.user.initPassword', '123456', 'Y', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鍒濆鍖栧瘑鐮� 123456'); +INSERT INTO `sys_config` (`config_id`, `tenant_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '000000', '涓绘鏋堕〉-渚ц竟鏍忎富棰�', 'sys.index.sideTheme', 'theme-dark', 'Y', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '娣辫壊涓婚theme-dark锛屾祬鑹蹭富棰榯heme-light'); +INSERT INTO `sys_config` (`config_id`, `tenant_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (5, '000000', '璐﹀彿鑷姪-鏄惁寮�鍚敤鎴锋敞鍐屽姛鑳�', 'sys.account.registerUser', 'false', 'Y', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鏄惁寮�鍚敞鍐岀敤鎴峰姛鑳斤紙true寮�鍚紝false鍏抽棴锛�'); +INSERT INTO `sys_config` (`config_id`, `tenant_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (11, '000000', 'OSS棰勮鍒楄〃璧勬簮寮�鍏�', 'sys.oss.previewListResource', 'true', 'Y', 103, 1, '2024-12-24 16:54:24', NULL, NULL, 'true:寮�鍚�, false:鍏抽棴'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_dept +-- ---------------------------- +DROP TABLE IF EXISTS `sys_dept`; +CREATE TABLE `sys_dept` ( + `dept_id` bigint NOT NULL COMMENT '閮ㄩ棬id', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `parent_id` bigint DEFAULT '0' COMMENT '鐖堕儴闂╥d', + `ancestors` varchar(500) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '绁栫骇鍒楄〃', + `dept_name` varchar(30) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '閮ㄩ棬鍚嶇О', + `dept_category` varchar(100) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '閮ㄩ棬绫诲埆缂栫爜', + `order_num` int DEFAULT '0' COMMENT '鏄剧ず椤哄簭', + `leader` bigint DEFAULT NULL COMMENT '璐熻矗浜�', + `phone` varchar(11) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鑱旂郴鐢佃瘽', + `email` varchar(50) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '閭', + `status` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '閮ㄩ棬鐘舵�侊紙0姝e父 1鍋滅敤锛�', + `del_flag` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鍒犻櫎鏍囧織锛�0浠h〃瀛樺湪 2浠h〃鍒犻櫎锛�', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + PRIMARY KEY (`dept_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='閮ㄩ棬琛�'; + +-- ---------------------------- +-- Records of sys_dept +-- ---------------------------- +BEGIN; +INSERT INTO `sys_dept` (`dept_id`, `tenant_id`, `parent_id`, `ancestors`, `dept_name`, `dept_category`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (100, '000000', 0, '0', 'XXX绉戞妧', NULL, 0, NULL, '15888888888', 'xxx@qq.com', '0', '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL); +INSERT INTO `sys_dept` (`dept_id`, `tenant_id`, `parent_id`, `ancestors`, `dept_name`, `dept_category`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (101, '000000', 100, '0,100', '娣卞湷鎬诲叕鍙�', NULL, 1, NULL, '15888888888', 'xxx@qq.com', '0', '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL); +INSERT INTO `sys_dept` (`dept_id`, `tenant_id`, `parent_id`, `ancestors`, `dept_name`, `dept_category`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (102, '000000', 100, '0,100', '闀挎矙鍒嗗叕鍙�', NULL, 2, NULL, '15888888888', 'xxx@qq.com', '0', '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL); +INSERT INTO `sys_dept` (`dept_id`, `tenant_id`, `parent_id`, `ancestors`, `dept_name`, `dept_category`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (103, '000000', 101, '0,100,101', '鐮斿彂閮ㄩ棬', NULL, 1, 1, '15888888888', 'xxx@qq.com', '0', '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL); +INSERT INTO `sys_dept` (`dept_id`, `tenant_id`, `parent_id`, `ancestors`, `dept_name`, `dept_category`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (104, '000000', 101, '0,100,101', '甯傚満閮ㄩ棬', NULL, 2, NULL, '15888888888', 'xxx@qq.com', '0', '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL); +INSERT INTO `sys_dept` (`dept_id`, `tenant_id`, `parent_id`, `ancestors`, `dept_name`, `dept_category`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (105, '000000', 101, '0,100,101', '娴嬭瘯閮ㄩ棬', NULL, 3, NULL, '15888888888', 'xxx@qq.com', '0', '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL); +INSERT INTO `sys_dept` (`dept_id`, `tenant_id`, `parent_id`, `ancestors`, `dept_name`, `dept_category`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (106, '000000', 101, '0,100,101', '璐㈠姟閮ㄩ棬', NULL, 4, NULL, '15888888888', 'xxx@qq.com', '0', '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL); +INSERT INTO `sys_dept` (`dept_id`, `tenant_id`, `parent_id`, `ancestors`, `dept_name`, `dept_category`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (107, '000000', 101, '0,100,101', '杩愮淮閮ㄩ棬', NULL, 5, NULL, '15888888888', 'xxx@qq.com', '0', '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL); +INSERT INTO `sys_dept` (`dept_id`, `tenant_id`, `parent_id`, `ancestors`, `dept_name`, `dept_category`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (108, '000000', 102, '0,100,102', '甯傚満閮ㄩ棬', NULL, 1, NULL, '15888888888', 'xxx@qq.com', '0', '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL); +INSERT INTO `sys_dept` (`dept_id`, `tenant_id`, `parent_id`, `ancestors`, `dept_name`, `dept_category`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (109, '000000', 102, '0,100,102', '璐㈠姟閮ㄩ棬', NULL, 2, NULL, '15888888888', 'xxx@qq.com', '0', '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_dict_data +-- ---------------------------- +DROP TABLE IF EXISTS `sys_dict_data`; +CREATE TABLE `sys_dict_data` ( + `dict_code` bigint NOT NULL COMMENT '瀛楀吀缂栫爜', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `dict_sort` int DEFAULT '0' COMMENT '瀛楀吀鎺掑簭', + `dict_label` varchar(100) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '瀛楀吀鏍囩', + `dict_value` varchar(100) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '瀛楀吀閿��', + `dict_type` varchar(100) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '瀛楀吀绫诲瀷', + `css_class` varchar(100) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鏍峰紡灞炴�э紙鍏朵粬鏍峰紡鎵╁睍锛�', + `list_class` varchar(100) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '琛ㄦ牸鍥炴樉鏍峰紡', + `is_default` char(1) COLLATE utf8mb4_general_ci DEFAULT 'N' COMMENT '鏄惁榛樿锛圷鏄� N鍚︼級', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`dict_code`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='瀛楀吀鏁版嵁琛�'; + +-- ---------------------------- +-- Records of sys_dict_data +-- ---------------------------- +BEGIN; +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '000000', 1, '鐢�', '0', 'sys_user_sex', '', '', 'Y', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鎬у埆鐢�'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '000000', 2, '濂�', '1', 'sys_user_sex', '', '', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鎬у埆濂�'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '000000', 3, '鏈煡', '2', 'sys_user_sex', '', '', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鎬у埆鏈煡'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (4, '000000', 1, '鏄剧ず', '0', 'sys_show_hide', '', 'primary', 'Y', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鏄剧ず鑿滃崟'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (5, '000000', 2, '闅愯棌', '1', 'sys_show_hide', '', 'danger', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '闅愯棌鑿滃崟'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (6, '000000', 1, '姝e父', '0', 'sys_normal_disable', '', 'primary', 'Y', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '姝e父鐘舵��'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (7, '000000', 2, '鍋滅敤', '1', 'sys_normal_disable', '', 'danger', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鍋滅敤鐘舵��'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (12, '000000', 1, '鏄�', 'Y', 'sys_yes_no', '', 'primary', 'Y', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '绯荤粺榛樿鏄�'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (13, '000000', 2, '鍚�', 'N', 'sys_yes_no', '', 'danger', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '绯荤粺榛樿鍚�'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (14, '000000', 1, '閫氱煡', '1', 'sys_notice_type', '', 'warning', 'Y', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '閫氱煡'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (15, '000000', 2, '鍏憡', '2', 'sys_notice_type', '', 'success', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鍏憡'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (16, '000000', 1, '姝e父', '0', 'sys_notice_status', '', 'primary', 'Y', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '姝e父鐘舵��'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (17, '000000', 2, '鍏抽棴', '1', 'sys_notice_status', '', 'danger', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鍏抽棴鐘舵��'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (18, '000000', 1, '鏂板', '1', 'sys_oper_type', '', 'info', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鏂板鎿嶄綔'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (19, '000000', 2, '淇敼', '2', 'sys_oper_type', '', 'info', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '淇敼鎿嶄綔'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (20, '000000', 3, '鍒犻櫎', '3', 'sys_oper_type', '', 'danger', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鍒犻櫎鎿嶄綔'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (21, '000000', 4, '鎺堟潈', '4', 'sys_oper_type', '', 'primary', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鎺堟潈鎿嶄綔'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (22, '000000', 5, '瀵煎嚭', '5', 'sys_oper_type', '', 'warning', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '瀵煎嚭鎿嶄綔'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (23, '000000', 6, '瀵煎叆', '6', 'sys_oper_type', '', 'warning', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '瀵煎叆鎿嶄綔'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (24, '000000', 7, '寮洪��', '7', 'sys_oper_type', '', 'danger', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '寮洪��鎿嶄綔'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (25, '000000', 8, '鐢熸垚浠g爜', '8', 'sys_oper_type', '', 'warning', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鐢熸垚鎿嶄綔'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (26, '000000', 9, '娓呯┖鏁版嵁', '9', 'sys_oper_type', '', 'danger', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '娓呯┖鎿嶄綔'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (27, '000000', 1, '鎴愬姛', '0', 'sys_common_status', '', 'primary', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '姝e父鐘舵��'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (28, '000000', 2, '澶辫触', '1', 'sys_common_status', '', 'danger', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鍋滅敤鐘舵��'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (29, '000000', 99, '鍏朵粬', '0', 'sys_oper_type', '', 'info', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鍏朵粬鎿嶄綔'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (30, '000000', 0, '瀵嗙爜璁よ瘉', 'password', 'sys_grant_type', 'el-check-tag', 'default', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '瀵嗙爜璁よ瘉'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (31, '000000', 0, '鐭俊璁よ瘉', 'sms', 'sys_grant_type', 'el-check-tag', 'default', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鐭俊璁よ瘉'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (32, '000000', 0, '閭欢璁よ瘉', 'email', 'sys_grant_type', 'el-check-tag', 'default', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '閭欢璁よ瘉'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (33, '000000', 0, '灏忕▼搴忚璇�', 'xcx', 'sys_grant_type', 'el-check-tag', 'default', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '灏忕▼搴忚璇�'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (34, '000000', 0, '涓夋柟鐧诲綍璁よ瘉', 'social', 'sys_grant_type', 'el-check-tag', 'default', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '涓夋柟鐧诲綍璁よ瘉'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (35, '000000', 0, 'PC', 'pc', 'sys_device_type', '', 'default', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, 'PC'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (36, '000000', 0, '瀹夊崜', 'android', 'sys_device_type', '', 'default', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '瀹夊崜'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (37, '000000', 0, 'iOS', 'ios', 'sys_device_type', '', 'default', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, 'iOS'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (38, '000000', 0, '灏忕▼搴�', 'xcx', 'sys_device_type', '', 'default', 'N', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '灏忕▼搴�'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1875775031024390146, '000000', 1, '浣跨敤', '1', 'sys_equ_status', NULL, 'success', 'N', 103, 1, '2025-01-05 13:23:12', 1, '2025-02-13 15:27:27', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1875775264009588738, '000000', 0, '璇曠敤', '0', 'sys_equ_status', NULL, 'cyan', 'N', 103, 1, '2025-01-05 13:24:08', 1, '2025-01-05 13:24:22', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1875775424861147138, '000000', 2, '鍋滅敤', '2', 'sys_equ_status', NULL, 'danger', 'N', 103, 1, '2025-01-05 13:24:46', 1, '2025-02-13 15:33:15', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1875775593254064130, '000000', 3, '鎶ュ簾', '3', 'sys_equ_status', NULL, 'pink', 'N', 103, 1, '2025-01-05 13:25:26', 1, '2025-02-13 15:33:19', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1880132039285956609, '000000', 1, '鐩樼偣涓�', '0', 'inventory_statu', NULL, 'primary', 'N', 103, 1, '2025-01-17 13:56:24', 1, '2025-01-17 13:56:24', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1880132101483290626, '000000', 1, '鐩樼偣缁撴潫', '1', 'inventory_statu', NULL, 'green', 'N', 103, 1, '2025-01-17 13:56:39', 1, '2025-01-17 13:56:39', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888050111540211713, '000000', 0, '鏈洏', '0', 'inventory_detail_statu', NULL, 'red', 'N', 103, 1, '2025-02-08 10:20:00', 1, '2025-02-08 10:20:00', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888050166619811842, '000000', 1, '宸茬洏', '1', 'inventory_detail_statu', NULL, 'green', 'N', 103, 1, '2025-02-08 10:20:13', 1, '2025-02-08 10:20:13', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888852864692760577, '000000', 1, '璁惧鏁呴殰', '1', 'repair_req_type', NULL, 'primary', 'N', 103, 1, '2025-02-10 15:29:51', 1, '2025-02-10 16:30:28', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888852995580211202, '000000', 2, '宸ュ叿鏁呴殰', '2', 'repair_req_type', NULL, 'cyan', 'N', 103, 1, '2025-02-10 15:30:22', 1, '2025-02-10 16:30:34', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888853150668795905, '000000', 3, '鍏跺畠鏁呴殰', '3', 'repair_req_type', NULL, 'pink', 'N', 103, 1, '2025-02-10 15:30:59', 1, '2025-02-10 16:30:38', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888853839524507649, '000000', 1, '涓�鑸�', '1', 'repair_urgency_level', NULL, 'orange', 'N', 103, 1, '2025-02-10 15:33:43', 1, '2025-02-10 15:33:43', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888853895698821121, '000000', 2, '绱ф��', '2', 'repair_urgency_level', NULL, 'danger', 'N', 103, 1, '2025-02-10 15:33:57', 1, '2025-02-10 15:33:57', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888854928655233026, '000000', 0, '寰呮帴鍗�', '0', 'repair_req_status', NULL, 'orange', 'N', 103, 1, '2025-02-10 15:38:03', 1, '2025-02-10 15:38:03', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888854996997222402, '000000', 1, '缁翠慨涓�', '1', 'repair_req_status', NULL, 'cyan', 'N', 103, 1, '2025-02-10 15:38:19', 1, '2025-02-10 15:38:19', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888855058393444354, '000000', 2, '宸插畬鎴�', '2', 'repair_req_status', NULL, 'green', 'N', 103, 1, '2025-02-10 15:38:34', 1, '2025-02-10 15:38:34', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888867365911638017, '000000', 1, '鏈烘鏁呴殰', '1', 'repair_fault_type', NULL, NULL, 'N', 103, 1, '2025-02-10 16:27:28', 1, '2025-02-10 16:27:28', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888867399784837121, '000000', 2, '鐢垫皵鏁呴殰', '2', 'repair_fault_type', NULL, NULL, 'N', 103, 1, '2025-02-10 16:27:36', 1, '2025-02-11 14:27:29', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888867428549373954, '000000', 3, '鍏跺畠', '3', 'repair_fault_type', NULL, NULL, 'N', 103, 1, '2025-02-10 16:27:43', 1, '2025-02-10 16:27:43', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889917775964397570, '000000', 1, '鍙�', '1', 'eims_equ_unit', NULL, NULL, 'N', 103, 1, '2025-02-13 14:01:25', 1, '2025-02-13 14:02:20', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889917821376126977, '000000', 2, '濂�', '2', 'eims_equ_unit', NULL, NULL, 'N', 103, 1, '2025-02-13 14:01:36', 1, '2025-02-13 14:01:36', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889917865475039234, '000000', 3, '涓�', '3', 'eims_equ_unit', NULL, NULL, 'N', 103, 1, '2025-02-13 14:01:47', 1, '2025-02-13 14:01:47', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889917912187002881, '000000', 4, '缁�', '4', 'eims_equ_unit', NULL, NULL, 'N', 103, 1, '2025-02-13 14:01:58', 1, '2025-02-13 14:01:58', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889917974040403969, '000000', 5, '闈�', '5', 'eims_equ_unit', NULL, NULL, 'N', 103, 1, '2025-02-13 14:02:13', 1, '2025-02-13 14:02:13', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889939534335819777, '000000', 4, '闂茬疆', '4', 'sys_equ_status', NULL, 'orange', 'N', 103, 1, '2025-02-13 15:27:53', 1, '2025-02-13 15:31:46', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889939963207598082, '000000', 5, '鏂板', '5', 'sys_equ_status', NULL, 'info', 'N', 103, 1, '2025-02-13 15:29:35', 1, '2025-02-13 15:31:22', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890205043891441665, '000000', 0, '鏂板鍏�', '0', 'equ_import_status', NULL, 'orange', 'N', 103, 1, '2025-02-14 09:02:55', 1, '2025-02-14 09:02:55', '璁惧棣栨瀵煎叆鐘舵�侊紝棣栨鐩樼偣鍚庝慨鏀逛负宸茬‘璁�'); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890205092255961090, '000000', 1, '宸茬‘璁�', '1', 'equ_import_status', NULL, 'primary', 'N', 103, 1, '2025-02-14 09:03:07', 1, '2025-02-14 09:03:07', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890264658086821890, '000000', 1, '宸ュ叿', '1', 'eims_fixture_type', NULL, 'primary', 'N', 103, 1, '2025-02-14 12:59:49', 1, '2025-02-14 12:59:49', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890264696800247810, '000000', 2, '娌诲叿', '2', 'eims_fixture_type', NULL, 'cyan', 'N', 103, 1, '2025-02-14 12:59:58', 1, '2025-02-14 12:59:58', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890265387820220417, '000000', 0, '姝e父', '0', 'eims_fixture_status', NULL, 'success', 'N', 103, 1, '2025-02-14 13:02:43', 1, '2025-02-14 13:02:43', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890265467738488833, '000000', 1, '鍋滅敤', '1', 'eims_fixture_status', NULL, 'danger', 'N', 103, 1, '2025-02-14 13:03:02', 1, '2025-02-14 13:03:02', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891660585600139265, '000000', 0, '绌洪棽', '0', 'fixture_borrow_status', NULL, 'green', 'N', 103, 1, '2025-02-18 09:26:44', 1, '2025-02-18 09:26:44', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891660664356585474, '000000', 1, '鍊熷嚭', '1', 'fixture_borrow_status', NULL, 'primary', 'N', 103, 1, '2025-02-18 09:27:02', 1, '2025-02-18 09:27:02', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891688804214697985, '000000', 0, '鍊熺敤涓�', '0', 'fixture_borrow_record_status', NULL, 'primary', 'N', 103, 1, '2025-02-18 11:18:51', 1, '2025-02-18 11:18:51', NULL); +INSERT INTO `sys_dict_data` (`dict_code`, `tenant_id`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891688873827561473, '000000', 1, '宸插綊杩�', '1', 'fixture_borrow_record_status', NULL, 'success', 'N', 103, 1, '2025-02-18 11:19:08', 1, '2025-02-18 11:19:08', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_dict_type +-- ---------------------------- +DROP TABLE IF EXISTS `sys_dict_type`; +CREATE TABLE `sys_dict_type` ( + `dict_id` bigint NOT NULL COMMENT '瀛楀吀涓婚敭', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `dict_name` varchar(100) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '瀛楀吀鍚嶇О', + `dict_type` varchar(100) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '瀛楀吀绫诲瀷', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`dict_id`), + UNIQUE KEY `tenant_id` (`tenant_id`,`dict_type`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='瀛楀吀绫诲瀷琛�'; + +-- ---------------------------- +-- Records of sys_dict_type +-- ---------------------------- +BEGIN; +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '000000', '鐢ㄦ埛鎬у埆', 'sys_user_sex', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鐢ㄦ埛鎬у埆鍒楄〃'); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '000000', '鑿滃崟鐘舵��', 'sys_show_hide', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鑿滃崟鐘舵�佸垪琛�'); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '000000', '绯荤粺寮�鍏�', 'sys_normal_disable', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '绯荤粺寮�鍏冲垪琛�'); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (6, '000000', '绯荤粺鏄惁', 'sys_yes_no', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '绯荤粺鏄惁鍒楄〃'); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (7, '000000', '閫氱煡绫诲瀷', 'sys_notice_type', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '閫氱煡绫诲瀷鍒楄〃'); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (8, '000000', '閫氱煡鐘舵��', 'sys_notice_status', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '閫氱煡鐘舵�佸垪琛�'); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (9, '000000', '鎿嶄綔绫诲瀷', 'sys_oper_type', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鎿嶄綔绫诲瀷鍒楄〃'); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (10, '000000', '绯荤粺鐘舵��', 'sys_common_status', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鐧诲綍鐘舵�佸垪琛�'); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (11, '000000', '鎺堟潈绫诲瀷', 'sys_grant_type', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '璁よ瘉鎺堟潈绫诲瀷'); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (12, '000000', '璁惧绫诲瀷', 'sys_device_type', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '瀹㈡埛绔澶囩被鍨�'); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1875774501413818370, '000000', '璁惧鐘舵��', 'sys_equ_status', 103, 1, '2025-01-05 13:21:06', 1, '2025-01-05 13:21:06', '璁惧鐘舵��'); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1880131864534474754, '000000', '鐩樼偣鐘舵��', 'inventory_statu', 103, 1, '2025-01-17 13:55:42', 1, '2025-01-17 13:55:42', NULL); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888049931893977089, '000000', '鐩樼偣鏄庣粏鐘舵��', 'inventory_detail_statu', 103, 1, '2025-02-08 10:19:17', 1, '2025-02-08 10:19:17', NULL); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888852560219844609, '000000', '鎶ヤ慨绫诲瀷', 'repair_req_type', 103, 1, '2025-02-10 15:28:38', 1, '2025-02-10 15:28:38', NULL); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888853668375932930, '000000', '鎶ヤ慨绱ф�ョ▼搴�', 'repair_urgency_level', 103, 1, '2025-02-10 15:33:02', 1, '2025-02-10 15:33:02', NULL); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888854701164572673, '000000', '鎶ヤ慨鐘舵��', 'repair_req_status', 103, 1, '2025-02-10 15:37:09', 1, '2025-02-10 15:37:09', NULL); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888867248873779202, '000000', '鏁呴殰绫诲埆', 'repair_fault_type', 103, 1, '2025-02-10 16:27:00', 1, '2025-02-10 16:27:00', NULL); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889917574130294785, '000000', '璁惧鍗曚綅', 'eims_equ_unit', 103, 1, '2025-02-13 14:00:37', 1, '2025-02-13 14:00:37', NULL); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890204668207632386, '000000', '璁惧瀵煎叆鐘舵��', 'equ_import_status', 103, 1, '2025-02-14 09:01:26', 1, '2025-02-14 09:01:26', NULL); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890264549630509057, '000000', '宸ュ叿(娌诲叿)绫诲瀷', 'eims_fixture_type', 103, 1, '2025-02-14 12:59:23', 1, '2025-02-14 15:38:16', NULL); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890265298657705985, '000000', '宸ュ叿(娌诲叿)鐘舵��', 'eims_fixture_status', 103, 1, '2025-02-14 13:02:21', 1, '2025-02-18 11:16:19', '宸ュ叿锛堟不鍏凤級鐘舵��'); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891660505694453762, '000000', '宸ュ叿鍊熺敤鐘舵��', 'fixture_borrow_status', 103, 1, '2025-02-18 09:26:25', 1, '2025-02-18 11:16:52', '宸ュ叿锛堟不鍏凤級琛�-宸ュ叿鏄惁琚�熺敤鐘舵��'); +INSERT INTO `sys_dict_type` (`dict_id`, `tenant_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891688592146493442, '000000', '宸ュ叿鍊熺敤璁板綍鐘舵��', 'fixture_borrow_record_status', 103, 1, '2025-02-18 11:18:01', 1, '2025-02-18 11:18:01', '宸ュ叿锛堟不鍏凤級鍊熺敤璁板綍琛ㄥ�熺敤璁板綍鐘舵��'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_logininfor +-- ---------------------------- +DROP TABLE IF EXISTS `sys_logininfor`; +CREATE TABLE `sys_logininfor` ( + `info_id` bigint NOT NULL COMMENT '璁块棶ID', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `user_name` varchar(50) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鐢ㄦ埛璐﹀彿', + `client_key` varchar(32) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '瀹㈡埛绔�', + `device_type` varchar(32) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '璁惧绫诲瀷', + `ipaddr` varchar(128) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鐧诲綍IP鍦板潃', + `login_location` varchar(255) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鐧诲綍鍦扮偣', + `browser` varchar(50) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '娴忚鍣ㄧ被鍨�', + `os` varchar(50) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鎿嶄綔绯荤粺', + `status` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鐧诲綍鐘舵�侊紙0鎴愬姛 1澶辫触锛�', + `msg` varchar(255) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鎻愮ず娑堟伅', + `login_time` datetime DEFAULT NULL COMMENT '璁块棶鏃堕棿', + PRIMARY KEY (`info_id`), + KEY `idx_sys_logininfor_s` (`status`), + KEY `idx_sys_logininfor_lt` (`login_time`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='绯荤粺璁块棶璁板綍'; + +-- ---------------------------- +-- Records of sys_logininfor +-- ---------------------------- +BEGIN; +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871496584306393090, '000000', 'admin', 'pc', 'pc', '127.0.0.1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-24 18:02:11'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871720420837150722, '000000', 'admin', 'pc', 'pc', '127.0.0.1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 08:51:38'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871728030088941570, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 09:21:52'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871779118171279361, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 12:44:52'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871782185478377474, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 12:57:04'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871795579958841346, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2024-12-25 13:50:17'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871795588179677185, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 13:50:19'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871799438533971970, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2024-12-25 14:05:37'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871799446419263489, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 14:05:39'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871802089833222145, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 14:16:09'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871803470459686913, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 14:21:38'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871803564361764866, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '閫�鍑烘垚鍔�', '2024-12-25 14:22:01'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871803572343525377, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 14:22:03'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871808583072993282, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 14:41:57'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871830107041746945, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 16:07:29'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871830410789048322, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2024-12-25 16:08:42'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871830424097574914, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 16:08:45'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871834337609699329, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 16:24:18'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871838281383727106, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 16:39:58'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871839014883610625, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 16:42:53'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871843355942113282, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 17:00:08'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871865138925719554, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 18:26:41'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871865419180724226, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 18:27:48'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871869336513859585, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 18:43:22'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871870574915670018, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 18:48:17'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871870751206461442, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 18:48:59'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871871629850234882, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 18:52:29'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871872021539508225, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2024-12-25 18:54:02'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871872061813215234, '000000', 'test', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 18:54:12'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871872113172467714, '000000', 'test', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2024-12-25 18:54:24'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871872123654033410, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 18:54:27'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871873279683907586, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 18:59:02'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1871873663802462210, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-25 19:00:34'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872088645924585474, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-26 09:14:50'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872095537421910017, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-26 09:42:13'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872095931027980289, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-26 09:43:46'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872150146739896321, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2024-12-26 13:19:13'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872152292516462594, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-26 13:27:44'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872162441910059009, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-26 14:08:04'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872188523409342466, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-26 15:51:42'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872441665925447681, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-27 08:37:36'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872456844469895170, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-27 09:37:55'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872501747547668482, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-27 12:36:21'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872546505187950593, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2024-12-27 15:34:12'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872546517921857538, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-27 15:34:15'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872560898298642433, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-27 16:31:23'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1872637860097392642, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-27 21:37:12'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1873532055679647746, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-30 08:50:25'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1874004918249709570, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-31 16:09:24'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1874015006662320129, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2024-12-31 16:49:30'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1874706698095353857, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-02 14:38:02'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1874714986363019265, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-02 15:10:58'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1874980690379247618, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-03 08:46:47'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875020542562897921, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-03 11:25:08'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875041180170162178, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-03 12:47:09'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875065656681271297, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-03 14:24:24'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875339319932137473, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-04 08:31:51'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875377823986778114, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-04 11:04:51'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875408553479536641, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-04 13:06:57'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875446459147751425, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-04 15:37:35'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875700063599169538, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-05 08:25:19'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875730435384905729, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-05 10:26:00'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875736833116180482, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-05 10:51:25'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875738103713468418, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-05 10:56:28'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875738933434880002, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-05 10:59:46'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875740070498111489, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-05 11:04:17'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875740173912870913, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-05 11:04:42'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875744348289732609, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-05 11:21:17'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875744640741773313, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-05 11:22:27'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875773421095325697, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-05 13:16:48'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875776779436789761, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-05 13:30:09'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875822490828255233, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'Android', '0', '鐧诲綍鎴愬姛', '2025-01-05 16:31:48'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1875826869010554882, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-05 16:49:11'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1876069092059054082, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-06 08:51:42'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1876074454032121857, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-01-06 09:13:00'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1876074461728669697, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-06 09:13:02'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1876104579035275265, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-06 11:12:43'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1876127540245012482, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-06 12:43:57'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1876139103091986433, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-06 13:29:54'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1876498233021239298, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-07 13:16:57'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1876540733297811457, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-07 16:05:50'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1876789967737638913, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-08 08:36:12'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1876808776334807042, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-08 09:50:56'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1876851115061252098, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-08 12:39:11'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1876869219279441921, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-08 13:51:07'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1876882638082674690, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-08 14:44:26'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1877150613083885569, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-09 08:29:17'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1877189811648188417, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-09 11:05:02'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1877217595653214209, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-09 12:55:26'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1877293797516509185, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-09 17:58:14'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1877525530943676417, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-10 09:19:04'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1877942108896378881, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-11 12:54:24'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1877977265447739393, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-11 15:14:06'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1878245102627930113, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-12 08:58:23'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1878284543048331266, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-12 11:35:07'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1878300926553403393, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-12 12:40:13'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1878329832723476482, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-12 14:35:04'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1878598683336200193, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-13 08:23:23'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1878607552477220866, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-13 08:58:38'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1878666108677214209, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-13 12:51:19'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1878712606580363265, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-13 15:56:05'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1878974017067892737, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-14 09:14:50'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1878975112125169666, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-14 09:19:11'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1878975622420971521, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Safari', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-14 09:21:13'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1879049288601083905, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-14 14:13:56'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1879333269250846721, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-15 09:02:22'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1879348714955689985, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-15 10:03:45'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1879388172891541505, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-15 12:40:32'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1879411458979483649, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-15 14:13:04'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1879693747617632258, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-16 08:54:47'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1879715277047173122, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-16 10:20:20'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1879752935412699138, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-16 12:49:59'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1879772393845919745, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-01-16 14:07:18'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1879772691259822081, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-16 14:08:29'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1880068250163240961, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-17 09:42:55'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1880125700354629633, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-17 13:31:13'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1881151813012987905, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-20 09:28:37'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1881169051237523458, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-20 10:37:07'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1881205061153497090, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-20 13:00:12'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1881237617135624194, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-01-20 15:09:34'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1887297598080798722, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-06 08:29:46'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1887306824333250562, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-06 09:06:26'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1887325321280999425, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-06 10:19:56'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1887373399446900737, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-06 13:30:59'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1887660933993271298, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-07 08:33:32'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1887731394574938113, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-07 13:13:31'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1887779447218499586, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-07 16:24:28'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888022824246681602, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-08 08:31:34'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888040195874217986, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-08 09:40:35'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888089356090753026, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-08 12:55:56'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888745621189136385, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-10 08:23:42'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888782603419222017, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-10 10:50:39'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888782654493261825, '000000', 'zhuguifei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-10 10:50:51'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888782843329216513, '000000', 'zhuguifei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-10 10:51:36'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888782853148082178, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-10 10:51:39'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888783125391966210, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-10 10:52:44'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888783149735706626, '000000', 'zhuguifei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '1', '瀵嗙爜杈撳叆閿欒1娆�', '2025-02-10 10:52:49'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888783179951472641, '000000', 'zhuguifei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-10 10:52:57'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888783301024251905, '000000', 'zhuguifei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-10 10:53:26'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888783307789664258, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-10 10:53:27'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888783513264422913, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-10 10:54:16'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888783530842750977, '000000', 'zhuguifei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '1', '瀵嗙爜杈撳叆閿欒1娆�', '2025-02-10 10:54:20'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888783545803833346, '000000', 'zhuguifei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-10 10:54:24'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888783811739484162, '000000', 'zhuguifei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-10 10:55:27'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888783826071420929, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-10 10:55:31'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888783900230909953, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-10 10:55:48'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888783960675024898, '000000', 'zhuguifei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-10 10:56:03'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888784098814427138, '000000', 'zhuguifei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-10 10:56:36'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888784103642071042, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-10 10:56:37'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888785041958199297, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-10 11:00:21'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888785064720687105, '000000', 'zhuguifei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-10 11:00:26'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888786526255276033, '000000', 'zhuguifei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-10 11:06:14'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888786534539026433, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-10 11:06:16'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888813240716976130, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-10 12:52:24'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1888835413988958210, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-10 14:20:30'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889106895420878849, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-11 08:19:16'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889150231234048001, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-11 11:11:28'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889185670379704322, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-11 13:32:18'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889210447869870082, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-11 15:10:45'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889470489966673921, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 08:24:04'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889503117054836738, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 10:33:43'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889537072244211714, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 12:48:39'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889578284867219458, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 15:32:24'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889582177412018177, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-12 15:47:52'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889582236866277377, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 15:48:07'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889585842629738498, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-12 16:02:26'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889585851626520578, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 16:02:28'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889586569976578049, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-12 16:05:20'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889586610174787585, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 16:05:29'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889586914152775682, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-12 16:06:42'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889586921929015297, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 16:06:44'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889587641440890881, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-12 16:09:35'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889587716141445121, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 16:09:53'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889588175669391361, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-12 16:11:43'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889588260230754306, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 16:12:03'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889594804292919298, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-12 16:38:03'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889594841718693890, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 16:38:12'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889596078883184642, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-12 16:43:07'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889596121618948097, '000000', 'baoshiwei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 16:43:17'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889596187243028481, '000000', 'baoshiwei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-12 16:43:33'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889596203558871042, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 16:43:37'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889596306352873473, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-12 16:44:01'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889596346337173506, '000000', 'baoshiwei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 16:44:11'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889598512795852801, '000000', 'baoshiwei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-12 16:52:47'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889598557645545474, '000000', 'ningcanmin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 16:52:58'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889598637492510722, '000000', 'ningcanmin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-12 16:53:17'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889598644996120577, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-12 16:53:19'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889837677932302337, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-13 08:43:09'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889840092932853762, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-13 08:52:44'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889840118975287297, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-13 08:52:51'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889840561323364353, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-13 08:54:36'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889840578159300610, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-13 08:54:40'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889840708178530305, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-13 08:55:11'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889840789548027905, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-13 08:55:30'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889840938651340802, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-13 08:56:06'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889840945332867074, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-13 08:56:08'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889841000139837442, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-13 08:56:21'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889841041705390082, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-13 08:56:31'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889841083115753474, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-13 08:56:40'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889841122571571201, '000000', 'baoshiwei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-13 08:56:50'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889841221259350018, '000000', 'baoshiwei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-13 08:57:13'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889841279501455361, '000000', 'ningcanmin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-13 08:57:27'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889841358341787650, '000000', 'ningcanmin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-13 08:57:46'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889841366596177921, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-13 08:57:48'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889855963159973890, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-13 09:55:48'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889903672810115073, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-13 13:05:23'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889940754676957185, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-13 15:32:44'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1889940760993579010, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-13 15:32:45'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1890194547142414337, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-14 08:21:13'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1890262924643893249, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-14 12:52:55'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1890298392936816641, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-14 15:13:52'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1891290283476119553, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-17 08:55:17'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1891305465921269762, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-17 09:55:36'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1891305474435706881, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-17 09:55:39'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1891343528814833666, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-17 12:26:51'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1891646807076618242, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-18 08:31:59'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1891653110457024514, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-18 08:57:01'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1891654808697159681, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-18 09:03:46'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1891657010505433089, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-18 09:12:31'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1891672018954022914, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-18 10:12:10'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1891710190471671809, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-18 12:43:50'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1891767711555129345, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-18 16:32:24'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892008716166500353, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 08:30:04'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892028023638331393, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 09:46:48'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892028051945689089, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 09:46:54'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892028754537746434, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 09:49:42'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892028761387044866, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 09:49:44'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892028831222206465, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 09:50:00'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892028863543513090, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 09:50:08'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892033222524276737, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 10:07:27'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892033230589923330, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 10:07:29'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892033597763489794, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 10:08:57'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892033625915658241, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 10:09:03'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892037521404858370, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 10:24:32'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892037556817367042, '000000', 'baoshiwei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 10:24:41'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892037634638483458, '000000', 'baoshiwei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 10:24:59'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892037649071083522, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 10:25:03'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892072080766930945, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 12:41:52'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892076939117334530, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 13:01:10'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892076952622993410, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 13:01:13'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892095313738280961, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 14:14:11'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892095343052271617, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 14:14:18'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892096447580286977, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 14:18:41'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892096454446362626, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 14:18:43'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892104826310627329, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 14:51:59'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892104849970696193, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 14:52:04'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892105061086793730, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 14:52:55'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892105090073628673, '000000', 'baoshiwei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 14:53:02'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892105143861383170, '000000', 'baoshiwei', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 14:53:15'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892105150752624642, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 14:53:16'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892105637887479810, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 14:55:12'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892105680237367298, '000000', 'sunjian', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 14:55:22'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892106204139491329, '000000', 'sunjian', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 14:57:27'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892106238050439169, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 14:57:35'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892107678978412545, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-19 15:03:19'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892107686175838209, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-19 15:03:21'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892371494026981377, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 08:31:37'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892386090565611522, '000000', 'admin', 'pc', 'pc', '192.168.2.88', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-20 09:29:37'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892386101328195585, '000000', 'admin', 'pc', 'pc', '192.168.2.88', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 09:29:40'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892394454087479298, '000000', 'admin', 'pc', 'pc', '192.168.65.1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 10:02:51'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892398982866251777, '000000', 'admin', 'pc', 'pc', '192.168.65.1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 10:20:51'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892399647927676929, '000000', 'admin', 'pc', 'pc', '192.168.2.88', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 10:23:30'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892408186905669634, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 10:57:26'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892432334516236290, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 12:33:23'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892449290356424705, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-20 13:40:45'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892449312967917569, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 13:40:51'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892449928423309313, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-20 13:43:18'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892449935956279297, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 13:43:19'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892450269072097281, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-20 13:44:39'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892450294191783937, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 13:44:45'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892450621532045314, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-20 13:46:03'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892450628934991874, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 13:46:05'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892450889753591810, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-20 13:47:07'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892450926420197377, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 13:47:16'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892451019672158210, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-20 13:47:38'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892451025758093313, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 13:47:39'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892451180494356482, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-20 13:48:16'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892451205525962754, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 13:48:22'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892451320986763266, '000000', 'zhouyuhua', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '閫�鍑烘垚鍔�', '2025-02-20 13:48:50'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892451329178238977, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-20 13:48:52'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1892738557552898050, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-21 08:50:12'); +INSERT INTO `sys_logininfor` (`info_id`, `tenant_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1893826601552715778, '000000', 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'Chrome', 'OSX', '0', '鐧诲綍鎴愬姛', '2025-02-24 08:53:42'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_menu +-- ---------------------------- +DROP TABLE IF EXISTS `sys_menu`; +CREATE TABLE `sys_menu` ( + `menu_id` bigint NOT NULL COMMENT '鑿滃崟ID', + `menu_name` varchar(50) COLLATE utf8mb4_general_ci NOT NULL COMMENT '鑿滃崟鍚嶇О', + `parent_id` bigint DEFAULT '0' COMMENT '鐖惰彍鍗旾D', + `order_num` int DEFAULT '0' COMMENT '鏄剧ず椤哄簭', + `path` varchar(200) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '璺敱鍦板潃', + `component` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '缁勪欢璺緞', + `query_param` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '璺敱鍙傛暟', + `is_frame` int DEFAULT '1' COMMENT '鏄惁涓哄閾撅紙0鏄� 1鍚︼級', + `is_cache` int DEFAULT '0' COMMENT '鏄惁缂撳瓨锛�0缂撳瓨 1涓嶇紦瀛橈級', + `menu_type` char(1) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鑿滃崟绫诲瀷锛圡鐩綍 C鑿滃崟 F鎸夐挳锛�', + `visible` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鏄剧ず鐘舵�侊紙0鏄剧ず 1闅愯棌锛�', + `status` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鑿滃崟鐘舵�侊紙0姝e父 1鍋滅敤锛�', + `perms` varchar(100) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鏉冮檺鏍囪瘑', + `icon` varchar(100) COLLATE utf8mb4_general_ci DEFAULT '#' COMMENT '鑿滃崟鍥炬爣', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '澶囨敞', + PRIMARY KEY (`menu_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='鑿滃崟鏉冮檺琛�'; + +-- ---------------------------- +-- Records of sys_menu +-- ---------------------------- +BEGIN; +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '绯荤粺绠$悊', 0, 11, 'system', '', '', 1, 0, 'M', '0', '0', '', 'eos-icons:system-group', 103, 1, '2024-12-24 16:54:24', 1, '2025-01-04 13:31:02', '绯荤粺绠$悊鐩綍'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '绯荤粺鐩戞帶', 0, 13, 'monitor', '', '', 1, 0, 'M', '0', '0', '', 'solar:monitor-bold-duotone', 103, 1, '2024-12-24 16:54:24', 1, '2025-01-04 13:31:13', '绯荤粺鐩戞帶鐩綍'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '绯荤粺宸ュ叿', 0, 14, 'tool', '', '', 1, 0, 'M', '0', '0', '', 'mdi:tools', 103, 1, '2024-12-24 16:54:24', 1, '2025-01-04 13:31:19', '绯荤粺宸ュ叿鐩綍'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (4, 'PLUS瀹樼綉', 0, 15, 'https://gitee.com/dromara/RuoYi-Vue-Plus', '', '', 0, 0, 'M', '0', '0', '', 'flat-color-icons:plus', 103, 1, '2024-12-24 16:54:24', 1, '2025-01-04 13:31:25', 'RuoYi-Vue-Plus瀹樼綉鍦板潃'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (5, '娴嬭瘯鑿滃崟', 0, 16, 'demo', '', '', 1, 0, 'M', '0', '0', '', 'devicon:vscode', 103, 1, '2024-12-24 16:54:24', 1, '2025-01-04 13:31:41', '娴嬭瘯鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (6, '绉熸埛绠$悊', 0, 12, 'tenant', '', '', 1, 0, 'M', '0', '0', '', 'ic:baseline-house', 103, 1, '2024-12-24 16:54:24', 1, '2025-01-04 13:31:08', '绉熸埛绠$悊鐩綍'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (100, '鐢ㄦ埛绠$悊', 1, 1, 'user', 'system/user/index', '', 1, 0, 'C', '0', '0', 'system:user:list', 'ph:user-duotone', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鐢ㄦ埛绠$悊鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (101, '瑙掕壊绠$悊', 1, 2, 'role', 'system/role/index', '', 1, 0, 'C', '0', '0', 'system:role:list', 'eos-icons:role-binding-outlined', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '瑙掕壊绠$悊鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (102, '鑿滃崟绠$悊', 1, 3, 'menu', 'system/menu/index', '', 1, 0, 'C', '0', '0', 'system:menu:list', 'ic:sharp-menu', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鑿滃崟绠$悊鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (103, '閮ㄩ棬绠$悊', 1, 4, 'dept', 'system/dept/index', '', 1, 0, 'C', '0', '0', 'system:dept:list', 'mingcute:department-line', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '閮ㄩ棬绠$悊鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (104, '宀椾綅绠$悊', 1, 5, 'post', 'system/post/index', '', 1, 0, 'C', '0', '0', 'system:post:list', 'icon-park-outline:appointment', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '宀椾綅绠$悊鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (105, '瀛楀吀绠$悊', 1, 6, 'dict', 'system/dict/index', '', 1, 0, 'C', '0', '0', 'system:dict:list', 'fluent-mdl2:dictionary', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '瀛楀吀绠$悊鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (106, '鍙傛暟璁剧疆', 1, 7, 'config', 'system/config/index', '', 1, 0, 'C', '0', '0', 'system:config:list', 'icon-park-twotone:setting-two', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鍙傛暟璁剧疆鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (107, '閫氱煡鍏憡', 1, 8, 'notice', 'system/notice/index', '', 1, 0, 'C', '0', '0', 'system:notice:list', 'fe:notice-push', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '閫氱煡鍏憡鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (108, '鏃ュ織绠$悊', 1, 9, 'log', '', '', 1, 0, 'M', '0', '0', '', 'material-symbols:logo-dev-outline', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鏃ュ織绠$悊鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (109, '鍦ㄧ嚎鐢ㄦ埛', 2, 1, 'online', 'monitor/online/index', '', 1, 0, 'C', '0', '0', 'monitor:online:list', 'material-symbols:generating-tokens-outline', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鍦ㄧ嚎鐢ㄦ埛鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (113, '缂撳瓨鐩戞帶', 2, 5, 'cache', 'monitor/cache/index', '', 1, 0, 'C', '0', '0', 'monitor:cache:list', 'devicon:redis-wordmark', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '缂撳瓨鐩戞帶鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (115, '浠g爜鐢熸垚', 3, 2, 'gen', 'tool/gen/index', '', 1, 0, 'C', '0', '0', 'tool:gen:list', 'tabler:code', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '浠g爜鐢熸垚鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (117, 'Admin鐩戞帶', 2, 5, 'Admin', 'monitor/admin/index', '', 1, 0, 'C', '0', '0', 'monitor:admin:list', 'devicon:spring-wordmark', 103, 1, '2024-12-24 16:54:24', NULL, NULL, 'Admin鐩戞帶鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (118, '鏂囦欢绠$悊', 1, 10, 'oss', 'system/oss/index', '', 1, 0, 'C', '0', '0', 'system:oss:list', 'solar:folder-with-files-outline', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鏂囦欢绠$悊鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (120, '浠诲姟璋冨害涓績', 2, 6, 'snailjob', 'monitor/snailjob/index', '', 1, 0, 'C', '0', '0', 'monitor:snailjob:list', 'akar-icons:schedule', 103, 1, '2024-12-24 16:54:24', NULL, NULL, 'SnailJob鎺у埗鍙拌彍鍗�'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (121, '绉熸埛绠$悊', 6, 1, 'tenant', 'system/tenant/index', '', 1, 0, 'C', '0', '0', 'system:tenant:list', 'bi:houses-fill', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '绉熸埛绠$悊鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (122, '绉熸埛濂楅绠$悊', 6, 2, 'tenantPackage', 'system/tenantPackage/index', '', 1, 0, 'C', '0', '0', 'system:tenantPackage:list', 'bx:package', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '绉熸埛濂楅绠$悊鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (123, '瀹㈡埛绔鐞�', 1, 11, 'client', 'system/client/index', '', 1, 0, 'C', '0', '0', 'system:client:list', 'simple-icons:authy', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '瀹㈡埛绔鐞嗚彍鍗�'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (500, '鎿嶄綔鏃ュ織', 108, 1, 'operlog', 'monitor/operlog/index', '', 1, 0, 'C', '0', '0', 'monitor:operlog:list', 'arcticons:one-hand-operation', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鎿嶄綔鏃ュ織鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (501, '鐧诲綍鏃ュ織', 108, 2, 'logininfor', 'monitor/logininfor/index', '', 1, 0, 'C', '0', '0', 'monitor:logininfor:list', 'streamline:interface-login-dial-pad-finger-password-dial-pad-dot-finger', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '鐧诲綍鏃ュ織鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1001, '鐢ㄦ埛鏌ヨ', 100, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:user:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1002, '鐢ㄦ埛鏂板', 100, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:user:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1003, '鐢ㄦ埛淇敼', 100, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:user:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1004, '鐢ㄦ埛鍒犻櫎', 100, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:user:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1005, '鐢ㄦ埛瀵煎嚭', 100, 5, '', '', '', 1, 0, 'F', '0', '0', 'system:user:export', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1006, '鐢ㄦ埛瀵煎叆', 100, 6, '', '', '', 1, 0, 'F', '0', '0', 'system:user:import', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1007, '閲嶇疆瀵嗙爜', 100, 7, '', '', '', 1, 0, 'F', '0', '0', 'system:user:resetPwd', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1008, '瑙掕壊鏌ヨ', 101, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:role:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1009, '瑙掕壊鏂板', 101, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:role:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1010, '瑙掕壊淇敼', 101, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:role:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1011, '瑙掕壊鍒犻櫎', 101, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:role:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1012, '瑙掕壊瀵煎嚭', 101, 5, '', '', '', 1, 0, 'F', '0', '0', 'system:role:export', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1013, '鑿滃崟鏌ヨ', 102, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:menu:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1014, '鑿滃崟鏂板', 102, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:menu:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1015, '鑿滃崟淇敼', 102, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:menu:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1016, '鑿滃崟鍒犻櫎', 102, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:menu:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1017, '閮ㄩ棬鏌ヨ', 103, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:dept:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1018, '閮ㄩ棬鏂板', 103, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:dept:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1019, '閮ㄩ棬淇敼', 103, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:dept:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1020, '閮ㄩ棬鍒犻櫎', 103, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:dept:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1021, '宀椾綅鏌ヨ', 104, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:post:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1022, '宀椾綅鏂板', 104, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:post:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1023, '宀椾綅淇敼', 104, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:post:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1024, '宀椾綅鍒犻櫎', 104, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:post:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1025, '宀椾綅瀵煎嚭', 104, 5, '', '', '', 1, 0, 'F', '0', '0', 'system:post:export', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1026, '瀛楀吀鏌ヨ', 105, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1027, '瀛楀吀鏂板', 105, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1028, '瀛楀吀淇敼', 105, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1029, '瀛楀吀鍒犻櫎', 105, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1030, '瀛楀吀瀵煎嚭', 105, 5, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:export', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1031, '鍙傛暟鏌ヨ', 106, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1032, '鍙傛暟鏂板', 106, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1033, '鍙傛暟淇敼', 106, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1034, '鍙傛暟鍒犻櫎', 106, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1035, '鍙傛暟瀵煎嚭', 106, 5, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:export', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1036, '鍏憡鏌ヨ', 107, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:notice:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1037, '鍏憡鏂板', 107, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:notice:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1038, '鍏憡淇敼', 107, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:notice:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1039, '鍏憡鍒犻櫎', 107, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:notice:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1040, '鎿嶄綔鏌ヨ', 500, 1, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:operlog:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1041, '鎿嶄綔鍒犻櫎', 500, 2, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:operlog:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1042, '鏃ュ織瀵煎嚭', 500, 4, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:operlog:export', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1043, '鐧诲綍鏌ヨ', 501, 1, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1044, '鐧诲綍鍒犻櫎', 501, 2, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1045, '鏃ュ織瀵煎嚭', 501, 3, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:export', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1046, '鍦ㄧ嚎鏌ヨ', 109, 1, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:online:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1047, '鎵归噺寮洪��', 109, 2, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:online:batchLogout', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1048, '鍗曟潯寮洪��', 109, 3, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:online:forceLogout', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1050, '璐︽埛瑙i攣', 501, 4, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:unlock', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1055, '鐢熸垚鏌ヨ', 115, 1, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1056, '鐢熸垚淇敼', 115, 2, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1057, '鐢熸垚鍒犻櫎', 115, 3, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1058, '瀵煎叆浠g爜', 115, 2, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:import', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1059, '棰勮浠g爜', 115, 4, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:preview', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1060, '鐢熸垚浠g爜', 115, 5, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:code', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1061, '瀹㈡埛绔鐞嗘煡璇�', 123, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:client:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1062, '瀹㈡埛绔鐞嗘柊澧�', 123, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:client:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1063, '瀹㈡埛绔鐞嗕慨鏀�', 123, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:client:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1064, '瀹㈡埛绔鐞嗗垹闄�', 123, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:client:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1065, '瀹㈡埛绔鐞嗗鍑�', 123, 5, '#', '', '', 1, 0, 'F', '0', '0', 'system:client:export', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1500, '娴嬭瘯鍗曡〃', 5, 1, 'demo', 'demo/demo/index', '', 1, 0, 'C', '0', '0', 'demo:demo:list', 'lucide:table', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '娴嬭瘯鍗曡〃鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1501, '娴嬭瘯鍗曡〃鏌ヨ', 1500, 1, '#', '', '', 1, 0, 'F', '0', '0', 'demo:demo:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1502, '娴嬭瘯鍗曡〃鏂板', 1500, 2, '#', '', '', 1, 0, 'F', '0', '0', 'demo:demo:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1503, '娴嬭瘯鍗曡〃淇敼', 1500, 3, '#', '', '', 1, 0, 'F', '0', '0', 'demo:demo:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1504, '娴嬭瘯鍗曡〃鍒犻櫎', 1500, 4, '#', '', '', 1, 0, 'F', '0', '0', 'demo:demo:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1505, '娴嬭瘯鍗曡〃瀵煎嚭', 1500, 5, '#', '', '', 1, 0, 'F', '0', '0', 'demo:demo:export', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1506, '娴嬭瘯鏍戣〃', 5, 1, 'tree', 'demo/tree/index', '', 1, 0, 'C', '0', '0', 'demo:tree:list', 'emojione:evergreen-tree', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '娴嬭瘯鏍戣〃鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1507, '娴嬭瘯鏍戣〃鏌ヨ', 1506, 1, '#', '', '', 1, 0, 'F', '0', '0', 'demo:tree:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1508, '娴嬭瘯鏍戣〃鏂板', 1506, 2, '#', '', '', 1, 0, 'F', '0', '0', 'demo:tree:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1509, '娴嬭瘯鏍戣〃淇敼', 1506, 3, '#', '', '', 1, 0, 'F', '0', '0', 'demo:tree:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1510, '娴嬭瘯鏍戣〃鍒犻櫎', 1506, 4, '#', '', '', 1, 0, 'F', '0', '0', 'demo:tree:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1511, '娴嬭瘯鏍戣〃瀵煎嚭', 1506, 5, '#', '', '', 1, 0, 'F', '0', '0', 'demo:tree:export', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1600, '鏂囦欢鏌ヨ', 118, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1601, '鏂囦欢涓婁紶', 118, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:upload', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1602, '鏂囦欢涓嬭浇', 118, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:download', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1603, '鏂囦欢鍒犻櫎', 118, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1606, '绉熸埛鏌ヨ', 121, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:tenant:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1607, '绉熸埛鏂板', 121, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:tenant:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1608, '绉熸埛淇敼', 121, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:tenant:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1609, '绉熸埛鍒犻櫎', 121, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:tenant:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1610, '绉熸埛瀵煎嚭', 121, 5, '#', '', '', 1, 0, 'F', '0', '0', 'system:tenant:export', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1611, '绉熸埛濂楅鏌ヨ', 122, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:tenantPackage:query', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1612, '绉熸埛濂楅鏂板', 122, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:tenantPackage:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1613, '绉熸埛濂楅淇敼', 122, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:tenantPackage:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1614, '绉熸埛濂楅鍒犻櫎', 122, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:tenantPackage:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1615, '绉熸埛濂楅瀵煎嚭', 122, 5, '#', '', '', 1, 0, 'F', '0', '0', 'system:tenantPackage:export', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1620, '閰嶇疆鍒楄〃', 118, 5, '#', '', '', 1, 0, 'F', '0', '0', 'system:ossConfig:list', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1621, '閰嶇疆娣诲姞', 118, 6, '#', '', '', 1, 0, 'F', '0', '0', 'system:ossConfig:add', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1622, '閰嶇疆缂栬緫', 118, 6, '#', '', '', 1, 0, 'F', '0', '0', 'system:ossConfig:edit', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1623, '閰嶇疆鍒犻櫎', 118, 6, '#', '', '', 1, 0, 'F', '0', '0', 'system:ossConfig:remove', '#', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1875349550770728962, '璁惧鍙拌处', 1876074027672731650, 1, 'ledger', 'eims/equ/index', NULL, 1, 0, 'C', '0', '0', 'eims:equ:list', 'mdi:keyboard-esc', 103, 1, '2025-01-04 13:30:03', 1, '2025-01-06 10:31:18', '銆愯澶囧彴璐︺�戣彍鍗�'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1875349550770728963, '銆愯澶囧彴璐︺�戞煡璇�', 1875349550770728962, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equ:query', '#', 103, 1, '2025-01-04 13:30:03', 1, '2025-01-07 15:01:43', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1875349550770728964, '銆愯澶囧彴璐︺�戞柊澧�', 1875349550770728962, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equ:add', '#', 103, 1, '2025-01-04 13:30:03', 1, '2025-01-07 15:01:52', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1875349550770728965, '銆愯澶囧彴璐︺�戜慨鏀�', 1875349550770728962, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equ:edit', '#', 103, 1, '2025-01-04 13:30:03', 1, '2025-01-07 15:01:58', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1875349550770728966, '銆愯澶囧彴璐︺�戝垹闄�', 1875349550770728962, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equ:remove', '#', 103, 1, '2025-01-04 13:30:03', 1, '2025-01-07 15:02:04', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1875349550770728967, '銆愯澶囧彴璐︺�戝鍑�', 1875349550770728962, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equ:export', '#', 103, 1, '2025-01-04 13:30:03', 1, '2025-01-07 15:02:10', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1876074027672731650, '璁惧绠$悊', 0, 1, 'equ', '', NULL, 1, 0, 'M', '0', '0', NULL, 'tabler:category-plus', 103, 1, '2025-01-06 09:11:19', 1, '2025-02-10 13:20:29', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1876127568837582849, '璁惧绫诲瀷', 1876074027672731650, 2, 'equType', 'eims/equ-type/index', NULL, 1, 0, 'C', '0', '0', 'eims:equType:list', '#', 103, 1, '2025-01-06 12:45:57', 1, '2025-01-06 13:30:31', '璁惧绫诲瀷鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1876127568837582850, '璁惧绫诲瀷鏌ヨ', 1876127568837582849, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equType:query', '#', 103, 1, '2025-01-06 12:45:57', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1876127568837582851, '璁惧绫诲瀷鏂板', 1876127568837582849, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equType:add', '#', 103, 1, '2025-01-06 12:45:57', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1876127568837582852, '璁惧绫诲瀷淇敼', 1876127568837582849, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equType:edit', '#', 103, 1, '2025-01-06 12:45:57', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1876127568837582853, '璁惧绫诲瀷鍒犻櫎', 1876127568837582849, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equType:remove', '#', 103, 1, '2025-01-06 12:45:57', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1876127568837582854, '璁惧绫诲瀷瀵煎嚭', 1876127568837582849, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equType:export', '#', 103, 1, '2025-01-06 12:45:57', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1877195885923127297, '璇曚骇璁板綍', 1876074027672731650, 3, 'equTrial', 'eims/equ-trial/index', NULL, 1, 0, 'C', '0', '0', 'eims:equTrial:list', '#', 103, 1, '2025-01-09 12:55:03', 1, '2025-01-09 12:56:16', '璁惧璇曚骇璁板綍鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1877195885923127298, '璁惧璇曚骇璁板綍鏌ヨ', 1877195885923127297, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equTrial:query', '#', 103, 1, '2025-01-09 12:55:03', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1877195885923127299, '璁惧璇曚骇璁板綍鏂板', 1877195885923127297, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equTrial:add', '#', 103, 1, '2025-01-09 12:55:03', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1877195885923127300, '璁惧璇曚骇璁板綍淇敼', 1877195885923127297, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equTrial:edit', '#', 103, 1, '2025-01-09 12:55:03', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1877195885923127301, '璁惧璇曚骇璁板綍鍒犻櫎', 1877195885923127297, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equTrial:remove', '#', 103, 1, '2025-01-09 12:55:03', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1877195885923127302, '璁惧璇曚骇璁板綍瀵煎嚭', 1877195885923127297, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equTrial:export', '#', 103, 1, '2025-01-09 12:55:03', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1879000339785752577, '鐘舵�佸彉鏇�', 1876074027672731650, 4, 'equStatu', 'eims/equ-statu/index', NULL, 1, 0, 'C', '0', '0', 'eims:equStatu:list', '#', 103, 1, '2025-01-14 11:00:03', 1, '2025-01-14 11:01:12', '璁惧鐘舵�佽褰曡彍鍗�'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1879000339785752578, '璁惧鐘舵�佽褰曟煡璇�', 1879000339785752577, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equStatu:query', '#', 103, 1, '2025-01-14 11:00:03', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1879000339785752579, '璁惧鐘舵�佽褰曟柊澧�', 1879000339785752577, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equStatu:add', '#', 103, 1, '2025-01-14 11:00:03', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1879000339785752580, '璁惧鐘舵�佽褰曚慨鏀�', 1879000339785752577, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equStatu:edit', '#', 103, 1, '2025-01-14 11:00:03', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1879000339785752581, '璁惧鐘舵�佽褰曞垹闄�', 1879000339785752577, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equStatu:remove', '#', 103, 1, '2025-01-14 11:00:03', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1879000339785752582, '璁惧鐘舵�佽褰曞鍑�', 1879000339785752577, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:equStatu:export', '#', 103, 1, '2025-01-14 11:00:03', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1879762189070733313, '璁惧鐩樼偣', 1876074027672731650, 5, 'inventory', 'eims/inventory/index', NULL, 1, 0, 'C', '0', '0', 'eims:inventory:list', '#', 103, 1, '2025-01-16 13:32:02', 1, '2025-01-16 15:55:50', '鐩樼偣鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1879762189070733314, '鐩樼偣鏌ヨ', 1879762189070733313, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:inventory:query', '#', 103, 1, '2025-01-16 13:32:02', 1, '2025-01-16 14:09:31', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1879762189070733315, '鐩樼偣鏂板', 1879762189070733313, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:inventory:add', '#', 103, 1, '2025-01-16 13:32:02', 1, '2025-01-16 14:09:38', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1879762189070733316, '鐩樼偣淇敼', 1879762189070733313, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:inventory:edit', '#', 103, 1, '2025-01-16 13:32:02', 1, '2025-01-16 14:09:43', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1879762189070733317, '鐩樼偣鍒犻櫎', 1879762189070733313, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:inventory:remove', '#', 103, 1, '2025-01-16 13:32:02', 1, '2025-01-16 14:09:52', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1879762189070733318, '鐩樼偣瀵煎嚭', 1879762189070733313, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:inventory:export', '#', 103, 1, '2025-01-16 13:32:02', 1, '2025-01-16 14:09:47', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888814115854311426, '璁惧缁翠慨', 0, 3, 'repair', '', NULL, 1, 0, 'M', '0', '0', NULL, 'lucide:book-open-text', 103, 1, '2025-02-10 12:55:52', 1, '2025-02-14 13:07:19', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888837193552453634, '鏁呴殰鎶ヤ慨', 1888814115854311426, 1, 'repairReq', 'eims/repair-req/index', NULL, 1, 0, 'C', '0', '0', 'eims:repairReq:list', '#', 103, 1, '2025-02-10 14:28:06', 1, '2025-02-10 14:54:39', '鏁呴殰鎶ヤ慨鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888837193552453635, '鏁呴殰鎶ヤ慨鏌ヨ', 1888837193552453634, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:repairReq:query', '#', 103, 1, '2025-02-10 14:28:06', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888837193552453636, '鏁呴殰鎶ヤ慨鏂板', 1888837193552453634, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:repairReq:add', '#', 103, 1, '2025-02-10 14:28:06', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888837193552453637, '鏁呴殰鎶ヤ慨淇敼', 1888837193552453634, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:repairReq:edit', '#', 103, 1, '2025-02-10 14:28:06', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888837193552453638, '鏁呴殰鎶ヤ慨鍒犻櫎', 1888837193552453634, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:repairReq:remove', '#', 103, 1, '2025-02-10 14:28:06', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888837193552453639, '鏁呴殰鎶ヤ慨瀵煎嚭', 1888837193552453634, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:repairReq:export', '#', 103, 1, '2025-02-10 14:28:06', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889589456286871554, '鐢ㄦ埛鍒楄〃', 100, 0, '', '', NULL, 1, 0, 'F', '0', '0', 'system:user:list', '#', 103, 1, '2025-02-12 16:16:48', 1, '2025-02-12 16:16:48', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889865233922322434, '銆愯澶囧彴璐︺�戝鍏�', 1875349550770728962, 6, '', '', NULL, 1, 0, 'F', '0', '0', 'eims:equ:import', '#', 103, 1, '2025-02-13 10:32:38', 1, '2025-02-13 10:32:51', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890265974959865858, '宸ュ叿鍙拌处', 1890266675786121217, 2, 'index', 'eims/fixture/index', NULL, 1, 0, 'C', '0', '0', 'eims:fixture:list', '#', 103, 1, '2025-02-14 13:06:23', 1, '2025-02-18 13:47:52', '宸ュ叿(娌诲叿)鍙拌处鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890265974959865859, '宸ュ叿(娌诲叿)鍙拌处鏌ヨ', 1890265974959865858, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixture:query', '#', 103, 1, '2025-02-14 13:06:23', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890265974959865860, '宸ュ叿(娌诲叿)鍙拌处鏂板', 1890265974959865858, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixture:add', '#', 103, 1, '2025-02-14 13:06:23', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890265974959865861, '宸ュ叿(娌诲叿)鍙拌处淇敼', 1890265974959865858, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixture:edit', '#', 103, 1, '2025-02-14 13:06:23', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890265974959865862, '宸ュ叿(娌诲叿)鍙拌处鍒犻櫎', 1890265974959865858, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixture:remove', '#', 103, 1, '2025-02-14 13:06:23', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890265974959865863, '宸ュ叿(娌诲叿)鍙拌处瀵煎嚭', 1890265974959865858, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixture:export', '#', 103, 1, '2025-02-14 13:06:23', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1890266675786121217, '宸ュ叿绠$悊', 0, 2, 'fixtrue', '', NULL, 1, 0, 'M', '0', '0', NULL, 'carbon:model-alt', 103, 1, '2025-02-14 13:07:50', 1, '2025-02-14 13:08:39', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891320717983477762, '宸ュ叿绫诲瀷', 1890266675786121217, 3, 'fixtureType', 'eims/fixture-type/index', NULL, 1, 0, 'C', '0', '0', 'eims:fixtureType:list', '#', 103, 1, '2025-02-17 10:57:12', 1, '2025-02-18 13:47:57', '宸ュ叿绫诲瀷鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891320717983477763, '宸ュ叿绫诲瀷鏌ヨ', 1891320717983477762, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixtureType:query', '#', 103, 1, '2025-02-17 10:57:12', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891320717983477764, '宸ュ叿绫诲瀷鏂板', 1891320717983477762, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixtureType:add', '#', 103, 1, '2025-02-17 10:57:12', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891320717983477765, '宸ュ叿绫诲瀷淇敼', 1891320717983477762, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixtureType:edit', '#', 103, 1, '2025-02-17 10:57:12', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891320717983477766, '宸ュ叿绫诲瀷鍒犻櫎', 1891320717983477762, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixtureType:remove', '#', 103, 1, '2025-02-17 10:57:12', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891320717983477767, '宸ュ叿绫诲瀷瀵煎嚭', 1891320717983477762, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixtureType:export', '#', 103, 1, '2025-02-17 10:57:12', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891410873344151554, '姒傝', 1890266675786121217, 1, 'dashboard', 'eims/fixture/dashboard/index', NULL, 1, 0, 'C', '0', '0', 'eims:fixture:list', '#', 103, 1, '2025-02-17 16:54:28', 1, '2025-02-18 13:47:48', ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891716266575327234, '鍊熺敤璁板綍', 1890266675786121217, 4, 'fixtureBorrow', 'eims/fixture-borrow/index', NULL, 1, 0, 'C', '0', '0', 'eims:fixtureBorrow:list', '#', 103, 1, '2025-02-18 13:09:34', 1, '2025-02-19 09:44:36', '宸ュ叿鍊熺敤鑿滃崟'); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891716266575327235, '宸ュ叿鍊熺敤鏌ヨ', 1891716266575327234, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixtureBorrow:query', '#', 103, 1, '2025-02-18 13:09:34', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891716266575327236, '宸ュ叿鍊熺敤鏂板', 1891716266575327234, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixtureBorrow:add', '#', 103, 1, '2025-02-18 13:09:34', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891716266575327237, '宸ュ叿鍊熺敤淇敼', 1891716266575327234, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixtureBorrow:edit', '#', 103, 1, '2025-02-18 13:09:34', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891716266575327238, '宸ュ叿鍊熺敤鍒犻櫎', 1891716266575327234, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixtureBorrow:remove', '#', 103, 1, '2025-02-18 13:09:34', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891716266575327239, '宸ュ叿鍊熺敤瀵煎嚭', 1891716266575327234, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixtureBorrow:export', '#', 103, 1, '2025-02-18 13:09:34', NULL, NULL, ''); +INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1892046376327188482, '宸ュ叿鍊熺敤', 1890265974959865858, 6, '', '', NULL, 1, 0, 'F', '0', '0', 'eims:fixture:borrow', '#', 103, 1, '2025-02-19 10:59:43', 1, '2025-02-19 10:59:43', ''); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_notice +-- ---------------------------- +DROP TABLE IF EXISTS `sys_notice`; +CREATE TABLE `sys_notice` ( + `notice_id` bigint NOT NULL COMMENT '鍏憡ID', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `notice_title` varchar(50) COLLATE utf8mb4_general_ci NOT NULL COMMENT '鍏憡鏍囬', + `notice_type` char(1) COLLATE utf8mb4_general_ci NOT NULL COMMENT '鍏憡绫诲瀷锛�1閫氱煡 2鍏憡锛�', + `notice_content` longblob COMMENT '鍏憡鍐呭', + `status` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鍏憡鐘舵�侊紙0姝e父 1鍏抽棴锛�', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`notice_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='閫氱煡鍏憡琛�'; + +-- ---------------------------- +-- Records of sys_notice +-- ---------------------------- +BEGIN; +INSERT INTO `sys_notice` (`notice_id`, `tenant_id`, `notice_title`, `notice_type`, `notice_content`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '000000', '娓╅Θ鎻愰啋锛�2018-07-01 鏂扮増鏈彂甯冨暒', '2', 0xE696B0E78988E69CACE58685E5AEB9, '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '绠$悊鍛�'); +INSERT INTO `sys_notice` (`notice_id`, `tenant_id`, `notice_title`, `notice_type`, `notice_content`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '000000', '缁存姢閫氱煡锛�2018-07-01 绯荤粺鍑屾櫒缁存姢', '1', 0xE7BBB4E68AA4E58685E5AEB9, '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '绠$悊鍛�'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_oper_log +-- ---------------------------- +DROP TABLE IF EXISTS `sys_oper_log`; +CREATE TABLE `sys_oper_log` ( + `oper_id` bigint NOT NULL COMMENT '鏃ュ織涓婚敭', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `title` varchar(50) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '妯″潡鏍囬', + `business_type` int DEFAULT '0' COMMENT '涓氬姟绫诲瀷锛�0鍏跺畠 1鏂板 2淇敼 3鍒犻櫎锛�', + `method` varchar(100) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鏂规硶鍚嶇О', + `request_method` varchar(10) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '璇锋眰鏂瑰紡', + `operator_type` int DEFAULT '0' COMMENT '鎿嶄綔绫诲埆锛�0鍏跺畠 1鍚庡彴鐢ㄦ埛 2鎵嬫満绔敤鎴凤級', + `oper_name` varchar(50) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鎿嶄綔浜哄憳', + `dept_name` varchar(50) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '閮ㄩ棬鍚嶇О', + `oper_url` varchar(255) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '璇锋眰URL', + `oper_ip` varchar(128) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '涓绘満鍦板潃', + `oper_location` varchar(255) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鎿嶄綔鍦扮偣', + `oper_param` varchar(2000) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '璇锋眰鍙傛暟', + `json_result` varchar(2000) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '杩斿洖鍙傛暟', + `status` int DEFAULT '0' COMMENT '鎿嶄綔鐘舵�侊紙0姝e父 1寮傚父锛�', + `error_msg` varchar(2000) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '閿欒娑堟伅', + `oper_time` datetime DEFAULT NULL COMMENT '鎿嶄綔鏃堕棿', + `cost_time` bigint DEFAULT '0' COMMENT '娑堣�楁椂闂�', + PRIMARY KEY (`oper_id`), + KEY `idx_sys_oper_log_bt` (`business_type`), + KEY `idx_sys_oper_log_s` (`status`), + KEY `idx_sys_oper_log_ot` (`oper_time`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='鎿嶄綔鏃ュ織璁板綍'; + +-- ---------------------------- +-- Records of sys_oper_log +-- ---------------------------- +BEGIN; +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1871795322491490306, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":0,\"menuName\":\"棣栭〉\",\"orderNum\":1,\"path\":\"index\",\"component\":\"/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"category\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2024-12-25 13:49:16', 59); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1871795362744225794, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":103,\"createBy\":null,\"createTime\":\"2024-12-25 13:49:16\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1871795322273386497\",\"parentId\":0,\"menuName\":\"棣栭〉\",\"orderNum\":0,\"path\":\"index\",\"component\":\"/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"category\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2024-12-25 13:49:25', 19); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1871799332388720642, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":\"1871795322273386497\",\"menuName\":\"娴嬭瘯\",\"orderNum\":1,\"path\":\"1\",\"component\":null,\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"bug\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2024-12-25 14:05:12', 18); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1871799411027726337, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":103,\"createBy\":null,\"createTime\":\"2024-12-25 14:05:12\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1871799332334194690\",\"parentId\":\"1871795322273386497\",\"menuName\":\"娴嬭瘯\",\"orderNum\":1,\"path\":\"1\",\"component\":\"/test\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"bug\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2024-12-25 14:05:31', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1871838117914923010, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":1,\"parentId\":0,\"menuName\":\"绯荤粺绠$悊\",\"orderNum\":1,\"path\":\"system\",\"component\":\"\",\"queryParam\":\"\",\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"\",\"icon\":\"fluent:access-time-20-regular\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2024-12-25 16:39:19', 59); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1871838765783896065, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":1,\"parentId\":0,\"menuName\":\"绯荤粺绠$悊\",\"orderNum\":1,\"path\":\"system\",\"component\":\"\",\"queryParam\":\"\",\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"\",\"icon\":\"eos-icons:system-group\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2024-12-25 16:41:54', 19); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1872089580725895170, '000000', '浠g爜鐢熸垚', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '\"sys_client\" \"master\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2024-12-26 09:18:32', 64); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1872089588539883522, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1872089580516179970\"}', '', 0, '', '2024-12-26 09:18:34', 87); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1872096061605052418, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1871795322273386497\",\"parentId\":0,\"menuName\":\"棣栭〉\",\"orderNum\":0,\"path\":\"index\",\"component\":\"index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"category\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2024-12-26 09:44:18', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875346276927713281, '000000', '鐢ㄦ埛绠$悊', 5, 'org.dromara.system.controller.system.SysUserController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"userId\":null,\"deptId\":null,\"userName\":null,\"nickName\":null,\"userType\":null,\"email\":null,\"phonenumber\":null,\"sex\":null,\"status\":null,\"remark\":null,\"roleIds\":null,\"postIds\":null,\"roleId\":null,\"excludeUserIds\":null,\"superAdmin\":false}', '', 0, '', '2025-01-04 08:59:29', 1480); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875349494923571201, '000000', '浠g爜鐢熸垚', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '\"sys_equipment\" \"master\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 09:12:17', 108); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875349505996533761, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1872089580516179970\"}', '', 0, '', '2025-01-04 09:12:19', 211); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875349551072718850, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1875349494617387010\"}', '', 0, '', '2025-01-04 09:12:30', 77); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875414505142386689, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1875349550770728962\",\"parentId\":0,\"menuName\":\"璁惧鍙拌处\",\"orderNum\":0,\"path\":\"equipment\",\"component\":\"eims/equipment/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equipment:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 13:30:36', 28); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875414611501547521, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":1,\"parentId\":0,\"menuName\":\"绯荤粺绠$悊\",\"orderNum\":11,\"path\":\"system\",\"component\":\"\",\"queryParam\":\"\",\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"\",\"icon\":\"eos-icons:system-group\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 13:31:02', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875414636503793666, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":6,\"parentId\":0,\"menuName\":\"绉熸埛绠$悊\",\"orderNum\":12,\"path\":\"tenant\",\"component\":\"\",\"queryParam\":\"\",\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"\",\"icon\":\"chart\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 13:31:08', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875414660407132162, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":2,\"parentId\":0,\"menuName\":\"绯荤粺鐩戞帶\",\"orderNum\":13,\"path\":\"monitor\",\"component\":\"\",\"queryParam\":\"\",\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"\",\"icon\":\"monitor\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 13:31:13', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875414684323053569, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":3,\"parentId\":0,\"menuName\":\"绯荤粺宸ュ叿\",\"orderNum\":14,\"path\":\"tool\",\"component\":\"\",\"queryParam\":\"\",\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"\",\"icon\":\"tool\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 13:31:19', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875414707916013570, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":4,\"parentId\":0,\"menuName\":\"PLUS瀹樼綉\",\"orderNum\":15,\"path\":\"https://gitee.com/dromara/RuoYi-Vue-Plus\",\"component\":\"\",\"queryParam\":\"\",\"isFrame\":\"0\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"\",\"icon\":\"guide\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 13:31:25', 6); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875414778195771393, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":5,\"parentId\":0,\"menuName\":\"娴嬭瘯鑿滃崟\",\"orderNum\":16,\"path\":\"demo\",\"component\":\"\",\"queryParam\":\"\",\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"\",\"icon\":\"star\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 13:31:41', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875414811750203393, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1875349550770728962\",\"parentId\":0,\"menuName\":\"璁惧鍙拌处\",\"orderNum\":1,\"path\":\"equipment\",\"component\":\"eims/equipment/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equipment:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 13:31:49', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875420340168167425, '000000', '銆愯澶囧彴璐︺��', 3, 'org.dromara.eims.controller.SysEquipmentController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment/1000', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 13:53:47', 58); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875422122613149697, '000000', '銆愯澶囧彴璐︺��', 3, 'org.dromara.eims.controller.SysEquipmentController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment/1000', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 14:00:52', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875423644868677634, '000000', '銆愯澶囧彴璐︺��', 5, 'org.dromara.eims.controller.SysEquipmentController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":null,\"assetNo\":null,\"equName\":null,\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":null,\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":null,\"tempNo\":null,\"inventoryFlag\":null,\"inventoryDate\":null,\"serviceLife\":null}', '', 0, '', '2025-01-04 14:06:55', 1519); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875460571919552513, '000000', '宀椾綅绠$悊', 2, 'org.dromara.system.controller.system.SysPostController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/post', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"postId\":1,\"deptId\":103,\"belongDeptId\":null,\"postCode\":\"ceo\",\"postName\":\"钁d簨闀縗",\"postCategory\":null,\"postSort\":1,\"status\":\"0\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 16:33:39', 24); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875463790750081025, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquipmentController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":3000,\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-01 00:00:00\",\"status\":0,\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04 00:00:00\",\"trialDate\":\"2024-12-30 13:39:13\",\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":0,\"tempNo\":\"10010\",\"inventoryFlag\":0,\"inventoryDate\":null,\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 16:46:27', 27); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875463891719561218, '000000', '銆愯澶囧彴璐︺��', 1, 'org.dromara.eims.controller.SysEquipmentController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1875463891686006786\",\"assetNo\":null,\"equName\":\"SMT-1\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":0,\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":0,\"tempNo\":null,\"inventoryFlag\":0,\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-04 16:46:51', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875706290181869569, '000000', '銆愯澶囧彴璐︺��', 1, 'org.dromara.eims.controller.SysEquipmentController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1875706290043457538\",\"assetNo\":null,\"equName\":\"鍝堝搱1\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":0,\"location\":null,\"deptUsed\":105,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":0,\"tempNo\":null,\"inventoryFlag\":0,\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 08:50:03', 32); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875710833443573762, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquipmentController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1875706290043457538\",\"assetNo\":null,\"equName\":\"鍝堝搱1\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":0,\"location\":null,\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":0,\"tempNo\":null,\"inventoryFlag\":0,\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 09:08:06', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875711980178870273, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquipmentController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1875706290043457538\",\"assetNo\":null,\"equName\":\"鍝堝搱1\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":0,\"location\":null,\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":0,\"tempNo\":null,\"inventoryFlag\":0,\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 09:12:40', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875715920899444737, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquipmentController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1875706290043457538\",\"assetNo\":null,\"equName\":\"鍝堝搱1\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":0,\"location\":null,\"deptUsed\":102,\"respPerson\":3,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":0,\"tempNo\":null,\"inventoryFlag\":0,\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 09:28:19', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875728296658964481, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1871795322273386497\",\"parentId\":0,\"menuName\":\"棣栭〉\",\"orderNum\":0,\"path\":\"index\",\"component\":\"index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"mdi:workflow-outline\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 10:17:30', 26); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875730271056269314, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1871795322273386497\",\"parentId\":0,\"menuName\":\"棣栭〉\",\"orderNum\":0,\"path\":\"index\",\"component\":\"index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"akar-icons:airpods\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 10:25:21', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875731591666438146, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1875349550770728962\",\"parentId\":0,\"menuName\":\"璁惧鍙拌处\",\"orderNum\":1,\"path\":\"equipment\",\"component\":\"eims/equipment/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equipment:list\",\"icon\":\"mdi:keyboard-esc\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 10:30:36', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875737971378982914, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1871795322273386497', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":601,\"msg\":\"瀛樺湪瀛愯彍鍗�,涓嶅厑璁稿垹闄",\"data\":null}', 0, '', '2025-01-05 10:55:57', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875737998381912065, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1871799332334194690', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 10:56:03', 24); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875738013057781761, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1871795322273386497', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 10:56:06', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875774501476732929, '000000', '瀛楀吀绫诲瀷', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"璁惧鐘舵�乗",\"dictType\":\"sys_equ_status\",\"remark\":\"璁惧鐘舵�乗"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 13:21:06', 37); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875775031070527489, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"鍏ュ浐\",\"dictValue\":\"0\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"success\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 13:23:12', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875775236968910849, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"璇曠敤\",\"dictValue\":\"0\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"cyan\",\"isDefault\":null,\"remark\":null}', '{\"code\":500,\"msg\":\"鏂板瀛楀吀鏁版嵁\'0\'澶辫触锛屽瓧鍏搁敭鍊煎凡瀛樺湪\",\"data\":null}', 0, '', '2025-01-05 13:24:01', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875775264055726082, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":11,\"dictLabel\":\"璇曠敤\",\"dictValue\":\"11\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"cyan\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 13:24:08', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875775292820262914, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1875775031024390146\",\"dictSort\":1,\"dictLabel\":\"鍏ュ浐\",\"dictValue\":\"1\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"success\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 13:24:15', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875775323598065665, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1875775264009588738\",\"dictSort\":0,\"dictLabel\":\"璇曠敤\",\"dictValue\":\"0\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"cyan\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 13:24:22', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875775424894701569, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":2,\"dictLabel\":\"杩佺Щ\",\"dictValue\":\"2\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"warning\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 13:24:46', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875775593304395778, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":3,\"dictLabel\":\"鎶ュ簾\",\"dictValue\":\"3\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"danger\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 13:25:26', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875789723218317314, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquipmentController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":3000,\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-01 00:00:00\",\"status\":2,\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04 00:00:00\",\"trialDate\":\"2024-12-30 13:39:13\",\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":0,\"tempNo\":\"10010\",\"inventoryFlag\":0,\"inventoryDate\":null,\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 14:21:35', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875789912935075841, '000000', '鐢ㄦ埛绠$悊', 2, 'org.dromara.system.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"userId\":3,\"deptId\":108,\"userName\":\"test\",\"nickName\":\"鏈儴闂ㄥ強浠ヤ笅 瀵嗙爜666666\",\"userType\":null,\"email\":\"\",\"phonenumber\":\"\",\"sex\":\"1\",\"status\":\"0\",\"remark\":null,\"roleIds\":[3],\"postIds\":[],\"roleId\":null,\"excludeUserIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 14:22:20', 97); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875790674570248193, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquipmentController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":3000,\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-01 00:00:00\",\"status\":\"1\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04 00:00:00\",\"trialDate\":\"2024-12-30 13:39:13\",\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":0,\"tempNo\":\"10010\",\"inventoryFlag\":0,\"inventoryDate\":null,\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 14:25:22', 23); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875792888009416705, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquipmentController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-01 00:00:00\",\"status\":\"1\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04 00:00:00\",\"trialDate\":\"2024-12-30 13:39:13\",\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"1\",\"tempNo\":\"10010\",\"inventoryFlag\":\"1\",\"inventoryDate\":null,\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 14:34:10', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875795552952737794, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquipmentController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1875463891686006786\",\"assetNo\":null,\"equName\":\"SMT-1\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"3\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"tempNo\":null,\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 14:44:45', 23); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875799585973166082, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquipmentController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-01 00:00:00\",\"status\":\"1\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":null,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04 00:00:00\",\"trialDate\":\"2024-12-30 13:39:13\",\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"1\",\"tempNo\":\"10010\",\"inventoryFlag\":\"1\",\"inventoryDate\":null,\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 15:00:47', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875799643082809345, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquipmentController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1875706290043457538\",\"assetNo\":null,\"equName\":\"鍝堝搱1\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":null,\"location\":null,\"deptUsed\":108,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"tempNo\":null,\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 15:01:00', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875807178368049153, '000000', '銆愯澶囧彴璐︺��', 3, 'org.dromara.eims.controller.SysEquipmentController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment/1875706290043457538', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 15:30:57', 48); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875807206037872642, '000000', '銆愯澶囧彴璐︺��', 3, 'org.dromara.eims.controller.SysEquipmentController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment/1875463891686006786', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 15:31:03', 6); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875811115145977857, '000000', '銆愯澶囧彴璐︺��', 5, 'org.dromara.eims.controller.SysEquipmentController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":null,\"assetNo\":null,\"equName\":null,\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":null,\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":null,\"tempNo\":null,\"inventoryFlag\":null,\"inventoryDate\":null,\"serviceLife\":null}', '', 0, '', '2025-01-05 15:46:35', 1529); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875811346545729538, '000000', '鐢ㄦ埛绠$悊', 5, 'org.dromara.system.controller.system.SysUserController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"userId\":null,\"deptId\":null,\"userName\":null,\"nickName\":null,\"userType\":null,\"email\":null,\"phonenumber\":null,\"sex\":null,\"status\":null,\"remark\":null,\"roleIds\":null,\"postIds\":null,\"roleId\":null,\"excludeUserIds\":null,\"superAdmin\":false}', '', 0, '', '2025-01-05 15:47:31', 134); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875811877397835777, '000000', '銆愯澶囧彴璐︺��', 5, 'org.dromara.eims.controller.SysEquipmentController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":null,\"assetNo\":null,\"equName\":null,\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":null,\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":null,\"tempNo\":null,\"inventoryFlag\":null,\"inventoryDate\":null,\"serviceLife\":null}', '', 0, '', '2025-01-05 15:49:37', 932); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875821314565058561, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1875349550770728962\",\"parentId\":0,\"menuName\":\"璁惧鍙拌处\",\"orderNum\":1,\"path\":\"equ\",\"component\":\"eims/equ/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equ:list\",\"icon\":\"mdi:keyboard-esc\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 16:27:07', 27); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875826586968776706, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1875349550770728962\",\"parentId\":0,\"menuName\":\"璁惧鍙拌处\",\"orderNum\":1,\"path\":\"equipment\",\"component\":\"eims/equipment/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equipment:list\",\"icon\":\"mdi:keyboard-esc\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 16:48:04', 26); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1875827537662304258, '000000', '銆愯澶囧彴璐︺��', 1, 'org.dromara.eims.controller.SysEquipmentController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equipment', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1875827537628749825\",\"assetNo\":null,\"equName\":\"11\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"tempNo\":null,\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-05 16:51:51', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876074027832115202, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":0,\"menuName\":\"璁惧绠$悊\",\"orderNum\":1,\"path\":\"equipment\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 09:11:19', 39); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876074427251490818, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1875349550770728962\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧鍙拌处\",\"orderNum\":1,\"path\":\"ledger\",\"component\":\"eims/equipment/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equipment:list\",\"icon\":\"mdi:keyboard-esc\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 09:12:54', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876084493077774338, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-06 09:52:53\",\"params\":{\"parentMenuId\":\"1876074027672731650\",\"popupComponent\":\"modal\"},\"tableId\":\"1875349494617387010\",\"dataName\":\"master\",\"tableName\":\"sys_equipment\",\"tableComment\":\"璁惧鍙拌处\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"SysEquipment\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara.eims.equipment\",\"moduleName\":\"eims\",\"businessName\":\"equipment\",\"functionName\":\"璁惧鍙拌处\",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-06 09:52:53\",\"columnId\":\"1875349494789353473\",\"tableId\":\"1875349494617387010\",\"columnName\":\"equ_id\",\"columnComment\":\"\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"equId\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"increment\":true,\"query\":false,\"insert\":false,\"usableColumn\":false,\"superColumn\":false,\"pk\":true,\"edit\":true,\"list\":true,\"capJavaField\":\"EquId\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-06 09:52:53\",\"columnId\":\"1875349494797742081\",\"tableId\":\"1875349494617387010\",\"columnName\":\"asset_no\",\"columnComment\":\"璧勪骇缂栧彿\",\"columnType\":\"varchar\",\"javaType\":\"String\",\"javaField\":\"assetNo\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"increment\":true,\"query\":true,\"insert\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":false,\"edit\":true,\"list\":true,\"capJavaField\":\"AssetNo\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-06 09:52:53\",\"columnId\":\"1875349494797742082\",\"tableId\":\"1875349494617387010\",\"columnName\":\"equ_name\",\"columnComment\":\"璁惧鍚嶇О\\n\",\"columnType\":\"varchar\",\"javaType\":\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 09:52:54', 61); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876086417655136257, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧绫诲瀷\",\"orderNum\":2,\"path\":\"type\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 10:00:33', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876086912515899394, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876086417617387521\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧绫诲瀷\",\"orderNum\":2,\"path\":\"type\",\"component\":\"eims/equipment-type/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 10:02:31', 18); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876094082898485250, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876074027672731650\",\"parentId\":0,\"menuName\":\"璁惧绠$悊\",\"orderNum\":1,\"path\":\"equ\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 10:31:00', 28); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876094158941216770, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1875349550770728962\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧鍙拌处\",\"orderNum\":1,\"path\":\"ledger\",\"component\":\"eims/equ/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equ:list\",\"icon\":\"mdi:keyboard-esc\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 10:31:18', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876094820915716098, '000000', '銆愯澶囧彴璐︺��', 1, 'org.dromara.eims.controller.SysEquController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1876094820823441410\",\"assetNo\":null,\"equName\":\"鍝堝搱\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"tempNo\":null,\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 10:33:56', 19); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876094833284718593, '000000', '銆愯澶囧彴璐︺��', 3, 'org.dromara.eims.controller.SysEquController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/1876094820823441410', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 10:33:59', 25); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876094850435227650, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1875827537628749825\",\"assetNo\":null,\"equName\":\"1122\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"tempNo\":null,\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 10:34:03', 35); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876104714662289410, '000000', '浠g爜鐢熸垚', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '\"sys_equ_type\" \"master\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 11:13:15', 85); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876106010320543745, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-06 11:18:23\",\"params\":{\"treeCode\":\"type_code\",\"treeName\":\"type_name\",\"treeParentCode\":\"parent_id\",\"parentMenuId\":0,\"popupComponent\":\"drawer\"},\"tableId\":\"1876104714398048258\",\"dataName\":\"master\",\"tableName\":\"sys_equ_type\",\"tableComment\":\"璁惧绫诲瀷\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"SysEquType\",\"tplCategory\":\"tree\",\"packageName\":\"org.dromara.eims.equ\",\"moduleName\":\"eims\",\"businessName\":\"equType\",\"functionName\":\"璁惧绫诲瀷\",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-06 11:18:23\",\"columnId\":\"1876104714481934338\",\"tableId\":\"1876104714398048258\",\"columnName\":\"equ_type_id\",\"columnComment\":\"绫诲瀷id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"equTypeId\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"0\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":false,\"capJavaField\":\"EquTypeId\",\"list\":true,\"pk\":true,\"edit\":true,\"increment\":true,\"query\":false,\"insert\":false,\"usableColumn\":false,\"superColumn\":false},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-06 11:18:23\",\"columnId\":\"1876104714486128641\",\"tableId\":\"1876104714398048258\",\"columnName\":\"type_name\",\"columnComment\":\"绫诲瀷鍚嶇О\",\"columnType\":\"varchar\",\"javaType\":\"String\",\"javaField\":\"typeName\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"0\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"LIKE\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":false,\"capJavaField\":\"TypeName\",\"list\":true,\"pk\":false,\"edit\":true,\"increment\":true,\"query\":true,\"insert\":true,\"usableColumn\":false,\"superColumn\":false},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-06 11:18:23\",\"columnId\":\"1876104714486128642\",\"tableId\":\"1876104714398048258\",\"columnName\":\"t', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 11:18:24', 47); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876127569265401858, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1876104714398048258\"}', '', 0, '', '2025-01-06 12:44:04', 116); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876128212738744321, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876127568837582849\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧绫诲瀷\",\"orderNum\":1,\"path\":\"equType\",\"component\":\"eims/equType/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equType:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":500,\"msg\":\"淇敼鑿滃崟\'璁惧绫诲瀷\'澶辫触锛岃彍鍗曞悕绉板凡瀛樺湪\",\"data\":null}', 0, '', '2025-01-06 12:46:37', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876128294632529921, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1876086417617387521', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 12:46:57', 20); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876128346386046977, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876127568837582849\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧绫诲瀷\",\"orderNum\":2,\"path\":\"equType\",\"component\":\"eims/equType/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equType:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 12:47:09', 26); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876128439419904001, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876127568837582849\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧绫诲瀷\",\"orderNum\":2,\"path\":\"equType\",\"component\":\"eims/equType/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equType:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 12:47:31', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876139257576591362, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876127568837582849\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧绫诲瀷\",\"orderNum\":2,\"path\":\"equType\",\"component\":\"eims/equ-type/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equType:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 13:30:31', 32); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876146579795382274, '000000', '璁惧绫诲瀷', 5, 'org.dromara.eims.controller.SysEquTypeController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":null,\"typeName\":null,\"typeCode\":null,\"parentId\":null,\"orderNum\":null,\"menuType\":null,\"icon\":null,\"status\":null,\"remark\":null}', '', 0, '', '2025-01-06 13:59:36', 1407); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876152478559670274, '000000', '璁惧绫诲瀷', 1, 'org.dromara.eims.controller.SysEquTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":\"1876152478484172802\",\"typeName\":null,\"typeCode\":null,\"parentId\":11,\"orderNum\":1,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:23:03', 32); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876153837568765954, '000000', '璁惧绫诲瀷', 1, 'org.dromara.eims.controller.SysEquTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":\"1876153837229027329\",\"typeName\":\"娴嬭瘯1\",\"typeCode\":null,\"parentId\":0,\"orderNum\":1,\"menuType\":\"C\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:28:27', 79); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876153868891828225, '000000', '璁惧绫诲瀷', 2, 'org.dromara.eims.controller.SysEquTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":\"1876153837229027329\",\"typeName\":\"娴嬭瘯1\",\"typeCode\":null,\"parentId\":0,\"orderNum\":1,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:28:34', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876153923560386562, '000000', '璁惧绫诲瀷', 1, 'org.dromara.eims.controller.SysEquTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":\"1876153923518443522\",\"typeName\":\"娴嬭瘯11\",\"typeCode\":null,\"parentId\":\"1876153837229027329\",\"orderNum\":1,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:28:47', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876153952505278465, '000000', '璁惧绫诲瀷', 3, 'org.dromara.eims.controller.SysEquTypeController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType/1876153923518443522', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:28:54', 19); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876153981185929218, '000000', '璁惧绫诲瀷', 1, 'org.dromara.eims.controller.SysEquTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":\"1876153981135597569\",\"typeName\":\"娴嬭瘯111\",\"typeCode\":null,\"parentId\":\"1876153837229027329\",\"orderNum\":1,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:29:01', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876153993689149442, '000000', '璁惧绫诲瀷', 3, 'org.dromara.eims.controller.SysEquTypeController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType/1876153837229027329', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:29:04', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876154047569178625, '000000', '璁惧绫诲瀷', 1, 'org.dromara.eims.controller.SysEquTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":\"1876154047523041281\",\"typeName\":\"娴嬭瘯11\",\"typeCode\":null,\"parentId\":\"1876153981135597569\",\"orderNum\":111,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:29:17', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876154069245341698, '000000', '璁惧绫诲瀷', 3, 'org.dromara.eims.controller.SysEquTypeController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType/1876153981135597569', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:29:22', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876154080121171969, '000000', '璁惧绫诲瀷', 3, 'org.dromara.eims.controller.SysEquTypeController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType/1876154047523041281', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:29:25', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876154142062653442, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":0,\"menuName\":\"娴嬭瘯1\",\"orderNum\":1,\"path\":\"1\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:29:39', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876154184991354882, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":\"1876154142033293313\",\"menuName\":\"娴嬭瘯2\",\"orderNum\":2,\"path\":\"2\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:29:50', 19); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876154205606359042, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1876154142033293313', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":601,\"msg\":\"瀛樺湪瀛愯彍鍗�,涓嶅厑璁稿垹闄",\"data\":null}', 0, '', '2025-01-06 14:29:55', 5); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876154246374993921, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1876154184928440322', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:30:04', 23); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876154259259895809, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1876154142033293313', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:30:07', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876156502059069441, '000000', '璁惧绫诲瀷', 1, 'org.dromara.eims.controller.SysEquTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":\"1876156501861937153\",\"typeName\":\"娴嬭瘯1\",\"typeCode\":\"11\",\"parentId\":0,\"orderNum\":1,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:39:02', 39); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876156551119843330, '000000', '璁惧绫诲瀷', 1, 'org.dromara.eims.controller.SysEquTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":\"1876156551069511682\",\"typeName\":\"娴嬭瘯瀛愮被1\",\"typeCode\":\"12\",\"parentId\":\"1876156501861937153\",\"orderNum\":2,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:39:14', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876156608418230273, '000000', '璁惧绫诲瀷', 1, 'org.dromara.eims.controller.SysEquTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":\"1876156608367898625\",\"typeName\":\"娴嬭瘯瀛愮被2\",\"typeCode\":\"2\",\"parentId\":\"1876156501861937153\",\"orderNum\":2,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:39:27', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876156648230563841, '000000', '璁惧绫诲瀷', 1, 'org.dromara.eims.controller.SysEquTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":\"1876156648184426498\",\"typeName\":\"娴嬭瘯3\",\"typeCode\":\"3\",\"parentId\":\"1876156551069511682\",\"orderNum\":3,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:39:37', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876156675929747457, '000000', '璁惧绫诲瀷', 3, 'org.dromara.eims.controller.SysEquTypeController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType/1876156501861937153', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":601,\"msg\":\"瀛樺湪瀛愯彍鍗�,涓嶅厑璁稿垹闄",\"data\":null}', 0, '', '2025-01-06 14:39:44', 20); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876156693394829313, '000000', '璁惧绫诲瀷', 3, 'org.dromara.eims.controller.SysEquTypeController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType/1876156551069511682', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":601,\"msg\":\"瀛樺湪瀛愯彍鍗�,涓嶅厑璁稿垹闄",\"data\":null}', 0, '', '2025-01-06 14:39:48', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876156710931214338, '000000', '璁惧绫诲瀷', 3, 'org.dromara.eims.controller.SysEquTypeController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType/1876156648184426498', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:39:52', 26); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876156733832114177, '000000', '璁惧绫诲瀷', 3, 'org.dromara.eims.controller.SysEquTypeController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType/1876156501861937153', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":601,\"msg\":\"瀛樺湪瀛愯彍鍗�,涓嶅厑璁稿垹闄",\"data\":null}', 0, '', '2025-01-06 14:39:57', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876156744728915970, '000000', '璁惧绫诲瀷', 3, 'org.dromara.eims.controller.SysEquTypeController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType/1876156608367898625', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:40:00', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876156824294862850, '000000', '璁惧绫诲瀷', 2, 'org.dromara.eims.controller.SysEquTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":\"1876156501861937153\",\"typeName\":\"娴嬭瘯1\",\"typeCode\":\"11\",\"parentId\":0,\"orderNum\":1,\"menuType\":\"M\",\"icon\":null,\"status\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 14:40:19', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876204236636016641, '000000', '銆愯澶囧彴璐︺��', 1, 'org.dromara.eims.controller.SysEquController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1876204236438884354\",\"equTypeId\":11,\"assetNo\":null,\"equName\":\"鍝堝搱\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"tempNo\":null,\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 17:48:43', 43); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876205697356910594, '000000', '璁惧绫诲瀷', 2, 'org.dromara.eims.controller.SysEquTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":\"1876156551069511682\",\"typeName\":\"娴嬭瘯瀛愮被1\",\"typeCode\":\"12\",\"parentId\":\"1876156501861937153\",\"orderNum\":2,\"menuType\":\"M\",\"icon\":null,\"status\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 17:54:31', 25); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876206025678639106, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1876204236438884354\",\"equTypeId\":3,\"assetNo\":null,\"equName\":\"鍝堝搱\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"tempNo\":null,\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-06 17:55:49', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876521587176660993, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1876204236438884354\",\"equTypeId\":31,\"assetNo\":null,\"equName\":\"鍝堝搱\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"tempNo\":null,\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-07 14:49:45', 41); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876521615190417409, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1875827537628749825\",\"equTypeId\":3,\"assetNo\":null,\"equName\":\"1122\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"tempNo\":null,\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-07 14:49:52', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876524597135040513, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1875349550770728963\",\"parentId\":\"1875349550770728962\",\"menuName\":\"銆愯澶囧彴璐︺�戞煡璇",\"orderNum\":1,\"path\":\"#\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equ:query\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-07 15:01:43', 21); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876524636074958850, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1875349550770728964\",\"parentId\":\"1875349550770728962\",\"menuName\":\"銆愯澶囧彴璐︺�戞柊澧瀄",\"orderNum\":2,\"path\":\"#\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equ:add\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-07 15:01:52', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876524660267704322, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1875349550770728965\",\"parentId\":\"1875349550770728962\",\"menuName\":\"銆愯澶囧彴璐︺�戜慨鏀筡",\"orderNum\":3,\"path\":\"#\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equ:edit\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-07 15:01:58', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876524687803310082, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1875349550770728966\",\"parentId\":\"1875349550770728962\",\"menuName\":\"銆愯澶囧彴璐︺�戝垹闄",\"orderNum\":4,\"path\":\"#\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equ:remove\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-07 15:02:04', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876524709890514945, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1875349550770728967\",\"parentId\":\"1875349550770728962\",\"menuName\":\"銆愯澶囧彴璐︺�戝鍑篭",\"orderNum\":5,\"path\":\"#\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equ:export\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-07 15:02:10', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876800106842607617, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":\"1876074027672731650\",\"menuName\":\"娴嬭瘯\",\"orderNum\":3,\"path\":\"test\",\"component\":\"eims/test/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"1\",\"status\":\"0\",\"icon\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-08 09:16:29', 38); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876801891950968833, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876800106687418370\",\"parentId\":\"1876074027672731650\",\"menuName\":\"娴嬭瘯\",\"orderNum\":3,\"path\":\"test\",\"component\":\"eims/test/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-08 09:23:35', 63); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876802441148940290, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876800106687418370\",\"parentId\":\"1876074027672731650\",\"menuName\":\"娴嬭瘯\",\"orderNum\":3,\"path\":\"test\",\"component\":\"eims/test/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"1\",\"status\":\"0\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-08 09:25:46', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876802697982951425, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876800106687418370\",\"parentId\":\"1875349550770728962\",\"menuName\":\"娴嬭瘯\",\"orderNum\":3,\"path\":\"test\",\"component\":\"eims/test/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"1\",\"status\":\"0\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-08 09:26:47', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876802896860069890, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876800106687418370\",\"parentId\":\"1875349550770728962\",\"menuName\":\"娴嬭瘯\",\"orderNum\":3,\"path\":\"test\",\"component\":\"eims/test/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-08 09:27:35', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876803378139676673, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876800106687418370\",\"parentId\":\"1876074027672731650\",\"menuName\":\"娴嬭瘯\",\"orderNum\":3,\"path\":\"test\",\"component\":\"eims/test/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-08 09:29:29', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876804843969232898, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1876800106687418370', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-08 09:35:19', 20); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876805354164371457, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧璇︽儏\",\"orderNum\":3,\"path\":\"detail\",\"component\":\"eims/equ-detail/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-08 09:37:20', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876811923753111554, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876805354114039810\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧璇︽儏\",\"orderNum\":3,\"path\":\"detail/:equId\",\"component\":\"eims/equ-detail/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-08 10:03:27', 20); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876812630833074177, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876805354114039810\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧璇︽儏\",\"orderNum\":3,\"path\":\"detail/${equId}\",\"component\":\"eims/equ-detail/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-08 10:06:15', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876813535980654593, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876805354114039810\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧璇︽儏\",\"orderNum\":3,\"path\":\"detail/:equId\",\"component\":\"eims/equ-detail/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-08 10:09:51', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1876814781248540673, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1876805354114039810', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-08 10:14:48', 21); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877155581186658305, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"equCode\":\"10010\",\"equTypeId\":1,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-01\",\"status\":\"1\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04\",\"trialDate\":\"2024-12-30\",\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"1\",\"inventoryFlag\":\"1\",\"inventoryDate\":null,\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 08:49:01', 26); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877155664481341442, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"equCode\":\"10010\",\"equTypeId\":1,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-01\",\"status\":\"1\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04\",\"trialDate\":\"2024-12-30\",\"planAcceptDate\":\"2025-01-09\",\"actualAcceptDate\":\"2025-01-09\",\"importStatus\":\"1\",\"inventoryFlag\":\"1\",\"inventoryDate\":\"2025-01-09\",\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 08:49:21', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877165636468461570, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"equCode\":\"10010\",\"equTypeId\":1,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-01\",\"status\":\"1\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04\",\"trialDate\":\"2024-12-30\",\"planAcceptDate\":\"2025-01-09\",\"actualAcceptDate\":\"2025-01-09\",\"importStatus\":\"1\",\"inventoryFlag\":\"1\",\"inventoryDate\":\"2025-01-09\",\"serviceLife\":7}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 09:28:58', 20); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877166050412711938, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"equCode\":\"10010\",\"equTypeId\":1,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂1\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-01\",\"status\":\"1\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04\",\"trialDate\":\"2024-12-30\",\"planAcceptDate\":\"2025-01-09\",\"actualAcceptDate\":\"2025-01-09\",\"importStatus\":\"1\",\"inventoryFlag\":\"1\",\"inventoryDate\":\"2025-01-09\",\"serviceLife\":7}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 09:30:37', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877166283850895361, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"equCode\":\"10010\",\"equTypeId\":1,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-01\",\"status\":\"1\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04\",\"trialDate\":\"2024-12-30\",\"planAcceptDate\":\"2025-01-09\",\"actualAcceptDate\":\"2025-01-09\",\"importStatus\":\"1\",\"inventoryFlag\":\"1\",\"inventoryDate\":\"2025-01-09\",\"serviceLife\":7}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 09:31:33', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877166313353629698, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"equCode\":\"10010\",\"equTypeId\":1,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-01\",\"status\":\"1\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04\",\"trialDate\":\"2024-12-30\",\"planAcceptDate\":\"2025-01-09\",\"actualAcceptDate\":\"2025-01-09\",\"importStatus\":\"1\",\"inventoryFlag\":\"1\",\"inventoryDate\":\"2025-01-09\",\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 09:31:40', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877166979992113154, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"equCode\":\"10010\",\"equTypeId\":1,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-02\",\"status\":\"0\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04\",\"trialDate\":\"2024-12-30\",\"planAcceptDate\":\"2025-01-09\",\"actualAcceptDate\":\"2025-01-09\",\"importStatus\":\"1\",\"inventoryFlag\":\"1\",\"inventoryDate\":\"2025-01-09\",\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 09:34:19', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877168818972119042, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"equCode\":\"10010\",\"equTypeId\":1,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-02\",\"status\":\"0\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04\",\"trialDate\":\"2024-12-30\",\"planAcceptDate\":\"2025-01-09\",\"actualAcceptDate\":\"2025-01-09\",\"importStatus\":\"0\",\"inventoryFlag\":\"1\",\"inventoryDate\":\"2025-01-09\",\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 09:41:37', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877168875960127489, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"equCode\":\"10010\",\"equTypeId\":1,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-02\",\"status\":\"0\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04\",\"trialDate\":\"2024-12-30\",\"planAcceptDate\":\"2025-01-09\",\"actualAcceptDate\":\"2025-01-09\",\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":\"2025-01-09\",\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 09:41:51', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877169564769701889, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"equCode\":\"10010\",\"equTypeId\":1,\"assetNo\":\"GY-10086\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-02\",\"status\":\"2\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04\",\"trialDate\":\"2024-12-30\",\"planAcceptDate\":\"2025-01-09\",\"actualAcceptDate\":\"2025-01-09\",\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":\"2025-01-09\",\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 09:44:35', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877189886831087617, '000000', '浠g爜鐢熸垚', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '\"sys_equ_trial\" \"master\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 11:05:20', 94); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877195862355333121, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-09 11:29:04\",\"params\":{\"parentMenuId\":\"1876074027672731650\",\"popupComponent\":\"drawer\"},\"tableId\":\"1877189886592012289\",\"dataName\":\"master\",\"tableName\":\"sys_equ_trial\",\"tableComment\":\"璁惧璇曚骇璁板綍\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"SysEquTrial\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara.eims\",\"moduleName\":\"eims\",\"businessName\":\"equTrial\",\"functionName\":\"璁惧璇曚骇璁板綍\",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-09 11:29:04\",\"columnId\":\"1877189886730424322\",\"tableId\":\"1877189886592012289\",\"columnName\":\"trial_id\",\"columnComment\":\"璇曠敤璁板綍id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"trialId\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"capJavaField\":\"TrialId\",\"pk\":true,\"edit\":true,\"list\":true,\"insert\":false,\"usableColumn\":false,\"superColumn\":false,\"increment\":true,\"query\":false},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-09 11:29:04\",\"columnId\":\"1877189886734618625\",\"tableId\":\"1877189886592012289\",\"columnName\":\"equ_id\",\"columnComment\":\"璁惧id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"equId\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"0\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":false,\"capJavaField\":\"EquId\",\"pk\":false,\"edit\":true,\"list\":true,\"insert\":true,\"usableColumn\":false,\"superColumn\":false,\"increment\":true,\"query\":true},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-09 11:29:04\",\"columnId\":\"1877189886734618626\",\"tableId\":\"1877189886592012289\",\"columnName\":\"trial_num\",\"columnComment\":\"璇曚骇鏁伴噺\",\"columnType\":\"int\",\"javaType\":\"Long\",\"j', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 11:29:05', 47); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877195886686490625, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1877189886592012289\"}', '', 0, '', '2025-01-09 11:29:11', 198); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877217717132840962, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1877195885923127297\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璇曚骇璁板綍\",\"orderNum\":3,\"path\":\"equTrial\",\"component\":\"eims/equTrial/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equTrial:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 12:55:55', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1877217802835054593, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1877195885923127297\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璇曚骇璁板綍\",\"orderNum\":3,\"path\":\"equTrial\",\"component\":\"eims/equ-trial/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equTrial:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-09 12:56:16', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878003170303811586, '000000', '璁惧璇曚骇璁板綍', 2, 'org.dromara.eims.controller.SysEquTrialController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":1,\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":\"2025-01-11 00:00:00\",\"proGoodNum\":95,\"proGoodRate\":95,\"operatorId\":1,\"startTime\":\"2025-01-01 13:56:47\",\"endTime\":\"2025-01-02 13:56:51\",\"runTime\":\"06:00:00\",\"stopTime\":\"02:00:00\",\"planRunTime\":\"07:00:00\",\"debugHistory\":\"1.娴嬭瘯bug\\n2.鍝堝搱鍝堝搱\",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-11 16:57:02', 46); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878003202205687810, '000000', '璁惧璇曚骇璁板綍', 2, 'org.dromara.eims.controller.SysEquTrialController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":1,\"equId\":\"1875827537628749825\",\"trialNum\":null,\"trialDate\":\"2025-01-11 00:00:00\",\"proGoodNum\":95,\"proGoodRate\":95,\"operatorId\":1,\"startTime\":\"2025-01-01 13:56:47\",\"endTime\":\"2025-01-02 13:56:51\",\"runTime\":\"06:00:00\",\"stopTime\":\"02:00:00\",\"planRunTime\":\"07:00:00\",\"debugHistory\":\"1.娴嬭瘯bug\\n2.鍝堝搱鍝堝搱\",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-11 16:57:10', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878245155115450370, '000000', '璁惧璇曚骇璁板綍', 2, 'org.dromara.eims.controller.SysEquTrialController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":1,\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":\"2025-01-11 00:00:00\",\"proGoodNum\":95,\"proGoodRate\":95,\"operatorId\":1,\"startTime\":\"2025-01-01 13:56:47\",\"endTime\":\"2025-01-02 13:56:51\",\"runTime\":\"06:00:00\",\"stopTime\":\"02:00:00\",\"planRunTime\":\"07:00:00\",\"debugHistory\":\"1.娴嬭瘯bug\\n2.鍝堝搱鍝堝搱\",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-12 08:58:36', 101); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878267414056054785, '000000', '璁惧璇曚骇璁板綍', 2, 'org.dromara.eims.controller.SysEquTrialController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":1,\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":\"2025-01-11 00:00:00\",\"proGoodNum\":95,\"proGoodRate\":95,\"operatorId\":1,\"startTime\":\"13:56:48\",\"endTime\":\"13:56:51\",\"runTime\":\"06:00:00\",\"stopTime\":\"02:00:00\",\"planRunTime\":\"07:00:00\",\"debugHistory\":\"1.娴嬭瘯bug\\n2.鍝堝搱鍝堝搱\",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-12 10:27:03', 24); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878267507685502978, '000000', '璁惧璇曚骇璁板綍', 2, 'org.dromara.eims.controller.SysEquTrialController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":1,\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":\"2025-01-11 00:00:00\",\"proGoodNum\":95,\"proGoodRate\":95,\"operatorId\":1,\"startTime\":\"13:56:48\",\"endTime\":\"13:56:51\",\"runTime\":\"06:00:00\",\"stopTime\":\"02:00:00\",\"planRunTime\":\"07:00:00\",\"debugHistory\":\"1.娴嬭瘯bug\\n2.鍝堝搱鍝堝搱\",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-12 10:27:25', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878267540443017217, '000000', '璁惧璇曚骇璁板綍', 2, 'org.dromara.eims.controller.SysEquTrialController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":1,\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":\"2025-01-11 00:00:00\",\"proGoodNum\":95,\"proGoodRate\":95,\"operatorId\":1,\"startTime\":\"13:56:48\",\"endTime\":\"13:56:52\",\"runTime\":\"06:00:00\",\"stopTime\":\"02:00:00\",\"planRunTime\":\"07:00:00\",\"debugHistory\":\"1.娴嬭瘯bug\\n2.鍝堝搱鍝堝搱\",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-12 10:27:33', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878267660123287554, '000000', '璁惧璇曚骇璁板綍', 2, 'org.dromara.eims.controller.SysEquTrialController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":1,\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":\"2025-01-11 00:00:00\",\"proGoodNum\":95,\"proGoodRate\":95,\"operatorId\":1,\"startTime\":\"14:56:48\",\"endTime\":\"13:56:52\",\"runTime\":\"06:00:00\",\"stopTime\":\"02:00:00\",\"planRunTime\":\"07:00:00\",\"debugHistory\":\"1.娴嬭瘯bug\\n2.鍝堝搱鍝堝搱\",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-12 10:28:01', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878311101444157442, '000000', '璁惧璇曚骇璁板綍', 2, 'org.dromara.eims.controller.SysEquTrialController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":1,\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":\"2025-01-11 00:00:00\",\"proGoodNum\":95,\"proGoodRate\":95,\"operatorDept\":100,\"operatorId\":3,\"startTime\":\"14:56:48\",\"endTime\":\"13:56:52\",\"runTime\":\"06:00:00\",\"stopTime\":\"02:00:00\",\"planRunTime\":\"07:00:00\",\"debugHistory\":\"1.娴嬭瘯bug\\n2.鍝堝搱鍝堝搱\",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-12 13:20:39', 24); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878311141206159362, '000000', '璁惧璇曚骇璁板綍', 2, 'org.dromara.eims.controller.SysEquTrialController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":1,\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":\"2025-01-11 00:00:00\",\"proGoodNum\":95,\"proGoodRate\":95,\"operatorDept\":100,\"operatorId\":1,\"startTime\":\"14:56:48\",\"endTime\":\"13:56:52\",\"runTime\":\"06:00:00\",\"stopTime\":\"02:00:00\",\"planRunTime\":\"07:00:00\",\"debugHistory\":\"1.娴嬭瘯bug\\n2.鍝堝搱鍝堝搱\",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-12 13:20:48', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878311855470964737, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.SysEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878311855408050177\",\"equId\":\"1875827537628749825\",\"trialNum\":null,\"trialDate\":\"2025-01-12\",\"proGoodNum\":100,\"proGoodRate\":100,\"operatorDept\":100,\"operatorId\":1,\"startTime\":\"00:00:00\",\"endTime\":\"01:00:00\",\"runTime\":\"04:00:00\",\"stopTime\":\"01:00:00\",\"planRunTime\":\"06:00:00\",\"debugHistory\":\"娴嬭瘯\",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-12 13:23:38', 19); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878311958101389314, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.SysEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878311958051057666\",\"equId\":\"1875827537628749825\",\"trialNum\":null,\"trialDate\":null,\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-12 13:24:03', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878311967765065729, '000000', '璁惧璇曚骇璁板綍', 3, 'org.dromara.eims.controller.SysEquTrialController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial/1878311958051057666', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-12 13:24:05', 21); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878311984634556418, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.SysEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878311984580030466\",\"equId\":\"1875827537628749825\",\"trialNum\":null,\"trialDate\":null,\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-12 13:24:09', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878312029945622530, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.SysEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878312029899485185\",\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":null,\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-12 13:24:20', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878607584723030017, '000000', '璁惧璇曚骇璁板綍', 3, 'org.dromara.eims.controller.SysEquTrialController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial/1878311984580030466,1878312029899485185', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-13 08:58:46', 32); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878607596630659073, '000000', '璁惧璇曚骇璁板綍', 5, 'org.dromara.eims.controller.SysEquTrialController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":null,\"equId\":null,\"trialNum\":null,\"trialDate\":null,\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '', 0, '', '2025-01-13 08:58:49', 1260); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878677321863745538, '000000', '璁惧璇曚骇璁板綍', 2, 'org.dromara.eims.controller.SysEquTrialController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":1,\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":\"2025-01-11\",\"proGoodNum\":951,\"proGoodRate\":95,\"operatorDept\":100,\"operatorId\":1,\"startTime\":\"14:56:48\",\"endTime\":\"13:56:52\",\"runTime\":\"06:00:00\",\"stopTime\":\"02:00:00\",\"planRunTime\":\"07:00:00\",\"debugHistory\":\"1.娴嬭瘯bug\\n2.鍝堝搱鍝堝搱\",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-13 13:35:52', 21); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878677377044008961, '000000', '璁惧璇曚骇璁板綍', 2, 'org.dromara.eims.controller.SysEquTrialController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878311855408050177\",\"equId\":\"1875827537628749825\",\"trialNum\":null,\"trialDate\":\"2025-01-12\",\"proGoodNum\":100,\"proGoodRate\":100,\"operatorDept\":100,\"operatorId\":1,\"startTime\":\"00:00:00\",\"endTime\":\"01:00:00\",\"runTime\":\"04:00:00\",\"stopTime\":\"01:00:00\",\"planRunTime\":\"06:00:00\",\"debugHistory\":\"娴嬭瘯\",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-13 13:36:05', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878677895615172610, '000000', '璁惧璇曚骇璁板綍', 2, 'org.dromara.eims.controller.SysEquTrialController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":1,\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":\"2025-01-11\",\"proGoodNum\":951,\"proGoodRate\":95,\"operatorDept\":100,\"operatorId\":1,\"startTime\":\"14:56:48\",\"endTime\":\"13:56:52\",\"runTime\":\"06:00:00\",\"stopTime\":\"02:00:00\",\"planRunTime\":\"07:00:00\",\"debugHistory\":\"1.娴嬭瘯bug\\n2.鍝堝搱鍝堝搱\\n3.鍛靛懙鍛礬",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-13 13:38:09', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878695098980847617, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.SysEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878695098922127361\",\"equId\":1000,\"trialNum\":1,\"trialDate\":\"2025-01-13\",\"proGoodNum\":1,\"proGoodRate\":1,\"operatorDept\":null,\"operatorId\":null,\"startTime\":\"00:04:00\",\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-13 14:46:31', 19); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878715702979153921, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.SysEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878715702941405185\",\"equId\":\"1875827537628749825\",\"trialNum\":null,\"trialDate\":\"2025-01-13\",\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-13 16:08:23', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878716769448054786, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.SysEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878716769359974402\",\"equId\":\"1875827537628749825\",\"trialNum\":null,\"trialDate\":\"2025-01-01\",\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-13 16:12:37', 25); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878716793686937602, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.SysEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878716793649188865\",\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":\"2025-01-30\",\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-13 16:12:43', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878716820295602177, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.SysEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878716820266242049\",\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":\"2025-01-02\",\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-13 16:12:49', 6); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878716848296775681, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.SysEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878716848254832642\",\"equId\":\"1876204236438884354\",\"trialNum\":null,\"trialDate\":\"2025-01-03\",\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-13 16:12:56', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878716874725085186, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.SysEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878716874670559233\",\"equId\":\"1875827537628749825\",\"trialNum\":null,\"trialDate\":\"2025-01-16\",\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-13 16:13:02', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878716907281272833, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.SysEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878716907243524098\",\"equId\":\"1875827537628749825\",\"trialNum\":null,\"trialDate\":\"2025-01-03\",\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-13 16:13:10', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878716944073707521, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.SysEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878716944031764482\",\"equId\":\"1875827537628749825\",\"trialNum\":null,\"trialDate\":\"2025-01-19\",\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-13 16:13:19', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878978689841315841, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1875827537628749825\",\"equCode\":null,\"equTypeId\":3,\"assetNo\":\"1002\",\"equName\":\"1122\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 09:33:24', 22); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878978762536992770, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.SysEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"equCode\":\"10010\",\"equTypeId\":1,\"assetNo\":\"1001\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-02\",\"status\":\"2\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04\",\"trialDate\":\"2024-12-30\",\"planAcceptDate\":\"2025-01-09\",\"actualAcceptDate\":\"2025-01-09\",\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":\"2025-01-09\",\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 09:33:41', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878984898598215681, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.EimsEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1875827537628749825\",\"equCode\":\"1\",\"equTypeId\":3,\"assetNo\":\"1002\",\"equName\":\"1122\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 09:58:04', 22); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878988394437390337, '000000', '銆愯澶囧彴璐︺��', 1, 'org.dromara.eims.controller.EimsEquController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1878988394319949826\",\"equCode\":\"10000\",\"equTypeId\":1,\"assetNo\":\"123456\",\"equName\":\"娴嬭瘯1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-14\",\"status\":\"0\",\"location\":\"1鍙疯溅闂碶",\"deptUsed\":100,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-14\",\"trialDate\":\"2025-01-14\",\"planAcceptDate\":\"2025-01-14\",\"actualAcceptDate\":\"2025-01-14\",\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":\"2025-01-14\",\"serviceLife\":10}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 10:11:58', 24); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878988423835267073, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.EimsEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1878988394319949826\",\"equCode\":\"10000\",\"equTypeId\":1,\"assetNo\":\"123456\",\"equName\":\"娴嬭瘯11\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-14\",\"status\":\"0\",\"location\":\"1鍙疯溅闂碶",\"deptUsed\":100,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-14\",\"trialDate\":\"2025-01-14\",\"planAcceptDate\":\"2025-01-14\",\"actualAcceptDate\":\"2025-01-14\",\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":\"2025-01-14\",\"serviceLife\":10}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 10:12:05', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878988535894487042, '000000', '璁惧绫诲瀷', 1, 'org.dromara.eims.controller.EimsEquTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equTypeId\":\"1878988535865126913\",\"typeName\":\"娴嬭瘯2\",\"typeCode\":\"12\",\"parentId\":0,\"orderNum\":10,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 10:12:32', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878988564168290306, '000000', '璁惧绫诲瀷', 3, 'org.dromara.eims.controller.EimsEquTypeController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equType/1878988535865126913', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 10:12:38', 23); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878988619893813250, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.EimsEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1878988619851870210\",\"equId\":\"1878988394319949826\",\"trialNum\":null,\"trialDate\":null,\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 10:12:52', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878991383705198593, '000000', 'OSS瀵硅薄瀛樺偍', 1, 'org.dromara.system.controller.system.SysOssController.upload()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/resource/oss/upload', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '', '', 1, '鍒ゆ柇Bucket鏄惁瀛樺湪澶辫触锛岃鏍稿閰嶇疆淇℃伅:[software.amazon.awssdk.core.exception.SdkClientException: Failed to send the request: socket connection refused.]', '2025-01-14 10:23:51', 7097); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878998727885365249, '000000', '浠g爜鐢熸垚', 3, 'org.dromara.generator.controller.GenController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/1872089580516179970,1875349494617387010,1876104714398048258,1877189886592012289', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 10:53:01', 50); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878998754510807041, '000000', '浠g爜鐢熸垚', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '\"eims_equ_statu\" \"master\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 10:53:08', 105); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1878999481576628225, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-14 10:56:01\",\"params\":{\"parentMenuId\":\"1876074027672731650\",\"popupComponent\":\"drawer\"},\"tableId\":\"1878998754225594370\",\"dataName\":\"master\",\"tableName\":\"eims_equ_statu\",\"tableComment\":\"璁惧鐘舵�佽褰曡〃\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"EimsEquStatu\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara.eims\",\"moduleName\":\"eims\",\"businessName\":\"equStatu\",\"functionName\":\"璁惧鐘舵�佽褰昞",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-14 10:56:01\",\"columnId\":\"1878998754393366529\",\"tableId\":\"1878998754225594370\",\"columnName\":\"equ_statu_id\",\"columnComment\":\"璁惧鐘舵�佽褰昳d\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"equStatuId\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"0\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":false,\"capJavaField\":\"EquStatuId\",\"pk\":true,\"edit\":true,\"list\":true,\"increment\":true,\"query\":false,\"insert\":false,\"usableColumn\":false,\"superColumn\":false},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-14 10:56:01\",\"columnId\":\"1878998754401755138\",\"tableId\":\"1878998754225594370\",\"columnName\":\"equ_id\",\"columnComment\":\"璁惧id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"equId\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"0\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"select\",\"dictType\":\"\",\"sort\":2,\"required\":false,\"capJavaField\":\"EquId\",\"pk\":false,\"edit\":true,\"list\":true,\"increment\":true,\"query\":true,\"insert\":true,\"usableColumn\":false,\"superColumn\":false},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-14 10:56:01\",\"columnId\":\"1878998754405949441\",\"tableId\":\"1878998754225594370\",\"columnName\":\"before_change\",\"columnComment\":\"鍙樻洿鍓嶇姸鎬乗",\"columnType\":\"cha', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 10:56:01', 84); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879000340775608322, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1878998754225594370\"}', '', 0, '', '2025-01-14 10:59:26', 238); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879000710574809089, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1879000339785752577\",\"parentId\":\"1876074027672731650\",\"menuName\":\"鐘舵�佸彉鏇碶",\"orderNum\":4,\"path\":\"equStatu\",\"component\":\"eims/equStatu/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equStatu:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 11:00:54', 20); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879000783358566402, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1879000339785752577\",\"parentId\":\"1876074027672731650\",\"menuName\":\"鐘舵�佸彉鏇碶",\"orderNum\":4,\"path\":\"equStatu\",\"component\":\"eims/equ-statu/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equStatu:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 11:01:12', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879078207744135169, '000000', '璁惧鐘舵�佽褰�', 1, 'org.dromara.eims.controller.EimsEquStatuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equStatu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equStatuId\":\"1879078207500865538\",\"equId\":\"1875827537628749825\",\"beforeChange\":\"0\",\"afterChange\":\"1\",\"changeDate\":\"2025-01-14 16:08:36\",\"changeUser\":1,\"userDept\":100,\"changeDesc\":\"1212\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-14 16:08:51', 52); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879333371721887746, '000000', '璁惧鐘舵�佽褰�', 1, 'org.dromara.eims.controller.EimsEquStatuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equStatu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equStatuId\":\"1879333371604447234\",\"equId\":\"1875827537628749825\",\"beforeChange\":\"0\",\"afterChange\":\"3\",\"changeDate\":\"2025-01-15 09:02:33\",\"changeUser\":1,\"userDept\":100,\"changeDesc\":\"娴嬭瘯\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-15 09:02:47', 23); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879334927879974914, '000000', '璁惧鐘舵�佽褰�', 3, 'org.dromara.eims.controller.EimsEquStatuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equStatu/1879333371604447234', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-15 09:08:58', 40); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879335212543193089, '000000', '璁惧鐘舵�佽褰�', 1, 'org.dromara.eims.controller.EimsEquStatuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equStatu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equStatuId\":\"1879335212484472833\",\"equId\":1000,\"beforeChange\":\"2\",\"afterChange\":\"3\",\"changeDate\":\"2025-01-15 09:09:50\",\"changeUser\":1,\"userDept\":100,\"changeDesc\":\"娴嬭瘯娴嬭瘯\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-15 09:10:06', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879350376592134146, '000000', '璁惧鐘舵�佽褰�', 1, 'org.dromara.eims.controller.EimsEquStatuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equStatu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equStatuId\":\"1879350376495665154\",\"equId\":1000,\"beforeChange\":\"2\",\"afterChange\":\"3\",\"changeDate\":\"2025-01-15 10:10:10\",\"changeUser\":1,\"userDept\":100,\"changeDesc\":\"1212\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-15 10:10:21', 18); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879350533433937922, '000000', '璁惧鐘舵�佽褰�', 1, 'org.dromara.eims.controller.EimsEquStatuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equStatu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equStatuId\":\"1879350533371023362\",\"equId\":\"1875827537628749825\",\"beforeChange\":\"0\",\"afterChange\":\"3\",\"changeDate\":\"2025-01-15 10:10:33\",\"changeUser\":4,\"userDept\":100,\"changeDesc\":\"娴嬭瘯\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-15 10:10:58', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879350573875417089, '000000', '璁惧鐘舵�佽褰�', 2, 'org.dromara.eims.controller.EimsEquStatuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equStatu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equStatuId\":\"1879078207500865538\",\"equId\":\"1875827537628749825\",\"beforeChange\":\"0\",\"afterChange\":\"2\",\"changeDate\":\"2025-01-14 16:08:36\",\"changeUser\":1,\"userDept\":100,\"changeDesc\":\"1212\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-15 10:11:08', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879350632918634498, '000000', '璁惧鐘舵�佽褰�', 2, 'org.dromara.eims.controller.EimsEquStatuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equStatu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equStatuId\":\"1879350533371023362\",\"equId\":\"1875827537628749825\",\"beforeChange\":\"0\",\"afterChange\":\"1\",\"changeDate\":\"2025-01-15 10:10:33\",\"changeUser\":4,\"userDept\":100,\"changeDesc\":\"娴嬭瘯\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-15 10:11:22', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879426478136184834, '000000', '璁惧鐘舵�佽褰�', 2, 'org.dromara.eims.controller.EimsEquStatuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equStatu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equStatuId\":\"1879335212484472833\",\"equId\":1000,\"beforeChange\":\"2\",\"afterChange\":\"3\",\"changeDate\":\"2025-01-15 09:09:50\",\"changeUser\":1,\"userDept\":100,\"changeDesc\":\"娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯娴嬭瘯\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-15 15:12:45', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879693813304627202, '000000', '璁惧鐘舵�佽褰�', 3, 'org.dromara.eims.controller.EimsEquStatuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equStatu/1879350533371023362', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-16 08:55:03', 24); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879758313013743617, '000000', '浠g爜鐢熸垚', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '\"eims_inventory\" \"master\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-16 13:11:21', 112); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879759051941056513, '000000', '浠g爜鐢熸垚', 3, 'org.dromara.generator.controller.GenController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/1879758312694976513', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-16 13:14:17', 22); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879759150792413185, '000000', '浠g爜鐢熸垚', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '\"eims_inventory\" \"master\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-16 13:14:40', 70); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879759964374142977, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-16 13:17:54\",\"params\":{\"parentMenuId\":\"1876074027672731650\",\"popupComponent\":\"drawer\"},\"tableId\":\"1879759150687555586\",\"dataName\":\"master\",\"tableName\":\"eims_inventory\",\"tableComment\":\"鐩樼偣琛╘",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"EimsInventory\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara.equ\",\"moduleName\":\"equ\",\"businessName\":\"inventory\",\"functionName\":\"鐩樼偣\",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-16 13:17:54\",\"columnId\":\"1879759150742081538\",\"tableId\":\"1879759150687555586\",\"columnName\":\"inventory_id\",\"columnComment\":\"鐩樼偣id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"inventoryId\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"pk\":true,\"edit\":true,\"list\":true,\"insert\":false,\"usableColumn\":false,\"superColumn\":false,\"query\":false,\"increment\":true,\"capJavaField\":\"InventoryId\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-16 13:17:54\",\"columnId\":\"1879759150742081539\",\"tableId\":\"1879759150687555586\",\"columnName\":\"inventory_code\",\"columnComment\":\"鐩樼偣鍗曞彿\",\"columnType\":\"varchar\",\"javaType\":\"String\",\"javaField\":\"inventoryCode\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"LIKE\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"pk\":false,\"edit\":true,\"list\":true,\"insert\":true,\"usableColumn\":false,\"superColumn\":false,\"query\":true,\"increment\":true,\"capJavaField\":\"InventoryCode\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-01-16 13:17:54\",\"columnId\":\"1879759150746275841\",\"tableId\":\"1879759150687555586\",\"columnName\":\"inventory_name\",\"columnComment\":\"鐩樼偣鍚嶇О\",\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-16 13:17:54', 37); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879762189813125122, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1879759150687555586\"}', '', 0, '', '2025-01-16 13:26:45', 194); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879772912895234050, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1879762189070733313\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧鐩樼偣\",\"orderNum\":1,\"path\":\"inventory\",\"component\":\"eims/inventory/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:inventory:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-16 14:09:22', 24); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879772951130509313, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1879762189070733314\",\"parentId\":\"1879762189070733313\",\"menuName\":\"鐩樼偣鏌ヨ\",\"orderNum\":1,\"path\":\"#\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:inventory:query\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-16 14:09:31', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879772979714691073, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1879762189070733315\",\"parentId\":\"1879762189070733313\",\"menuName\":\"鐩樼偣鏂板\",\"orderNum\":2,\"path\":\"#\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:inventory:add\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-16 14:09:38', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879773002003222529, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1879762189070733316\",\"parentId\":\"1879762189070733313\",\"menuName\":\"鐩樼偣淇敼\",\"orderNum\":3,\"path\":\"#\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:inventory:edit\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-16 14:09:43', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879773021590622209, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1879762189070733318\",\"parentId\":\"1879762189070733313\",\"menuName\":\"鐩樼偣瀵煎嚭\",\"orderNum\":5,\"path\":\"#\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:inventory:export\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-16 14:09:47', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879773040523710465, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1879762189070733317\",\"parentId\":\"1879762189070733313\",\"menuName\":\"鐩樼偣鍒犻櫎\",\"orderNum\":4,\"path\":\"#\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:inventory:remove\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-16 14:09:52', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879799706221559810, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1879762189070733313\",\"parentId\":\"1876074027672731650\",\"menuName\":\"璁惧鐩樼偣\",\"orderNum\":5,\"path\":\"inventory\",\"component\":\"eims/inventory/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:inventory:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-16 15:55:50', 48); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1879806294407856130, '000000', '鐩樼偣', 1, 'org.dromara.eims.controller.EimsInventoryController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1879806293967454210\",\"inventoryCode\":\"PD11111\",\"inventoryName\":\"娴嬭瘯1\",\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-01-16\",\"endDate\":\"2025-01-16\",\"status\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-16 16:22:00', 80); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1880071851472347138, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1879806293967454210\",\"inventoryCode\":\"PD111112\",\"inventoryName\":\"娴嬭瘯1\",\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-01-16\",\"endDate\":\"2025-01-16\",\"status\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-17 09:57:14', 25); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1880131864597389313, '000000', '瀛楀吀绫诲瀷', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"鐩樼偣鐘舵�乗",\"dictType\":\"inventory_statu\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-17 13:55:42', 26); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1880132039369842689, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":1,\"dictLabel\":\"鐩樼偣涓璡",\"dictValue\":\"0\",\"dictType\":\"inventory_statu\",\"cssClass\":null,\"listClass\":\"primary\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-17 13:56:24', 28); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1880132101525233666, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":1,\"dictLabel\":\"鐩樼偣缁撴潫\",\"dictValue\":\"1\",\"dictType\":\"inventory_statu\",\"cssClass\":null,\"listClass\":\"green\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-17 13:56:39', 45); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1881205175116931074, '000000', '鐩樼偣', 1, 'org.dromara.eims.controller.EimsInventoryController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1881205174991101953\",\"inventoryCode\":\"PD11111\",\"inventoryName\":\"娴嬭瘯2\",\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-01-20\",\"endDate\":\"2025-01-20\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-01-20 13:00:40', 25); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887298054450434049, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1879806293967454210\",\"inventoryCode\":\"PD111112\",\"inventoryName\":\"娴嬭瘯1\",\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-01-16\",\"endDate\":\"2025-01-16\",\"status\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-06 08:31:35', 20); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887298098813587457, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1879806293967454210\",\"inventoryCode\":\"PD111112\",\"inventoryName\":\"娴嬭瘯1\",\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-01-16\",\"endDate\":\"2025-01-16\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-06 08:31:46', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887326259886542850, '000000', '鐩樼偣', 5, 'org.dromara.eims.controller.EimsInventoryController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":null,\"inventoryCode\":null,\"inventoryName\":null,\"inventoryUser\":null,\"userDept\":null,\"startDate\":null,\"endDate\":null,\"status\":null,\"remark\":null}', '', 0, '', '2025-02-06 10:23:40', 1422); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887329735047761922, '000000', '浠g爜鐢熸垚', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '\"eims_inventory_detail\" \"master\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-06 10:37:28', 92); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887330386704191489, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-06 10:40:03\",\"params\":{\"parentMenuId\":\"1879762189070733313\",\"popupComponent\":\"drawer\"},\"tableId\":\"1887329734783520770\",\"dataName\":\"master\",\"tableName\":\"eims_inventory_detail\",\"tableComment\":\"鐩樼偣鏄庣粏琛╘",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"EimsInventoryDetail\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara.eims\",\"moduleName\":\"eims\",\"businessName\":\"inventoryDetail\",\"functionName\":\"鐩樼偣鏄庣粏\",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-06 10:40:03\",\"columnId\":\"1887329734955487233\",\"tableId\":\"1887329734783520770\",\"columnName\":\"id\",\"columnComment\":\"\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"increment\":true,\"query\":false,\"insert\":false,\"usableColumn\":false,\"superColumn\":false,\"list\":true,\"pk\":true,\"edit\":true,\"capJavaField\":\"Id\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-06 10:40:03\",\"columnId\":\"1887329734963875841\",\"tableId\":\"1887329734783520770\",\"columnName\":\"inventory_id\",\"columnComment\":\"鐩樼偣id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"inventoryId\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"increment\":true,\"query\":true,\"insert\":true,\"usableColumn\":false,\"superColumn\":false,\"list\":true,\"pk\":false,\"edit\":true,\"capJavaField\":\"InventoryId\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-06 10:40:03\",\"columnId\":\"1887329734963875842\",\"tableId\":\"1887329734783520770\",\"columnName\":\"equ_id\",\"columnComment\":\"璁惧id\",\"columnType\":\"bigint\",\"java', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-06 10:40:04', 25); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887330412079730690, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1887329734783520770\"}', '', 0, '', '2025-02-06 10:40:10', 55); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887673874620682241, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":4,\"roleName\":\"浠呮湰浜篭",\"roleKey\":\"test2\",\"roleSort\":4,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[1500,1506,5,1501,1502,1503,1504,1505,1507,1508,1509,1510,1511],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 09:24:58', 107); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887677409365078018, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":4,\"roleName\":\"浠呮湰浜篭",\"roleKey\":\"test2\",\"roleSort\":4,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[1500,1506,5,1501,1502,1503,1504,1505,1507,1508,1509,1510,1511],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 09:39:00', 73); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887678824338698242, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":4,\"roleName\":\"浠呮湰浜篭",\"roleKey\":\"test2\",\"roleSort\":4,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[1500,1506,5,1501,1502,1503,1504,1505,1507,1508,1509,1510,1511],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 09:44:38', 42060); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887678847168294914, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":4,\"roleName\":\"浠呮湰浜篭",\"roleKey\":\"test2\",\"roleSort\":4,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[1501,1502,1503,1504,1505,1507,1508,1509,1510,1511,1500,1506,5,4],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 09:44:43', 41); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887687487623393282, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1879806293967454210\",\"inventoryCode\":\"PD111112\",\"inventoryName\":\"娴嬭瘯1\",\"equTypesList\":null,\"equStatusList\":null,\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-01-16\",\"endDate\":\"2025-01-16\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 10:19:03', 64); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887688273443024898, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1879806293967454210\",\"inventoryCode\":\"PD111112\",\"inventoryName\":\"娴嬭瘯1\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\"],\"equStatusList\":[\"0\",\"1\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-01-16\",\"endDate\":\"2025-01-16\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 10:22:11', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887692077194407937, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1879806293967454210\",\"inventoryCode\":\"PD111112\",\"inventoryName\":\"娴嬭瘯1\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\"],\"equStatusList\":[\"0\",\"1\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-01-16\",\"endDate\":\"2025-01-16\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 10:37:17', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887692108244840449, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1879806293967454210\",\"inventoryCode\":\"PD111112\",\"inventoryName\":\"娴嬭瘯1\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\"],\"equStatusList\":[\"0\",\"1\",\"2\",\"3\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-01-16\",\"endDate\":\"2025-01-16\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 10:37:25', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887692131019911170, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1879806293967454210\",\"inventoryCode\":\"PD111112\",\"inventoryName\":\"娴嬭瘯1\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\"],\"equStatusList\":[\"0\",\"1\",\"2\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-01-16\",\"endDate\":\"2025-01-16\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 10:37:30', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887692714116247553, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1881205174991101953\",\"inventoryCode\":\"PD11111\",\"inventoryName\":\"娴嬭瘯2\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\"],\"equStatusList\":null,\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-01-20\",\"endDate\":\"2025-01-20\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 10:39:49', 27); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887692747276414978, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1881205174991101953\",\"inventoryCode\":\"PD11111\",\"inventoryName\":\"娴嬭瘯2\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\"],\"equStatusList\":[\"0\",\"1\",\"2\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-01-20\",\"endDate\":\"2025-01-20\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 10:39:57', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887694527020265474, '000000', '鐩樼偣', 1, 'org.dromara.eims.controller.EimsInventoryController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887694526953156609\",\"inventoryCode\":\"PD333333\",\"inventoryName\":\"娴嬭瘯3\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"1\",\"2\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 10:47:02', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887694978583228418, '000000', '鐩樼偣', 1, 'org.dromara.eims.controller.EimsInventoryController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887694978503536641\",\"inventoryCode\":\"PD444444\",\"inventoryName\":\"娴嬭瘯4\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"0\",\"1\",\"2\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 10:48:49', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887731565576712194, '000000', '鐩樼偣', 1, 'org.dromara.eims.controller.EimsInventoryController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887731565534769154\",\"inventoryCode\":\"P1\",\"inventoryName\":\"鐩樼偣1\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"32\"],\"equStatusList\":[\"2\",\"1\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 13:14:12', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887731623189671937, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887731565534769154\",\"inventoryCode\":\"P1\",\"inventoryName\":\"鐩樼偣1\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"32\",\"31\",\"3\"],\"equStatusList\":[\"2\",\"1\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 13:14:26', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887733565278253058, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.EimsEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"equCode\":\"10010\",\"equTypeId\":0,\"assetNo\":\"1001\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-02\",\"status\":\"2\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04\",\"trialDate\":\"2024-12-30\",\"planAcceptDate\":\"2025-01-09\",\"actualAcceptDate\":\"2025-01-09\",\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":\"2025-01-09\",\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 13:22:09', 39); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887733609901453313, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.EimsEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":1000,\"equCode\":\"10010\",\"equTypeId\":1,\"assetNo\":\"1001\",\"equName\":\"1#璐寸墖鏈�1\",\"modelNo\":\"E300\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"3000\",\"plateInfo\":\"鍖椾含灏忕背\",\"purchaseDate\":\"2025-01-02\",\"status\":\"2\",\"location\":\"鍏板疂1鍙疯溅闂碶",\"deptUsed\":101,\"respPerson\":1,\"contactPhone\":\"18597012158\",\"deployDate\":\"2025-01-04\",\"trialDate\":\"2024-12-30\",\"planAcceptDate\":\"2025-01-09\",\"actualAcceptDate\":\"2025-01-09\",\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":\"2025-01-09\",\"serviceLife\":6}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 13:22:20', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887740263552380930, '000000', '鐩樼偣', 1, 'org.dromara.eims.controller.EimsInventoryController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887740263086813185\",\"inventoryCode\":\"P2\",\"inventoryName\":\"鐩樼偣2\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"0\",\"1\",\"2\",\"3\"],\"inventoryUser\":4,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 13:48:46', 126); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887740498571816961, '000000', '鐩樼偣', 1, 'org.dromara.eims.controller.EimsInventoryController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887740498433404929\",\"inventoryCode\":\"P3\",\"inventoryName\":\"鐩樼偣3\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"0\"],\"inventoryUser\":3,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 13:49:42', 32); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887741266808926210, '000000', '鐩樼偣', 1, 'org.dromara.eims.controller.EimsInventoryController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887741266746011649\",\"inventoryCode\":\"P4\",\"inventoryName\":\"鐩樼偣4\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"1\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 13:52:45', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887742268547133441, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887741266746011649\",\"inventoryCode\":\"P4\",\"inventoryName\":\"鐩樼偣4\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"3\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 13:56:44', 21); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887742699360874498, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887741266746011649\",\"inventoryCode\":\"P4\",\"inventoryName\":\"鐩樼偣4\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"2\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 13:58:27', 37320); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887742714691055617, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887741266746011649\",\"inventoryCode\":\"P4\",\"inventoryName\":\"鐩樼偣4\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"2\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 13:58:30', 19); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887747169754935297, '000000', '鐩樼偣', 3, 'org.dromara.eims.controller.EimsInventoryController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory/1887741266746011649', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 14:16:13', 77); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887747440316903425, '000000', '鐩樼偣', 3, 'org.dromara.eims.controller.EimsInventoryController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory/1879806293967454210,1881205174991101953,1887694526953156609,1887694978503536641,1887731565534769154,1887740263086813185,1887740498433404929', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 14:17:17', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887748053461233665, '000000', '鐩樼偣', 1, 'org.dromara.eims.controller.EimsInventoryController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887748053364764673\",\"inventoryCode\":\"PD11111\",\"inventoryName\":\"鐩樼偣1\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"0\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 14:19:43', 37); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887754967263866881, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887748053364764673\",\"inventoryCode\":\"PD11111\",\"inventoryName\":\"鐩樼偣1\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"0\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 14:47:12', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1887754984632479746, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887748053364764673\",\"inventoryCode\":\"PD11111\",\"inventoryName\":\"鐩樼偣1\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"0\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-07 14:47:16', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888049932103692290, '000000', '瀛楀吀绫诲瀷', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"鐩樼偣鏄庣粏鐘舵�乗",\"dictType\":\"inventory_detail_statu\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-08 10:19:17', 41); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888050111636680706, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"鏈洏\",\"dictValue\":\"0\",\"dictType\":\"inventory_detail_statu\",\"cssClass\":null,\"listClass\":\"red\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-08 10:20:00', 33); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888050166741446658, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":1,\"dictLabel\":\"宸茬洏\",\"dictValue\":\"1\",\"dictType\":\"inventory_detail_statu\",\"cssClass\":null,\"listClass\":\"green\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-08 10:20:13', 28); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888122712764301313, '000000', '鐩樼偣鏄庣粏', 5, 'org.dromara.eims.controller.EimsInventoryDetailController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":null,\"inventoryId\":null,\"equId\":null,\"status\":null,\"remark\":null,\"equName\":null,\"equCode\":null,\"equAssetNo\":null,\"deptName\":null,\"equTypeName\":null,\"equTypeId\":null,\"location\":null,\"equStatus\":null,\"inventoryUser\":null}', '', 0, '', '2025-02-08 15:08:29', 1483); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888150196301959170, '000000', '鐩樼偣', 1, 'org.dromara.eims.controller.EimsInventoryController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1888150196071272449\",\"inventoryCode\":\"PD2222\",\"inventoryName\":\"鐩樼偣2\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"0\",\"1\",\"2\",\"3\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-08\",\"endDate\":\"2025-02-08\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-08 16:57:42', 52); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888773937430368258, '000000', '銆愯澶囧彴璐︺��', 1, 'org.dromara.eims.controller.EimsEquController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1888773937203875842\",\"equCode\":null,\"equTypeId\":null,\"assetNo\":null,\"equName\":null,\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"1\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":null,\"inventoryFlag\":null,\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:16:13', 77); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888773961228849154, '000000', '銆愯澶囧彴璐︺��', 1, 'org.dromara.eims.controller.EimsEquController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1888773961174323201\",\"equCode\":null,\"equTypeId\":null,\"assetNo\":null,\"equName\":null,\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":null,\"inventoryFlag\":null,\"inventoryDate\":null,\"serviceLife\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:16:19', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888775058441998338, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887748053364764673\",\"inventoryCode\":\"PD11111\",\"inventoryName\":\"鐩樼偣1\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"0\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:20:40', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888775073751207937, '000000', '鐩樼偣', 2, 'org.dromara.eims.controller.EimsInventoryController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1887748053364764673\",\"inventoryCode\":\"PD11111\",\"inventoryName\":\"鐩樼偣1\",\"equTypesList\":[\"1\",\"11\",\"2\",\"21\",\"22\",\"3\",\"31\",\"32\",\"1876156501861937153\",\"1876156551069511682\"],\"equStatusList\":[\"0\"],\"inventoryUser\":1,\"userDept\":100,\"startDate\":\"2025-02-07\",\"endDate\":\"2025-02-07\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:20:44', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888779579028242433, '000000', '鐩樼偣鏄庣粏', 2, 'org.dromara.eims.controller.EimsInventoryDetailController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1887748053410902017\",\"inventoryId\":\"1887748053364764673\",\"equId\":\"1875827537628749825\",\"status\":\"0\",\"remark\":null,\"equName\":null,\"equCode\":null,\"equAssetNo\":null,\"deptName\":null,\"equTypeName\":null,\"equTypeId\":null,\"location\":null,\"equStatus\":null,\"inventoryUser\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:38:38', 27); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888779801259245569, '000000', '鐩樼偣鏄庣粏', 2, 'org.dromara.eims.controller.EimsInventoryDetailController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1887748053410902017\",\"inventoryId\":\"1887748053364764673\",\"equId\":\"1875827537628749825\",\"status\":\"1\",\"remark\":null,\"equName\":null,\"equCode\":null,\"equAssetNo\":null,\"deptName\":null,\"equTypeName\":null,\"equTypeId\":null,\"location\":null,\"equStatus\":null,\"inventoryUser\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:39:31', 20); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888779963448786946, '000000', '鐩樼偣鏄庣粏', 3, 'org.dromara.eims.controller.EimsInventoryDetailController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail/1887748053410902017', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:40:10', 41); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888782469377654786, '000000', '鐢ㄦ埛绠$悊', 1, 'org.dromara.system.controller.system.SysUserController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"userId\":\"1888782469222465537\",\"deptId\":100,\"userName\":\"zhuguifei\",\"nickName\":\"zhuguifei\",\"userType\":null,\"email\":null,\"phonenumber\":null,\"sex\":\"0\",\"status\":\"0\",\"remark\":null,\"roleIds\":[4],\"postIds\":[4],\"roleId\":null,\"excludeUserIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:50:07', 124); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888782576579870722, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":4,\"roleName\":\"浠呮湰浜篭",\"roleKey\":\"test2\",\"roleSort\":4,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[\"1876074027672731650\",\"1875349550770728962\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1875349550770728963\",\"1875349550770728964\",\"1875349550770728965\",\"1875349550770728966\",\"1875349550770728967\",\"1876127568837582850\",\"1876127568837582851\",\"1876127568837582852\",\"1876127568837582853\",\"1876127568837582854\",\"1877195885923127298\",\"1877195885923127299\",\"1877195885923127300\",\"1877195885923127301\",\"1877195885923127302\",\"1879000339785752578\",\"1879000339785752579\",\"1879000339785752580\",\"1879000339785752581\",\"1879000339785752582\",\"1879762189070733314\",\"1879762189070733315\",\"1879762189070733316\",\"1879762189070733317\",\"1879762189070733318\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:50:33', 60); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888782714530529282, '000000', '鐩樼偣', 3, 'org.dromara.eims.controller.EimsInventoryController.remove()', 'DELETE', 1, 'zhuguifei', 'XXX绉戞妧', '/eims/inventory/1888150196071272449', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:51:06', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888783017665462274, '000000', '瑙掕壊绠$悊', 4, 'org.dromara.system.controller.system.SysRoleController.cancelAuthUser()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role/authUser/cancel', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"userId\":\"1888782469222465537\",\"roleId\":4}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:52:18', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888783073160298498, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":3,\"roleName\":\"鏈儴闂ㄥ強浠ヤ笅\",\"roleKey\":\"test1\",\"roleSort\":3,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[1501,1502,1503,1504,1505,1507,1508,1509,1510,1511,1500,1506,5,\"1876074027672731650\",\"1875349550770728962\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1875349550770728963\",\"1875349550770728964\",\"1875349550770728965\",\"1875349550770728966\",\"1875349550770728967\",\"1876127568837582850\",\"1876127568837582851\",\"1876127568837582852\",\"1876127568837582853\",\"1876127568837582854\",\"1877195885923127298\",\"1877195885923127299\",\"1877195885923127300\",\"1877195885923127301\",\"1877195885923127302\",\"1879000339785752578\",\"1879000339785752579\",\"1879000339785752580\",\"1879000339785752581\",\"1879000339785752582\",\"1879762189070733314\",\"1879762189070733315\",\"1879762189070733316\",\"1879762189070733317\",\"1879762189070733318\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:52:31', 30); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888783105791983618, '000000', '瑙掕壊绠$悊', 4, 'org.dromara.system.controller.system.SysRoleController.selectAuthUserAll()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role/authUser/selectAll', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"roleId\":\"3\",\"userIds\":\"1888782469222465537\"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:52:39', 24); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888783481597427713, '000000', '鐢ㄦ埛绠$悊', 2, 'org.dromara.system.controller.system.SysUserController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"userId\":\"1888782469222465537\",\"deptId\":101,\"userName\":\"zhuguifei\",\"nickName\":\"zhuguifei\",\"userType\":null,\"email\":\"\",\"phonenumber\":\"\",\"sex\":\"0\",\"status\":\"0\",\"remark\":null,\"roleIds\":[3],\"postIds\":[],\"roleId\":null,\"excludeUserIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:54:09', 45); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888783877048991745, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":3,\"roleName\":\"鏈儴闂ㄥ強浠ヤ笅\",\"roleKey\":\"test1\",\"roleSort\":3,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[1501,1502,1503,1504,1505,1507,1508,1509,1510,1511,\"1875349550770728963\",\"1875349550770728964\",\"1875349550770728965\",\"1875349550770728966\",\"1875349550770728967\",\"1876127568837582850\",\"1876127568837582851\",\"1876127568837582852\",\"1876127568837582853\",\"1876127568837582854\",\"1877195885923127298\",\"1877195885923127299\",\"1877195885923127300\",\"1877195885923127301\",\"1877195885923127302\",\"1879000339785752578\",\"1879000339785752579\",\"1879000339785752580\",\"1879000339785752581\",\"1879000339785752582\",\"1879762189070733314\",\"1879762189070733315\",\"1879762189070733316\",\"1879762189070733317\",\"1879762189070733318\",1500,1506,\"1875349550770728962\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",5,\"1876074027672731650\",1,100,101,102,103,104,105,106,107,108,118,123,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,500,501,1600,1601,1602,1603,1620,1621,1622,1623,1061,1062,1063,1064,1065,1040,1041,1042,1043,1044,1045,1050],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 10:55:43', 48); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888788403583803393, '000000', '瑙掕壊绠$悊', 5, 'org.dromara.system.controller.system.SysRoleController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":null,\"roleName\":null,\"roleKey\":null,\"roleSort\":null,\"dataScope\":null,\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":null,\"remark\":null,\"menuIds\":null,\"deptIds\":null,\"superAdmin\":false}', '', 0, '', '2025-02-10 11:13:42', 1315); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888814115959169026, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":0,\"menuName\":\"缁翠慨淇濆吇\",\"orderNum\":2,\"path\":\"1\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 12:55:52', 37); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888814672857882626, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1888814115854311426\",\"parentId\":0,\"menuName\":\"缁翠慨淇濆吇\",\"orderNum\":2,\"path\":\"repairMaintain\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 12:58:05', 21); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888819999594602497, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876074027672731650\",\"parentId\":0,\"menuName\":\"璁惧绠$悊\",\"orderNum\":1,\"path\":\"equ\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"bx:package\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 13:19:15', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888820201785221121, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876074027672731650\",\"parentId\":0,\"menuName\":\"璁惧绠$悊\",\"orderNum\":1,\"path\":\"equ\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"lucide:book-open-text\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 13:20:03', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888820246190317570, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1888814115854311426\",\"parentId\":0,\"menuName\":\"缁翠慨淇濆吇\",\"orderNum\":2,\"path\":\"repairMaintain\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"lucide:book-open-text\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 13:20:14', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888820307641065474, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1876074027672731650\",\"parentId\":0,\"menuName\":\"璁惧绠$悊\",\"orderNum\":1,\"path\":\"equ\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"tabler:category-plus\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 13:20:29', 19); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888820804166967297, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1888814115854311426\",\"parentId\":0,\"menuName\":\"璁惧缁翠慨\",\"orderNum\":2,\"path\":\"repair\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"lucide:book-open-text\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 13:22:27', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888835484650397698, '000000', '浠g爜鐢熸垚', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '\"eims_repair_req\" \"master\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 14:20:47', 112); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888836218615848961, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-10 14:23:42\",\"params\":{\"parentMenuId\":\"1888814115854311426\",\"popupComponent\":\"drawer\"},\"tableId\":\"1888835484331630593\",\"dataName\":\"master\",\"tableName\":\"eims_repair_req\",\"tableComment\":\"鎶ヤ慨鍗昞",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"EimsRepairReq\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara.eims\",\"moduleName\":\"eims\",\"businessName\":\"repairReq\",\"functionName\":\"鎶ヤ慨鍗昞",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-10 14:23:42\",\"columnId\":\"1888835484528762881\",\"tableId\":\"1888835484331630593\",\"columnName\":\"id\",\"columnComment\":\"鎶ヤ慨id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"pk\":true,\"edit\":true,\"list\":true,\"insert\":false,\"usableColumn\":false,\"superColumn\":false,\"increment\":true,\"query\":false,\"capJavaField\":\"Id\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-10 14:23:42\",\"columnId\":\"1888835484537151490\",\"tableId\":\"1888835484331630593\",\"columnName\":\"code\",\"columnComment\":\"鎶ヤ慨鍗曞彿\",\"columnType\":\"varchar\",\"javaType\":\"String\",\"javaField\":\"code\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"pk\":false,\"edit\":true,\"list\":true,\"insert\":true,\"usableColumn\":false,\"superColumn\":false,\"increment\":true,\"query\":true,\"capJavaField\":\"Code\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-10 14:23:42\",\"columnId\":\"1888835484537151491\",\"tableId\":\"1888835484331630593\",\"columnName\":\"status\",\"columnComment\":\"鎶ヤ慨鐘舵�乗",\"columnType\":\"char\",\"javaType\":\"String\",\"javaField\":\"status\",\"i', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 14:23:42', 42); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888836273208909825, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1888835484331630593\"}', '', 0, '', '2025-02-10 14:23:55', 189); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888836970813939713, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1888836272449740807', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 14:26:41', 31); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888836977881341954, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1888836272449740806', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 14:26:43', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888836984348958721, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1888836272449740805', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 14:26:45', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888836990493614082, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1888836272449740803', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 14:26:46', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888836997036728321, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1888836272449740804', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 14:26:48', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888837017840476162, '000000', '鑿滃崟绠$悊', 3, 'org.dromara.system.controller.system.SysMenuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu/1888836272449740802', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 14:26:53', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888837119866920961, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-10 14:27:16\",\"params\":{\"parentMenuId\":\"1888814115854311426\",\"popupComponent\":\"drawer\"},\"tableId\":\"1888835484331630593\",\"dataName\":\"master\",\"tableName\":\"eims_repair_req\",\"tableComment\":\"鏁呴殰鎶ヤ慨\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"EimsRepairReq\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara.eims\",\"moduleName\":\"eims\",\"businessName\":\"repairReq\",\"functionName\":\"鏁呴殰鎶ヤ慨\",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-10 14:27:16\",\"columnId\":\"1888835484528762881\",\"tableId\":\"1888835484331630593\",\"columnName\":\"id\",\"columnComment\":\"鎶ヤ慨id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"pk\":true,\"edit\":true,\"list\":true,\"insert\":false,\"usableColumn\":false,\"superColumn\":false,\"increment\":true,\"query\":false,\"capJavaField\":\"Id\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-10 14:27:16\",\"columnId\":\"1888835484537151490\",\"tableId\":\"1888835484331630593\",\"columnName\":\"code\",\"columnComment\":\"鎶ヤ慨鍗曞彿\",\"columnType\":\"varchar\",\"javaType\":\"String\",\"javaField\":\"code\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"pk\":false,\"edit\":true,\"list\":true,\"insert\":true,\"usableColumn\":false,\"superColumn\":false,\"increment\":true,\"query\":true,\"capJavaField\":\"Code\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-10 14:27:16\",\"columnId\":\"1888835484537151491\",\"tableId\":\"1888835484331630593\",\"columnName\":\"status\",\"columnComment\":\"鎶ヤ慨鐘舵�乗",\"columnType\":\"char\",\"javaType\":\"String\",\"javaField\":\"status\",', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 14:27:17', 61); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888837193846054914, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1888835484331630593\"}', '', 0, '', '2025-02-10 14:27:35', 76); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888844007144775681, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1888837193552453634\",\"parentId\":\"1888814115854311426\",\"menuName\":\"鏁呴殰鎶ヤ慨\",\"orderNum\":1,\"path\":\"repairReq\",\"component\":\"eims/repair-req/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:repairReq:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 14:54:39', 25); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888852561104842753, '000000', '瀛楀吀绫诲瀷', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"鎶ヤ慨绫诲瀷\",\"dictType\":\"repair_req_type\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 15:28:38', 196); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888852864801812482, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":1,\"dictLabel\":\"璁惧\",\"dictValue\":\"1\",\"dictType\":\"repair_req_type\",\"cssClass\":null,\"listClass\":\"orange\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 15:29:51', 43); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888852995752177666, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":2,\"dictLabel\":\"宸ュ叿\",\"dictValue\":\"2\",\"dictType\":\"repair_req_type\",\"cssClass\":null,\"listClass\":null,\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 15:30:22', 44); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888853069957804034, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1888852995580211202\",\"dictSort\":2,\"dictLabel\":\"宸ュ叿\",\"dictValue\":\"2\",\"dictType\":\"repair_req_type\",\"cssClass\":null,\"listClass\":\"cyan\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 15:30:40', 18); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888853101775794178, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1888852864692760577\",\"dictSort\":1,\"dictLabel\":\"璁惧\",\"dictValue\":\"1\",\"dictType\":\"repair_req_type\",\"cssClass\":null,\"listClass\":\"primary\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 15:30:47', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888853150731710465, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":3,\"dictLabel\":\"鍏跺畠\",\"dictValue\":\"3\",\"dictType\":\"repair_req_type\",\"cssClass\":null,\"listClass\":\"pink\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 15:30:59', 18); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888853668426264577, '000000', '瀛楀吀绫诲瀷', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"鎶ヤ慨绱ф�ョ▼搴",\"dictType\":\"repair_urgency_level\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 15:33:02', 18); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888853839579033601, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":1,\"dictLabel\":\"涓�鑸琝",\"dictValue\":\"1\",\"dictType\":\"repair_urgency_level\",\"cssClass\":null,\"listClass\":\"orange\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 15:33:43', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888853895870787585, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":2,\"dictLabel\":\"绱ф�",\"dictValue\":\"2\",\"dictType\":\"repair_urgency_level\",\"cssClass\":null,\"listClass\":\"danger\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 15:33:57', 37); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888854701252653057, '000000', '瀛楀吀绫诲瀷', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"鎶ヤ慨鐘舵�乗",\"dictType\":\"repair_req_status\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 15:37:09', 25); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888854928713953281, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"寰呮帴鍗昞",\"dictValue\":\"0\",\"dictType\":\"repair_req_status\",\"cssClass\":null,\"listClass\":\"orange\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 15:38:03', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888854997043359746, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":1,\"dictLabel\":\"缁翠慨涓璡",\"dictValue\":\"1\",\"dictType\":\"repair_req_status\",\"cssClass\":null,\"listClass\":\"cyan\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 15:38:19', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888855058531856386, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":2,\"dictLabel\":\"宸插畬鎴怽",\"dictValue\":\"2\",\"dictType\":\"repair_req_status\",\"cssClass\":null,\"listClass\":\"green\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 15:38:34', 38); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888867248940888065, '000000', '瀛楀吀绫诲瀷', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"鏁呴殰绫诲埆\",\"dictType\":\"repair_fault_type\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 16:27:00', 18); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888867365949386754, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":1,\"dictLabel\":\"鏈烘鏁呴殰\",\"dictValue\":\"1\",\"dictType\":\"repair_fault_type\",\"cssClass\":null,\"listClass\":null,\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 16:27:28', 18); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888867399830974466, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":2,\"dictLabel\":\"鐢靛櫒鏁呴殰\",\"dictValue\":\"2\",\"dictType\":\"repair_fault_type\",\"cssClass\":null,\"listClass\":null,\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 16:27:36', 39); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888867428599705602, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":3,\"dictLabel\":\"鍏跺畠\",\"dictValue\":\"3\",\"dictType\":\"repair_fault_type\",\"cssClass\":null,\"listClass\":null,\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 16:27:43', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888867722955960321, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1888867722909822977\",\"code\":\"1212\",\"status\":\"0\",\"occTime\":\"2025-02-10 16:28:42\",\"reqTime\":\"2025-02-10 16:28:41\",\"reqDept\":100,\"reqUser\":\"1888782469222465537\",\"reqDesc\":\"1212\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"1\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 16:28:53', 26); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888867810533027842, '000000', '瀛楀吀绫诲瀷', 9, 'org.dromara.system.controller.system.SysDictTypeController.refreshCache()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type/refreshCache', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 16:29:14', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888867814031077377, '000000', '瀛楀吀绫诲瀷', 9, 'org.dromara.system.controller.system.SysDictTypeController.refreshCache()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type/refreshCache', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 16:29:15', 1); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888868122371141634, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1888852864692760577\",\"dictSort\":1,\"dictLabel\":\"璁惧鏁呴殰\",\"dictValue\":\"1\",\"dictType\":\"repair_req_type\",\"cssClass\":null,\"listClass\":\"primary\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 16:30:29', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888868143497850882, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1888852995580211202\",\"dictSort\":2,\"dictLabel\":\"宸ュ叿鏁呴殰\",\"dictValue\":\"2\",\"dictType\":\"repair_req_type\",\"cssClass\":null,\"listClass\":\"cyan\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 16:30:34', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1888868162514825218, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1888853150668795905\",\"dictSort\":3,\"dictLabel\":\"鍏跺畠鏁呴殰\",\"dictValue\":\"3\",\"dictType\":\"repair_req_type\",\"cssClass\":null,\"listClass\":\"pink\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-10 16:30:38', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889140637447319553, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":null,\"code\":\"647e3ae18a58477f81d69ab865fb12f5\",\"status\":\"0\",\"occTime\":\"2025-02-11 10:33:07\",\"reqTime\":\"2025-02-11 10:33:05\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"1212\",\"urgencyLevel\":\"2\",\"faultPicture\":null,\"reqType\":\"1\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"2\",\"remark\":null}', '', 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'code\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsRepairReqMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsRepairReqMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_repair_req ( id, code, status, occ_time, req_time, req_dept, req_user, req_desc, urgency_level, req_type, fault_type, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'code\' at row 1\n; Data truncation: Data too long for column \'code\' at row 1', '2025-02-11 10:33:21', 287); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889193135896870913, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1889193135716515841\",\"code\":\"WXD202502110001\",\"status\":\"0\",\"occTime\":\"2025-02-11 14:01:38\",\"reqTime\":\"2025-02-11 14:01:32\",\"reqDept\":100,\"reqUser\":\"1888782469222465537\",\"reqDesc\":\"鏁呴殰\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"1\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-11 14:01:58', 37); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889193482153443330, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1889193482098917378\",\"code\":\"WXD202502110001\",\"status\":\"1\",\"occTime\":\"2025-02-11 14:03:06\",\"reqTime\":\"2025-02-11 14:03:04\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"鎬ヤ笉鎬",\"urgencyLevel\":\"2\",\"faultPicture\":null,\"reqType\":\"3\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"2\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-11 14:03:20', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889194017426325506, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":null,\"code\":\"WXD202502110001\",\"status\":\"0\",\"occTime\":\"2025-02-11 14:05:18\",\"reqTime\":\"2025-02-11 14:05:17\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"qwdsdf\",\"urgencyLevel\":\"2\",\"faultPicture\":null,\"reqType\":\"2\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"3\",\"remark\":null}', '', 1, '\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n### The error may exist in org/dromara/eims/mapper/EimsRepairReqMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsRepairReqMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_repair_req ( id, code, status, occ_time, req_time, req_dept, req_user, req_desc, urgency_level, req_type, fault_type, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n; Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'', '2025-02-11 14:05:28', 128); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889194117473058817, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":null,\"code\":\"WXD202502110001\",\"status\":\"0\",\"occTime\":\"2025-02-11 14:05:18\",\"reqTime\":\"2025-02-11 14:05:17\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"qwdsdf\",\"urgencyLevel\":\"2\",\"faultPicture\":null,\"reqType\":\"2\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"3\",\"remark\":null}', '', 1, '\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n### The error may exist in org/dromara/eims/mapper/EimsRepairReqMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsRepairReqMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_repair_req ( id, code, status, occ_time, req_time, req_dept, req_user, req_desc, urgency_level, req_type, fault_type, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n; Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'', '2025-02-11 14:05:52', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889195670539948034, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":null,\"code\":\"WXD202502110001\",\"status\":\"0\",\"occTime\":\"2025-02-11 14:11:51\",\"reqTime\":\"2025-02-11 14:11:48\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"1212\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"2\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"2\",\"remark\":null}', '', 1, '\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n### The error may exist in org/dromara/eims/mapper/EimsRepairReqMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsRepairReqMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_repair_req ( id, code, status, occ_time, req_time, req_dept, req_user, req_desc, urgency_level, req_type, fault_type, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n; Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'', '2025-02-11 14:12:02', 104); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889196198305026050, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":null,\"code\":\"WXD202502110001\",\"status\":\"0\",\"occTime\":\"2025-02-11 14:11:51\",\"reqTime\":\"2025-02-11 14:11:48\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"1212\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"2\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"2\",\"remark\":null}', '', 1, '\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n### The error may exist in org/dromara/eims/mapper/EimsRepairReqMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsRepairReqMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_repair_req ( id, code, status, occ_time, req_time, req_dept, req_user, req_desc, urgency_level, req_type, fault_type, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n; Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'', '2025-02-11 14:14:08', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889197968636891137, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":null,\"code\":\"WXD202502110001\",\"status\":\"0\",\"occTime\":\"2025-02-11 14:11:51\",\"reqTime\":\"2025-02-11 14:11:48\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"1212\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"2\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"2\",\"remark\":null}', '', 1, '\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n### The error may exist in org/dromara/eims/mapper/EimsRepairReqMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsRepairReqMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_repair_req ( id, code, status, occ_time, req_time, req_dept, req_user, req_desc, urgency_level, req_type, fault_type, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n; Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'', '2025-02-11 14:21:10', 87); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889198119262736386, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":null,\"code\":\"WXD202502110001\",\"status\":\"0\",\"occTime\":\"2025-02-11 14:11:51\",\"reqTime\":\"2025-02-11 14:11:48\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"1212\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"2\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"2\",\"remark\":null}', '', 1, '\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n### The error may exist in org/dromara/eims/mapper/EimsRepairReqMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsRepairReqMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_repair_req ( id, code, status, occ_time, req_time, req_dept, req_user, req_desc, urgency_level, req_type, fault_type, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n; Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'', '2025-02-11 14:21:46', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889198997566771202, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":null,\"code\":\"WXD202502110001\",\"status\":\"0\",\"occTime\":\"2025-02-11 14:11:51\",\"reqTime\":\"2025-02-11 14:11:48\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"1212\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"2\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"2\",\"remark\":null}', '', 1, '\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n### The error may exist in org/dromara/eims/mapper/EimsRepairReqMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsRepairReqMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_repair_req ( id, code, status, occ_time, req_time, req_dept, req_user, req_desc, urgency_level, req_type, fault_type, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n; Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'', '2025-02-11 14:25:15', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889199026759127041, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1889199026704601089\",\"code\":\"WXD202502110002\",\"status\":\"0\",\"occTime\":\"2025-02-11 14:11:51\",\"reqTime\":\"2025-02-11 14:11:48\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"1212\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"2\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"2\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-11 14:25:22', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889199559142133762, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1888867399784837121\",\"dictSort\":2,\"dictLabel\":\"鐢垫皵鏁呴殰\",\"dictValue\":\"2\",\"dictType\":\"repair_fault_type\",\"cssClass\":null,\"listClass\":null,\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-11 14:27:29', 35); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889211052378128385, '000000', '銆愯澶囧彴璐︺��', 3, 'org.dromara.eims.controller.EimsEquController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/1888773961174323201', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-11 15:13:09', 22); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889211061311995905, '000000', '銆愯澶囧彴璐︺��', 3, 'org.dromara.eims.controller.EimsEquController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/1888773937203875842', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-11 15:13:12', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889484693478047745, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":null,\"code\":\"WXD202502110001\",\"status\":\"0\",\"occTime\":\"2025-02-12 09:20:21\",\"reqTime\":\"2025-02-12 09:20:19\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"111\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"1\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"1\",\"remark\":null}', '', 1, '\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n### The error may exist in org/dromara/eims/mapper/EimsRepairReqMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsRepairReqMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_repair_req ( id, code, status, occ_time, req_time, req_dept, req_user, req_desc, urgency_level, req_type, fault_type, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'\n; Duplicate entry \'WXD202502110001\' for key \'eims_repair_req.code\'', '2025-02-12 09:20:31', 148); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889506260450803713, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1889506260404666369\",\"code\":\"BXD202502120002\",\"status\":\"0\",\"occTime\":\"2025-02-12 10:46:03\",\"reqTime\":\"2025-02-12 10:46:00\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"112\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"1\",\"equId\":1000,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 10:46:12', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889509287685537793, '000000', '鏁呴殰鎶ヤ慨', 3, 'org.dromara.eims.controller.EimsRepairReqController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq/1888867722909822977', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 10:58:14', 42); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889510345493200898, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1889510345426092033\",\"code\":\"BXD202502120003\",\"status\":\"1\",\"occTime\":\"2025-02-12 11:02:07\",\"reqTime\":\"2025-02-12 11:02:05\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"12\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"1\",\"equId\":\"1876204236438884354\",\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"2\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 11:02:26', 18); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889510921069150209, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1889510920993652738\",\"code\":\"BXD202502120004\",\"status\":\"0\",\"occTime\":\"2025-02-12 11:04:31\",\"reqTime\":\"2025-02-12 11:04:29\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"122\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"2\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"3\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 11:04:44', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889511033413582849, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1889511033325502466\",\"code\":\"BXD202502120005\",\"status\":\"0\",\"occTime\":\"2025-02-12 11:05:00\",\"reqTime\":\"2025-02-12 11:04:58\",\"reqDept\":100,\"reqUser\":1,\"reqDesc\":\"122\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"1\",\"equId\":\"1878988394319949826\",\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 11:05:10', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889547371311624193, '000000', 'OSS瀵硅薄瀛樺偍', 1, 'org.dromara.system.controller.system.SysOssController.upload()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/resource/oss/upload', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '', '', 1, '鍒ゆ柇Bucket鏄惁瀛樺湪澶辫触锛岃鏍稿閰嶇疆淇℃伅:[software.amazon.awssdk.core.exception.SdkClientException: Failed to send the request: socket connection refused.]', '2025-02-12 13:29:34', 9504); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889547476622209025, '000000', '瀵硅薄瀛樺偍鐘舵�佷慨鏀�', 2, 'org.dromara.system.controller.system.SysOssConfigController.changeStatus()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/resource/oss/config/changeStatus', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"ossConfigId\":5,\"configKey\":\"image\",\"accessKey\":\"ruoyi\",\"secretKey\":\"ruoyi123\",\"bucketName\":\"ruoyi\",\"prefix\":\"image\",\"endpoint\":\"127.0.0.1:9000\",\"domain\":\"\",\"isHttps\":\"N\",\"status\":\"0\",\"region\":\"\",\"ext1\":\"\",\"remark\":null,\"accessPolicy\":\"1\"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 13:29:59', 32); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889547577700741122, '000000', 'OSS瀵硅薄瀛樺偍', 1, 'org.dromara.system.controller.system.SysOssController.upload()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/resource/oss/upload', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '', '', 1, '鍒ゆ柇Bucket鏄惁瀛樺湪澶辫触锛岃鏍稿閰嶇疆淇℃伅:[software.amazon.awssdk.core.exception.SdkClientException: Failed to send the request: socket connection refused.]', '2025-02-12 13:30:23', 5884); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889547614421872642, '000000', '瀵硅薄瀛樺偍鐘舵�佷慨鏀�', 2, 'org.dromara.system.controller.system.SysOssConfigController.changeStatus()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/resource/oss/config/changeStatus', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"ossConfigId\":1,\"configKey\":\"minio\",\"accessKey\":\"ruoyi\",\"secretKey\":\"ruoyi123\",\"bucketName\":\"ruoyi\",\"prefix\":\"\",\"endpoint\":\"127.0.0.1:9000\",\"domain\":\"\",\"isHttps\":\"N\",\"status\":\"0\",\"region\":\"\",\"ext1\":\"\",\"remark\":null,\"accessPolicy\":\"1\"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 13:30:32', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889547672689143810, '000000', '瀵硅薄瀛樺偍鐘舵�佷慨鏀�', 2, 'org.dromara.system.controller.system.SysOssConfigController.changeStatus()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/resource/oss/config/changeStatus', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"ossConfigId\":1,\"configKey\":\"minio\",\"accessKey\":\"ruoyi\",\"secretKey\":\"ruoyi123\",\"bucketName\":\"ruoyi\",\"prefix\":\"\",\"endpoint\":\"127.0.0.1:9000\",\"domain\":\"\",\"isHttps\":\"N\",\"status\":\"1\",\"region\":\"\",\"ext1\":\"\",\"remark\":null,\"accessPolicy\":\"1\"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 13:30:46', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889547770831663106, '000000', 'OSS瀵硅薄瀛樺偍', 1, 'org.dromara.system.controller.system.SysOssController.upload()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/resource/oss/upload', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '', '', 1, '鍒ゆ柇Bucket鏄惁瀛樺湪澶辫触锛岃鏍稿閰嶇疆淇℃伅:[software.amazon.awssdk.core.exception.SdkClientException: Failed to send the request: socket connection refused.]', '2025-02-12 13:31:09', 8880); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889547798983831554, '000000', '瀵硅薄瀛樺偍鐘舵�佷慨鏀�', 2, 'org.dromara.system.controller.system.SysOssConfigController.changeStatus()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/resource/oss/config/changeStatus', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"ossConfigId\":1,\"configKey\":\"minio\",\"accessKey\":\"ruoyi\",\"secretKey\":\"ruoyi123\",\"bucketName\":\"ruoyi\",\"prefix\":\"\",\"endpoint\":\"127.0.0.1:9000\",\"domain\":\"\",\"isHttps\":\"N\",\"status\":\"0\",\"region\":\"\",\"ext1\":\"\",\"remark\":null,\"accessPolicy\":\"1\"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 13:31:16', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889547983503847426, '000000', '鐢ㄦ埛澶村儚', 2, 'org.dromara.system.controller.system.SysProfileController.avatar()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user/profile/avatar', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '', '', 1, '鍒ゆ柇Bucket鏄惁瀛樺湪澶辫触锛岃鏍稿閰嶇疆淇℃伅:[software.amazon.awssdk.core.exception.SdkClientException: Failed to send the request: socket connection refused.]', '2025-02-12 13:32:00', 9316); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889561357985869825, '000000', '瑙掕壊绠$悊', 1, 'org.dromara.system.controller.system.SysRoleController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889561357813903361\",\"roleName\":\"鎿嶄綔宸",\"roleKey\":\"operator\",\"roleSort\":2,\"dataScope\":null,\"menuCheckStrictly\":false,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[\"1876074027672731650\",\"1875349550770728962\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1888814115854311426\",\"1888837193552453634\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 14:25:09', 62); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889561429511335938, '000000', '瑙掕壊绠$悊', 3, 'org.dromara.system.controller.system.SysRoleController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role/3', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '', 1, '鏈儴闂ㄥ強浠ヤ笅宸插垎閰嶏紝涓嶈兘鍒犻櫎!', '2025-02-12 14:25:26', 24); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889561465582350338, '000000', '瑙掕壊绠$悊', 4, 'org.dromara.system.controller.system.SysRoleController.cancelAuthUser()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role/authUser/cancel', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"userId\":\"1888782469222465537\",\"roleId\":3}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 14:25:34', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889561471550844930, '000000', '瑙掕壊绠$悊', 4, 'org.dromara.system.controller.system.SysRoleController.cancelAuthUser()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role/authUser/cancel', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"userId\":3,\"roleId\":3}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 14:25:36', 5); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889561510847279106, '000000', '瑙掕壊绠$悊', 3, 'org.dromara.system.controller.system.SysRoleController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role/3', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 14:25:45', 25); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889561520829722625, '000000', '瑙掕壊绠$悊', 3, 'org.dromara.system.controller.system.SysRoleController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role/4', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '', 1, '浠呮湰浜哄凡鍒嗛厤锛屼笉鑳藉垹闄�!', '2025-02-12 14:25:48', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889561547950092289, '000000', '瑙掕壊绠$悊', 4, 'org.dromara.system.controller.system.SysRoleController.cancelAuthUser()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role/authUser/cancel', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"userId\":4,\"roleId\":4}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 14:25:54', 6); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889561619160985602, '000000', '瑙掕壊绠$悊', 3, 'org.dromara.system.controller.system.SysRoleController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role/4', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 14:26:11', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889561934367125505, '000000', '瑙掕壊绠$悊', 1, 'org.dromara.system.controller.system.SysRoleController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889561934287433729\",\"roleName\":\"绾块暱\",\"roleKey\":\"lineleader\",\"roleSort\":3,\"dataScope\":null,\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[\"1876074027672731650\",\"1875349550770728962\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1875349550770728963\",\"1875349550770728964\",\"1875349550770728965\",\"1875349550770728966\",\"1875349550770728967\",\"1876127568837582850\",\"1876127568837582851\",\"1876127568837582852\",\"1876127568837582853\",\"1876127568837582854\",\"1877195885923127298\",\"1877195885923127299\",\"1877195885923127300\",\"1877195885923127301\",\"1877195885923127302\",\"1879000339785752578\",\"1879000339785752579\",\"1879000339785752580\",\"1879000339785752581\",\"1879000339785752582\",\"1879762189070733314\",\"1879762189070733315\",\"1879762189070733316\",\"1879762189070733317\",\"1879762189070733318\",\"1888814115854311426\",\"1888837193552453634\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 14:27:26', 22); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889562679325847554, '000000', '瑙掕壊绠$悊', 1, 'org.dromara.system.controller.system.SysRoleController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889562679283904514\",\"roleName\":\"缁翠慨宸ョ▼甯圽",\"roleKey\":\"repairman\",\"roleSort\":4,\"dataScope\":null,\"menuCheckStrictly\":null,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[\"1888814115854311426\",\"1888837193552453634\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 14:30:24', 18); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889567015141470209, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889561934287433729\",\"roleName\":\"绾块暱\",\"roleKey\":\"line\",\"roleSort\":3,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[\"1875349550770728962\",\"1876074027672731650\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1888814115854311426\",\"1888837193552453634\",\"1875349550770728963\",\"1875349550770728964\",\"1875349550770728965\",\"1875349550770728966\",\"1875349550770728967\",\"1876127568837582850\",\"1876127568837582851\",\"1876127568837582852\",\"1876127568837582853\",\"1876127568837582854\",\"1877195885923127298\",\"1877195885923127299\",\"1877195885923127300\",\"1877195885923127301\",\"1877195885923127302\",\"1879000339785752578\",\"1879000339785752579\",\"1879000339785752580\",\"1879000339785752581\",\"1879000339785752582\",\"1879762189070733314\",\"1879762189070733315\",\"1879762189070733316\",\"1879762189070733317\",\"1879762189070733318\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 14:47:38', 35); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889567040319877121, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889562679283904514\",\"roleName\":\"缁翠慨宸ョ▼甯圽",\"roleKey\":\"repair\",\"roleSort\":4,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[\"1888814115854311426\",\"1888837193552453634\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 14:47:44', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889581563961503745, '000000', '鐢ㄦ埛绠$悊', 1, 'org.dromara.system.controller.system.SysUserController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"userId\":\"1889581563890200577\",\"deptId\":100,\"userName\":\"zhouyuhua\",\"nickName\":\"鍛ㄨ偛鍗嶾",\"userType\":null,\"email\":null,\"phonenumber\":null,\"sex\":\"0\",\"status\":\"0\",\"remark\":null,\"roleIds\":[\"1889561357813903361\"],\"postIds\":[],\"roleId\":null,\"excludeUserIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 15:45:26', 113); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889581665295888385, '000000', '鐢ㄦ埛绠$悊', 1, 'org.dromara.system.controller.system.SysUserController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"userId\":\"1889581665270722561\",\"deptId\":100,\"userName\":\"ningcanmin\",\"nickName\":\"瀹佺伩鏁廫",\"userType\":null,\"email\":null,\"phonenumber\":null,\"sex\":\"0\",\"status\":\"0\",\"remark\":null,\"roleIds\":null,\"postIds\":[],\"roleId\":null,\"excludeUserIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 15:45:50', 103); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889581724121001985, '000000', '鐢ㄦ埛绠$悊', 1, 'org.dromara.system.controller.system.SysUserController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"userId\":\"1889581724095836162\",\"deptId\":100,\"userName\":\"baoshiwei\",\"nickName\":\"椴嶄笘濞乗",\"userType\":null,\"email\":null,\"phonenumber\":null,\"sex\":\"0\",\"status\":\"0\",\"remark\":null,\"roleIds\":null,\"postIds\":[],\"roleId\":null,\"excludeUserIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 15:46:04', 103); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889581751505612802, '000000', '鐢ㄦ埛绠$悊', 3, 'org.dromara.system.controller.system.SysUserController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user/4', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 15:46:11', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889581761966206977, '000000', '鐢ㄦ埛绠$悊', 3, 'org.dromara.system.controller.system.SysUserController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user/1888782469222465537', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 15:46:13', 19); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889581772665876481, '000000', '鐢ㄦ埛绠$悊', 3, 'org.dromara.system.controller.system.SysUserController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user/3', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 15:46:16', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889582003939799042, '000000', '瑙掕壊绠$悊', 4, 'org.dromara.system.controller.system.SysRoleController.selectAuthUserAll()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role/authUser/selectAll', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"roleId\":\"1889561934287433729\",\"userIds\":\"1889581665270722561\"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 15:47:11', 29); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889582063729602561, '000000', '瑙掕壊绠$悊', 4, 'org.dromara.system.controller.system.SysRoleController.selectAuthUserAll()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role/authUser/selectAll', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"roleId\":\"1889562679283904514\",\"userIds\":\"1889581724095836162\"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 15:47:25', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889589456425283586, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":100,\"menuName\":\"鐢ㄦ埛鍒楄〃\",\"orderNum\":0,\"path\":null,\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"system:user:list\",\"icon\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 16:16:48', 35); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889589536205139969, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889561357813903361\",\"roleName\":\"鎿嶄綔宸",\"roleKey\":\"operator\",\"roleSort\":2,\"dataScope\":null,\"menuCheckStrictly\":false,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[\"1876074027672731650\",\"1888814115854311426\",\"1875349550770728962\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1888837193552453634\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\",\"1889589456286871554\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 16:17:07', 62); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889595039165554690, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'zhouyuhua', 'XXX绉戞妧', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1889595038951645185\",\"code\":\"BXD202502120006\",\"status\":\"0\",\"occTime\":\"2025-02-12 16:38:45\",\"reqTime\":\"2025-02-12 16:38:43\",\"reqDept\":100,\"reqUser\":\"1889581563890200577\",\"reqDesc\":\"娉曞浗浼氬敖蹇玕",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"1\",\"equId\":1000,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 16:38:59', 42); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889595916387459074, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'zhouyuhua', 'XXX绉戞妧', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1889595916202909698\",\"code\":\"BXD202502120007\",\"status\":\"0\",\"occTime\":\"2025-02-12 16:42:16\",\"reqTime\":\"2025-02-12 16:42:14\",\"reqDept\":100,\"reqUser\":\"1889581563890200577\",\"reqDesc\":\"1鏄殑鏄殑\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"2\",\"equId\":null,\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 16:42:28', 35); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889596046058561538, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'zhouyuhua', 'XXX绉戞妧', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1889596045999841281\",\"code\":\"BXD202502120008\",\"status\":\"1\",\"occTime\":\"2025-02-12 16:42:46\",\"reqTime\":\"2025-02-12 16:42:44\",\"reqDept\":100,\"reqUser\":\"1889581563890200577\",\"reqDesc\":\"1瑙勫垝灞�蹇箰瀹㈠璇漒",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"1\",\"equId\":\"1876204236438884354\",\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 16:42:59', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889596288925540354, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889562679283904514\",\"roleName\":\"缁翠慨宸ョ▼甯圽",\"roleKey\":\"repair\",\"roleSort\":4,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[100,1,\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\",\"1888837193552453634\",\"1888814115854311426\",\"1889589456286871554\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 16:43:57', 60); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889599005735624706, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889561934287433729\",\"roleName\":\"绾块暱\",\"roleKey\":\"line\",\"roleSort\":3,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[100,1,\"1875349550770728963\",\"1875349550770728964\",\"1875349550770728965\",\"1875349550770728966\",\"1875349550770728967\",\"1876127568837582850\",\"1876127568837582851\",\"1876127568837582852\",\"1876127568837582853\",\"1876127568837582854\",\"1877195885923127298\",\"1877195885923127299\",\"1877195885923127300\",\"1877195885923127301\",\"1877195885923127302\",\"1879000339785752578\",\"1879000339785752579\",\"1879000339785752580\",\"1879000339785752581\",\"1879000339785752582\",\"1879762189070733314\",\"1879762189070733315\",\"1879762189070733316\",\"1879762189070733317\",\"1879762189070733318\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\",\"1875349550770728962\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1888837193552453634\",\"1876074027672731650\",\"1888814115854311426\",\"1889589456286871554\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-12 16:54:45', 43); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889857460492918786, '000000', '銆愯澶囧彴璐︺��', 5, 'org.dromara.eims.controller.EimsEquController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":null,\"equCode\":null,\"equTypeId\":null,\"assetNo\":null,\"equName\":null,\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":null,\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":null,\"inventoryFlag\":null,\"inventoryDate\":null,\"serviceLife\":null,\"seller\":null,\"unit\":null,\"handleUser\":null,\"purchaseUser\":null,\"attachments\":null}', '', 0, '', '2025-02-13 10:01:45', 1377); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889859221609861122, '000000', '銆愯澶囧彴璐︺��', 5, 'org.dromara.eims.controller.EimsEquController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":null,\"equCode\":null,\"equTypeId\":null,\"assetNo\":null,\"equName\":null,\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":null,\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":null,\"inventoryFlag\":null,\"inventoryDate\":null,\"serviceLife\":null,\"seller\":null,\"unit\":null,\"handleUser\":null,\"purchaseUser\":null,\"attachments\":null}', '', 0, '', '2025-02-13 10:08:45', 1207); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889859760926056449, '000000', '銆愯澶囧彴璐︺��', 5, 'org.dromara.eims.controller.EimsEquController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":null,\"equCode\":null,\"equTypeId\":null,\"assetNo\":null,\"equName\":null,\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":null,\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":null,\"inventoryFlag\":null,\"inventoryDate\":null,\"serviceLife\":null,\"seller\":null,\"unit\":null,\"handleUser\":null,\"purchaseUser\":null,\"attachments\":null}', '', 0, '', '2025-02-13 10:10:54', 1016); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889860463509700610, '000000', '銆愯澶囧彴璐︺��', 5, 'org.dromara.eims.controller.EimsEquController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":null,\"equCode\":null,\"equTypeId\":null,\"assetNo\":null,\"equName\":null,\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":null,\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":null,\"inventoryFlag\":null,\"inventoryDate\":null,\"serviceLife\":null,\"seller\":null,\"unit\":null,\"handleUser\":null,\"purchaseUser\":null,\"attachments\":null}', '', 0, '', '2025-02-13 10:13:41', 1117); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889860879584653313, '000000', '銆愯澶囧彴璐︺��', 5, 'org.dromara.eims.controller.EimsEquController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":null,\"equCode\":null,\"equTypeId\":null,\"assetNo\":null,\"equName\":null,\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":null,\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":null,\"inventoryFlag\":null,\"inventoryDate\":null,\"serviceLife\":null,\"seller\":null,\"unit\":null,\"handleUser\":null,\"purchaseUser\":null,\"attachments\":null}', '', 0, '', '2025-02-13 10:15:20', 1100); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889860991278968834, '000000', '銆愯澶囧彴璐︺��', 3, 'org.dromara.eims.controller.EimsEquController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/1000,1875827537628749825,1876204236438884354,1878988394319949826', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 10:15:47', 33); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889865233985236994, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":\"1875349550770728962\",\"menuName\":\"銆愯澶囧彴璐︺�戝鍏",\"orderNum\":6,\"path\":null,\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"icon\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 10:32:38', 21); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889865288402137090, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1889865233922322434\",\"parentId\":\"1875349550770728962\",\"menuName\":\"銆愯澶囧彴璐︺�戝鍏",\"orderNum\":6,\"path\":\"\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:equ:import\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 10:32:51', 55); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889865365929652226, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889561934287433729\",\"roleName\":\"绾块暱\",\"roleKey\":\"line\",\"roleSort\":3,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[100,1,\"1889589456286871554\",\"1875349550770728963\",\"1875349550770728964\",\"1875349550770728965\",\"1875349550770728966\",\"1875349550770728967\",\"1876127568837582850\",\"1876127568837582851\",\"1876127568837582852\",\"1876127568837582853\",\"1876127568837582854\",\"1877195885923127298\",\"1877195885923127299\",\"1877195885923127300\",\"1877195885923127301\",\"1877195885923127302\",\"1879000339785752578\",\"1879000339785752579\",\"1879000339785752580\",\"1879000339785752581\",\"1879000339785752582\",\"1879762189070733314\",\"1879762189070733315\",\"1879762189070733316\",\"1879762189070733317\",\"1879762189070733318\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1888837193552453634\",\"1888814115854311426\",\"1889865233922322434\",\"1875349550770728962\",\"1876074027672731650\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 10:33:10', 70); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889904377071505409, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, 'Convert data com.alibaba.excel.metadata.data.ReadCellData@9cad1bb0 to class java.lang.Long error ', '2025-02-13 13:08:11', 307); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889904827539755009, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, 'Convert data com.alibaba.excel.metadata.data.ReadCellData@9cad1bb0 to class java.lang.Long error ', '2025-02-13 13:09:58', 42); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889905165650989057, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, 'Convert data com.alibaba.excel.metadata.data.ReadCellData@9cad1bb0 to class java.lang.Long error ', '2025-02-13 13:11:19', 64); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889906069322178561, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, 'Convert data com.alibaba.excel.metadata.data.ReadCellData@aaa36194 to class java.lang.Long error ', '2025-02-13 13:14:54', 546); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889907517812482050, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, 'Convert data com.alibaba.excel.metadata.data.ReadCellData@907b0eff to class java.lang.Long error ', '2025-02-13 13:20:40', 436); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889908172803383297, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, 'Convert data com.alibaba.excel.metadata.data.ReadCellData@907b0eff to class java.lang.Long error ', '2025-02-13 13:23:16', 31); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889908547933544450, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, 'Convert data com.alibaba.excel.metadata.data.ReadCellData@5fbf67bf to class java.util.Date error ', '2025-02-13 13:24:45', 8479); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889908971294007298, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, 'Convert data com.alibaba.excel.metadata.data.ReadCellData@5fbf67bf to class java.util.Date error ', '2025-02-13 13:26:26', 278); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889909428024352769, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, 'Convert data com.alibaba.excel.metadata.data.ReadCellData@5fbf67bf to class java.util.Date error ', '2025-02-13 13:28:15', 99484); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889909509884583938, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, 'Convert data com.alibaba.excel.metadata.data.ReadCellData@3a73d9c2 to class java.util.Date error ', '2025-02-13 13:28:35', 28); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889909561206087681, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, 'Convert data com.alibaba.excel.metadata.data.ReadCellData@3a73d9c2 to class java.util.Date error ', '2025-02-13 13:28:47', 27); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889909730546917378, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, 'Convert data com.alibaba.excel.metadata.data.ReadCellData@1eea069d to class java.util.Date error ', '2025-02-13 13:29:27', 4044); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889911829162737666, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 225 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽处鍙� 鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>2銆佽处鍙� 浣庢俯鎭掓俯妲� 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>3銆佽处鍙� 婕忕數娴佹祴璇曚华 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>4銆佽处鍙� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>5銆佽处鍙� LCR鏁板瓧鐢垫ˉ 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>6銆佽处鍙� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>7銆佽处鍙� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>8銆佽处鍙� 鐢靛瓙璐熻浇 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>9銆佽处鍙� 浜ゆ祦娴嬭瘯浠� 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>10銆佽处鍙� 浜ゆ祦娴嬭瘯浠� 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>11銆佽处鍙� 娉板厠绀烘尝鍣� 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>12銆佽处鍙� 娉板厠绀烘尝鍣� 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>13銆佽处鍙� 鍐插嚮鑰愬帇璇曢獙浠� 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>14銆佽处鍙� 楂樺姞閫熷害鍐插嚮瀹為獙绯荤粺 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>15銆佽处鍙� 闈欑數鏀剧數鍙戠敓鍣� 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.Long)\" because \"equ\" is null<br/>16銆佽处鍙� 鍠锋按瀹為獙浠� 瀵煎叆澶辫触锛欳annot invoke \"org.dromara.eims.domain.bo.EimsEquBo.setCreateBy(java.lang.', '2025-02-13 13:37:48', 5646); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889912228376592386, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 36 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>2銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>3銆佽澶� 鐐夋俯娴嬭瘯浠� 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'contact_phone\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper', '2025-02-13 13:39:23', 2408); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889914452754423809, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 36 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>2銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>3銆佽澶� 鐐夋俯娴嬭瘯浠� 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'contact_phone\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eim', '2025-02-13 13:48:13', 1798); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889915068608274433, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 222 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华 宸插瓨鍦�<br/>2銆佽澶� 浣庢俯鎭掓俯妲� 宸插瓨鍦�<br/>3銆佽澶� 婕忕數娴佹祴璇曚华 宸插瓨鍦�<br/>4銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>5銆佽澶� LCR鏁板瓧鐢垫ˉ 宸插瓨鍦�<br/>6銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>7銆佽澶� 鑰愮數鍘嬫祴璇曚华 宸插瓨鍦�<br/>8銆佽澶� 鐢靛瓙璐熻浇 宸插瓨鍦�<br/>9銆佽澶� 浜ゆ祦娴嬭瘯浠� 宸插瓨鍦�<br/>10銆佽澶� 浜ゆ祦娴嬭瘯浠� 宸插瓨鍦�<br/>11銆佽澶� 娉板厠绀烘尝鍣� 宸插瓨鍦�<br/>12銆佽澶� 娉板厠绀烘尝鍣� 宸插瓨鍦�<br/>13銆佽澶� 鍐插嚮鑰愬帇璇曢獙浠� 宸插瓨鍦�<br/>14銆佽澶� 楂樺姞閫熷害鍐插嚮瀹為獙绯荤粺 宸插瓨鍦�<br/>15銆佽澶� 闈欑數鏀剧數鍙戠敓鍣� 宸插瓨鍦�<br/>16銆佽澶� 鍠锋按瀹為獙浠� 宸插瓨鍦�<br/', '2025-02-13 13:50:40', 1012); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889917574189015042, '000000', '瀛楀吀绫诲瀷', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"璁惧鍗曚綅\",\"dictType\":\"eims_equ_unit\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 14:00:37', 21); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889917776027312130, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":1,\"dictLabel\":\"1\",\"dictValue\":\"鍙癨",\"dictType\":\"eims_equ_unit\",\"cssClass\":null,\"listClass\":null,\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 14:01:25', 23); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889917821430652929, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":2,\"dictLabel\":\"濂梊",\"dictValue\":\"2\",\"dictType\":\"eims_equ_unit\",\"cssClass\":null,\"listClass\":null,\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 14:01:36', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889917865521176578, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":3,\"dictLabel\":\"涓猏",\"dictValue\":\"3\",\"dictType\":\"eims_equ_unit\",\"cssClass\":null,\"listClass\":null,\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 14:01:47', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889917890926075906, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":3,\"dictLabel\":\"缁刓",\"dictValue\":\"3\",\"dictType\":\"eims_equ_unit\",\"cssClass\":null,\"listClass\":null,\"isDefault\":null,\"remark\":null}', '{\"code\":500,\"msg\":\"鏂板瀛楀吀鏁版嵁\'3\'澶辫触锛屽瓧鍏搁敭鍊煎凡瀛樺湪\",\"data\":null}', 0, '', '2025-02-13 14:01:53', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889917912241528834, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":4,\"dictLabel\":\"缁刓",\"dictValue\":\"4\",\"dictType\":\"eims_equ_unit\",\"cssClass\":null,\"listClass\":null,\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 14:01:58', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889917974099124225, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":5,\"dictLabel\":\"闈",\"dictValue\":\"5\",\"dictType\":\"eims_equ_unit\",\"cssClass\":null,\"listClass\":null,\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 14:02:13', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889918006470762497, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1889917775964397570\",\"dictSort\":1,\"dictLabel\":\"鍙癨",\"dictValue\":\"1\",\"dictType\":\"eims_equ_unit\",\"cssClass\":null,\"listClass\":null,\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 14:02:20', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889931802589380610, '000000', '銆愯澶囧彴璐︺��', 1, 'org.dromara.eims.controller.EimsEquController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1889931802350305281\",\"equCode\":\"123456\",\"equTypeId\":1,\"assetNo\":\"123456\",\"equName\":\"娴嬭瘯01\",\"modelNo\":\"1234\",\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null,\"seller\":null,\"unit\":\"1\",\"handleUser\":null,\"purchaseUser\":null,\"attachments\":null,\"profile\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 14:57:10', 52); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889932131598974978, '000000', '銆愯澶囧彴璐︺��', 1, 'org.dromara.eims.controller.EimsEquController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1889932131523477505\",\"equCode\":null,\"equTypeId\":0,\"assetNo\":null,\"equName\":\"12\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null,\"seller\":null,\"unit\":null,\"handleUser\":null,\"purchaseUser\":null,\"attachments\":null,\"profile\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 14:58:28', 19); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889932616854781954, '000000', '銆愯澶囧彴璐︺��', 1, 'org.dromara.eims.controller.EimsEquController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1889932616817033217\",\"equCode\":null,\"equTypeId\":0,\"assetNo\":null,\"equName\":\"thjkjhg\",\"modelNo\":null,\"madeIn\":null,\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":null,\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null,\"seller\":null,\"unit\":null,\"handleUser\":\"1889581724095836162\",\"purchaseUser\":\"1889581665270722561\",\"attachments\":null,\"profile\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:00:24', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889934013134389250, '000000', '銆愯澶囧彴璐︺��', 3, 'org.dromara.eims.controller.EimsEquController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/1889931802350305281,1889932131523477505,1889932616817033217', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:05:57', 33); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889934341141544962, '000000', '銆愯澶囧彴璐︺��', 1, 'org.dromara.eims.controller.EimsEquController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1889934341091213314\",\"equCode\":\"a123456\",\"equTypeId\":0,\"assetNo\":\"GM0001\",\"equName\":\"娴嬭瘯1\",\"modelNo\":\"1212\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"1\",\"plateInfo\":\"1\",\"purchaseDate\":\"2025-02-13\",\"status\":\"0\",\"location\":\"1212\",\"deptUsed\":100,\"respPerson\":1,\"contactPhone\":\"17621129416\",\"deployDate\":\"2025-02-13\",\"trialDate\":\"2025-02-13\",\"planAcceptDate\":\"2025-02-13\",\"actualAcceptDate\":\"2025-02-13\",\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":\"2025-02-13\",\"serviceLife\":6,\"seller\":\"娴蜂笂钃濆疂\",\"unit\":\"1\",\"handleUser\":\"1889581724095836162\",\"purchaseUser\":\"1889581563890200577\",\"attachments\":null,\"profile\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:07:15', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889934391460610050, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.EimsEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1889934341091213314\",\"equCode\":\"a123456\",\"equTypeId\":1,\"assetNo\":\"GM0001\",\"equName\":\"娴嬭瘯1\",\"modelNo\":\"1212\",\"madeIn\":\"涓婃捣鍏板疂\",\"ratedPower\":\"1\",\"plateInfo\":\"1\",\"purchaseDate\":\"2025-02-13\",\"status\":\"0\",\"location\":\"1212\",\"deptUsed\":100,\"respPerson\":1,\"contactPhone\":\"17621129416\",\"deployDate\":\"2025-02-13\",\"trialDate\":\"2025-02-13\",\"planAcceptDate\":\"2025-02-13\",\"actualAcceptDate\":\"2025-02-13\",\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":\"2025-02-13\",\"serviceLife\":6,\"seller\":\"娴蜂笂钃濆疂\",\"unit\":\"1\",\"handleUser\":\"1889581724095836162\",\"purchaseUser\":\"1889581563890200577\",\"attachments\":null,\"profile\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:07:27', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889935536136503298, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '{\"code\":200,\"msg\":\"鎭枩鎮紝鏁版嵁宸插叏閮ㄥ鍏ユ垚鍔燂紒鍏� 2 鏉★紝鏁版嵁濡備笅锛�<br/>1銆佽澶� null 瀵煎叆鎴愬姛<br/>2銆佽澶� null 瀵煎叆鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:12:00', 2265); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889935583154651137, '000000', '銆愯澶囧彴璐︺��', 3, 'org.dromara.eims.controller.EimsEquController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/1889935533229850625', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:12:11', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889935589223809025, '000000', '銆愯澶囧彴璐︺��', 3, 'org.dromara.eims.controller.EimsEquController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/1889935530247700482', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:12:12', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889937943079796737, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 36 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>2銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>3銆佽澶� 鐐夋俯娴嬭瘯浠� 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'contact_phone\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara', '2025-02-13 15:21:34', 2320); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889939089232084993, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1875775031024390146\",\"dictSort\":1,\"dictLabel\":\"闂茬疆\",\"dictValue\":\"1\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"success\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:26:07', 39); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889939423316787202, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1875775031024390146\",\"dictSort\":1,\"dictLabel\":\"浣跨敤\",\"dictValue\":\"1\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"success\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:27:27', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889939478648045570, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1875775424861147138\",\"dictSort\":2,\"dictLabel\":\"鍋滅敤\",\"dictValue\":\"2\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"warning\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:27:40', 43); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889939534377762818, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":4,\"dictLabel\":\"闂茬疆\",\"dictValue\":\"4\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":null,\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:27:53', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889939612228239361, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1889939534335819777\",\"dictSort\":4,\"dictLabel\":\"闂茬疆\",\"dictValue\":\"4\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"info\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:28:12', 39); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889939743778390018, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":5,\"dictLabel\":\"鍋滅敤\",\"dictValue\":\"5\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"red\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:28:43', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889939768776441857, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1889939743736446978\",\"dictSort\":5,\"dictLabel\":\"鍋滅敤\",\"dictValue\":\"5\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"danger\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:28:49', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889939832458559490, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1875775593254064130\",\"dictSort\":3,\"dictLabel\":\"鎶ュ簾\",\"dictValue\":\"3\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"info\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:29:04', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889939870765137921, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1889939534335819777\",\"dictSort\":4,\"dictLabel\":\"闂茬疆\",\"dictValue\":\"4\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"pink\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:29:13', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889939963253735426, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":6,\"dictLabel\":\"鏂板\",\"dictValue\":\"6\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"pink\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:29:35', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889940006606061569, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1889939963207598082\",\"dictSort\":6,\"dictLabel\":\"鏂板\",\"dictValue\":\"6\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"cyan\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:29:46', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889940069017305089, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1875775593254064130\",\"dictSort\":3,\"dictLabel\":\"鎶ュ簾\",\"dictValue\":\"3\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"pink\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:30:00', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889940095294619649, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1889939534335819777\",\"dictSort\":4,\"dictLabel\":\"闂茬疆\",\"dictValue\":\"4\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"info\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:30:07', 42); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889940295388086274, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1875775593254064130\",\"dictSort\":3,\"dictLabel\":\"鎶ュ簾\",\"dictValue\":\"3\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"danger\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:30:54', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889940366758363137, '000000', '瀛楀吀绫诲瀷', 3, 'org.dromara.system.controller.system.SysDictDataController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data/1889939743736446978', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:31:11', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889940409749979138, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1889939963207598082\",\"dictSort\":5,\"dictLabel\":\"鏂板\",\"dictValue\":\"5\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"info\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:31:22', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889940479350259714, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1875775424861147138\",\"dictSort\":2,\"dictLabel\":\"鍋滅敤\",\"dictValue\":\"2\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"purple\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:31:38', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889940512007110658, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1889939534335819777\",\"dictSort\":4,\"dictLabel\":\"闂茬疆\",\"dictValue\":\"4\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"orange\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:31:46', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889940682664951809, '000000', '瀛楀吀绫诲瀷', 9, 'org.dromara.system.controller.system.SysDictTypeController.refreshCache()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type/refreshCache', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:32:27', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889940883534364674, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1875775424861147138\",\"dictSort\":2,\"dictLabel\":\"鍋滅敤\",\"dictValue\":\"2\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"danger\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:33:15', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889940902836551681, '000000', '瀛楀吀鏁版嵁', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1875775593254064130\",\"dictSort\":3,\"dictLabel\":\"鎶ュ簾\",\"dictValue\":\"3\",\"dictType\":\"sys_equ_status\",\"cssClass\":null,\"listClass\":\"pink\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:33:19', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889944971441455105, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1889944971382734849\",\"code\":\"BXD202502130001\",\"status\":\"0\",\"occTime\":\"2025-02-13 15:49:15\",\"reqTime\":\"2025-02-13 15:49:13\",\"reqDept\":100,\"reqUser\":\"1889581563890200577\",\"reqDesc\":\"fghjkl\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"1\",\"equId\":\"1889937933705527297\",\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 15:49:29', 24); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889945510464045058, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 36 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>2銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>3銆佽澶� 鐐夋俯娴嬭瘯浠� 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'contact_phone\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara', '2025-02-13 15:51:38', 2363); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889948146319867906, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 222 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华GPA2001G004 宸插瓨鍦�<br/>2銆佽澶� 浣庢俯鎭掓俯妲紾PA2002E006 宸插瓨鍦�<br/>3銆佽澶� 婕忕數娴佹祴璇曚华GPA2004H024 宸插瓨鍦�<br/>4銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>5銆佽澶� LCR鏁板瓧鐢垫ˉGPA2005H027 宸插瓨鍦�<br/>6銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>7銆佽澶� 鑰愮數鍘嬫祴璇曚华GPA2004H028 宸插瓨鍦�<br/>8銆佽澶� 鐢靛瓙璐熻浇GPG2010WL003 宸插瓨鍦�<br/>9銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2007H048 宸插瓨鍦�<br/>10銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2007H049 宸插瓨鍦�<br/>11銆佽澶� 娉板厠绀烘尝鍣℅PG2010WL001 宸插瓨鍦�<br/>12銆�', '2025-02-13 16:02:06', 2547); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889948344102273025, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 36 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>2銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>3銆佽澶� 鐐夋俯娴嬭瘯浠� 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'contact_phone\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara', '2025-02-13 16:02:53', 2517); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889948901437194242, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 222 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华GPA2001G004 宸插瓨鍦�<br/>2銆佽澶� 浣庢俯鎭掓俯妲紾PA2002E006 宸插瓨鍦�<br/>3銆佽澶� 婕忕數娴佹祴璇曚华GPA2004H024 宸插瓨鍦�<br/>4銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>5銆佽澶� LCR鏁板瓧鐢垫ˉGPA2005H027 宸插瓨鍦�<br/>6銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, contact_phone, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'unit\' at row 1\n; Data truncation: Data too long for column \'unit\' at row 1<br/>7銆佽澶� 鑰愮數鍘嬫祴璇曚华GPA2004H028 宸插瓨鍦�<br/>8銆佽澶� 鐢靛瓙璐熻浇GPG2010WL003 宸插瓨鍦�<br/>9銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2007H048 宸插瓨鍦�<br/>10銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2007H049 宸插瓨鍦�<br/>11銆佽澶� 娉板厠绀烘尝鍣℅PG2010WL001 宸插瓨鍦�<br/>12銆�', '2025-02-13 16:05:06', 17548); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889952477525835777, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 1 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鐐夋俯娴嬭瘯浠� 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'contact_phone\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, rated_power, purchase_date, location, contact_phone, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'contact_phone\' at row 1\n; Data truncation: Data too long for column \'contact_phone\' at row 1', '2025-02-13 16:19:19', 1849); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889953717315960833, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '{\"code\":200,\"msg\":\"鎭枩鎮紝鏁版嵁宸插叏閮ㄥ鍏ユ垚鍔燂紒鍏� 225 鏉★紝鏁版嵁濡備笅锛�<br/>1銆佽澶� 鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华 瀵煎叆鎴愬姛<br/>2銆佽澶� 浣庢俯鎭掓俯妲� 瀵煎叆鎴愬姛<br/>3銆佽澶� 婕忕數娴佹祴璇曚华 瀵煎叆鎴愬姛<br/>4銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>5銆佽澶� LCR鏁板瓧鐢垫ˉ 瀵煎叆鎴愬姛<br/>6銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>7銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>8銆佽澶� 鐢靛瓙璐熻浇 瀵煎叆鎴愬姛<br/>9銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>10銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>11銆佽澶� 娉板厠绀烘尝鍣� 瀵煎叆鎴愬姛<br/>12銆佽澶� 娉板厠绀烘尝鍣� 瀵煎叆鎴愬姛<br/>13銆佽澶� 鍐插嚮鑰愬帇璇曢獙浠� 瀵煎叆鎴愬姛<br/>14銆佽澶� 楂樺姞閫熷害鍐插嚮瀹為獙绯荤粺 瀵煎叆鎴愬姛<br/>15銆佽澶� 闈欑數鏀剧數鍙戠敓鍣� 瀵煎叆鎴愬姛<br/>16銆佽澶� 鍠锋按瀹為獙浠� 瀵煎叆鎴愬姛<br/>17銆佽澶� 鏈烘鎸姩鍙� 瀵煎叆鎴愬姛<br/>18銆佽澶� 缇よ剦鍐插彂鐢熷櫒 瀵煎叆鎴愬姛<br/>19銆佽澶� 鎭掓俯姘存Ы 瀵煎叆鎴愬姛<br/>20銆佽澶� 鐐夋俯娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>21銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>22銆佽澶� 棰戠巼璁℃暟鍣� 瀵煎叆鎴愬姛<br/>23銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>24銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>25銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>26銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>27銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>28銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>29銆佽澶� LCR鏁板瓧鐢垫ˉ 瀵煎叆鎴愬姛<br/>30銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>31銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>32銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>33銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>34銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>35銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>36銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>37銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>38銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>39銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>40銆佽澶� 鍏夊己搴︽祴閲忎华 瀵煎叆鎴愬姛<br/>41銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>42銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>43銆佽澶� 閽婚摚闀楃(搴� 瀵煎叆鎴愬姛<br/>44銆佽澶� 鍒囨澘鏈� 瀵煎叆鎴愬姛<br/>45銆佽澶� 杞﹀簥 瀵煎叆鎴愬姛<br/>46銆佽澶� 杞﹀簥 瀵煎叆鎴愬姛<br/>47銆佽澶� 榧撻骞茬嚗绠� 瀵煎叆鎴愬姛<br/>48銆佽澶� 榧撻骞茬嚗绠� 瀵煎叆鎴愬姛<br/>49銆佽澶� null 瀵煎叆鎴愬姛<br/>50銆佽澶� 鎵庣嚎鏈� 瀵煎叆鎴愬姛<br/>51銆佽澶� 鍙板紡閽绘敾涓ょ敤鏈� 瀵煎叆鎴愬姛<br/>52銆佽澶� 鍗囬檷鏈� 瀵煎叆鎴愬姛<br/>53銆佽澶� 绌哄帇鏈� 瀵煎叆鎴愬姛<br/>54銆佽澶� 鑷姩鎹嗗寘鏈� 瀵煎叆鎴愬姛<br/>55銆佽澶� 瓒呭0娉㈡竻娲楁満 瀵煎叆鎴愬姛<br/>56銆佽澶� 鑷姩鍒囩鏈� 瀵煎叆鎴愬姛<br/>57銆佽澶� 鐑啍鏈� 瀵煎叆鎴愬姛<br/>58銆佽澶� 鐪熺┖鍖呰鏈� 瀵煎叆鎴愬姛<br/>59銆佽澶� 瓒呴煶娉㈢啍鎺ユ満 瀵煎叆鎴愬姛<br/>60銆佽澶� 鏁版帶杞﹀簥 瀵煎叆鎴愬姛<br/>61銆佽澶� 鍏ㄨ嚜鍔ㄧ粫绾挎満 瀵煎叆鎴愬姛<br/>62銆佽澶� 鍗婂浣撴縺鍏夋墦鏍囨満 瀵煎叆鎴愬姛<br/>63銆佽澶� 鍏俯鍖哄洖娴佺剨 瀵煎叆鎴愬姛<br/>64銆佽澶� 璐寸墖鏈� 瀵煎叆鎴愬姛<br/>65銆佽澶� 鎺ラ┏鍙� 瀵煎叆鎴愬姛<br/>66銆佽澶� 鐑熼浘鍑�鍖栬繃婊ょ郴缁� 瀵煎叆鎴愬姛<br/>67銆佽澶� MB1000濯掍粙鍠峰皠鍣� 瀵煎叆鎴愬姛<br/>68銆佽澶� 璐寸墖鏈� 瀵煎叆鎴愬姛<br/>69銆佽澶� 鎺ラ┏鍙� 瀵煎叆鎴愬姛<br/>70銆佽澶� 鎺ラ┏鍙� 瀵煎叆鎴愬姛<br/>71銆佽澶� 瓒呴煶娉㈡墜鐒婃帴鏈� 瀵煎叆鎴愬姛<br/>72銆佽澶� 鍐扮 瀵煎叆鎴愬姛<br/>73銆佽澶� 绋冲彉鍘嬪櫒 瀵煎叆鎴愬姛<br/>74銆佽澶� 绔瓙鏈� 瀵煎叆鎴愬姛<br/>75銆佽澶� 楗剁嚎鏈� 瀵煎叆鎴愬姛<br/>76銆佽澶� CNC鐟炲+鍨嬭嚜鍔ㄨ溅搴� 瀵煎叆鎴愬姛<br/>77銆佽澶� 鑷姩妫掓潗閫佹枡鏈� 瀵煎叆鎴愬姛<br/>78銆佽澶� 鍙屾恫鑷姩鐐硅兌鏈� 瀵煎叆鎴愬姛<br/>79銆佽澶� 婵�鍏夎皟闃绘満 瀵煎叆鎴愬姛<br/>80銆佽澶� 浼犳劅鍣ㄨ嚜鍔ㄦ娴嬬郴缁� 瀵煎叆鎴愬姛<br/>81銆佽澶� 绮惧瘑鏁版帶杞﹀簥 瀵煎叆鎴愬姛<br/>82銆佽澶� 瓒呴煶娉㈢啍鎺ユ満 瀵煎叆鎴愬姛<br/>83銆佽澶� 鍙屾恫鑷姩鐐硅兌鏈� 瀵煎叆鎴愬姛<br/>84銆佽澶� 娌瑰帇闂稿紡鍓澘鏈� 瀵煎叆鎴愬姛<br/>85銆佽澶� 鎶樺集鏈� 瀵煎叆鎴愬姛<br/>86銆佽澶� 宸ヤ綔鍙�(4浜�) 瀵煎叆鎴愬姛<br/>87銆佽澶� 宸ヤ綔鍙� 瀵煎叆鎴愬姛<br/>88銆佽澶� 宸ヤ綔鍙�(灏佺亴闂�) 瀵煎叆鎴愬姛<br/>89銆佽澶� 璐ф灦(閲�) 瀵煎叆鎴愬姛<br/>90銆佽澶� 宸ヤ綔鍙�(閲戝伐闂�) 瀵煎叆鎴愬姛<', 0, '', '2025-02-13 16:24:15', 1133); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889954347682103298, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '{\"code\":200,\"msg\":\"鎭枩鎮紝鏁版嵁宸插叏閮ㄥ鍏ユ垚鍔燂紒鍏� 225 鏉★紝鏁版嵁濡備笅锛�<br/>1銆佽澶� 鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华 瀵煎叆鎴愬姛<br/>2銆佽澶� 浣庢俯鎭掓俯妲� 瀵煎叆鎴愬姛<br/>3銆佽澶� 婕忕數娴佹祴璇曚华 瀵煎叆鎴愬姛<br/>4銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>5銆佽澶� LCR鏁板瓧鐢垫ˉ 瀵煎叆鎴愬姛<br/>6銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>7銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>8銆佽澶� 鐢靛瓙璐熻浇 瀵煎叆鎴愬姛<br/>9銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>10銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>11銆佽澶� 娉板厠绀烘尝鍣� 瀵煎叆鎴愬姛<br/>12銆佽澶� 娉板厠绀烘尝鍣� 瀵煎叆鎴愬姛<br/>13銆佽澶� 鍐插嚮鑰愬帇璇曢獙浠� 瀵煎叆鎴愬姛<br/>14銆佽澶� 楂樺姞閫熷害鍐插嚮瀹為獙绯荤粺 瀵煎叆鎴愬姛<br/>15銆佽澶� 闈欑數鏀剧數鍙戠敓鍣� 瀵煎叆鎴愬姛<br/>16銆佽澶� 鍠锋按瀹為獙浠� 瀵煎叆鎴愬姛<br/>17銆佽澶� 鏈烘鎸姩鍙� 瀵煎叆鎴愬姛<br/>18銆佽澶� 缇よ剦鍐插彂鐢熷櫒 瀵煎叆鎴愬姛<br/>19銆佽澶� 鎭掓俯姘存Ы 瀵煎叆鎴愬姛<br/>20銆佽澶� 鐐夋俯娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>21銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>22銆佽澶� 棰戠巼璁℃暟鍣� 瀵煎叆鎴愬姛<br/>23銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>24銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>25銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>26銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>27銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>28銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>29銆佽澶� LCR鏁板瓧鐢垫ˉ 瀵煎叆鎴愬姛<br/>30銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>31銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>32銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>33銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>34銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>35銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>36銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>37銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>38銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>39銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>40銆佽澶� 鍏夊己搴︽祴閲忎华 瀵煎叆鎴愬姛<br/>41銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>42銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>43銆佽澶� 閽婚摚闀楃(搴� 瀵煎叆鎴愬姛<br/>44銆佽澶� 鍒囨澘鏈� 瀵煎叆鎴愬姛<br/>45銆佽澶� 杞﹀簥 瀵煎叆鎴愬姛<br/>46銆佽澶� 杞﹀簥 瀵煎叆鎴愬姛<br/>47銆佽澶� 榧撻骞茬嚗绠� 瀵煎叆鎴愬姛<br/>48銆佽澶� 榧撻骞茬嚗绠� 瀵煎叆鎴愬姛<br/>49銆佽澶� null 瀵煎叆鎴愬姛<br/>50銆佽澶� 鎵庣嚎鏈� 瀵煎叆鎴愬姛<br/>51銆佽澶� 鍙板紡閽绘敾涓ょ敤鏈� 瀵煎叆鎴愬姛<br/>52銆佽澶� 鍗囬檷鏈� 瀵煎叆鎴愬姛<br/>53銆佽澶� 绌哄帇鏈� 瀵煎叆鎴愬姛<br/>54銆佽澶� 鑷姩鎹嗗寘鏈� 瀵煎叆鎴愬姛<br/>55銆佽澶� 瓒呭0娉㈡竻娲楁満 瀵煎叆鎴愬姛<br/>56銆佽澶� 鑷姩鍒囩鏈� 瀵煎叆鎴愬姛<br/>57銆佽澶� 鐑啍鏈� 瀵煎叆鎴愬姛<br/>58銆佽澶� 鐪熺┖鍖呰鏈� 瀵煎叆鎴愬姛<br/>59銆佽澶� 瓒呴煶娉㈢啍鎺ユ満 瀵煎叆鎴愬姛<br/>60銆佽澶� 鏁版帶杞﹀簥 瀵煎叆鎴愬姛<br/>61銆佽澶� 鍏ㄨ嚜鍔ㄧ粫绾挎満 瀵煎叆鎴愬姛<br/>62銆佽澶� 鍗婂浣撴縺鍏夋墦鏍囨満 瀵煎叆鎴愬姛<br/>63銆佽澶� 鍏俯鍖哄洖娴佺剨 瀵煎叆鎴愬姛<br/>64銆佽澶� 璐寸墖鏈� 瀵煎叆鎴愬姛<br/>65銆佽澶� 鎺ラ┏鍙� 瀵煎叆鎴愬姛<br/>66銆佽澶� 鐑熼浘鍑�鍖栬繃婊ょ郴缁� 瀵煎叆鎴愬姛<br/>67銆佽澶� MB1000濯掍粙鍠峰皠鍣� 瀵煎叆鎴愬姛<br/>68銆佽澶� 璐寸墖鏈� 瀵煎叆鎴愬姛<br/>69銆佽澶� 鎺ラ┏鍙� 瀵煎叆鎴愬姛<br/>70銆佽澶� 鎺ラ┏鍙� 瀵煎叆鎴愬姛<br/>71銆佽澶� 瓒呴煶娉㈡墜鐒婃帴鏈� 瀵煎叆鎴愬姛<br/>72銆佽澶� 鍐扮 瀵煎叆鎴愬姛<br/>73銆佽澶� 绋冲彉鍘嬪櫒 瀵煎叆鎴愬姛<br/>74銆佽澶� 绔瓙鏈� 瀵煎叆鎴愬姛<br/>75銆佽澶� 楗剁嚎鏈� 瀵煎叆鎴愬姛<br/>76銆佽澶� CNC鐟炲+鍨嬭嚜鍔ㄨ溅搴� 瀵煎叆鎴愬姛<br/>77銆佽澶� 鑷姩妫掓潗閫佹枡鏈� 瀵煎叆鎴愬姛<br/>78銆佽澶� 鍙屾恫鑷姩鐐硅兌鏈� 瀵煎叆鎴愬姛<br/>79銆佽澶� 婵�鍏夎皟闃绘満 瀵煎叆鎴愬姛<br/>80銆佽澶� 浼犳劅鍣ㄨ嚜鍔ㄦ娴嬬郴缁� 瀵煎叆鎴愬姛<br/>81銆佽澶� 绮惧瘑鏁版帶杞﹀簥 瀵煎叆鎴愬姛<br/>82銆佽澶� 瓒呴煶娉㈢啍鎺ユ満 瀵煎叆鎴愬姛<br/>83銆佽澶� 鍙屾恫鑷姩鐐硅兌鏈� 瀵煎叆鎴愬姛<br/>84銆佽澶� 娌瑰帇闂稿紡鍓澘鏈� 瀵煎叆鎴愬姛<br/>85銆佽澶� 鎶樺集鏈� 瀵煎叆鎴愬姛<br/>86銆佽澶� 宸ヤ綔鍙�(4浜�) 瀵煎叆鎴愬姛<br/>87銆佽澶� 宸ヤ綔鍙� 瀵煎叆鎴愬姛<br/>88銆佽澶� 宸ヤ綔鍙�(灏佺亴闂�) 瀵煎叆鎴愬姛<br/>89銆佽澶� 璐ф灦(閲�) 瀵煎叆鎴愬姛<br/>90銆佽澶� 宸ヤ綔鍙�(閲戝伐闂�) 瀵煎叆鎴愬姛<', 0, '', '2025-02-13 16:26:45', 2438); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889954805138063361, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '{\"code\":200,\"msg\":\"鎭枩鎮紝鏁版嵁宸插叏閮ㄥ鍏ユ垚鍔燂紒鍏� 225 鏉★紝鏁版嵁濡備笅锛�<br/>1銆佽澶� 鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华 瀵煎叆鎴愬姛<br/>2銆佽澶� 浣庢俯鎭掓俯妲� 瀵煎叆鎴愬姛<br/>3銆佽澶� 婕忕數娴佹祴璇曚华 瀵煎叆鎴愬姛<br/>4銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>5銆佽澶� LCR鏁板瓧鐢垫ˉ 瀵煎叆鎴愬姛<br/>6銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>7銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>8銆佽澶� 鐢靛瓙璐熻浇 瀵煎叆鎴愬姛<br/>9銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>10銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>11銆佽澶� 娉板厠绀烘尝鍣� 瀵煎叆鎴愬姛<br/>12銆佽澶� 娉板厠绀烘尝鍣� 瀵煎叆鎴愬姛<br/>13銆佽澶� 鍐插嚮鑰愬帇璇曢獙浠� 瀵煎叆鎴愬姛<br/>14銆佽澶� 楂樺姞閫熷害鍐插嚮瀹為獙绯荤粺 瀵煎叆鎴愬姛<br/>15銆佽澶� 闈欑數鏀剧數鍙戠敓鍣� 瀵煎叆鎴愬姛<br/>16銆佽澶� 鍠锋按瀹為獙浠� 瀵煎叆鎴愬姛<br/>17銆佽澶� 鏈烘鎸姩鍙� 瀵煎叆鎴愬姛<br/>18銆佽澶� 缇よ剦鍐插彂鐢熷櫒 瀵煎叆鎴愬姛<br/>19銆佽澶� 鎭掓俯姘存Ы 瀵煎叆鎴愬姛<br/>20銆佽澶� 鐐夋俯娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>21銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>22銆佽澶� 棰戠巼璁℃暟鍣� 瀵煎叆鎴愬姛<br/>23銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>24銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>25銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>26銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>27銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>28銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>29銆佽澶� LCR鏁板瓧鐢垫ˉ 瀵煎叆鎴愬姛<br/>30銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>31銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>32銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>33銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>34銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>35銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>36銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>37銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>38銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>39銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>40銆佽澶� 鍏夊己搴︽祴閲忎华 瀵煎叆鎴愬姛<br/>41銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>42銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>43銆佽澶� 閽婚摚闀楃(搴� 瀵煎叆鎴愬姛<br/>44銆佽澶� 鍒囨澘鏈� 瀵煎叆鎴愬姛<br/>45銆佽澶� 杞﹀簥 瀵煎叆鎴愬姛<br/>46銆佽澶� 杞﹀簥 瀵煎叆鎴愬姛<br/>47銆佽澶� 榧撻骞茬嚗绠� 瀵煎叆鎴愬姛<br/>48銆佽澶� 榧撻骞茬嚗绠� 瀵煎叆鎴愬姛<br/>49銆佽澶� null 瀵煎叆鎴愬姛<br/>50銆佽澶� 鎵庣嚎鏈� 瀵煎叆鎴愬姛<br/>51銆佽澶� 鍙板紡閽绘敾涓ょ敤鏈� 瀵煎叆鎴愬姛<br/>52銆佽澶� 鍗囬檷鏈� 瀵煎叆鎴愬姛<br/>53銆佽澶� 绌哄帇鏈� 瀵煎叆鎴愬姛<br/>54銆佽澶� 鑷姩鎹嗗寘鏈� 瀵煎叆鎴愬姛<br/>55銆佽澶� 瓒呭0娉㈡竻娲楁満 瀵煎叆鎴愬姛<br/>56銆佽澶� 鑷姩鍒囩鏈� 瀵煎叆鎴愬姛<br/>57銆佽澶� 鐑啍鏈� 瀵煎叆鎴愬姛<br/>58銆佽澶� 鐪熺┖鍖呰鏈� 瀵煎叆鎴愬姛<br/>59銆佽澶� 瓒呴煶娉㈢啍鎺ユ満 瀵煎叆鎴愬姛<br/>60銆佽澶� 鏁版帶杞﹀簥 瀵煎叆鎴愬姛<br/>61銆佽澶� 鍏ㄨ嚜鍔ㄧ粫绾挎満 瀵煎叆鎴愬姛<br/>62銆佽澶� 鍗婂浣撴縺鍏夋墦鏍囨満 瀵煎叆鎴愬姛<br/>63銆佽澶� 鍏俯鍖哄洖娴佺剨 瀵煎叆鎴愬姛<br/>64銆佽澶� 璐寸墖鏈� 瀵煎叆鎴愬姛<br/>65銆佽澶� 鎺ラ┏鍙� 瀵煎叆鎴愬姛<br/>66銆佽澶� 鐑熼浘鍑�鍖栬繃婊ょ郴缁� 瀵煎叆鎴愬姛<br/>67銆佽澶� MB1000濯掍粙鍠峰皠鍣� 瀵煎叆鎴愬姛<br/>68銆佽澶� 璐寸墖鏈� 瀵煎叆鎴愬姛<br/>69銆佽澶� 鎺ラ┏鍙� 瀵煎叆鎴愬姛<br/>70銆佽澶� 鎺ラ┏鍙� 瀵煎叆鎴愬姛<br/>71銆佽澶� 瓒呴煶娉㈡墜鐒婃帴鏈� 瀵煎叆鎴愬姛<br/>72銆佽澶� 鍐扮 瀵煎叆鎴愬姛<br/>73銆佽澶� 绋冲彉鍘嬪櫒 瀵煎叆鎴愬姛<br/>74銆佽澶� 绔瓙鏈� 瀵煎叆鎴愬姛<br/>75銆佽澶� 楗剁嚎鏈� 瀵煎叆鎴愬姛<br/>76銆佽澶� CNC鐟炲+鍨嬭嚜鍔ㄨ溅搴� 瀵煎叆鎴愬姛<br/>77銆佽澶� 鑷姩妫掓潗閫佹枡鏈� 瀵煎叆鎴愬姛<br/>78銆佽澶� 鍙屾恫鑷姩鐐硅兌鏈� 瀵煎叆鎴愬姛<br/>79銆佽澶� 婵�鍏夎皟闃绘満 瀵煎叆鎴愬姛<br/>80銆佽澶� 浼犳劅鍣ㄨ嚜鍔ㄦ娴嬬郴缁� 瀵煎叆鎴愬姛<br/>81銆佽澶� 绮惧瘑鏁版帶杞﹀簥 瀵煎叆鎴愬姛<br/>82銆佽澶� 瓒呴煶娉㈢啍鎺ユ満 瀵煎叆鎴愬姛<br/>83銆佽澶� 鍙屾恫鑷姩鐐硅兌鏈� 瀵煎叆鎴愬姛<br/>84銆佽澶� 娌瑰帇闂稿紡鍓澘鏈� 瀵煎叆鎴愬姛<br/>85銆佽澶� 鎶樺集鏈� 瀵煎叆鎴愬姛<br/>86銆佽澶� 宸ヤ綔鍙�(4浜�) 瀵煎叆鎴愬姛<br/>87銆佽澶� 宸ヤ綔鍙� 瀵煎叆鎴愬姛<br/>88銆佽澶� 宸ヤ綔鍙�(灏佺亴闂�) 瀵煎叆鎴愬姛<br/>89銆佽澶� 璐ф灦(閲�) 瀵煎叆鎴愬姛<br/>90銆佽澶� 宸ヤ綔鍙�(閲戝伐闂�) 瀵煎叆鎴愬姛<', 0, '', '2025-02-13 16:28:34', 2222); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889955045811421185, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '{\"code\":200,\"msg\":\"鎭枩鎮紝鏁版嵁宸插叏閮ㄥ鍏ユ垚鍔燂紒鍏� 225 鏉★紝鏁版嵁濡備笅锛�<br/>1銆佽澶� 鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华 瀵煎叆鎴愬姛<br/>2銆佽澶� 浣庢俯鎭掓俯妲� 瀵煎叆鎴愬姛<br/>3銆佽澶� 婕忕數娴佹祴璇曚华 瀵煎叆鎴愬姛<br/>4銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>5銆佽澶� LCR鏁板瓧鐢垫ˉ 瀵煎叆鎴愬姛<br/>6銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>7銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>8銆佽澶� 鐢靛瓙璐熻浇 瀵煎叆鎴愬姛<br/>9銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>10銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>11銆佽澶� 娉板厠绀烘尝鍣� 瀵煎叆鎴愬姛<br/>12銆佽澶� 娉板厠绀烘尝鍣� 瀵煎叆鎴愬姛<br/>13銆佽澶� 鍐插嚮鑰愬帇璇曢獙浠� 瀵煎叆鎴愬姛<br/>14銆佽澶� 楂樺姞閫熷害鍐插嚮瀹為獙绯荤粺 瀵煎叆鎴愬姛<br/>15銆佽澶� 闈欑數鏀剧數鍙戠敓鍣� 瀵煎叆鎴愬姛<br/>16銆佽澶� 鍠锋按瀹為獙浠� 瀵煎叆鎴愬姛<br/>17銆佽澶� 鏈烘鎸姩鍙� 瀵煎叆鎴愬姛<br/>18銆佽澶� 缇よ剦鍐插彂鐢熷櫒 瀵煎叆鎴愬姛<br/>19銆佽澶� 鎭掓俯姘存Ы 瀵煎叆鎴愬姛<br/>20銆佽澶� 鐐夋俯娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>21銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>22銆佽澶� 棰戠巼璁℃暟鍣� 瀵煎叆鎴愬姛<br/>23銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>24銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>25銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>26銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>27銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>28銆佽澶� 浜ゆ祦娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>29銆佽澶� LCR鏁板瓧鐢垫ˉ 瀵煎叆鎴愬姛<br/>30銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>31銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>32銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>33銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠� 瀵煎叆鎴愬姛<br/>34銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>35銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>36銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>37銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣� 瀵煎叆鎴愬姛<br/>38銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>39銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>40銆佽澶� 鍏夊己搴︽祴閲忎华 瀵煎叆鎴愬姛<br/>41銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>42銆佽澶� 鑰愮數鍘嬫祴璇曚华 瀵煎叆鎴愬姛<br/>43銆佽澶� 閽婚摚闀楃(搴� 瀵煎叆鎴愬姛<br/>44銆佽澶� 鍒囨澘鏈� 瀵煎叆鎴愬姛<br/>45銆佽澶� 杞﹀簥 瀵煎叆鎴愬姛<br/>46銆佽澶� 杞﹀簥 瀵煎叆鎴愬姛<br/>47銆佽澶� 榧撻骞茬嚗绠� 瀵煎叆鎴愬姛<br/>48銆佽澶� 榧撻骞茬嚗绠� 瀵煎叆鎴愬姛<br/>49銆佽澶� null 瀵煎叆鎴愬姛<br/>50銆佽澶� 鎵庣嚎鏈� 瀵煎叆鎴愬姛<br/>51銆佽澶� 鍙板紡閽绘敾涓ょ敤鏈� 瀵煎叆鎴愬姛<br/>52銆佽澶� 鍗囬檷鏈� 瀵煎叆鎴愬姛<br/>53銆佽澶� 绌哄帇鏈� 瀵煎叆鎴愬姛<br/>54銆佽澶� 鑷姩鎹嗗寘鏈� 瀵煎叆鎴愬姛<br/>55銆佽澶� 瓒呭0娉㈡竻娲楁満 瀵煎叆鎴愬姛<br/>56銆佽澶� 鑷姩鍒囩鏈� 瀵煎叆鎴愬姛<br/>57銆佽澶� 鐑啍鏈� 瀵煎叆鎴愬姛<br/>58銆佽澶� 鐪熺┖鍖呰鏈� 瀵煎叆鎴愬姛<br/>59銆佽澶� 瓒呴煶娉㈢啍鎺ユ満 瀵煎叆鎴愬姛<br/>60銆佽澶� 鏁版帶杞﹀簥 瀵煎叆鎴愬姛<br/>61銆佽澶� 鍏ㄨ嚜鍔ㄧ粫绾挎満 瀵煎叆鎴愬姛<br/>62銆佽澶� 鍗婂浣撴縺鍏夋墦鏍囨満 瀵煎叆鎴愬姛<br/>63銆佽澶� 鍏俯鍖哄洖娴佺剨 瀵煎叆鎴愬姛<br/>64銆佽澶� 璐寸墖鏈� 瀵煎叆鎴愬姛<br/>65銆佽澶� 鎺ラ┏鍙� 瀵煎叆鎴愬姛<br/>66銆佽澶� 鐑熼浘鍑�鍖栬繃婊ょ郴缁� 瀵煎叆鎴愬姛<br/>67銆佽澶� MB1000濯掍粙鍠峰皠鍣� 瀵煎叆鎴愬姛<br/>68銆佽澶� 璐寸墖鏈� 瀵煎叆鎴愬姛<br/>69銆佽澶� 鎺ラ┏鍙� 瀵煎叆鎴愬姛<br/>70銆佽澶� 鎺ラ┏鍙� 瀵煎叆鎴愬姛<br/>71銆佽澶� 瓒呴煶娉㈡墜鐒婃帴鏈� 瀵煎叆鎴愬姛<br/>72銆佽澶� 鍐扮 瀵煎叆鎴愬姛<br/>73銆佽澶� 绋冲彉鍘嬪櫒 瀵煎叆鎴愬姛<br/>74銆佽澶� 绔瓙鏈� 瀵煎叆鎴愬姛<br/>75銆佽澶� 楗剁嚎鏈� 瀵煎叆鎴愬姛<br/>76銆佽澶� CNC鐟炲+鍨嬭嚜鍔ㄨ溅搴� 瀵煎叆鎴愬姛<br/>77銆佽澶� 鑷姩妫掓潗閫佹枡鏈� 瀵煎叆鎴愬姛<br/>78銆佽澶� 鍙屾恫鑷姩鐐硅兌鏈� 瀵煎叆鎴愬姛<br/>79銆佽澶� 婵�鍏夎皟闃绘満 瀵煎叆鎴愬姛<br/>80銆佽澶� 浼犳劅鍣ㄨ嚜鍔ㄦ娴嬬郴缁� 瀵煎叆鎴愬姛<br/>81銆佽澶� 绮惧瘑鏁版帶杞﹀簥 瀵煎叆鎴愬姛<br/>82銆佽澶� 瓒呴煶娉㈢啍鎺ユ満 瀵煎叆鎴愬姛<br/>83銆佽澶� 鍙屾恫鑷姩鐐硅兌鏈� 瀵煎叆鎴愬姛<br/>84銆佽澶� 娌瑰帇闂稿紡鍓澘鏈� 瀵煎叆鎴愬姛<br/>85銆佽澶� 鎶樺集鏈� 瀵煎叆鎴愬姛<br/>86銆佽澶� 宸ヤ綔鍙�(4浜�) 瀵煎叆鎴愬姛<br/>87銆佽澶� 宸ヤ綔鍙� 瀵煎叆鎴愬姛<br/>88銆佽澶� 宸ヤ綔鍙�(灏佺亴闂�) 瀵煎叆鎴愬姛<br/>89銆佽澶� 璐ф灦(閲�) 瀵煎叆鎴愬姛<br/>90銆佽澶� 宸ヤ綔鍙�(閲戝伐闂�) 瀵煎叆鎴愬姛<', 0, '', '2025-02-13 16:29:31', 2228); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889960170474962945, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, 'java.lang.NoSuchMethodError: org.dromara.eims.domain.vo.EimsEquImportVo.getPurchaseDate()Ljava/util/Date;', '2025-02-13 16:49:53', 68); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889960608494628865, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 325 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华GPA2001G004 宸插瓨鍦�<br/>2銆佽澶� 鑰佸寲鍙� 瀵煎叆澶辫触锛歂o format fit for date String [2002-03] !<br/>3銆佽澶� 浣庢俯鎭掓俯妲紾PA2002E006 宸插瓨鍦�<br/>4銆佽澶� 婕忕數娴佹祴璇曚华GPA2004H024 宸插瓨鍦�<br/>5銆佽澶� 鑰愮數鍘嬫祴璇曚华GPA2004H026 宸插瓨鍦�<br/>6銆佽澶� LCR鏁板瓧鐢垫ˉGPA2005H027 宸插瓨鍦�<br/>7銆佽澶� 鑰愮數鍘嬫祴璇曚华GPA2006H028 宸插瓨鍦�<br/>8銆佽澶� 鑰愮數鍘嬫祴璇曚华GPA2004H028 宸插瓨鍦�<br/>9銆佽澶� 鐢靛瓙璐熻浇GPG2010WL003 宸插瓨鍦�<br/>10銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2007H048 宸插瓨鍦�<br/>11銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2007H049 宸插瓨鍦�<br/>12銆佽澶� 娉板厠绀烘尝鍣℅PG2010WL001 宸插瓨鍦�<br/>13銆佽澶� 娉板厠绀烘尝鍣℅PA2007F052 宸插瓨鍦�<br/>14銆佽澶� 鍐插嚮鑰愬帇璇曢獙浠狦PA2007D053 宸插瓨鍦�<br/>15銆佽澶� 楂樺姞閫熷害鍐插嚮瀹為獙绯荤粺GPA2007E001 宸插瓨鍦�<br/>16銆佽澶� 闈欑數鏀剧數鍙戠敓鍣℅PA2007E055 宸插瓨鍦�<br/>17銆佽澶� 鍠锋按瀹為獙浠狦PA2007E056 宸插瓨鍦�<br/>18銆佽澶� 鏈烘鎸姩鍙癎PA2007E002 宸插瓨鍦�<br/>19銆佽澶� 缇よ剦鍐插彂鐢熷櫒GPA2007D058 宸插瓨鍦�<br/>20銆佽澶� 鎭掓俯姘存ЫGPA2007G059 宸插瓨鍦�<br/>21銆佽澶� 鐐夋俯娴嬭瘯浠狦PA2008E061 宸插瓨鍦�<br/>22銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣℅PA2008H062 宸插瓨鍦�<br/>23銆佽澶� 棰戠巼璁℃暟鍣℅PA2008G063 宸插瓨鍦�<br/>24銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2008H064 宸插瓨鍦�<br/>25銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2008H065 宸插瓨鍦�<br/>26銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2008H066 宸插瓨鍦�<br/>27銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2008H067 宸插瓨鍦�<br/>28銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2008H068 宸插瓨鍦�<br/>29銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2008H069 宸插瓨鍦�<br/>30銆佽澶� LCR鏁板瓧鐢垫ˉGPA2008WL070 宸插瓨鍦�<br/>31銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2008G073 宸插瓨鍦�<br/>32銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2008G075 宸插瓨鍦�<br/>33銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2008G076 宸插瓨鍦�<br/>34銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2008G078 宸插瓨鍦�<br/>35銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣℅PA2008H079 宸插瓨鍦�<br/>36銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣℅PA2008H080 宸插瓨鍦�<br/>37銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣℅PA2008WL017 宸插瓨鍦�<br/>38銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣℅PA2008H082 宸插瓨鍦�<br/>39銆佽澶� 绀烘尝鍣� 瀵煎叆澶辫触锛歂o format fit for date String [09-09-08] !<br/>40銆佽澶� 绀烘尝鍣� 瀵煎叆澶辫触锛歂o format fit for date String [09-09-08] !<br/>41銆佽澶� 鐩存祦鐢垫簮 瀵煎叆澶辫触锛歂o format fit for date String [09-09-08] !<br/>42銆佽澶� 棰戞櫘鍒嗘瀽浠� 瀵煎叆澶辫触锛歂o format fit for date String [09-09-08] !<br/>43銆佽澶� 鏁板瓧绀烘尝鍣� 瀵煎叆澶辫触锛歂o format fit for date String [09-12-24] !<br/>44銆佽澶� 楂橀娴嬭瘯鍙� 瀵煎叆澶辫触锛歂o format fit for date String [09-11-10] !<br/>45銆佽澶� 浣庨娴嬭瘯鍙� 瀵煎叆澶辫触锛歂o format fit for date String [09-11-10] !<br/>46銆佽澶� 鏁板瓧绀烘尝鍣� 瀵煎叆澶辫触锛歂o format fit for date String [10-01-06] !<br/>47銆佽澶� 寮犲姏璁� 瀵煎叆澶辫触锛歂o format fit for date String [10-01-22] !<br/>48銆佽澶� 閫昏緫鍒嗘瀽浠� 瀵煎叆澶辫触锛歂o format fit for date String [10-02-02] !<br/>49銆佽澶� 鑰愬帇鍔涙祴璇曚华 瀵煎叆澶辫触锛歂o format fit for date String [10-06-05] !<br/>50銆佽澶�', '2025-02-13 16:51:37', 14313); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889963232417611777, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 48 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鍗у紡閲戝睘甯﹂敮搴� 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'profile\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, status, location, contact_phone, seller, profile, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'profile\' at row 1\n; Data truncation: Data too long for column \'profile\' at row 1<br/>2銆佽澶� EMC瀹為獙瀹ゅ叏鏈ㄥ伐浣滃彴 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'model_no\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, status, location, seller, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'model_no\' at row 1\n; Data truncation: Data too long for column \'model_no\' at row 1<br/>3銆佽澶� 鐑熸皵渚挎惡寮忓垎鏋愪华GPA2015E002 宸插瓨鍦�<br/>4銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL020 宸插瓨鍦�<br/>5銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL021 宸插瓨鍦�<br/>6銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>7銆佽澶� 10.4瀵哥數瀹逛竴浣撴満GPC2019NL002 宸插瓨鍦�<br/>8銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL003 宸插瓨鍦�<br/>9銆佽澶� 鐢靛姩閾墝鍒诲瓧鏈篏PC2019NH001 宸插瓨鍦�<br/>10銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL005 宸插瓨鍦�<br', '2025-02-13 17:02:03', 23364); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889970962599575554, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 48 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鍗у紡閲戝睘甯﹂敮搴� 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'profile\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, status, location, contact_phone, seller, profile, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'profile\' at row 1\n; Data truncation: Data too long for column \'profile\' at row 1<br/>2銆佽澶� EMC瀹為獙瀹ゅ叏鏈ㄥ伐浣滃彴 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'model_no\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, status, location, seller, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'model_no\' at row 1\n; Data truncation: Data too long for column \'model_no\' at row 1<br/>3銆佽澶� 鐑熸皵渚挎惡寮忓垎鏋愪华GPA2015E002 宸插瓨鍦�<br/>4銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL020 宸插瓨鍦�<br/>5銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL021 宸插瓨鍦�<br/>6銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>7銆佽澶� 10.4瀵哥數瀹逛竴浣撴満GPC2019NL002 宸插瓨鍦�<br/>8銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL003 宸插瓨鍦�<br/>9銆佽澶� 鐢靛姩閾墝鍒诲瓧鏈篏PC2019NH001 宸插瓨鍦�<br/>10銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL005 宸插瓨鍦�<br', '2025-02-13 17:32:46', 13580); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889971648133398530, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 46 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� EMC瀹為獙瀹ゅ叏鏈ㄥ伐浣滃彴 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'model_no\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, status, location, seller, unit, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'model_no\' at row 1\n; Data truncation: Data too long for column \'model_no\' at row 1<br/>2銆佽澶� 鐑熸皵渚挎惡寮忓垎鏋愪华GPA2015E002 宸插瓨鍦�<br/>3銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL020 宸插瓨鍦�<br/>4銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL021 宸插瓨鍦�<br/>5銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>6銆佽澶� 10.4瀵哥數瀹逛竴浣撴満GPC2019NL002 宸插瓨鍦�<br/>7銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL003 宸插瓨鍦�<br/>8銆佽澶� 鐢靛姩閾墝鍒诲瓧鏈篏PC2019NH001 宸插瓨鍦�<br/>9銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL005 宸插瓨鍦�<br/>10銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL006 宸插瓨鍦�<br/>11銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL007 宸插瓨鍦�<br/>12銆佽澶� 閾濆瀷鏉愭帹杞PB2019NL001 宸插瓨鍦�<br/>13銆佽澶� 閾濆瀷鏉愭帹杞PB2019NL002 宸插瓨鍦�<br/>14銆佽澶� 杞﹂棿灏忔帹杞PD2019NL010 宸插瓨鍦�<br/>15銆佽澶� 鍔犻�熷害鍐插嚮娴嬭瘯绯荤粺GPA2018NL027 宸插瓨鍦�<br/>16銆佽澶� 璇荤爜鍣℅PC2019NL011 宸插瓨鍦�<br/>17銆佽澶� 杞﹂棿灏忔帹杞PD2019NL011 宸插瓨鍦�<br/>18銆佽澶� 杞﹂棿灏忔帹杞PD2019NL012 宸插瓨鍦�<br/>19銆佽澶� 璇荤爜鍣℅PC2019NL012 宸插瓨鍦�<br/>20銆佽澶� 瑙︽懜灞廏PC2019NL013 宸插瓨鍦�<br/>21銆佽澶� 杞﹂棿灏忔帹杞PD2019NL014 宸插瓨鍦�<br/>22銆佽澶� 楂樼簿搴︾數鍔ㄤ綅绉绘粦鍙癎PD2018NL038 宸插瓨鍦�<br/>23銆佽澶� 鏃ユ湰涓変赴鏁版樉娓告爣鍗″昂GPG2019NL001 宸插瓨鍦�<br/>24銆佽澶� 閾濆瀷鏉愬皬鎺ㄨ溅GPB2019NL003 宸插瓨鍦�<br/>25銆佽澶� 閫嗗彉寮忕洿娴佹癌寮х剨鏈篏PC2019NH007 宸插瓨鍦�<br/>26銆佽澶� Winson鎵嬫寔鎵爜鏋狦PC2019NL015 宸插瓨鍦�<br/>27銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>28銆佽澶� Winson鎵嬫寔鎵爜鏋狦PC2019NL016 宸插瓨鍦�<br/>29銆佽澶� 杞﹂棿灏忔帹杞PD2019NL016 宸插瓨鍦�<br/>30銆佽澶� 杞﹂棿灏忔帹杞PD2019NL017 宸插瓨鍦�<br/>31銆佽澶� 杞﹂棿灏忔帹杞PD2019NL018 宸插瓨鍦�<br/>32銆佽澶� 杞﹂棿灏忔帹杞PD2019NL019 宸插瓨鍦�<br/>33銆佽澶� 鐢垫簮 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.My', '2025-02-13 17:35:30', 18106); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889973977997967361, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.EimsEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1889971572669480961\",\"equCode\":null,\"equTypeId\":0,\"assetNo\":\"GPA2001G004\",\"equName\":\"鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华\",\"modelNo\":\"PF9810A\",\"madeIn\":\"鏉窞杩滄柟浠櫒鏈夐檺鍏徃\",\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":null,\"status\":\"0\",\"location\":\"鐢熶骇鎶�鏈儴\",\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":\"\",\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null,\"seller\":null,\"unit\":null,\"handleUser\":null,\"purchaseUser\":null,\"attachments\":null,\"profile\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-13 17:44:45', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1889983876379217921, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 44 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鐑熸皵渚挎惡寮忓垎鏋愪华GPA2015E002 宸插瓨鍦�<br/>2銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL020 宸插瓨鍦�<br/>3銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL021 宸插瓨鍦�<br/>4銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>5銆佽澶� 10.4瀵哥數瀹逛竴浣撴満GPC2019NL002 宸插瓨鍦�<br/>6銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL003 宸插瓨鍦�<br/>7銆佽澶� 鐢靛姩閾墝鍒诲瓧鏈篏PC2019NH001 宸插瓨鍦�<br/>8銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL005 宸插瓨鍦�<br/>9銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL006 宸插瓨鍦�<br/>10銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL007 宸插瓨鍦�<br/>11銆佽澶� 閾濆瀷鏉愭帹杞PB2019NL001 宸插瓨鍦�<br/>12銆佽澶� 閾濆瀷鏉愭帹杞PB2019NL002 宸插瓨鍦�<br/>13銆佽澶� 杞﹂棿灏忔帹杞PD2019NL010 宸插瓨鍦�<br/>14銆佽澶� 鍔犻�熷害鍐插嚮娴嬭瘯绯荤粺GPA2018NL027 宸插瓨鍦�<br/>15銆佽澶� 璇荤爜鍣℅PC2019NL011 宸插瓨鍦�<br/>16銆佽澶� 杞﹂棿灏忔帹杞PD2019NL011 宸插瓨鍦�<br/>17銆佽澶� 杞﹂棿灏忔帹杞PD2019NL012 宸插瓨鍦�<br/>18銆佽澶� 璇荤爜鍣℅PC2019NL012 宸插瓨鍦�<br/>19銆佽澶� 瑙︽懜灞廏PC2019NL013 宸插瓨鍦�<br/>20銆佽澶� 杞﹂棿灏忔帹杞PD2019NL014 宸插瓨鍦�<br/>21銆佽澶� 楂樼簿搴︾數鍔ㄤ綅绉绘粦鍙癎PD2018NL038 宸插瓨鍦�<br/>22銆佽澶� 鏃ユ湰涓変赴鏁版樉娓告爣鍗″昂GPG2019NL001 宸插瓨鍦�<br/>23銆佽澶� 閾濆瀷鏉愬皬鎺ㄨ溅GPB2019NL003 宸插瓨鍦�<br/>24銆佽澶� 閫嗗彉寮忕洿娴佹癌寮х剨鏈篏PC2019NH007 宸插瓨鍦�<br/>25銆佽澶� Winson鎵嬫寔鎵爜鏋狦PC2019NL015 宸插瓨鍦�<br/>26銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>27銆佽澶� Winson鎵嬫寔鎵爜鏋狦PC2019NL016 宸插瓨鍦�<br/>28銆佽澶� 杞﹂棿灏忔帹杞PD2019NL016 宸插瓨鍦�<br/>29銆佽澶� 杞﹂棿灏忔帹杞PD2019NL017 宸插瓨鍦�<br/>30銆佽澶� 杞﹂棿灏忔帹杞PD2019NL018 宸插瓨鍦�<br/>31銆佽澶� 杞﹂棿灏忔帹杞PD2019NL019 宸插瓨鍦�<br/>32銆佽澶� 鎴村皵鐢佃剳(鏄剧ず鍣�)GPC2022NH056 宸插瓨鍦�<br/>33銆佽澶� 宸ヤ綔鍙癎PD2022NL228 宸插瓨鍦�<br/>34銆佽澶� 鏉句含闄ゆ箍鏈篏PC2022NA046 宸插瓨鍦�<br/>35銆佽澶� 鏉句含闄ゆ箍鏈篏PC2022NA047 宸插瓨鍦�<br/>36銆佽澶� 鏉句含闄ゆ箍鏈篏PC2022NA048 宸插瓨鍦�<br/>37銆佽澶� 涓瀷璐ф灦GPD2022NA194 宸插瓨鍦�<br/>38銆佽澶� 涓瀷璐ф灦GPD2023NL021 宸插瓨鍦�<br/>39銆佽澶� 澶х悊鐭冲钩鍙版灦GPD2023NL036 宸插瓨鍦�<br/>40銆佽澶� 澶х悊鐭冲钩鍙版灦GPD2023NL037 宸插瓨鍦�<br/>41銆佽澶� 宸ヤ綔鍙癎PD2023NL156 宸插瓨鍦�<br/>42銆佽澶� GPA2023NL070-077鐢熶骇鍒堕�犻儴 宸插瓨鍦�<br/>43銆佽澶� GPA2023NL070-077鐢熶骇鍒堕�犻儴 宸插瓨鍦�<br/>44銆佽澶� GPA2023NL070-077鐢熶骇鍒堕�犻儴 宸插瓨鍦�', '2025-02-13 18:24:05', 17609); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890196258112221186, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 47 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鐑熸皵渚挎惡寮忓垎鏋愪华GPA2015E002 宸插瓨鍦�<br/>2銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL020 宸插瓨鍦�<br/>3銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL021 宸插瓨鍦�<br/>4銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>5銆佽澶� 10.4瀵哥數瀹逛竴浣撴満GPC2019NL002 宸插瓨鍦�<br/>6銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL003 宸插瓨鍦�<br/>7銆佽澶� 鐢靛姩閾墝鍒诲瓧鏈篏PC2019NH001 宸插瓨鍦�<br/>8銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL005 宸插瓨鍦�<br/>9銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL006 宸插瓨鍦�<br/>10銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL007 宸插瓨鍦�<br/>11銆佽澶� 閾濆瀷鏉愭帹杞PB2019NL001 宸插瓨鍦�<br/>12銆佽澶� 閾濆瀷鏉愭帹杞PB2019NL002 宸插瓨鍦�<br/>13銆佽澶� 杞﹂棿灏忔帹杞PD2019NL010 宸插瓨鍦�<br/>14銆佽澶� 鍔犻�熷害鍐插嚮娴嬭瘯绯荤粺GPA2018NL027 宸插瓨鍦�<br/>15銆佽澶� 璇荤爜鍣℅PC2019NL011 宸插瓨鍦�<br/>16銆佽澶� 杞﹂棿灏忔帹杞PD2019NL011 宸插瓨鍦�<br/>17銆佽澶� 杞﹂棿灏忔帹杞PD2019NL012 宸插瓨鍦�<br/>18銆佽澶� 璇荤爜鍣℅PC2019NL012 宸插瓨鍦�<br/>19銆佽澶� 瑙︽懜灞廏PC2019NL013 宸插瓨鍦�<br/>20銆佽澶� 杞﹂棿灏忔帹杞PD2019NL014 宸插瓨鍦�<br/>21銆佽澶� 楂樼簿搴︾數鍔ㄤ綅绉绘粦鍙癎PD2018NL038 宸插瓨鍦�<br/>22銆佽澶� 鏃ユ湰涓変赴鏁版樉娓告爣鍗″昂GPG2019NL001 宸插瓨鍦�<br/>23銆佽澶� 閾濆瀷鏉愬皬鎺ㄨ溅GPB2019NL003 宸插瓨鍦�<br/>24銆佽澶� 閫嗗彉寮忕洿娴佹癌寮х剨鏈篏PC2019NH007 宸插瓨鍦�<br/>25銆佽澶� Winson鎵嬫寔鎵爜鏋狦PC2019NL015 宸插瓨鍦�<br/>26銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>27銆佽澶� Winson鎵嬫寔鎵爜鏋狦PC2019NL016 宸插瓨鍦�<br/>28銆佽澶� 杞﹂棿灏忔帹杞PD2019NL016 宸插瓨鍦�<br/>29銆佽澶� 杞﹂棿灏忔帹杞PD2019NL017 宸插瓨鍦�<br/>30銆佽澶� 杞﹂棿灏忔帹杞PD2019NL018 宸插瓨鍦�<br/>31銆佽澶� 杞﹂棿灏忔帹杞PD2019NL019 宸插瓨鍦�<br/>32銆佽澶� C02婵�鍏夊垏鍓叉満 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect date value: \'20201-10-19 00:00:00\' for column \'actual_accept_date\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, actual_accept_date, seller, profile, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect date value: \'20201-10-19 00:00:00\' for column \'actual_accept_date\' at row 1\n; Data truncation: Incorrect date value: ', '2025-02-14 08:28:01', 14116); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890198305565904897, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 44 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鐑熸皵渚挎惡寮忓垎鏋愪华GPA2015E002 宸插瓨鍦�<br/>2銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL020 宸插瓨鍦�<br/>3銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL021 宸插瓨鍦�<br/>4銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>5銆佽澶� 10.4瀵哥數瀹逛竴浣撴満GPC2019NL002 宸插瓨鍦�<br/>6銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL003 宸插瓨鍦�<br/>7銆佽澶� 鐢靛姩閾墝鍒诲瓧鏈篏PC2019NH001 宸插瓨鍦�<br/>8銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL005 宸插瓨鍦�<br/>9銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL006 宸插瓨鍦�<br/>10銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL007 宸插瓨鍦�<br/>11銆佽澶� 閾濆瀷鏉愭帹杞PB2019NL001 宸插瓨鍦�<br/>12銆佽澶� 閾濆瀷鏉愭帹杞PB2019NL002 宸插瓨鍦�<br/>13銆佽澶� 杞﹂棿灏忔帹杞PD2019NL010 宸插瓨鍦�<br/>14銆佽澶� 鍔犻�熷害鍐插嚮娴嬭瘯绯荤粺GPA2018NL027 宸插瓨鍦�<br/>15銆佽澶� 璇荤爜鍣℅PC2019NL011 宸插瓨鍦�<br/>16銆佽澶� 杞﹂棿灏忔帹杞PD2019NL011 宸插瓨鍦�<br/>17銆佽澶� 杞﹂棿灏忔帹杞PD2019NL012 宸插瓨鍦�<br/>18銆佽澶� 璇荤爜鍣℅PC2019NL012 宸插瓨鍦�<br/>19銆佽澶� 瑙︽懜灞廏PC2019NL013 宸插瓨鍦�<br/>20銆佽澶� 杞﹂棿灏忔帹杞PD2019NL014 宸插瓨鍦�<br/>21銆佽澶� 楂樼簿搴︾數鍔ㄤ綅绉绘粦鍙癎PD2018NL038 宸插瓨鍦�<br/>22銆佽澶� 鏃ユ湰涓変赴鏁版樉娓告爣鍗″昂GPG2019NL001 宸插瓨鍦�<br/>23銆佽澶� 閾濆瀷鏉愬皬鎺ㄨ溅GPB2019NL003 宸插瓨鍦�<br/>24銆佽澶� 閫嗗彉寮忕洿娴佹癌寮х剨鏈篏PC2019NH007 宸插瓨鍦�<br/>25銆佽澶� Winson鎵嬫寔鎵爜鏋狦PC2019NL015 宸插瓨鍦�<br/>26銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>27銆佽澶� Winson鎵嬫寔鎵爜鏋狦PC2019NL016 宸插瓨鍦�<br/>28銆佽澶� 杞﹂棿灏忔帹杞PD2019NL016 宸插瓨鍦�<br/>29銆佽澶� 杞﹂棿灏忔帹杞PD2019NL017 宸插瓨鍦�<br/>30銆佽澶� 杞﹂棿灏忔帹杞PD2019NL018 宸插瓨鍦�<br/>31銆佽澶� 杞﹂棿灏忔帹杞PD2019NL019 宸插瓨鍦�<br/>32銆佽澶� 鎴村皵鐢佃剳(鏄剧ず鍣�)GPC2022NH056 宸插瓨鍦�<br/>33銆佽澶� 宸ヤ綔鍙癎PD2022NL228 宸插瓨鍦�<br/>34銆佽澶� 鏉句含闄ゆ箍鏈篏PC2022NA046 宸插瓨鍦�<br/>35銆佽澶� 鏉句含闄ゆ箍鏈篏PC2022NA047 宸插瓨鍦�<br/>36銆佽澶� 鏉句含闄ゆ箍鏈篏PC2022NA048 宸插瓨鍦�<br/>37銆佽澶� 涓瀷璐ф灦GPD2022NA194 宸插瓨鍦�<br/>38銆佽澶� 涓瀷璐ф灦GPD2023NL021 宸插瓨鍦�<br/>39銆佽澶� 澶х悊鐭冲钩鍙版灦GPD2023NL036 宸插瓨鍦�<br/>40銆佽澶� 澶х悊鐭冲钩鍙版灦GPD2023NL037 宸插瓨鍦�<br/>41銆佽澶� 宸ヤ綔鍙癎PD2023NL156 宸插瓨鍦�<br/>42銆佽澶� GPA2023NL070-077鐢熶骇鍒堕�犻儴 宸插瓨鍦�<br/>43銆佽澶� GPA2023NL070-077鐢熶骇鍒堕�犻儴 宸插瓨鍦�<br/>44銆佽澶� GPA2023NL070-077鐢熶骇鍒堕�犻儴 宸插瓨鍦�', '2025-02-14 08:36:09', 14586); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890198896081965058, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 47 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鐑熸皵渚挎惡寮忓垎鏋愪华GPA2015E002 宸插瓨鍦�<br/>2銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL020 宸插瓨鍦�<br/>3銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL021 宸插瓨鍦�<br/>4銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>5銆佽澶� 10.4瀵哥數瀹逛竴浣撴満GPC2019NL002 宸插瓨鍦�<br/>6銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL003 宸插瓨鍦�<br/>7銆佽澶� 鐢靛姩閾墝鍒诲瓧鏈篏PC2019NH001 宸插瓨鍦�<br/>8銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL005 宸插瓨鍦�<br/>9銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL006 宸插瓨鍦�<br/>10銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL007 宸插瓨鍦�<br/>11銆佽澶� 閾濆瀷鏉愭帹杞PB2019NL001 宸插瓨鍦�<br/>12銆佽澶� 閾濆瀷鏉愭帹杞PB2019NL002 宸插瓨鍦�<br/>13銆佽澶� 杞﹂棿灏忔帹杞PD2019NL010 宸插瓨鍦�<br/>14銆佽澶� 鍔犻�熷害鍐插嚮娴嬭瘯绯荤粺GPA2018NL027 宸插瓨鍦�<br/>15銆佽澶� 璇荤爜鍣℅PC2019NL011 宸插瓨鍦�<br/>16銆佽澶� 杞﹂棿灏忔帹杞PD2019NL011 宸插瓨鍦�<br/>17銆佽澶� 杞﹂棿灏忔帹杞PD2019NL012 宸插瓨鍦�<br/>18銆佽澶� 璇荤爜鍣℅PC2019NL012 宸插瓨鍦�<br/>19銆佽澶� 瑙︽懜灞廏PC2019NL013 宸插瓨鍦�<br/>20銆佽澶� 杞﹂棿灏忔帹杞PD2019NL014 宸插瓨鍦�<br/>21銆佽澶� 楂樼簿搴︾數鍔ㄤ綅绉绘粦鍙癎PD2018NL038 宸插瓨鍦�<br/>22銆佽澶� 鏃ユ湰涓変赴鏁版樉娓告爣鍗″昂GPG2019NL001 宸插瓨鍦�<br/>23銆佽澶� 閾濆瀷鏉愬皬鎺ㄨ溅GPB2019NL003 宸插瓨鍦�<br/>24銆佽澶� 閫嗗彉寮忕洿娴佹癌寮х剨鏈篏PC2019NH007 宸插瓨鍦�<br/>25銆佽澶� Winson鎵嬫寔鎵爜鏋狦PC2019NL015 宸插瓨鍦�<br/>26銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>27銆佽澶� Winson鎵嬫寔鎵爜鏋狦PC2019NL016 宸插瓨鍦�<br/>28銆佽澶� 杞﹂棿灏忔帹杞PD2019NL016 宸插瓨鍦�<br/>29銆佽澶� 杞﹂棿灏忔帹杞PD2019NL017 宸插瓨鍦�<br/>30銆佽澶� 杞﹂棿灏忔帹杞PD2019NL018 宸插瓨鍦�<br/>31銆佽澶� 杞﹂棿灏忔帹杞PD2019NL019 宸插瓨鍦�<br/>32銆佽澶� C02婵�鍏夊垏鍓叉満 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect date value: \'20201-10-19 00:00:00\' for column \'actual_accept_date\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, actual_accept_date, seller, profile, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect date value: \'20201-10-19 00:00:00\' for column \'actual_accept_date\' at row 1\n; Data truncation: Incorrect date value: ', '2025-02-14 08:38:30', 26014); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890201270099972097, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 2691 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华GPA2001G004 宸插瓨鍦�<br/>2銆佽澶� 鑰佸寲鍙癎PA2002G005 宸插瓨鍦�<br/>3銆佽澶� 浣庢俯鎭掓俯妲紾PA2002E006 宸插瓨鍦�<br/>4銆佽澶� 婕忕數娴佹祴璇曚华GPA2004H024 宸插瓨鍦�<br/>5銆佽澶� 鑰愮數鍘嬫祴璇曚华GPA2004H026 宸插瓨鍦�<br/>6銆佽澶� LCR鏁板瓧鐢垫ˉGPA2005H027 宸插瓨鍦�<br/>7銆佽澶� 鑰愮數鍘嬫祴璇曚华GPA2006H028 宸插瓨鍦�<br/>8銆佽澶� 鑰愮數鍘嬫祴璇曚华GPA2004H028 宸插瓨鍦�<br/>9銆佽澶� 鐢靛瓙璐熻浇GPG2010WL003 宸插瓨鍦�<br/>10銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2007H048 宸插瓨鍦�<br/>11銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2007H049 宸插瓨鍦�<br/>12銆佽澶� 娉板厠绀烘尝鍣℅PG2010WL001 宸插瓨鍦�<br/>13銆佽澶� 娉板厠绀烘尝鍣℅PA2007F052 宸插瓨鍦�<br/>14銆佽澶� 鍐插嚮鑰愬帇璇曢獙浠狦PA2007D053 宸插瓨鍦�<br/>15銆佽澶� 楂樺姞閫熷害鍐插嚮瀹為獙绯荤粺GPA2007E001 宸插瓨鍦�<br/>16銆佽澶� 闈欑數鏀剧數鍙戠敓鍣℅PA2007E055 宸插瓨鍦�<br/>17銆佽澶� 鍠锋按瀹為獙浠狦PA2007E056 宸插瓨鍦�<br/>18銆佽澶� 鏈烘鎸姩鍙癎PA2007E002 宸插瓨鍦�<br/>19銆佽澶� 缇よ剦鍐插彂鐢熷櫒GPA2007D058 宸插瓨鍦�<br/>20銆佽澶� 鎭掓俯姘存ЫGPA2007G059 宸插瓨鍦�<br/>21銆佽澶� 鐐夋俯娴嬭瘯浠狦PA2008E061 宸插瓨鍦�<br/>22銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣℅PA2008H062 宸插瓨鍦�<br/>23銆佽澶� 棰戠巼璁℃暟鍣℅PA2008G063 宸插瓨鍦�<br/>24銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2008H064 宸插瓨鍦�<br/>25銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2008H065 宸插瓨鍦�<br/>26銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2008H066 宸插瓨鍦�<br/>27銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2008H067 宸插瓨鍦�<br/>28銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2008H068 宸插瓨鍦�<br/>29銆佽澶� 浜ゆ祦娴嬭瘯浠狦PA2008H069 宸插瓨鍦�<br/>30銆佽澶� LCR鏁板瓧鐢垫ˉGPA2008WL070 宸插瓨鍦�<br/>31銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2008G073 宸插瓨鍦�<br/>32銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2008G075 宸插瓨鍦�<br/>33銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2008G076 宸插瓨鍦�<br/>34銆佽澶� DC楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2008G078 宸插瓨鍦�<br/>35銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣℅PA2008H079 宸插瓨鍦�<br/>36銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣℅PA2008H080 宸插瓨鍦�<br/>37銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣℅PA2008WL017 宸插瓨鍦�<br/>38銆佽澶� 鏁板瓧瀛樺偍绀烘尝鍣℅PA2008H082 宸插瓨鍦�<br/>39銆佽澶� 鍙▼寮忛珮浣庢俯瀹為獙鏈篏PA2008D083 宸插瓨鍦�<br/>40銆佽澶� 绋嬫帶鍙橀鐢垫簮GPA2009H084 宸插瓨鍦�<br/>41銆佽澶� 鎵嬪姩娑插帇娉礕PA2009G085 宸插瓨鍦�<br/>42銆佽澶� 閲婃斁闃�GPA2009G086 宸插瓨鍦�<br/>43銆佽澶� 绀烘尝鍣℅PA2009H097 宸插瓨鍦�<br/>44銆佽澶� 绀烘尝鍣℅PA2009G098 宸插瓨鍦�<br/>45銆佽澶� 鐩存祦鐢垫簮GPA2009G099 宸插瓨鍦�<br/>46銆佽澶� 棰戞櫘鍒嗘瀽浠狦PA2009F100 宸插瓨鍦�<br/>47銆佽澶� 鏁板瓧绀烘尝鍣℅PA2009H101 宸插瓨鍦�<br/>48銆佽澶� 楂橀娴嬭瘯鍙癎PA2009H102 宸插瓨鍦�<br/>49銆佽澶� 浣庨娴嬭瘯鍙癎PA2009H103 宸插瓨鍦�<br/>50銆佽澶� 鏁板瓧绀烘尝鍣℅PA2010H104 宸插瓨鍦�<br/>51銆佽澶� 寮犲姏璁PA2010G105 宸插瓨鍦�<br/>52銆佽澶� 閫昏緫鍒嗘瀽浠狦PA2010C106 宸插瓨鍦�<br/>53銆佽澶� 鑰愬帇鍔涙祴璇曚华GPA2010G107 宸插瓨鍦�<br/>54銆佽澶� 鑰愮數鍘嬫祴璇曚华GPA2006H108 宸插瓨鍦�<br/>55銆佽澶� 鑰愮數鍘嬫祴璇曚华GPA2006H109 宸插瓨鍦�<br/>56銆佽澶� 楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2010H110 宸插瓨鍦�<br/>57銆佽澶� 楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2010H111 宸插瓨鍦�<br/>58銆佽澶� 楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2010H112 宸插瓨鍦�<br/>59銆佽澶� 楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2010H113 宸插瓨鍦�<br/>60銆佽澶� 楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2010H114 宸插瓨鍦�<br/>61銆佽澶� 楂樼簿搴︿紶鎰熷櫒娴嬭瘯浠狦PA2010H117 宸插瓨鍦�<br', '2025-02-14 08:47:56', 26516); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890204668291518466, '000000', '瀛楀吀绫诲瀷', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"璁惧瀵煎叆鐘舵�乗",\"dictType\":\"equ_import_status\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 09:01:26', 33); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890205043954356226, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"鏂板鍏",\"dictValue\":\"0\",\"dictType\":\"equ_import_status\",\"cssClass\":null,\"listClass\":\"orange\",\"isDefault\":null,\"remark\":\"璁惧棣栨瀵煎叆鐘舵�侊紝棣栨鐩樼偣鍚庝慨鏀逛负宸茬‘璁"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 09:02:55', 23); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890205092314681346, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":1,\"dictLabel\":\"宸茬‘璁",\"dictValue\":\"1\",\"dictType\":\"equ_import_status\",\"cssClass\":null,\"listClass\":\"primary\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 09:03:07', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890217901936181249, '000000', '璁惧绠$悊', 6, 'org.dromara.eims.controller.EimsEquController.importData()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ/importData', '0:0:0:0:0:0:0:1', '鍐呯綉IP', 'false', '', 1, '寰堟姳姝夛紝瀵煎叆澶辫触锛佸叡 47 鏉℃暟鎹牸寮忎笉姝g‘锛岄敊璇涓嬶細<br/>1銆佽澶� 鐑熸皵渚挎惡寮忓垎鏋愪华GPA2015E002 宸插瓨鍦�<br/>2銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL020 宸插瓨鍦�<br/>3銆佽澶� 鍏ㄨ嚜鍔ㄤ紶鎰熷櫒娴嬭瘯浠狦PA2018NL021 宸插瓨鍦�<br/>4銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>5銆佽澶� 10.4瀵哥數瀹逛竴浣撴満GPC2019NL002 宸插瓨鍦�<br/>6銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL003 宸插瓨鍦�<br/>7銆佽澶� 鐢靛姩閾墝鍒诲瓧鏈篏PC2019NH001 宸插瓨鍦�<br/>8銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL005 宸插瓨鍦�<br/>9銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL006 宸插瓨鍦�<br/>10銆佽澶� 鏃犵嚎浜岀淮鐮佹壂鎻忚澶嘒PC2019NL007 宸插瓨鍦�<br/>11銆佽澶� 閾濆瀷鏉愭帹杞PB2019NL001 宸插瓨鍦�<br/>12銆佽澶� 閾濆瀷鏉愭帹杞PB2019NL002 宸插瓨鍦�<br/>13銆佽澶� 杞﹂棿灏忔帹杞PD2019NL010 宸插瓨鍦�<br/>14銆佽澶� 鍔犻�熷害鍐插嚮娴嬭瘯绯荤粺GPA2018NL027 宸插瓨鍦�<br/>15銆佽澶� 璇荤爜鍣℅PC2019NL011 宸插瓨鍦�<br/>16銆佽澶� 杞﹂棿灏忔帹杞PD2019NL011 宸插瓨鍦�<br/>17銆佽澶� 杞﹂棿灏忔帹杞PD2019NL012 宸插瓨鍦�<br/>18銆佽澶� 璇荤爜鍣℅PC2019NL012 宸插瓨鍦�<br/>19銆佽澶� 瑙︽懜灞廏PC2019NL013 宸插瓨鍦�<br/>20銆佽澶� 杞﹂棿灏忔帹杞PD2019NL014 宸插瓨鍦�<br/>21銆佽澶� 楂樼簿搴︾數鍔ㄤ綅绉绘粦鍙癎PD2018NL038 宸插瓨鍦�<br/>22銆佽澶� 鏃ユ湰涓変赴鏁版樉娓告爣鍗″昂GPG2019NL001 宸插瓨鍦�<br/>23銆佽澶� 閾濆瀷鏉愬皬鎺ㄨ溅GPB2019NL003 宸插瓨鍦�<br/>24銆佽澶� 閫嗗彉寮忕洿娴佹癌寮х剨鏈篏PC2019NH007 宸插瓨鍦�<br/>25銆佽澶� Winson鎵嬫寔鎵爜鏋狦PC2019NL015 宸插瓨鍦�<br/>26銆佽澶� 鍙嶅皠鐜囨祴瀹氫华GPA2019NL001 宸插瓨鍦�<br/>27銆佽澶� Winson鎵嬫寔鎵爜鏋狦PC2019NL016 宸插瓨鍦�<br/>28銆佽澶� 杞﹂棿灏忔帹杞PD2019NL016 宸插瓨鍦�<br/>29銆佽澶� 杞﹂棿灏忔帹杞PD2019NL017 宸插瓨鍦�<br/>30銆佽澶� 杞﹂棿灏忔帹杞PD2019NL018 宸插瓨鍦�<br/>31銆佽澶� 杞﹂棿灏忔帹杞PD2019NL019 宸插瓨鍦�<br/>32銆佽澶� C02婵�鍏夊垏鍓叉満 瀵煎叆澶辫触锛歕n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect date value: \'20201-10-19 00:00:00\' for column \'actual_accept_date\' at row 1\n### The error may exist in org/dromara/eims/mapper/EimsEquMapper.java (best guess)\n### The error may involve org.dromara.eims.mapper.EimsEquMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO eims_equ ( equ_id, asset_no, equ_name, model_no, made_in, purchase_date, location, actual_accept_date, import_status, seller, profile, create_dept, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Incorrect date value: \'20201-10-19 00:00:00\' for column \'actual_accept_date\' at row 1\n; Data truncation: Incorr', '2025-02-14 09:54:01', 18355); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890218120568471554, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.EimsEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1890217827130769409\",\"equCode\":null,\"equTypeId\":1,\"assetNo\":\"GPA2001G004\",\"equName\":\"鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华\",\"modelNo\":\"PF9810A\",\"madeIn\":\"鏉窞杩滄柟浠櫒鏈夐檺鍏徃\",\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":\"2001-04-01\",\"status\":\"4\",\"location\":\"鐢熶骇鎶�鏈儴\",\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":\"\",\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":null,\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null,\"seller\":null,\"unit\":null,\"handleUser\":null,\"purchaseUser\":null,\"attachments\":null,\"profile\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 09:54:53', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890218318317322242, '000000', '鐩樼偣', 1, 'org.dromara.eims.controller.EimsInventoryController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventory', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"inventoryId\":\"1890218318216658946\",\"inventoryCode\":\"dfghjk\",\"inventoryName\":\"jfgbj\",\"equTypesList\":[\"1\",\"11\"],\"equStatusList\":[\"0\",\"1\",\"2\",\"3\",\"4\",\"5\"],\"inventoryUser\":\"1889581724095836162\",\"userDept\":100,\"startDate\":\"2025-02-14\",\"endDate\":\"2025-02-14\",\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 09:55:40', 33); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890218356271579138, '000000', '鐩樼偣鏄庣粏', 2, 'org.dromara.eims.controller.EimsInventoryDetailController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1890218318275379202\",\"inventoryId\":\"1890218318216658946\",\"equId\":\"1890217827130769409\",\"status\":\"1\",\"remark\":null,\"equName\":null,\"equCode\":null,\"equAssetNo\":null,\"deptName\":null,\"equTypeName\":null,\"equTypeId\":null,\"location\":null,\"equStatus\":null,\"inventoryUser\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 09:55:49', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890218632982396929, '000000', '鐩樼偣鏄庣粏', 2, 'org.dromara.eims.controller.EimsInventoryDetailController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1890218318275379202\",\"inventoryId\":\"1890218318216658946\",\"equId\":\"1890217827130769409\",\"status\":\"1\",\"remark\":null,\"equName\":null,\"equCode\":null,\"equAssetNo\":null,\"deptName\":null,\"equTypeName\":null,\"equTypeId\":null,\"location\":null,\"equStatus\":null,\"inventoryUser\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 09:56:55', 19836); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890218719963873282, '000000', '鐩樼偣鏄庣粏', 2, 'org.dromara.eims.controller.EimsInventoryDetailController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":1,\"createTime\":\"2025-02-14 09:53:43\",\"updateBy\":1,\"updateTime\":\"2025-02-14 09:54:53\",\"id\":\"1890218318275379202\",\"inventoryId\":\"1890218318216658946\",\"equId\":\"1890217827130769409\",\"status\":\"4\",\"remark\":null,\"equName\":\"鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华\",\"equCode\":null,\"equAssetNo\":null,\"deptName\":null,\"equTypeName\":null,\"equTypeId\":1,\"location\":\"鐢熶骇鎶�鏈儴\",\"equStatus\":null,\"inventoryUser\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 09:57:16', 25); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890219074747465729, '000000', '鐩樼偣鏄庣粏', 2, 'org.dromara.eims.controller.EimsInventoryDetailController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":1,\"createTime\":\"2025-02-14 09:53:43\",\"updateBy\":1,\"updateTime\":\"2025-02-14 09:54:53\",\"id\":\"1890218318275379202\",\"inventoryId\":\"1890218318216658946\",\"equId\":\"1890217827130769409\",\"status\":\"4\",\"remark\":null,\"equName\":\"鐢靛瓙闀囨祦鍣ㄨ妭鑳界伅杈撳叆鐗规�у垎鏋愪华\",\"equCode\":null,\"equAssetNo\":null,\"deptName\":null,\"equTypeName\":null,\"equTypeId\":1,\"location\":\"鐢熶骇鎶�鏈儴\",\"equStatus\":null,\"inventoryUser\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 09:58:41', 28545); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890219130221330434, '000000', '鐩樼偣鏄庣粏', 2, 'org.dromara.eims.controller.EimsInventoryDetailController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1890218318275379202\",\"inventoryId\":\"1890218318216658946\",\"equId\":\"1890217827130769409\",\"status\":\"0\",\"remark\":null,\"equName\":null,\"equCode\":null,\"equAssetNo\":null,\"deptName\":null,\"equTypeName\":null,\"equTypeId\":null,\"location\":null,\"equStatus\":null,\"inventoryUser\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 09:58:54', 6); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890219160533565442, '000000', '鐩樼偣鏄庣粏', 2, 'org.dromara.eims.controller.EimsInventoryDetailController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1890218318275379202\",\"inventoryId\":\"1890218318216658946\",\"equId\":\"1890217827130769409\",\"status\":\"1\",\"remark\":null,\"equName\":null,\"equCode\":null,\"equAssetNo\":null,\"deptName\":null,\"equTypeName\":null,\"equTypeId\":null,\"location\":null,\"equStatus\":null,\"inventoryUser\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 09:59:01', 18); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890219545486786562, '000000', '鐩樼偣鏄庣粏', 2, 'org.dromara.eims.controller.EimsInventoryDetailController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1890218318275379202\",\"inventoryId\":\"1890218318216658946\",\"equId\":\"1890217827130769409\",\"status\":\"0\",\"remark\":null,\"equName\":null,\"equCode\":null,\"equAssetNo\":null,\"deptName\":null,\"equTypeName\":null,\"equTypeId\":null,\"location\":null,\"equStatus\":null,\"inventoryUser\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 10:00:33', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890220667932868609, '000000', '鐩樼偣鏄庣粏', 2, 'org.dromara.eims.controller.EimsInventoryDetailController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1890218318275379202\",\"inventoryId\":\"1890218318216658946\",\"equId\":\"1890217827130769409\",\"status\":\"1\",\"remark\":null,\"equName\":null,\"equCode\":null,\"equAssetNo\":null,\"deptName\":null,\"equTypeName\":null,\"equTypeId\":null,\"location\":null,\"equStatus\":null,\"inventoryUser\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 10:05:00', 21); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890220686136147970, '000000', '鐩樼偣鏄庣粏', 2, 'org.dromara.eims.controller.EimsInventoryDetailController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1890218318275379202\",\"inventoryId\":\"1890218318216658946\",\"equId\":\"1890217827130769409\",\"status\":\"0\",\"remark\":null,\"equName\":null,\"equCode\":null,\"equAssetNo\":null,\"deptName\":null,\"equTypeName\":null,\"equTypeId\":null,\"location\":null,\"equStatus\":null,\"inventoryUser\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 10:05:05', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890221077229830146, '000000', '鐩樼偣鏄庣粏', 5, 'org.dromara.eims.controller.EimsInventoryDetailController.export()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail/export', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":null,\"inventoryId\":null,\"equId\":null,\"status\":null,\"remark\":null,\"equName\":null,\"equCode\":null,\"equAssetNo\":null,\"deptName\":null,\"equTypeName\":null,\"equTypeId\":null,\"location\":null,\"equStatus\":null,\"inventoryUser\":null}', '', 0, '', '2025-02-14 10:06:38', 1113); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890262999780655106, '000000', '浠g爜鐢熸垚', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '\"eims_fixture\" \"master\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 12:53:13', 126); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890264219865939969, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-14 12:58:04\",\"params\":{\"parentMenuId\":0,\"popupComponent\":\"drawer\"},\"tableId\":\"1890262999453499393\",\"dataName\":\"master\",\"tableName\":\"eims_fixture\",\"tableComment\":\"宸ュ叿(娌诲叿)鍙拌处\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"EimsFixture\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara.eims\",\"moduleName\":\"eims\",\"businessName\":\"fixture\",\"functionName\":\"宸ュ叿(娌诲叿)鍙拌处\",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-14 12:58:04\",\"columnId\":\"1890262999663214593\",\"tableId\":\"1890262999453499393\",\"columnName\":\"id\",\"columnComment\":\"\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"usableColumn\":false,\"superColumn\":false,\"insert\":false,\"increment\":true,\"query\":false,\"pk\":true,\"edit\":true,\"list\":true,\"capJavaField\":\"Id\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-14 12:58:04\",\"columnId\":\"1890262999671603201\",\"tableId\":\"1890262999453499393\",\"columnName\":\"fixtrue_code\",\"columnComment\":\"娌诲叿缂栫爜\",\"columnType\":\"varchar\",\"javaType\":\"String\",\"javaField\":\"fixtrueCode\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"0\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"LIKE\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":false,\"usableColumn\":false,\"superColumn\":false,\"insert\":true,\"increment\":true,\"query\":true,\"pk\":false,\"edit\":true,\"list\":true,\"capJavaField\":\"FixtrueCode\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-14 12:58:04\",\"columnId\":\"1890262999675797505\",\"tableId\":\"1890262999453499393\",\"columnName\":\"fixtrue_name\",\"columnComment\":\"娌诲叿鍚嶇О\",\"columnType\":\"varchar\",\"javaType\":\"String\",\"javaField', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 12:58:04', 56); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890264549664063490, '000000', '瀛楀吀绫诲瀷', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"宸ュ叿(娌诲叿)绫诲瀷\",\"dictType\":\"eims_fixtrue_type\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 12:59:23', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890264658145542145, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":1,\"dictLabel\":\"宸ュ叿\",\"dictValue\":\"1\",\"dictType\":\"eims_fixtrue_type\",\"cssClass\":null,\"listClass\":\"primary\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 12:59:49', 26); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890264696896716801, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":2,\"dictLabel\":\"娌诲叿\",\"dictValue\":\"2\",\"dictType\":\"eims_fixtrue_type\",\"cssClass\":null,\"listClass\":\"cyan\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 12:59:58', 32); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890265298716426241, '000000', '瀛楀吀绫诲瀷', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"宸ュ叿(娌诲叿)鐘舵�乗",\"dictType\":\"eims_fixtrue_status\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 13:02:21', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890265387878940673, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"姝e父\",\"dictValue\":\"0\",\"dictType\":\"eims_fixtrue_status\",\"cssClass\":null,\"listClass\":\"success\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 13:02:43', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890265467784626177, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":1,\"dictLabel\":\"鍋滅敤\",\"dictValue\":\"1\",\"dictType\":\"eims_fixtrue_status\",\"cssClass\":null,\"listClass\":\"danger\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 13:03:02', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890265656922570754, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.synchDb()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/synchDb/1890262999453499393', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 13:03:47', 106); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890265948133097474, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-14 13:04:56\",\"params\":{\"parentMenuId\":0,\"popupComponent\":\"drawer\"},\"tableId\":\"1890262999453499393\",\"dataName\":\"master\",\"tableName\":\"eims_fixture\",\"tableComment\":\"宸ュ叿(娌诲叿)鍙拌处\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"EimsFixture\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara.eims\",\"moduleName\":\"eims\",\"businessName\":\"fixture\",\"functionName\":\"宸ュ叿(娌诲叿)鍙拌处\",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-14 13:04:56\",\"columnId\":\"1890262999663214593\",\"tableId\":\"1890262999453499393\",\"columnName\":\"id\",\"columnComment\":\"\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"usableColumn\":false,\"superColumn\":false,\"insert\":false,\"increment\":true,\"query\":false,\"pk\":true,\"edit\":true,\"list\":true,\"capJavaField\":\"Id\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-14 13:04:56\",\"columnId\":\"1890262999671603201\",\"tableId\":\"1890262999453499393\",\"columnName\":\"fixtrue_code\",\"columnComment\":\"娌诲叿缂栫爜\",\"columnType\":\"varchar\",\"javaType\":\"String\",\"javaField\":\"fixtrueCode\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"0\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"LIKE\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":false,\"usableColumn\":false,\"superColumn\":false,\"insert\":true,\"increment\":true,\"query\":true,\"pk\":false,\"edit\":true,\"list\":true,\"capJavaField\":\"FixtrueCode\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-14 13:04:56\",\"columnId\":\"1890262999675797505\",\"tableId\":\"1890262999453499393\",\"columnName\":\"fixtrue_name\",\"columnComment\":\"娌诲叿鍚嶇О\",\"columnType\":\"varchar\",\"javaType\":\"String\",\"javaField', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 13:04:56', 22); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890265975270244353, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1890262999453499393\"}', '', 0, '', '2025-02-14 13:05:03', 81); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890266425386172418, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1890265974959865858\",\"parentId\":0,\"menuName\":\"宸ュ叿鍙拌处\",\"orderNum\":1,\"path\":\"fixture\",\"component\":\"eims/fixture/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:fixture:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 13:06:50', 21); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890266548212170754, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1888814115854311426\",\"parentId\":0,\"menuName\":\"璁惧缁翠慨\",\"orderNum\":3,\"path\":\"repair\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"lucide:book-open-text\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 13:07:19', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890266675832258562, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":0,\"menuName\":\"宸ュ叿绠$悊\",\"orderNum\":2,\"path\":\"fixtrue\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 13:07:50', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890266761479946242, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1890265974959865858\",\"parentId\":\"1890266675786121217\",\"menuName\":\"宸ュ叿鍙拌处\",\"orderNum\":1,\"path\":\"fixture\",\"component\":\"eims/fixture/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:fixture:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 13:08:10', 20); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890266883248979970, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1890266675786121217\",\"parentId\":0,\"menuName\":\"宸ュ叿绠$悊\",\"orderNum\":2,\"path\":\"fixtrue\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"carbon:model-alt\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 13:08:39', 21); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890304491882651649, '000000', '瀛楀吀绫诲瀷', 2, 'org.dromara.system.controller.system.SysDictTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":\"1890265298657705985\",\"dictName\":\"宸ュ叿(娌诲叿)鐘舵�乗",\"dictType\":\"eims_fixture_status\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 15:38:06', 75); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1890304533167185921, '000000', '瀛楀吀绫诲瀷', 2, 'org.dromara.system.controller.system.SysDictTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":\"1890264549630509057\",\"dictName\":\"宸ュ叿(娌诲叿)绫诲瀷\",\"dictType\":\"eims_fixture_type\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-14 15:38:16', 19); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891294374445051906, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1890265974959865858\",\"parentId\":\"1890266675786121217\",\"menuName\":\"宸ュ叿鍙拌处\",\"orderNum\":1,\"path\":\"index\",\"component\":\"eims/fixture/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:fixture:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 09:11:32', 49); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891318327611879425, '000000', '浠g爜鐢熸垚', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '\"eims_fixture_type\" \"master\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 10:46:43', 183); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891319443938471938, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-17 10:51:09\",\"params\":{\"treeCode\":\"id\",\"treeName\":\"type_name\",\"treeParentCode\":\"parent_id\",\"parentMenuId\":\"1890266675786121217\",\"popupComponent\":\"drawer\"},\"tableId\":\"1891318327058231298\",\"dataName\":\"master\",\"tableName\":\"eims_fixture_type\",\"tableComment\":\"宸ュ叿绫诲瀷\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"EimsFixtureType\",\"tplCategory\":\"tree\",\"packageName\":\"org.dromara.eims\",\"moduleName\":\"eims\",\"businessName\":\"fixtureType\",\"functionName\":\"宸ュ叿绫诲瀷\",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-17 10:51:09\",\"columnId\":\"1891318327402164225\",\"tableId\":\"1891318327058231298\",\"columnName\":\"id\",\"columnComment\":\"\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"list\":true,\"pk\":true,\"edit\":true,\"increment\":true,\"query\":false,\"insert\":false,\"usableColumn\":false,\"superColumn\":false,\"capJavaField\":\"Id\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-17 10:51:09\",\"columnId\":\"1891318327414747138\",\"tableId\":\"1891318327058231298\",\"columnName\":\"type_name\",\"columnComment\":\"绫诲瀷鍚嶇О\",\"columnType\":\"varchar\",\"javaType\":\"String\",\"javaField\":\"typeName\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"LIKE\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"list\":true,\"pk\":false,\"edit\":true,\"increment\":true,\"query\":true,\"insert\":true,\"usableColumn\":false,\"superColumn\":false,\"capJavaField\":\"TypeName\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-17 10:51:09\",\"columnId\":\"1891318327418941442\",\"tableId\":\"1891318327058231298\",\"columnName\":\"type_co', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 10:51:09', 56); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891320718889447426, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1891318327058231298\"}', '', 0, '', '2025-02-17 10:56:13', 229); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891346047737655298, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1891320717983477762\",\"parentId\":\"1890266675786121217\",\"menuName\":\"宸ュ叿绫诲瀷\",\"orderNum\":1,\"path\":\"fixtureType\",\"component\":\"eims/fixture-type/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:fixtureType:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:36:52', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891346631681220609, '000000', '宸ュ叿绫诲瀷', 1, 'org.dromara.eims.controller.EimsFixtureTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891346631324704769\",\"typeName\":\"宸ュ叿\",\"typeCode\":\"tool\",\"parentId\":0,\"orderNum\":1,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:39:11', 65); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891346744398946306, '000000', '宸ュ叿绫诲瀷', 1, 'org.dromara.eims.controller.EimsFixtureTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891346744369586178\",\"typeName\":\"娌诲叿\",\"typeCode\":\"jig\",\"parentId\":0,\"orderNum\":2,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:39:38', 6); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891348168348377089, '000000', '宸ュ叿绫诲瀷', 1, 'org.dromara.eims.controller.EimsFixtureTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891348168285462529\",\"typeName\":\"瀹氫綅娌诲叿\",\"typeCode\":\"1\",\"parentId\":\"1891346631324704769\",\"orderNum\":1,\"menuType\":\"C\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:45:18', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891348265110970369, '000000', '宸ュ叿绫诲瀷', 2, 'org.dromara.eims.controller.EimsFixtureTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891348168285462529\",\"typeName\":\"瀹氫綅娌诲叿\",\"typeCode\":\"dw\",\"parentId\":\"1891346631324704769\",\"orderNum\":1,\"menuType\":\"C\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:45:41', 18); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891348349387120641, '000000', '宸ュ叿绫诲瀷', 1, 'org.dromara.eims.controller.EimsFixtureTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891348349345177601\",\"typeName\":\"鐒婃帴娌诲叿\",\"typeCode\":\"hj\",\"parentId\":\"1891346631324704769\",\"orderNum\":2,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:46:01', 6); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891348417997545474, '000000', '宸ュ叿绫诲瀷', 1, 'org.dromara.eims.controller.EimsFixtureTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891348417930436609\",\"typeName\":\"娴嬭瘯娌诲叿\",\"typeCode\":\"cs\",\"parentId\":\"1891346631324704769\",\"orderNum\":3,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:46:17', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891348439375912961, '000000', '宸ュ叿绫诲瀷', 2, 'org.dromara.eims.controller.EimsFixtureTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891348168285462529\",\"typeName\":\"瀹氫綅娌诲叿\",\"typeCode\":\"dw\",\"parentId\":\"1891346744369586178\",\"orderNum\":1,\"menuType\":\"C\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:46:22', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891348465435123714, '000000', '宸ュ叿绫诲瀷', 2, 'org.dromara.eims.controller.EimsFixtureTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891348349345177601\",\"typeName\":\"鐒婃帴娌诲叿\",\"typeCode\":\"hj\",\"parentId\":\"1891346744369586178\",\"orderNum\":2,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:46:28', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891348482489163778, '000000', '宸ュ叿绫诲瀷', 2, 'org.dromara.eims.controller.EimsFixtureTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891348417930436609\",\"typeName\":\"娴嬭瘯娌诲叿\",\"typeCode\":\"cs\",\"parentId\":\"1891346744369586178\",\"orderNum\":3,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:46:32', 14); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891348560784236546, '000000', '宸ュ叿绫诲瀷', 1, 'org.dromara.eims.controller.EimsFixtureTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891348560738099201\",\"typeName\":\"鏍″噯娌诲叿\",\"typeCode\":\"jz\",\"parentId\":\"1891346744369586178\",\"orderNum\":4,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:46:51', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891348638055899137, '000000', '宸ュ叿绫诲瀷', 2, 'org.dromara.eims.controller.EimsFixtureTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891348349345177601\",\"typeName\":\"鐒婃帴娌诲叿\",\"typeCode\":\"hj\",\"parentId\":\"1891346744369586178\",\"orderNum\":2,\"menuType\":\"C\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:47:10', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891349293747249154, '000000', '宸ュ叿绫诲瀷', 2, 'org.dromara.eims.controller.EimsFixtureTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891348417930436609\",\"typeName\":\"娴嬭瘯娌诲叿\",\"typeCode\":\"cs\",\"parentId\":\"1891346744369586178\",\"orderNum\":3,\"menuType\":\"C\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:49:46', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891349329260421121, '000000', '宸ュ叿绫诲瀷', 2, 'org.dromara.eims.controller.EimsFixtureTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891348560738099201\",\"typeName\":\"鏍″噯娌诲叿\",\"typeCode\":\"jz\",\"parentId\":\"1891346744369586178\",\"orderNum\":4,\"menuType\":\"C\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:49:54', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891349578058145793, '000000', '宸ュ叿绫诲瀷', 1, 'org.dromara.eims.controller.EimsFixtureTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891349577999425537\",\"typeName\":\"缁勮娌诲叿\",\"typeCode\":\"zz\",\"parentId\":\"1891346744369586178\",\"orderNum\":5,\"menuType\":\"C\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:50:54', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891349685491048450, '000000', '宸ュ叿绫诲瀷', 1, 'org.dromara.eims.controller.EimsFixtureTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891349685461688322\",\"typeName\":\"鎵嬪姩宸ュ叿\",\"typeCode\":\"sd\",\"parentId\":\"1891346631324704769\",\"orderNum\":1,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:51:19', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891349784598257666, '000000', '宸ュ叿绫诲瀷', 1, 'org.dromara.eims.controller.EimsFixtureTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891349784564703233\",\"typeName\":\"鐢靛姩宸ュ叿\",\"typeCode\":\"dd\",\"parentId\":\"1891346631324704769\",\"orderNum\":2,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:51:43', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891349987355107330, '000000', '宸ュ叿绫诲瀷', 1, 'org.dromara.eims.controller.EimsFixtureTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891349987325747202\",\"typeName\":\"妫�娴嬪伐鍏穃",\"typeCode\":\"jc\",\"parentId\":\"1891346631324704769\",\"orderNum\":3,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:52:31', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891350059933343745, '000000', '宸ュ叿绫诲瀷', 1, 'org.dromara.eims.controller.EimsFixtureTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891350059899789314\",\"typeName\":\"涓撶敤宸ュ叿\",\"typeCode\":\"zy\",\"parentId\":0,\"orderNum\":4,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:52:49', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891350110625701890, '000000', '宸ュ叿绫诲瀷', 2, 'org.dromara.eims.controller.EimsFixtureTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891350059899789314\",\"typeName\":\"涓撶敤宸ュ叿\",\"typeCode\":\"zy\",\"parentId\":\"1891346631324704769\",\"orderNum\":4,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:53:01', 5); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891350205031096322, '000000', '宸ュ叿绫诲瀷', 1, 'org.dromara.eims.controller.EimsFixtureTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891350204989153281\",\"typeName\":\"娓呮磥宸ュ叿\",\"typeCode\":\"qj\",\"parentId\":\"1891346631324704769\",\"orderNum\":5,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:53:23', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891351424881500161, '000000', '宸ュ叿绫诲瀷', 2, 'org.dromara.eims.controller.EimsFixtureTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891346744369586178\",\"typeName\":\"娌诲叿\",\"typeCode\":\"jig\",\"parentId\":0,\"orderNum\":2,\"menuType\":\"M\",\"icon\":null,\"status\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:58:14', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891351467919253506, '000000', '宸ュ叿绫诲瀷', 2, 'org.dromara.eims.controller.EimsFixtureTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixtureType', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891346744369586178\",\"typeName\":\"娌诲叿\",\"typeCode\":\"jig\",\"parentId\":0,\"orderNum\":2,\"menuType\":\"M\",\"icon\":null,\"status\":\"0\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 12:58:24', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891360484339068929, '000000', '宸ュ叿(娌诲叿)鍙拌处', 1, 'org.dromara.eims.controller.EimsFixtureController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixture', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891360483990941697\",\"fixtureCode\":\"123456\",\"fixtureName\":\"鎵嬪姩鎵虫墜\",\"fixtureType\":\"1891349685461688322\",\"fixtureDesc\":null,\"borrowDept\":null,\"borrowUser\":null,\"status\":\"0\",\"assetNo\":\"123456\",\"modelNo\":\"123\",\"specNo\":\"12\",\"madeIn\":\"12\",\"purchaseDate\":\"2025-02-17\",\"deployDate\":\"2025-02-17\",\"serviceLife\":6,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 13:34:14', 58); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891360617441112066, '000000', '宸ュ叿(娌诲叿)鍙拌处', 2, 'org.dromara.eims.controller.EimsFixtureController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixture', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891360483990941697\",\"fixtureCode\":\"123456\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"fixtureType\":\"1891349685461688322\",\"fixtureDesc\":null,\"borrowDept\":null,\"borrowUser\":null,\"status\":\"0\",\"assetNo\":\"123456\",\"modelNo\":\"123\",\"specNo\":\"12\",\"madeIn\":\"12\",\"purchaseDate\":\"2025-02-17\",\"deployDate\":\"2025-02-17\",\"serviceLife\":6,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 13:34:46', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891365808840146946, '000000', '宸ュ叿(娌诲叿)鍙拌处', 1, 'org.dromara.eims.controller.EimsFixtureController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixture', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891365808617848833\",\"fixtureCode\":\"qwertyu\",\"fixtureName\":\"鐢靛姩鎵虫墜\",\"fixtureType\":\"1891349784564703233\",\"fixtureDesc\":null,\"borrowDept\":null,\"borrowUser\":null,\"status\":\"0\",\"assetNo\":\"123456\",\"modelNo\":null,\"specNo\":null,\"madeIn\":null,\"purchaseDate\":\"2025-02-17\",\"deployDate\":\"2025-02-17\",\"serviceLife\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 13:55:23', 47); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891410873713250306, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":\"1890266675786121217\",\"menuName\":\"姒傝\",\"orderNum\":0,\"path\":\"dashboard\",\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"M\",\"visible\":\"0\",\"status\":\"0\",\"icon\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 16:54:28', 286); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891410914553188353, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1891410873344151554\",\"parentId\":\"1890266675786121217\",\"menuName\":\"姒傝\",\"orderNum\":0,\"path\":\"dashboard\",\"component\":\"dashboard\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 16:54:37', 25); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891411050738044930, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1891410873344151554\",\"parentId\":\"1890266675786121217\",\"menuName\":\"姒傝\",\"orderNum\":0,\"path\":\"dashboard\",\"component\":\"eims/fixture/dashboard\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 16:55:10', 11); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891411103158456322, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1891410873344151554\",\"parentId\":\"1890266675786121217\",\"menuName\":\"姒傝\",\"orderNum\":0,\"path\":\"dashboard\",\"component\":\"eims/fixture/dashboard\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:fixture:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-17 16:55:22', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891660505883197442, '000000', '瀛楀吀绫诲瀷', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"宸ュ叿鍊熺敤鐘舵�乗",\"dictType\":\"fixture_borrow_status\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 09:26:25', 37); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891660585663053826, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"绌洪棽\",\"dictValue\":\"0\",\"dictType\":\"fixture_borrow_status\",\"cssClass\":null,\"listClass\":\"green\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 09:26:44', 30); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891660664406917122, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":1,\"dictLabel\":\"鍊熷嚭\",\"dictValue\":\"1\",\"dictType\":\"fixture_borrow_status\",\"cssClass\":null,\"listClass\":\"primary\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 09:27:02', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891663277697331202, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1891410873344151554\",\"parentId\":\"1890266675786121217\",\"menuName\":\"姒傝\",\"orderNum\":0,\"path\":\"dashboard\",\"component\":\"eims/fixture/dashboard/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:fixture:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 09:37:25', 278); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891688164147130370, '000000', '瀛楀吀绫诲瀷', 2, 'org.dromara.system.controller.system.SysDictTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":\"1890265298657705985\",\"dictName\":\"宸ュ叿(娌诲叿)鐘舵�乗",\"dictType\":\"eims_fixture_status\",\"remark\":\"宸ュ叿锛堟不鍏凤級鐘舵�乗"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 11:16:19', 57); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891688301158264834, '000000', '瀛楀吀绫诲瀷', 2, 'org.dromara.system.controller.system.SysDictTypeController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":\"1891660505694453762\",\"dictName\":\"宸ュ叿鍊熺敤鐘舵�乗",\"dictType\":\"fixture_borrow_status\",\"remark\":\"宸ュ叿锛堟不鍏凤級琛�-宸ュ叿鏄惁琚�熺敤鐘舵�乗"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 11:16:52', 15); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891688592180047873, '000000', '瀛楀吀绫诲瀷', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/type', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"宸ュ叿鍊熺敤璁板綍鐘舵�乗",\"dictType\":\"fixture_borrow_record_status\",\"remark\":\"宸ュ叿锛堟不鍏凤級鍊熺敤璁板綍琛ㄥ�熺敤璁板綍鐘舵�乗"}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 11:18:01', 12); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891688804248252418, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"鍊熺敤涓璡",\"dictValue\":\"0\",\"dictType\":\"fixture_borrow_record_status\",\"cssClass\":null,\"listClass\":\"primary\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 11:18:51', 30); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891688873861115905, '000000', '瀛楀吀鏁版嵁', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/dict/data', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":1,\"dictLabel\":\"宸插綊杩榎",\"dictValue\":\"1\",\"dictType\":\"fixture_borrow_record_status\",\"cssClass\":null,\"listClass\":\"success\",\"isDefault\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 11:19:08', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891691302069530626, '000000', '浠g爜鐢熸垚', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/importTable', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '\"eims_fixture_borrow\" \"master\"', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 11:28:47', 204); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891716165266108417, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-18 13:07:34\",\"params\":{\"parentMenuId\":\"1890266675786121217\",\"popupComponent\":\"drawer\"},\"tableId\":\"1891691301390053378\",\"dataName\":\"master\",\"tableName\":\"eims_fixture_borrow\",\"tableComment\":\"宸ュ叿鍊熺敤璁板綍\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"EimsFixtureBorrow\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara.eims\",\"moduleName\":\"eims\",\"businessName\":\"fixtureBorrow\",\"functionName\":\"宸ュ叿鍊熺敤\",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-18 13:07:34\",\"columnId\":\"1891691301759152129\",\"tableId\":\"1891691301390053378\",\"columnName\":\"id\",\"columnComment\":\"\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"pk\":true,\"edit\":true,\"list\":true,\"insert\":false,\"usableColumn\":false,\"superColumn\":false,\"increment\":true,\"query\":false,\"capJavaField\":\"Id\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-18 13:07:34\",\"columnId\":\"1891691301767540738\",\"tableId\":\"1891691301390053378\",\"columnName\":\"fixture_id\",\"columnComment\":\"鍊熺敤宸ュ叿id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"fixtureId\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"LIKE\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"pk\":false,\"edit\":true,\"list\":true,\"insert\":true,\"usableColumn\":false,\"superColumn\":false,\"increment\":true,\"query\":true,\"capJavaField\":\"FixtureId\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-18 13:07:34\",\"columnId\":\"1891691301767540739\",\"tableId\":\"1891691301390053378\",\"columnName\":\"borrow_dept\",\"columnComment\":\"鍊熺敤閮ㄩ棬\",\"columnType\":\"bigint\",\"javaTy', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 13:07:35', 33); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891716189194612738, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.synchDb()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/synchDb/1891691301390053378', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 13:07:41', 57); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891716249458372609, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-18 13:07:54\",\"params\":{\"parentMenuId\":\"1890266675786121217\",\"popupComponent\":\"drawer\"},\"tableId\":\"1891691301390053378\",\"dataName\":\"master\",\"tableName\":\"eims_fixture_borrow\",\"tableComment\":\"宸ュ叿鍊熺敤璁板綍\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"EimsFixtureBorrow\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara.eims\",\"moduleName\":\"eims\",\"businessName\":\"fixtureBorrow\",\"functionName\":\"宸ュ叿鍊熺敤\",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-18 13:07:54\",\"columnId\":\"1891691301759152129\",\"tableId\":\"1891691301390053378\",\"columnName\":\"id\",\"columnComment\":\"\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"pk\":true,\"edit\":true,\"list\":true,\"insert\":false,\"usableColumn\":false,\"superColumn\":false,\"increment\":true,\"query\":false,\"capJavaField\":\"Id\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-18 13:07:54\",\"columnId\":\"1891691301767540738\",\"tableId\":\"1891691301390053378\",\"columnName\":\"fixture_id\",\"columnComment\":\"鍊熺敤宸ュ叿id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"fixtureId\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"LIKE\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"pk\":false,\"edit\":true,\"list\":true,\"insert\":true,\"usableColumn\":false,\"superColumn\":false,\"increment\":true,\"query\":true,\"capJavaField\":\"FixtureId\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-18 13:07:54\",\"columnId\":\"1891716189085560834\",\"tableId\":\"1891691301390053378\",\"columnName\":\"fixture_name\",\"columnComment\":\"鍊熺敤宸ュ叿鍚嶇О\",\"columnType\":\"varchar\",\"ja', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 13:07:55', 26); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891716267300941826, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1891691301390053378\"}', '', 0, '', '2025-02-18 13:07:59', 178); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891717860138217474, '000000', '浠g爜鐢熸垚', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-18 13:14:18\",\"params\":{\"parentMenuId\":\"1890266675786121217\",\"popupComponent\":\"drawer\"},\"tableId\":\"1891691301390053378\",\"dataName\":\"master\",\"tableName\":\"eims_fixture_borrow\",\"tableComment\":\"宸ュ叿鍊熺敤璁板綍\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"EimsFixtureBorrow\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara.eims\",\"moduleName\":\"eims\",\"businessName\":\"fixtureBorrow\",\"functionName\":\"宸ュ叿鍊熺敤\",\"functionAuthor\":\"zhuguifei\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-18 13:14:18\",\"columnId\":\"1891691301759152129\",\"tableId\":\"1891691301390053378\",\"columnName\":\"id\",\"columnComment\":\"\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"pk\":true,\"edit\":true,\"list\":true,\"insert\":false,\"usableColumn\":false,\"superColumn\":false,\"increment\":true,\"query\":false,\"capJavaField\":\"Id\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-18 13:14:18\",\"columnId\":\"1891691301767540738\",\"tableId\":\"1891691301390053378\",\"columnName\":\"fixture_id\",\"columnComment\":\"鍊熺敤宸ュ叿id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"fixtureId\",\"isPk\":\"0\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"LIKE\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"pk\":false,\"edit\":true,\"list\":true,\"insert\":true,\"usableColumn\":false,\"superColumn\":false,\"increment\":true,\"query\":true,\"capJavaField\":\"FixtureId\"},{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2025-02-18 13:14:18\",\"columnId\":\"1891716189085560834\",\"tableId\":\"1891691301390053378\",\"columnName\":\"fixture_name\",\"columnComment\":\"鍊熺敤宸ュ叿鍚嶇О\",\"columnType\":\"varchar\",\"ja', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 13:14:19', 51); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891717872352030722, '000000', '浠g爜鐢熸垚', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '鐮斿彂閮ㄩ棬', '/tool/gen/batchGenCode', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"tableIdStr\":\"1891691301390053378\"}', '', 0, '', '2025-02-18 13:14:22', 81); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891725346312351745, '000000', '鐩樼偣鏄庣粏', 3, 'org.dromara.eims.controller.EimsInventoryDetailController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail/1887748053419290625', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 13:44:04', 29); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891725352909991938, '000000', '鐩樼偣鏄庣粏', 3, 'org.dromara.eims.controller.EimsInventoryDetailController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/inventoryDetail/1887748053427679234', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 13:44:05', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891726234821128194, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1891716266575327234\",\"parentId\":\"1890266675786121217\",\"menuName\":\"宸ュ叿鍊熺敤\",\"orderNum\":1,\"path\":\"fixtureBorrow\",\"component\":\"eims/fixture-borrow/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:fixtureBorrow:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 13:47:36', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891726284909506562, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1891410873344151554\",\"parentId\":\"1890266675786121217\",\"menuName\":\"姒傝\",\"orderNum\":1,\"path\":\"dashboard\",\"component\":\"eims/fixture/dashboard/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:fixture:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 13:47:48', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891726305667117057, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1890265974959865858\",\"parentId\":\"1890266675786121217\",\"menuName\":\"宸ュ叿鍙拌处\",\"orderNum\":2,\"path\":\"index\",\"component\":\"eims/fixture/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:fixture:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 13:47:53', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891726325636198401, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1891320717983477762\",\"parentId\":\"1890266675786121217\",\"menuName\":\"宸ュ叿绫诲瀷\",\"orderNum\":3,\"path\":\"fixtureType\",\"component\":\"eims/fixture-type/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:fixtureType:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 13:47:57', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891726363229745153, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1891716266575327234\",\"parentId\":\"1890266675786121217\",\"menuName\":\"宸ュ叿鍊熺敤\",\"orderNum\":4,\"path\":\"fixtureBorrow\",\"component\":\"eims/fixture-borrow/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:fixtureBorrow:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 13:48:06', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891749059003011074, '000000', '宸ュ叿鍊熺敤', 1, 'org.dromara.eims.controller.EimsFixtureBorrowController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891749058814267393\",\"fixtureId\":\"1891360483990941697\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"borrowDept\":100,\"borrowUser\":\"1889581563890200577\",\"agentUser\":\"1889581665270722561\",\"status\":\"0\",\"borrowTime\":\"2025-02-18 15:18:02\",\"planReturnTime\":\"2025-02-19 15:18:08\",\"returnTime\":\"2025-02-20 15:18:10\",\"borrowReason\":\"1212\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 15:18:17', 38); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891772105035378690, '000000', '鐢ㄦ埛绠$悊', 1, 'org.dromara.system.controller.system.SysUserController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"userId\":\"1891772104536256514\",\"deptId\":103,\"userName\":\"zhangsan\",\"nickName\":\"寮犱笁\",\"userType\":null,\"email\":null,\"phonenumber\":null,\"sex\":\"0\",\"status\":\"0\",\"remark\":null,\"roleIds\":null,\"postIds\":[],\"roleId\":null,\"excludeUserIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 16:49:52', 186); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891772267002621953, '000000', '宸ュ叿鍊熺敤', 1, 'org.dromara.eims.controller.EimsFixtureBorrowController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891772266969067521\",\"fixtureId\":\"1891360483990941697\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"borrowDept\":103,\"borrowUser\":\"1891772104536256514\",\"agentUser\":\"1889581724095836162\",\"status\":\"0\",\"borrowTime\":\"2025-02-18 16:50:22\",\"planReturnTime\":\"2025-02-18 16:50:26\",\"returnTime\":\"2025-02-18 16:50:28\",\"borrowReason\":\"娉曞浗浼氬敖蹇玕",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 16:50:31', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1891772592392531969, '000000', '鏁呴殰鎶ヤ慨', 1, 'org.dromara.eims.controller.EimsRepairReqController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/repairReq', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1891772592350588929\",\"code\":\"BXD202502180001\",\"status\":\"0\",\"occTime\":\"2025-02-18 16:51:35\",\"reqTime\":\"2025-02-18 16:51:32\",\"reqDept\":103,\"reqUser\":\"1891772104536256514\",\"reqDesc\":\"鍙戠儹绠′細灏藉揩\",\"urgencyLevel\":\"1\",\"faultPicture\":null,\"reqType\":\"1\",\"equId\":\"1890217827130769409\",\"repairId\":null,\"repairDept\":null,\"repairUser\":null,\"faultType\":\"1\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-18 16:51:48', 10); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892015910257692673, '000000', '璁惧璇曚骇璁板綍', 3, 'org.dromara.eims.controller.EimsEquTrialController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial/1,1878311855408050177,1878695098922127361,1878715702941405185,1878716769359974402,1878716793649188865,1878716820266242049,1878716848254832642,1878716874670559233,1878716907243524098', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 08:58:40', 828); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892015928481943553, '000000', '璁惧璇曚骇璁板綍', 3, 'org.dromara.eims.controller.EimsEquTrialController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial/1878716944031764482,1878988619851870210', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 08:58:44', 8); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892016155842580482, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.EimsEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1892016155767083009\",\"equId\":\"1890217827130769409\",\"trialNum\":1,\"trialDate\":\"2025-02-19\",\"proGoodNum\":1,\"proGoodRate\":1,\"operatorDept\":100,\"operatorId\":\"1889581563890200577\",\"startTime\":\"08:58:58\",\"endTime\":\"08:58:59\",\"runTime\":\"08:59:04\",\"stopTime\":\"08:59:06\",\"planRunTime\":\"08:59:01\",\"debugHistory\":\"ryy\",\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 08:59:38', 20); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892021734849908738, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.EimsEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1892021734799577089\",\"equId\":\"1890217827130769409\",\"trialNum\":null,\"trialDate\":\"2025-02-19\",\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 09:21:48', 22); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892021782325235713, '000000', '銆愯澶囧彴璐︺��', 2, 'org.dromara.eims.controller.EimsEquController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equ', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equId\":\"1890217827189489665\",\"equCode\":null,\"equTypeId\":0,\"assetNo\":\"GPA2002G005\",\"equName\":\"鑰佸寲鍙癨",\"modelNo\":\"/\",\"madeIn\":\"涓婃捣鍏板疂浼犳劅鍣ㄦ湁闄愬叕鍙竆",\"ratedPower\":null,\"plateInfo\":null,\"purchaseDate\":\"2002-03-01\",\"status\":\"0\",\"location\":\"瀹夊窘鍏板疂\",\"deptUsed\":null,\"respPerson\":null,\"contactPhone\":null,\"deployDate\":null,\"trialDate\":null,\"planAcceptDate\":null,\"actualAcceptDate\":\"0009-01-01\",\"importStatus\":\"0\",\"inventoryFlag\":\"0\",\"inventoryDate\":null,\"serviceLife\":null,\"seller\":null,\"unit\":null,\"handleUser\":null,\"purchaseUser\":null,\"attachId\":null,\"profile\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 09:22:00', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892021858367967233, '000000', '璁惧璇曚骇璁板綍', 1, 'org.dromara.eims.controller.EimsEquTrialController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equTrial', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"trialId\":\"1892021858305052674\",\"equId\":\"1890217827189489665\",\"trialNum\":null,\"trialDate\":\"2025-02-19\",\"proGoodNum\":null,\"proGoodRate\":null,\"operatorDept\":null,\"operatorId\":null,\"startTime\":null,\"endTime\":null,\"runTime\":null,\"stopTime\":null,\"planRunTime\":null,\"debugHistory\":null,\"oee\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 09:22:18', 7); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892023859776589826, '000000', '璁惧鐘舵�佽褰�', 1, 'org.dromara.eims.controller.EimsEquStatuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equStatu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equStatuId\":\"1892023859743035394\",\"equId\":\"1890217827130769409\",\"beforeChange\":\"0\",\"afterChange\":\"1\",\"changeDate\":\"2025-02-19 09:30:04\",\"changeUser\":1,\"userDept\":100,\"changeDesc\":\"df\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 09:30:15', 21); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892023891556831234, '000000', '璁惧鐘舵�佽褰�', 2, 'org.dromara.eims.controller.EimsEquStatuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equStatu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"equStatuId\":\"1892023859743035394\",\"equId\":\"1890217827130769409\",\"beforeChange\":\"3\",\"afterChange\":\"1\",\"changeDate\":\"2025-02-19 09:30:04\",\"changeUser\":1,\"userDept\":100,\"changeDesc\":\"df\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 09:30:23', 9); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892027471445626882, '000000', '鑿滃崟绠$悊', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1891716266575327234\",\"parentId\":\"1890266675786121217\",\"menuName\":\"鍊熺敤璁板綍\",\"orderNum\":4,\"path\":\"fixtureBorrow\",\"component\":\"eims/fixture-borrow/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:fixtureBorrow:list\",\"icon\":\"#\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 09:44:36', 16); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892046376415268865, '000000', '鑿滃崟绠$悊', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/menu', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":\"1890265974959865858\",\"menuName\":\"宸ュ叿鍊熺敤\",\"orderNum\":6,\"path\":null,\"component\":\"\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"F\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"eims:fixture:borrow\",\"icon\":null,\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 10:59:43', 24); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892046983922454529, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889561357813903361\",\"roleName\":\"鎿嶄綔宸",\"roleKey\":\"operator\",\"roleSort\":2,\"dataScope\":null,\"menuCheckStrictly\":false,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[\"1876074027672731650\",\"1888814115854311426\",\"1889589456286871554\",\"1875349550770728962\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1888837193552453634\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\",\"1890266675786121217\",\"1891410873344151554\",\"1890265974959865858\",\"1891320717983477762\",\"1891716266575327234\",\"1890265974959865859\",\"1892046376327188482\",\"1891716266575327235\",\"1891716266575327236\",\"1891716266575327239\",\"1891716266575327238\",\"1891716266575327237\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 11:02:08', 111); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892082222724026369, '000000', '宸ュ叿鍊熺敤', 1, 'org.dromara.eims.controller.EimsFixtureBorrowController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892082222648528897\",\"fixtureId\":\"1891360483990941697\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"borrowDept\":103,\"borrowUser\":1,\"agentUser\":null,\"status\":\"0\",\"borrowTime\":\"2025-02-19 13:22:04\",\"planReturnTime\":\"2025-02-19 13:22:08\",\"returnTime\":null,\"borrowReason\":\"adad\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 13:22:10', 53); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892095445904994305, '000000', '宸ュ叿鍊熺敤', 1, 'org.dromara.eims.controller.EimsFixtureBorrowController.add()', 'POST', 1, 'zhouyuhua', 'XXX绉戞妧', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892095445770776577\",\"fixtureId\":\"1891360483990941697\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"borrowDept\":100,\"borrowUser\":\"1889581563890200577\",\"agentUser\":\"1889581665270722561\",\"status\":\"0\",\"borrowTime\":\"2025-02-19 14:14:34\",\"planReturnTime\":\"2025-02-19 14:14:38\",\"returnTime\":null,\"borrowReason\":\"鍦版柟瑙勫垝灞�\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 14:14:42', 37); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892099082144301058, '000000', '宸ュ叿鍊熺敤', 1, 'org.dromara.eims.controller.EimsFixtureBorrowController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892099081863282689\",\"fixtureId\":\"1891360483990941697\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"borrowDept\":103,\"borrowUser\":1,\"agentUser\":\"1889581665270722561\",\"status\":\"0\",\"borrowTime\":\"2025-02-19 14:29:04\",\"planReturnTime\":\"2025-02-19 14:29:07\",\"returnTime\":null,\"borrowReason\":\"sdd\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 14:29:09', 77); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892099406645018626, '000000', '宸ュ叿鍊熺敤', 2, 'org.dromara.eims.controller.EimsFixtureBorrowController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892099081863282689\",\"fixtureId\":\"1891360483990941697\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"borrowDept\":103,\"borrowUser\":1,\"agentUser\":\"1889581665270722561\",\"status\":\"1\",\"borrowTime\":\"2025-02-19 14:29:04\",\"planReturnTime\":\"2025-02-19 14:29:07\",\"returnTime\":\"2025-02-19 14:30:25\",\"borrowReason\":\"sdd\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 14:30:27', 24); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892100078366998529, '000000', '宸ュ叿鍊熺敤', 1, 'org.dromara.eims.controller.EimsFixtureBorrowController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892100078236975105\",\"fixtureId\":\"1891360483990941697\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"borrowDept\":103,\"borrowUser\":1,\"agentUser\":\"1889581724095836162\",\"status\":\"0\",\"borrowTime\":\"2025-02-19 14:32:57\",\"planReturnTime\":\"2025-02-19 14:33:03\",\"returnTime\":\"2025-02-19 14:33:05\",\"borrowReason\":\"yhujk\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 14:33:07', 47); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892101960426590210, '000000', '宸ュ叿鍊熺敤', 1, 'org.dromara.eims.controller.EimsFixtureBorrowController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892101960258818049\",\"fixtureId\":\"1891360483990941697\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"borrowDept\":103,\"borrowUser\":1,\"agentUser\":\"1889581665270722561\",\"status\":\"0\",\"borrowTime\":\"2025-02-19 14:40:28\",\"planReturnTime\":\"2025-02-19 14:40:32\",\"returnTime\":\"2025-02-19 14:40:34\",\"borrowReason\":\"fghjk\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 14:40:36', 37); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892102167998500865, '000000', '宸ュ叿鍊熺敤', 2, 'org.dromara.eims.controller.EimsFixtureBorrowController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892101960258818049\",\"fixtureId\":\"1891360483990941697\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"borrowDept\":103,\"borrowUser\":1,\"agentUser\":\"1889581665270722561\",\"status\":\"1\",\"borrowTime\":\"2025-02-19 14:40:28\",\"planReturnTime\":\"2025-02-19 14:40:32\",\"returnTime\":\"2025-02-19 14:40:34\",\"borrowReason\":\"fghjk\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 14:41:25', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892103064728113154, '000000', '宸ュ叿鍊熺敤', 1, 'org.dromara.eims.controller.EimsFixtureBorrowController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892103064619061250\",\"fixtureId\":\"1891360483990941697\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"borrowDept\":103,\"borrowUser\":1,\"agentUser\":\"1889581724095836162\",\"status\":\"0\",\"borrowTime\":\"2025-02-19 14:44:49\",\"planReturnTime\":\"2025-02-19 14:44:57\",\"returnTime\":null,\"borrowReason\":\"fg345678\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 14:44:59', 25); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892103168805572610, '000000', '宸ュ叿鍊熺敤', 2, 'org.dromara.eims.controller.EimsFixtureBorrowController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892103064619061250\",\"fixtureId\":\"1891360483990941697\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"borrowDept\":103,\"borrowUser\":1,\"agentUser\":\"1889581724095836162\",\"status\":\"1\",\"borrowTime\":\"2025-02-19 14:44:49\",\"planReturnTime\":\"2025-02-19 14:44:57\",\"returnTime\":\"2025-02-19 14:45:22\",\"borrowReason\":\"fg345678\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 14:45:24', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892104974185009154, '000000', '宸ュ叿鍊熺敤', 1, 'org.dromara.eims.controller.EimsFixtureBorrowController.add()', 'POST', 1, 'zhouyuhua', 'XXX绉戞妧', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892104974138871809\",\"fixtureId\":\"1891360483990941697\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"borrowDept\":100,\"borrowUser\":\"1889581563890200577\",\"agentUser\":\"1889581665270722561\",\"status\":\"0\",\"borrowTime\":\"2025-02-19 14:52:26\",\"planReturnTime\":\"2025-02-19 14:52:31\",\"returnTime\":null,\"borrowReason\":\"娉曞浗浼氬敖蹇玕",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 14:52:34', 13); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892105274010636290, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889561357813903361\",\"roleName\":\"鎿嶄綔宸",\"roleKey\":\"operator\",\"roleSort\":2,\"dataScope\":null,\"menuCheckStrictly\":false,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[\"1876074027672731650\",\"1890266675786121217\",\"1888814115854311426\",\"1889589456286871554\",\"1875349550770728962\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1888837193552453634\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\",\"1890265974959865859\",\"1892046376327188482\",\"1891410873344151554\",\"1890265974959865858\",\"1891320717983477762\",\"1891716266575327234\",\"1891716266575327235\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 14:53:46', 54); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892105514109374465, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889561934287433729\",\"roleName\":\"绾块暱\",\"roleKey\":\"line\",\"roleSort\":3,\"dataScope\":null,\"menuCheckStrictly\":true,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[100,\"1890265974959865858\",\"1891320717983477762\",\"1891716266575327234\",1,\"1890266675786121217\",\"1889589456286871554\",\"1875349550770728963\",\"1875349550770728964\",\"1875349550770728965\",\"1875349550770728966\",\"1875349550770728967\",\"1889865233922322434\",\"1876127568837582850\",\"1876127568837582851\",\"1876127568837582852\",\"1876127568837582853\",\"1876127568837582854\",\"1877195885923127298\",\"1877195885923127299\",\"1877195885923127300\",\"1877195885923127301\",\"1877195885923127302\",\"1879000339785752578\",\"1879000339785752579\",\"1879000339785752580\",\"1879000339785752581\",\"1879000339785752582\",\"1879762189070733314\",\"1879762189070733315\",\"1879762189070733316\",\"1879762189070733317\",\"1879762189070733318\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\",\"1875349550770728962\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1888837193552453634\",\"1876074027672731650\",\"1888814115854311426\",\"1891410873344151554\",\"1890265974959865859\",\"1891320717983477763\",\"1891716266575327235\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 14:54:43', 36); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892105619159912449, '000000', '鐢ㄦ埛绠$悊', 1, 'org.dromara.system.controller.system.SysUserController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/user', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"userId\":\"1892105619105386498\",\"deptId\":100,\"userName\":\"sunjian\",\"nickName\":\"瀛欏仴\",\"userType\":null,\"email\":null,\"phonenumber\":null,\"sex\":\"0\",\"status\":\"0\",\"remark\":null,\"roleIds\":[\"1889561357813903361\"],\"postIds\":[4],\"roleId\":null,\"excludeUserIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 14:55:08', 100); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892108239014465538, '000000', '宸ュ叿鍊熺敤', 1, 'org.dromara.eims.controller.EimsFixtureBorrowController.add()', 'POST', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892108238951550978\",\"fixtureId\":\"1891365808617848833\",\"fixtureName\":\"鐢靛姩鎵虫墜\",\"borrowDept\":103,\"borrowUser\":1,\"agentUser\":\"1889581724095836162\",\"status\":\"0\",\"borrowTime\":\"2025-02-19 15:05:27\",\"planReturnTime\":\"2025-02-19 15:05:31\",\"returnTime\":null,\"borrowReason\":\"iufghj\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 15:05:33', 17); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892109166299680770, '000000', '鍊熺敤璁板綍', 2, 'org.dromara.eims.controller.EimsFixtureBorrowController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892108238951550978\",\"fixtureId\":\"1891365808617848833\",\"fixtureName\":\"鐢靛姩鎵虫墜\",\"borrowDept\":103,\"borrowUser\":1,\"agentUser\":\"1889581724095836162\",\"status\":\"0\",\"borrowTime\":\"2025-02-19 15:05:27\",\"planReturnTime\":\"2025-02-19 15:05:31\",\"returnTime\":\"2025-02-19 15:09:08\",\"borrowReason\":\"iufghj\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 15:09:14', 29); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892109216522276865, '000000', '鍊熺敤璁板綍', 2, 'org.dromara.eims.controller.EimsFixtureBorrowController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892108238951550978\",\"fixtureId\":\"1891365808617848833\",\"fixtureName\":\"鐢靛姩鎵虫墜\",\"borrowDept\":103,\"borrowUser\":1,\"agentUser\":\"1889581724095836162\",\"status\":\"1\",\"borrowTime\":\"2025-02-19 15:05:27\",\"planReturnTime\":\"2025-02-19 15:05:31\",\"returnTime\":\"2025-02-19 15:09:08\",\"borrowReason\":\"iufghj\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-19 15:09:26', 52); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892450248121548802, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889561357813903361\",\"roleName\":\"鎿嶄綔宸",\"roleKey\":\"operator\",\"roleSort\":2,\"dataScope\":null,\"menuCheckStrictly\":false,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[\"1876074027672731650\",\"1890266675786121217\",\"1888814115854311426\",\"1889589456286871554\",\"1875349550770728962\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1888837193552453634\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\",\"1890265974959865859\",\"1892046376327188482\",\"1891410873344151554\",\"1890265974959865858\",\"1891320717983477762\",\"1891716266575327234\",\"1891716266575327235\",1040,\"1891716266575327237\",\"1891716266575327236\"],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-20 13:44:34', 80); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892450438337429506, '000000', '鍊熺敤璁板綍', 2, 'org.dromara.eims.controller.EimsFixtureBorrowController.edit()', 'PUT', 1, 'zhouyuhua', 'XXX绉戞妧', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892104974138871809\",\"fixtureId\":\"1891360483990941697\",\"fixtureName\":\"鎵嬪姩鎵虫墜2\",\"borrowDept\":100,\"borrowUser\":\"1889581563890200577\",\"agentUser\":\"1889581665270722561\",\"status\":\"1\",\"borrowTime\":\"2025-02-19 14:52:26\",\"planReturnTime\":\"2025-02-19 14:52:31\",\"returnTime\":\"2025-02-20 13:45:15\",\"borrowReason\":\"娉曞浗浼氬敖蹇玕",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-20 13:45:19', 23); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892450543618654210, '000000', '鍊熺敤璁板綍', 1, 'org.dromara.eims.controller.EimsFixtureBorrowController.add()', 'POST', 1, 'zhouyuhua', 'XXX绉戞妧', '/eims/fixBorrow', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1892450543547351042\",\"fixtureId\":\"1891365808617848833\",\"fixtureName\":\"鐢靛姩鎵虫墜\",\"borrowDept\":100,\"borrowUser\":\"1889581563890200577\",\"agentUser\":\"1889581724095836162\",\"status\":\"0\",\"borrowTime\":\"2025-02-20 13:45:36\",\"planReturnTime\":\"2025-02-21 13:45:40\",\"returnTime\":null,\"borrowReason\":\"瑙勫垝灞�鐪嬩簡鐪嬪法鍖栬偂浠戒唬鍙戠粰\",\"remark\":null}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-20 13:45:44', 19); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892450861341376514, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889561357813903361\",\"roleName\":\"鎿嶄綔宸",\"roleKey\":\"operator\",\"roleSort\":2,\"dataScope\":null,\"menuCheckStrictly\":false,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[\"1876074027672731650\",\"1890266675786121217\",\"1888814115854311426\",\"1889589456286871554\",1040,\"1875349550770728962\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1888837193552453634\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\",\"1890265974959865859\",\"1892046376327188482\",\"1891410873344151554\",\"1890265974959865858\",\"1891320717983477762\",\"1891716266575327234\",\"1891716266575327235\",\"1891716266575327236\",\"1891716266575327237\",500,108,1],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-20 13:47:00', 25); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892451165403250690, '000000', '瑙掕壊绠$悊', 2, 'org.dromara.system.controller.system.SysRoleController.edit()', 'PUT', 1, 'admin', '鐮斿彂閮ㄩ棬', '/system/role', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{\"createDept\":null,\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"roleId\":\"1889561357813903361\",\"roleName\":\"鎿嶄綔宸",\"roleKey\":\"operator\",\"roleSort\":2,\"dataScope\":null,\"menuCheckStrictly\":false,\"deptCheckStrictly\":null,\"status\":\"0\",\"remark\":\"\",\"menuIds\":[\"1876074027672731650\",\"1890266675786121217\",\"1888814115854311426\",\"1889589456286871554\",500,1040,\"1875349550770728962\",\"1876127568837582849\",\"1877195885923127297\",\"1879000339785752577\",\"1879762189070733313\",\"1888837193552453634\",\"1888837193552453635\",\"1888837193552453636\",\"1888837193552453637\",\"1888837193552453638\",\"1888837193552453639\",\"1890265974959865859\",\"1892046376327188482\",\"1891410873344151554\",\"1890265974959865858\",\"1891320717983477762\",\"1891716266575327234\",\"1891716266575327235\",\"1891716266575327236\",\"1891716266575327237\",108],\"deptIds\":null,\"superAdmin\":false}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-20 13:48:13', 32); +INSERT INTO `sys_oper_log` (`oper_id`, `tenant_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1892452282916831233, '000000', '璁惧鐘舵�佽褰�', 3, 'org.dromara.eims.controller.EimsEquStatuController.remove()', 'DELETE', 1, 'admin', '鐮斿彂閮ㄩ棬', '/eims/equStatu/1879078207500865538,1879335212484472833,1879350376495665154', '0:0:0:0:0:0:0:1', '鍐呯綉IP', '{}', '{\"code\":200,\"msg\":\"鎿嶄綔鎴愬姛\",\"data\":null}', 0, '', '2025-02-20 13:52:39', 30); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_oss +-- ---------------------------- +DROP TABLE IF EXISTS `sys_oss`; +CREATE TABLE `sys_oss` ( + `oss_id` bigint NOT NULL COMMENT '瀵硅薄瀛樺偍涓婚敭', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `file_name` varchar(255) COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '鏂囦欢鍚�', + `original_name` varchar(255) COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '鍘熷悕', + `file_suffix` varchar(10) COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '鏂囦欢鍚庣紑鍚�', + `url` varchar(500) COLLATE utf8mb4_general_ci NOT NULL COMMENT 'URL鍦板潃', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` bigint DEFAULT NULL COMMENT '涓婁紶浜�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊浜�', + `service` varchar(20) COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'minio' COMMENT '鏈嶅姟鍟�', + PRIMARY KEY (`oss_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='OSS瀵硅薄瀛樺偍琛�'; + +-- ---------------------------- +-- Records of sys_oss +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_oss_config +-- ---------------------------- +DROP TABLE IF EXISTS `sys_oss_config`; +CREATE TABLE `sys_oss_config` ( + `oss_config_id` bigint NOT NULL COMMENT '涓婚敭', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `config_key` varchar(20) COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '閰嶇疆key', + `access_key` varchar(255) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT 'accessKey', + `secret_key` varchar(255) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '绉橀挜', + `bucket_name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '妗跺悕绉�', + `prefix` varchar(255) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鍓嶇紑', + `endpoint` varchar(255) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '璁块棶绔欑偣', + `domain` varchar(255) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鑷畾涔夊煙鍚�', + `is_https` char(1) COLLATE utf8mb4_general_ci DEFAULT 'N' COMMENT '鏄惁https锛圷=鏄�,N=鍚︼級', + `region` varchar(255) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鍩�', + `access_policy` char(1) COLLATE utf8mb4_general_ci NOT NULL DEFAULT '1' COMMENT '妗舵潈闄愮被鍨�(0=private 1=public 2=custom)', + `status` char(1) COLLATE utf8mb4_general_ci DEFAULT '1' COMMENT '鏄惁榛樿锛�0=鏄�,1=鍚︼級', + `ext1` varchar(255) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鎵╁睍瀛楁', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`oss_config_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='瀵硅薄瀛樺偍閰嶇疆琛�'; + +-- ---------------------------- +-- Records of sys_oss_config +-- ---------------------------- +BEGIN; +INSERT INTO `sys_oss_config` (`oss_config_id`, `tenant_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '000000', 'minio', 'ruoyi', 'ruoyi123', 'ruoyi', '', '127.0.0.1:9000', '', 'N', '', '1', '0', '', 103, 1, '2024-12-24 16:54:24', 1, '2025-02-12 13:31:16', NULL); +INSERT INTO `sys_oss_config` (`oss_config_id`, `tenant_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '000000', 'qiniu', 'XXXXXXXXXXXXXXX', 'XXXXXXXXXXXXXXX', 'ruoyi', '', 's3-cn-north-1.qiniucs.com', '', 'N', '', '1', '1', '', 103, 1, '2024-12-24 16:54:24', 1, '2024-12-24 16:54:24', NULL); +INSERT INTO `sys_oss_config` (`oss_config_id`, `tenant_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '000000', 'aliyun', 'XXXXXXXXXXXXXXX', 'XXXXXXXXXXXXXXX', 'ruoyi', '', 'oss-cn-beijing.aliyuncs.com', '', 'N', '', '1', '1', '', 103, 1, '2024-12-24 16:54:24', 1, '2024-12-24 16:54:24', NULL); +INSERT INTO `sys_oss_config` (`oss_config_id`, `tenant_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (4, '000000', 'qcloud', 'XXXXXXXXXXXXXXX', 'XXXXXXXXXXXXXXX', 'ruoyi-1250000000', '', 'cos.ap-beijing.myqcloud.com', '', 'N', 'ap-beijing', '1', '1', '', 103, 1, '2024-12-24 16:54:24', 1, '2024-12-24 16:54:24', NULL); +INSERT INTO `sys_oss_config` (`oss_config_id`, `tenant_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (5, '000000', 'image', 'ruoyi', 'ruoyi123', 'ruoyi', 'image', '127.0.0.1:9000', '', 'N', '', '1', '1', '', 103, 1, '2024-12-24 16:54:24', 1, '2025-02-12 13:29:59', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_post +-- ---------------------------- +DROP TABLE IF EXISTS `sys_post`; +CREATE TABLE `sys_post` ( + `post_id` bigint NOT NULL COMMENT '宀椾綅ID', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `dept_id` bigint NOT NULL COMMENT '閮ㄩ棬id', + `post_code` varchar(64) COLLATE utf8mb4_general_ci NOT NULL COMMENT '宀椾綅缂栫爜', + `post_category` varchar(100) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '宀椾綅绫诲埆缂栫爜', + `post_name` varchar(50) COLLATE utf8mb4_general_ci NOT NULL COMMENT '宀椾綅鍚嶇О', + `post_sort` int NOT NULL COMMENT '鏄剧ず椤哄簭', + `status` char(1) COLLATE utf8mb4_general_ci NOT NULL COMMENT '鐘舵�侊紙0姝e父 1鍋滅敤锛�', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`post_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='宀椾綅淇℃伅琛�'; + +-- ---------------------------- +-- Records of sys_post +-- ---------------------------- +BEGIN; +INSERT INTO `sys_post` (`post_id`, `tenant_id`, `dept_id`, `post_code`, `post_category`, `post_name`, `post_sort`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '000000', 103, 'ceo', NULL, '钁d簨闀�', 1, '0', 103, 1, '2024-12-24 16:54:24', 1, '2025-01-04 16:33:39', ''); +INSERT INTO `sys_post` (`post_id`, `tenant_id`, `dept_id`, `post_code`, `post_category`, `post_name`, `post_sort`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '000000', 100, 'se', NULL, '椤圭洰缁忕悊', 2, '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_post` (`post_id`, `tenant_id`, `dept_id`, `post_code`, `post_category`, `post_name`, `post_sort`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '000000', 100, 'hr', NULL, '浜哄姏璧勬簮', 3, '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +INSERT INTO `sys_post` (`post_id`, `tenant_id`, `dept_id`, `post_code`, `post_category`, `post_name`, `post_sort`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (4, '000000', 100, 'user', NULL, '鏅�氬憳宸�', 4, '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL, ''); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_role +-- ---------------------------- +DROP TABLE IF EXISTS `sys_role`; +CREATE TABLE `sys_role` ( + `role_id` bigint NOT NULL COMMENT '瑙掕壊ID', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `role_name` varchar(30) COLLATE utf8mb4_general_ci NOT NULL COMMENT '瑙掕壊鍚嶇О', + `role_key` varchar(100) COLLATE utf8mb4_general_ci NOT NULL COMMENT '瑙掕壊鏉冮檺瀛楃涓�', + `role_sort` int NOT NULL COMMENT '鏄剧ず椤哄簭', + `data_scope` char(1) COLLATE utf8mb4_general_ci DEFAULT '1' COMMENT '鏁版嵁鑼冨洿锛�1锛氬叏閮ㄦ暟鎹潈闄� 2锛氳嚜瀹氭暟鎹潈闄� 3锛氭湰閮ㄩ棬鏁版嵁鏉冮檺 4锛氭湰閮ㄩ棬鍙婁互涓嬫暟鎹潈闄愶級', + `menu_check_strictly` tinyint(1) DEFAULT '1' COMMENT '鑿滃崟鏍戦�夋嫨椤规槸鍚﹀叧鑱旀樉绀�', + `dept_check_strictly` tinyint(1) DEFAULT '1' COMMENT '閮ㄩ棬鏍戦�夋嫨椤规槸鍚﹀叧鑱旀樉绀�', + `status` char(1) COLLATE utf8mb4_general_ci NOT NULL COMMENT '瑙掕壊鐘舵�侊紙0姝e父 1鍋滅敤锛�', + `del_flag` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鍒犻櫎鏍囧織锛�0浠h〃瀛樺湪 2浠h〃鍒犻櫎锛�', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`role_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='瑙掕壊淇℃伅琛�'; + +-- ---------------------------- +-- Records of sys_role +-- ---------------------------- +BEGIN; +INSERT INTO `sys_role` (`role_id`, `tenant_id`, `role_name`, `role_key`, `role_sort`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '000000', '瓒呯骇绠$悊鍛�', 'superadmin', 1, '1', 1, 1, '0', '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL, '瓒呯骇绠$悊鍛�'); +INSERT INTO `sys_role` (`role_id`, `tenant_id`, `role_name`, `role_key`, `role_sort`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '000000', '鏈儴闂ㄥ強浠ヤ笅', 'test1', 3, '4', 1, 1, '0', '2', 103, 1, '2024-12-24 16:54:24', 1, '2025-02-12 14:25:45', ''); +INSERT INTO `sys_role` (`role_id`, `tenant_id`, `role_name`, `role_key`, `role_sort`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (4, '000000', '浠呮湰浜�', 'test2', 4, '5', 1, 1, '0', '2', 103, 1, '2024-12-24 16:54:24', 1, '2025-02-12 14:26:11', ''); +INSERT INTO `sys_role` (`role_id`, `tenant_id`, `role_name`, `role_key`, `role_sort`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889561357813903361, '000000', '鎿嶄綔宸�', 'operator', 2, '1', 0, 1, '0', '0', 103, 1, '2025-02-12 14:25:09', 1, '2025-02-20 13:48:13', ''); +INSERT INTO `sys_role` (`role_id`, `tenant_id`, `role_name`, `role_key`, `role_sort`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889561934287433729, '000000', '绾块暱', 'line', 3, '1', 1, 1, '0', '0', 103, 1, '2025-02-12 14:27:26', 1, '2025-02-19 14:54:43', ''); +INSERT INTO `sys_role` (`role_id`, `tenant_id`, `role_name`, `role_key`, `role_sort`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889562679283904514, '000000', '缁翠慨宸ョ▼甯�', 'repair', 4, '1', 1, 1, '0', '0', 103, 1, '2025-02-12 14:30:24', 1, '2025-02-12 16:43:57', ''); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_role_dept +-- ---------------------------- +DROP TABLE IF EXISTS `sys_role_dept`; +CREATE TABLE `sys_role_dept` ( + `role_id` bigint NOT NULL COMMENT '瑙掕壊ID', + `dept_id` bigint NOT NULL COMMENT '閮ㄩ棬ID', + PRIMARY KEY (`role_id`,`dept_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='瑙掕壊鍜岄儴闂ㄥ叧鑱旇〃'; + +-- ---------------------------- +-- Records of sys_role_dept +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_role_menu +-- ---------------------------- +DROP TABLE IF EXISTS `sys_role_menu`; +CREATE TABLE `sys_role_menu` ( + `role_id` bigint NOT NULL COMMENT '瑙掕壊ID', + `menu_id` bigint NOT NULL COMMENT '鑿滃崟ID', + PRIMARY KEY (`role_id`,`menu_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='瑙掕壊鍜岃彍鍗曞叧鑱旇〃'; + +-- ---------------------------- +-- Records of sys_role_menu +-- ---------------------------- +BEGIN; +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 108); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 500); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1040); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1875349550770728962); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1876074027672731650); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1876127568837582849); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1877195885923127297); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1879000339785752577); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1879762189070733313); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1888814115854311426); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1888837193552453634); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1888837193552453635); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1888837193552453636); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1888837193552453637); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1888837193552453638); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1888837193552453639); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1889589456286871554); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1890265974959865858); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1890265974959865859); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1890266675786121217); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1891320717983477762); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1891410873344151554); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1891716266575327234); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1891716266575327235); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1891716266575327236); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1891716266575327237); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561357813903361, 1892046376327188482); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 100); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1875349550770728962); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1875349550770728963); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1875349550770728964); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1875349550770728965); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1875349550770728966); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1875349550770728967); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1876074027672731650); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1876127568837582849); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1876127568837582850); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1876127568837582851); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1876127568837582852); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1876127568837582853); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1876127568837582854); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1877195885923127297); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1877195885923127298); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1877195885923127299); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1877195885923127300); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1877195885923127301); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1877195885923127302); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1879000339785752577); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1879000339785752578); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1879000339785752579); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1879000339785752580); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1879000339785752581); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1879000339785752582); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1879762189070733313); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1879762189070733314); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1879762189070733315); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1879762189070733316); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1879762189070733317); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1879762189070733318); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1888814115854311426); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1888837193552453634); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1888837193552453635); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1888837193552453636); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1888837193552453637); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1888837193552453638); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1888837193552453639); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1889589456286871554); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1889865233922322434); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1890265974959865858); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1890265974959865859); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1890266675786121217); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1891320717983477762); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1891320717983477763); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1891410873344151554); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1891716266575327234); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889561934287433729, 1891716266575327235); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889562679283904514, 1); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889562679283904514, 100); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889562679283904514, 1888814115854311426); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889562679283904514, 1888837193552453634); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889562679283904514, 1888837193552453635); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889562679283904514, 1888837193552453636); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889562679283904514, 1888837193552453637); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889562679283904514, 1888837193552453638); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889562679283904514, 1888837193552453639); +INSERT INTO `sys_role_menu` (`role_id`, `menu_id`) VALUES (1889562679283904514, 1889589456286871554); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_social +-- ---------------------------- +DROP TABLE IF EXISTS `sys_social`; +CREATE TABLE `sys_social` ( + `id` bigint NOT NULL COMMENT '涓婚敭', + `user_id` bigint NOT NULL COMMENT '鐢ㄦ埛ID', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '绉熸埛id', + `auth_id` varchar(255) COLLATE utf8mb4_general_ci NOT NULL COMMENT '骞冲彴+骞冲彴鍞竴id', + `source` varchar(255) COLLATE utf8mb4_general_ci NOT NULL COMMENT '鐢ㄦ埛鏉ユ簮', + `open_id` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '骞冲彴缂栧彿鍞竴id', + `user_name` varchar(30) COLLATE utf8mb4_general_ci NOT NULL COMMENT '鐧诲綍璐﹀彿', + `nick_name` varchar(30) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鐢ㄦ埛鏄电О', + `email` varchar(255) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鐢ㄦ埛閭', + `avatar` varchar(500) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '澶村儚鍦板潃', + `access_token` varchar(255) COLLATE utf8mb4_general_ci NOT NULL COMMENT '鐢ㄦ埛鐨勬巿鏉冧护鐗�', + `expire_in` int DEFAULT NULL COMMENT '鐢ㄦ埛鐨勬巿鏉冧护鐗岀殑鏈夋晥鏈燂紝閮ㄥ垎骞冲彴鍙兘娌℃湁', + `refresh_token` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍒锋柊浠ょ墝锛岄儴鍒嗗钩鍙板彲鑳芥病鏈�', + `access_code` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '骞冲彴鐨勬巿鏉冧俊鎭紝閮ㄥ垎骞冲彴鍙兘娌℃湁', + `union_id` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐢ㄦ埛鐨� unionid', + `scope` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鎺堜簣鐨勬潈闄愶紝閮ㄥ垎骞冲彴鍙兘娌℃湁', + `token_type` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '涓埆骞冲彴鐨勬巿鏉冧俊鎭紝閮ㄥ垎骞冲彴鍙兘娌℃湁', + `id_token` varchar(2000) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT 'id token锛岄儴鍒嗗钩鍙板彲鑳芥病鏈�', + `mac_algorithm` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '灏忕背骞冲彴鐢ㄦ埛鐨勯檮甯﹀睘鎬э紝閮ㄥ垎骞冲彴鍙兘娌℃湁', + `mac_key` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '灏忕背骞冲彴鐢ㄦ埛鐨勯檮甯﹀睘鎬э紝閮ㄥ垎骞冲彴鍙兘娌℃湁', + `code` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鐢ㄦ埛鐨勬巿鏉僣ode锛岄儴鍒嗗钩鍙板彲鑳芥病鏈�', + `oauth_token` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT 'Twitter骞冲彴鐢ㄦ埛鐨勯檮甯﹀睘鎬э紝閮ㄥ垎骞冲彴鍙兘娌℃湁', + `oauth_token_secret` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT 'Twitter骞冲彴鐢ㄦ埛鐨勯檮甯﹀睘鎬э紝閮ㄥ垎骞冲彴鍙兘娌℃湁', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `del_flag` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鍒犻櫎鏍囧織锛�0浠h〃瀛樺湪 2浠h〃鍒犻櫎锛�', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='绀句細鍖栧叧绯昏〃'; + +-- ---------------------------- +-- Records of sys_social +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_tenant +-- ---------------------------- +DROP TABLE IF EXISTS `sys_tenant`; +CREATE TABLE `sys_tenant` ( + `id` bigint NOT NULL COMMENT 'id', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci NOT NULL COMMENT '绉熸埛缂栧彿', + `contact_user_name` varchar(20) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鑱旂郴浜�', + `contact_phone` varchar(20) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鑱旂郴鐢佃瘽', + `company_name` varchar(50) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '浼佷笟鍚嶇О', + `license_number` varchar(30) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '缁熶竴绀句細淇$敤浠g爜', + `address` varchar(200) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍦板潃', + `intro` varchar(200) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '浼佷笟绠�浠�', + `domain` varchar(200) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍩熷悕', + `remark` varchar(200) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + `package_id` bigint DEFAULT NULL COMMENT '绉熸埛濂楅缂栧彿', + `expire_time` datetime DEFAULT NULL COMMENT '杩囨湡鏃堕棿', + `account_count` int DEFAULT '-1' COMMENT '鐢ㄦ埛鏁伴噺锛�-1涓嶉檺鍒讹級', + `status` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '绉熸埛鐘舵�侊紙0姝e父 1鍋滅敤锛�', + `del_flag` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鍒犻櫎鏍囧織锛�0浠h〃瀛樺湪 2浠h〃鍒犻櫎锛�', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='绉熸埛琛�'; + +-- ---------------------------- +-- Records of sys_tenant +-- ---------------------------- +BEGIN; +INSERT INTO `sys_tenant` (`id`, `tenant_id`, `contact_user_name`, `contact_phone`, `company_name`, `license_number`, `address`, `intro`, `domain`, `remark`, `package_id`, `expire_time`, `account_count`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, '000000', '绠$悊缁�', '15888888888', 'XXX鏈夐檺鍏徃', NULL, NULL, '澶氱鎴烽�氱敤鍚庡彴绠$悊绠$悊绯荤粺', NULL, NULL, NULL, NULL, -1, '0', '0', 103, 1, '2024-12-24 16:54:24', NULL, NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_tenant_package +-- ---------------------------- +DROP TABLE IF EXISTS `sys_tenant_package`; +CREATE TABLE `sys_tenant_package` ( + `package_id` bigint NOT NULL COMMENT '绉熸埛濂楅id', + `package_name` varchar(20) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '濂楅鍚嶇О', + `menu_ids` varchar(3000) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍏宠仈鑿滃崟id', + `remark` varchar(200) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + `menu_check_strictly` tinyint(1) DEFAULT '1' COMMENT '鑿滃崟鏍戦�夋嫨椤规槸鍚﹀叧鑱旀樉绀�', + `status` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鐘舵�侊紙0姝e父 1鍋滅敤锛�', + `del_flag` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鍒犻櫎鏍囧織锛�0浠h〃瀛樺湪 2浠h〃鍒犻櫎锛�', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + PRIMARY KEY (`package_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='绉熸埛濂楅琛�'; + +-- ---------------------------- +-- Records of sys_tenant_package +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_user +-- ---------------------------- +DROP TABLE IF EXISTS `sys_user`; +CREATE TABLE `sys_user` ( + `user_id` bigint NOT NULL COMMENT '鐢ㄦ埛ID', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `dept_id` bigint DEFAULT NULL COMMENT '閮ㄩ棬ID', + `user_name` varchar(30) COLLATE utf8mb4_general_ci NOT NULL COMMENT '鐢ㄦ埛璐﹀彿', + `nick_name` varchar(30) COLLATE utf8mb4_general_ci NOT NULL COMMENT '鐢ㄦ埛鏄电О', + `user_type` varchar(10) COLLATE utf8mb4_general_ci DEFAULT 'sys_user' COMMENT '鐢ㄦ埛绫诲瀷锛坰ys_user绯荤粺鐢ㄦ埛锛�', + `email` varchar(50) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鐢ㄦ埛閭', + `phonenumber` varchar(11) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鎵嬫満鍙风爜', + `sex` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鐢ㄦ埛鎬у埆锛�0鐢� 1濂� 2鏈煡锛�', + `avatar` bigint DEFAULT NULL COMMENT '澶村儚鍦板潃', + `password` varchar(100) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '瀵嗙爜', + `status` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '甯愬彿鐘舵�侊紙0姝e父 1鍋滅敤锛�', + `del_flag` char(1) COLLATE utf8mb4_general_ci DEFAULT '0' COMMENT '鍒犻櫎鏍囧織锛�0浠h〃瀛樺湪 2浠h〃鍒犻櫎锛�', + `login_ip` varchar(128) COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '鏈�鍚庣櫥褰旾P', + `login_date` datetime DEFAULT NULL COMMENT '鏈�鍚庣櫥褰曟椂闂�', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓鑰�', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊鑰�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `remark` varchar(500) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='鐢ㄦ埛淇℃伅琛�'; + +-- ---------------------------- +-- Records of sys_user +-- ---------------------------- +BEGIN; +INSERT INTO `sys_user` (`user_id`, `tenant_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '000000', 103, 'admin', '鐤媯鐨勭嫯瀛怢i', 'sys_user', 'crazyLionLi@163.com', '15888888888', '1', NULL, '$2a$10$7JB720yubVSZvUI0rEqK/.VqGOZTH.ulu33dHOiBE8ByOhJIrdAu2', '0', '0', '0:0:0:0:0:0:0:1', '2025-02-24 08:53:42', 103, 1, '2024-12-24 16:54:24', 1, '2025-02-24 08:53:42', '绠$悊鍛�'); +INSERT INTO `sys_user` (`user_id`, `tenant_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '000000', 108, 'test', '鏈儴闂ㄥ強浠ヤ笅 瀵嗙爜666666', 'sys_user', '', '', '1', NULL, '$2a$10$b8yUzN0C71sbz.PhNOCgJe.Tu1yWC3RNrTyjSQ8p1W0.aaUXUJ.Ne', '0', '2', '0:0:0:0:0:0:0:1', '2024-12-25 18:54:12', 103, 1, '2024-12-24 16:54:24', 1, '2025-02-12 15:46:16', NULL); +INSERT INTO `sys_user` (`user_id`, `tenant_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (4, '000000', 102, 'test1', '浠呮湰浜� 瀵嗙爜666666', 'sys_user', '', '', '0', NULL, '$2a$10$b8yUzN0C71sbz.PhNOCgJe.Tu1yWC3RNrTyjSQ8p1W0.aaUXUJ.Ne', '0', '2', '127.0.0.1', '2024-12-24 16:54:24', 103, 1, '2024-12-24 16:54:24', 1, '2025-02-12 15:46:11', NULL); +INSERT INTO `sys_user` (`user_id`, `tenant_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1888782469222465537, '000000', 101, 'zhuguifei', 'zhuguifei', 'sys_user', '', '', '0', NULL, '$2a$10$w8HBoQ6jd95Ig8WbHrgRyuOiKx4guC.sNcTd//VudfvJA9.R67M8O', '0', '2', '0:0:0:0:0:0:0:1', '2025-02-10 11:00:26', 103, 1, '2025-02-10 10:50:07', 1, '2025-02-12 15:46:13', NULL); +INSERT INTO `sys_user` (`user_id`, `tenant_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889581563890200577, '000000', 100, 'zhouyuhua', '鍛ㄨ偛鍗�', 'sys_user', '', '', '0', NULL, '$2a$10$LI5BfXRN1zZyuq./5ESJfeghM26rxLO/GCQbAVy6g4sq7fkyHJIAK', '0', '0', '0:0:0:0:0:0:0:1', '2025-02-20 13:48:22', 103, 1, '2025-02-12 15:45:26', 1889581563890200577, '2025-02-20 13:48:22', NULL); +INSERT INTO `sys_user` (`user_id`, `tenant_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889581665270722561, '000000', 100, 'ningcanmin', '瀹佺伩鏁�', 'sys_user', '', '', '0', NULL, '$2a$10$9yPk21heyTmsVHmRnTKGCuGsVN1U9Rqyxse3gDPx06kLjMY2mBwCG', '0', '0', '0:0:0:0:0:0:0:1', '2025-02-13 08:57:27', 103, 1, '2025-02-12 15:45:50', 1889581665270722561, '2025-02-13 08:57:27', NULL); +INSERT INTO `sys_user` (`user_id`, `tenant_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1889581724095836162, '000000', 100, 'baoshiwei', '椴嶄笘濞�', 'sys_user', '', '', '0', NULL, '$2a$10$qwP/k0mZ08egastJ0zpVVuAj8p0sjw0ObKme5Vq1Wwx8sU6t5kmzu', '0', '0', '0:0:0:0:0:0:0:1', '2025-02-19 14:53:02', 103, 1, '2025-02-12 15:46:04', 1889581724095836162, '2025-02-19 14:53:02', NULL); +INSERT INTO `sys_user` (`user_id`, `tenant_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1891772104536256514, '000000', 103, 'zhangsan', '寮犱笁', 'sys_user', '', '', '0', NULL, '$2a$10$PqB1ldmYnhI22Izg1HUx8.osnN/ARNrkrKoT9g6E2FOJ/1pBf4pwy', '0', '0', '', NULL, 103, 1, '2025-02-18 16:49:52', 1, '2025-02-18 16:49:52', NULL); +INSERT INTO `sys_user` (`user_id`, `tenant_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1892105619105386498, '000000', 100, 'sunjian', '瀛欏仴', 'sys_user', '', '', '0', NULL, '$2a$10$Y2wA/HUUqSBs7rdmyM8j/eTUO2SnxaCeBFTSF403/jHvV2ByiXr9K', '0', '0', '0:0:0:0:0:0:0:1', '2025-02-19 14:55:22', 103, 1, '2025-02-19 14:55:08', 1892105619105386498, '2025-02-19 14:55:22', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_user_post +-- ---------------------------- +DROP TABLE IF EXISTS `sys_user_post`; +CREATE TABLE `sys_user_post` ( + `user_id` bigint NOT NULL COMMENT '鐢ㄦ埛ID', + `post_id` bigint NOT NULL COMMENT '宀椾綅ID', + PRIMARY KEY (`user_id`,`post_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='鐢ㄦ埛涓庡矖浣嶅叧鑱旇〃'; + +-- ---------------------------- +-- Records of sys_user_post +-- ---------------------------- +BEGIN; +INSERT INTO `sys_user_post` (`user_id`, `post_id`) VALUES (1, 1); +INSERT INTO `sys_user_post` (`user_id`, `post_id`) VALUES (1892105619105386498, 4); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_user_role +-- ---------------------------- +DROP TABLE IF EXISTS `sys_user_role`; +CREATE TABLE `sys_user_role` ( + `user_id` bigint NOT NULL COMMENT '鐢ㄦ埛ID', + `role_id` bigint NOT NULL COMMENT '瑙掕壊ID', + PRIMARY KEY (`user_id`,`role_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='鐢ㄦ埛鍜岃鑹插叧鑱旇〃'; + +-- ---------------------------- +-- Records of sys_user_role +-- ---------------------------- +BEGIN; +INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1, 1); +INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1889581563890200577, 1889561357813903361); +INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1889581665270722561, 1889561934287433729); +INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1889581724095836162, 1889562679283904514); +INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1892105619105386498, 1889561357813903361); +COMMIT; + +-- ---------------------------- +-- Table structure for t +-- ---------------------------- +DROP TABLE IF EXISTS `t`; +CREATE TABLE `t` ( + `id` int NOT NULL, + `code` int DEFAULT NULL, + `name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, + `flag` int DEFAULT NULL, + `d1` double DEFAULT NULL, + `d2` double DEFAULT NULL, + `d3` double DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of t +-- ---------------------------- +BEGIN; +INSERT INTO `t` (`id`, `code`, `name`, `flag`, `d1`, `d2`, `d3`) VALUES (1, 2, '灏忛害', 1, 1, 2, 3); +INSERT INTO `t` (`id`, `code`, `name`, `flag`, `d1`, `d2`, `d3`) VALUES (2, 1, '澶х背', 1, 4, 5, 6); +INSERT INTO `t` (`id`, `code`, `name`, `flag`, `d1`, `d2`, `d3`) VALUES (3, 3, '绾㈣柉', 1, 7, 8, 9); +INSERT INTO `t` (`id`, `code`, `name`, `flag`, `d1`, `d2`, `d3`) VALUES (4, 1, '鍗楁柟', 0, 0.1, 0.2, 0.3); +INSERT INTO `t` (`id`, `code`, `name`, `flag`, `d1`, `d2`, `d3`) VALUES (5, 1, '鍖楁柟', 0, 0.4, 0.5, 0.6); +COMMIT; + +-- ---------------------------- +-- Table structure for test_demo +-- ---------------------------- +DROP TABLE IF EXISTS `test_demo`; +CREATE TABLE `test_demo` ( + `id` bigint NOT NULL COMMENT '涓婚敭', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `dept_id` bigint DEFAULT NULL COMMENT '閮ㄩ棬id', + `user_id` bigint DEFAULT NULL COMMENT '鐢ㄦ埛id', + `order_num` int DEFAULT '0' COMMENT '鎺掑簭鍙�', + `test_key` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT 'key閿�', + `value` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍊�', + `version` int DEFAULT '0' COMMENT '鐗堟湰', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓浜�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊浜�', + `del_flag` int DEFAULT '0' COMMENT '鍒犻櫎鏍囧織', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='娴嬭瘯鍗曡〃'; + +-- ---------------------------- +-- Records of test_demo +-- ---------------------------- +BEGIN; +INSERT INTO `test_demo` (`id`, `tenant_id`, `dept_id`, `user_id`, `order_num`, `test_key`, `value`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (1, '000000', 102, 4, 1, '娴嬭瘯鏁版嵁鏉冮檺', '娴嬭瘯', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_demo` (`id`, `tenant_id`, `dept_id`, `user_id`, `order_num`, `test_key`, `value`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (2, '000000', 102, 3, 2, '瀛愯妭鐐�1', '111', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_demo` (`id`, `tenant_id`, `dept_id`, `user_id`, `order_num`, `test_key`, `value`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (3, '000000', 102, 3, 3, '瀛愯妭鐐�2', '222', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_demo` (`id`, `tenant_id`, `dept_id`, `user_id`, `order_num`, `test_key`, `value`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (4, '000000', 108, 4, 4, '娴嬭瘯鏁版嵁', 'demo', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_demo` (`id`, `tenant_id`, `dept_id`, `user_id`, `order_num`, `test_key`, `value`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (5, '000000', 108, 3, 13, '瀛愯妭鐐�11', '1111', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_demo` (`id`, `tenant_id`, `dept_id`, `user_id`, `order_num`, `test_key`, `value`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (6, '000000', 108, 3, 12, '瀛愯妭鐐�22', '2222', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_demo` (`id`, `tenant_id`, `dept_id`, `user_id`, `order_num`, `test_key`, `value`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (7, '000000', 108, 3, 11, '瀛愯妭鐐�33', '3333', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_demo` (`id`, `tenant_id`, `dept_id`, `user_id`, `order_num`, `test_key`, `value`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (8, '000000', 108, 3, 10, '瀛愯妭鐐�44', '4444', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_demo` (`id`, `tenant_id`, `dept_id`, `user_id`, `order_num`, `test_key`, `value`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (9, '000000', 108, 3, 9, '瀛愯妭鐐�55', '5555', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_demo` (`id`, `tenant_id`, `dept_id`, `user_id`, `order_num`, `test_key`, `value`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (10, '000000', 108, 3, 8, '瀛愯妭鐐�66', '6666', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_demo` (`id`, `tenant_id`, `dept_id`, `user_id`, `order_num`, `test_key`, `value`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (11, '000000', 108, 3, 7, '瀛愯妭鐐�77', '7777', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_demo` (`id`, `tenant_id`, `dept_id`, `user_id`, `order_num`, `test_key`, `value`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (12, '000000', 108, 3, 6, '瀛愯妭鐐�88', '8888', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_demo` (`id`, `tenant_id`, `dept_id`, `user_id`, `order_num`, `test_key`, `value`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (13, '000000', 108, 3, 5, '瀛愯妭鐐�99', '9999', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +COMMIT; + +-- ---------------------------- +-- Table structure for test_tree +-- ---------------------------- +DROP TABLE IF EXISTS `test_tree`; +CREATE TABLE `test_tree` ( + `id` bigint NOT NULL COMMENT '涓婚敭', + `tenant_id` varchar(20) COLLATE utf8mb4_general_ci DEFAULT '000000' COMMENT '绉熸埛缂栧彿', + `parent_id` bigint DEFAULT '0' COMMENT '鐖秈d', + `dept_id` bigint DEFAULT NULL COMMENT '閮ㄩ棬id', + `user_id` bigint DEFAULT NULL COMMENT '鐢ㄦ埛id', + `tree_name` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '鍊�', + `version` int DEFAULT '0' COMMENT '鐗堟湰', + `create_dept` bigint DEFAULT NULL COMMENT '鍒涘缓閮ㄩ棬', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` bigint DEFAULT NULL COMMENT '鍒涘缓浜�', + `update_time` datetime DEFAULT NULL COMMENT '鏇存柊鏃堕棿', + `update_by` bigint DEFAULT NULL COMMENT '鏇存柊浜�', + `del_flag` int DEFAULT '0' COMMENT '鍒犻櫎鏍囧織', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='娴嬭瘯鏍戣〃'; + +-- ---------------------------- +-- Records of test_tree +-- ---------------------------- +BEGIN; +INSERT INTO `test_tree` (`id`, `tenant_id`, `parent_id`, `dept_id`, `user_id`, `tree_name`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (1, '000000', 0, 102, 4, '娴嬭瘯鏁版嵁鏉冮檺', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_tree` (`id`, `tenant_id`, `parent_id`, `dept_id`, `user_id`, `tree_name`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (2, '000000', 1, 102, 3, '瀛愯妭鐐�1', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_tree` (`id`, `tenant_id`, `parent_id`, `dept_id`, `user_id`, `tree_name`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (3, '000000', 2, 102, 3, '瀛愯妭鐐�2', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_tree` (`id`, `tenant_id`, `parent_id`, `dept_id`, `user_id`, `tree_name`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (4, '000000', 0, 108, 4, '娴嬭瘯鏍�1', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_tree` (`id`, `tenant_id`, `parent_id`, `dept_id`, `user_id`, `tree_name`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (5, '000000', 4, 108, 3, '瀛愯妭鐐�11', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_tree` (`id`, `tenant_id`, `parent_id`, `dept_id`, `user_id`, `tree_name`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (6, '000000', 4, 108, 3, '瀛愯妭鐐�22', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_tree` (`id`, `tenant_id`, `parent_id`, `dept_id`, `user_id`, `tree_name`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (7, '000000', 4, 108, 3, '瀛愯妭鐐�33', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_tree` (`id`, `tenant_id`, `parent_id`, `dept_id`, `user_id`, `tree_name`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (8, '000000', 5, 108, 3, '瀛愯妭鐐�44', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_tree` (`id`, `tenant_id`, `parent_id`, `dept_id`, `user_id`, `tree_name`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (9, '000000', 6, 108, 3, '瀛愯妭鐐�55', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_tree` (`id`, `tenant_id`, `parent_id`, `dept_id`, `user_id`, `tree_name`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (10, '000000', 7, 108, 3, '瀛愯妭鐐�66', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_tree` (`id`, `tenant_id`, `parent_id`, `dept_id`, `user_id`, `tree_name`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (11, '000000', 7, 108, 3, '瀛愯妭鐐�77', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_tree` (`id`, `tenant_id`, `parent_id`, `dept_id`, `user_id`, `tree_name`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (12, '000000', 10, 108, 3, '瀛愯妭鐐�88', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +INSERT INTO `test_tree` (`id`, `tenant_id`, `parent_id`, `dept_id`, `user_id`, `tree_name`, `version`, `create_dept`, `create_time`, `create_by`, `update_time`, `update_by`, `del_flag`) VALUES (13, '000000', 10, 108, 3, '瀛愯妭鐐�99', 0, 103, '2024-12-24 16:54:24', 1, NULL, NULL, 0); +COMMIT; + +SET FOREIGN_KEY_CHECKS = 1; -- Gitblit v1.9.3