From fdb4b7060a71e78764cb99a27a7deaee40de0e17 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Wed, 24 Dec 2025 14:41:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=80=81=E5=89=8D=E5=90=8E=E5=BB=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../njcn/gather/script/pojo/po/PqScriptDtls.java | 12 ++++++++++++ .../service/impl/PqScriptDtlsServiceImpl.java | 16 ++++++++++------ 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/detection/src/main/java/com/njcn/gather/script/pojo/po/PqScriptDtls.java b/detection/src/main/java/com/njcn/gather/script/pojo/po/PqScriptDtls.java index c81f48de..43ad26f8 100644 --- a/detection/src/main/java/com/njcn/gather/script/pojo/po/PqScriptDtls.java +++ b/detection/src/main/java/com/njcn/gather/script/pojo/po/PqScriptDtls.java @@ -92,6 +92,18 @@ public class PqScriptDtls implements Serializable { @TableField("RetainTime") private Double retainTime; + /** + * 暂态前延时间(S) + */ + @TableField("FPreTime") + private Double fPreTime; + + /** + * 暂态后延时间(S) + */ + @TableField("FAfterTime") + private Double fAfterTime; + /** * 变动频度(次/min) */ diff --git a/detection/src/main/java/com/njcn/gather/script/service/impl/PqScriptDtlsServiceImpl.java b/detection/src/main/java/com/njcn/gather/script/service/impl/PqScriptDtlsServiceImpl.java index c8b194cf..87e1069c 100644 --- a/detection/src/main/java/com/njcn/gather/script/service/impl/PqScriptDtlsServiceImpl.java +++ b/detection/src/main/java/com/njcn/gather/script/service/impl/PqScriptDtlsServiceImpl.java @@ -68,14 +68,14 @@ public class PqScriptDtlsServiceImpl extends ServiceImpl