From bde9f998c988975123cf66a6f6c3a514a17a88b1 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 13 九月 2022 14:20:47 +0800
Subject: [PATCH] 航天801接口调整

---
 Application/IStation.Application.Transfer/hangtian/dto/AddSmiHangTianVibartionRecordInput.cs |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/Application/IStation.Application.Transfer/hangtian/dto/AddSmiHangTianVibartionRecordInput.cs b/Application/IStation.Application.Transfer/hangtian/dto/AddSmiHangTianVibartionRecordInput.cs
index 2df629d..d55eab4 100644
--- a/Application/IStation.Application.Transfer/hangtian/dto/AddSmiHangTianVibartionRecordInput.cs
+++ b/Application/IStation.Application.Transfer/hangtian/dto/AddSmiHangTianVibartionRecordInput.cs
@@ -75,6 +75,36 @@
         /// </summary>
         public int WaveType { get; set; }
 
+        /// <summary>
+        /// 0.5鍊嶉鍊�
+        /// </summary>
+        public double HalfValue { get; set; }
+
+        /// <summary>
+        /// 0.5鍊嶉鐩镐綅
+        /// </summary>
+        public double HalfPhase { get; set; }
+
+        /// <summary>
+        /// 2鍊嶉鍊�
+        /// </summary>
+        public double TwoValue { get; set; }
+
+        /// <summary>
+        /// 2鍊嶉鐩镐綅
+        /// </summary>
+        public double TwoPhase { get; set; }
+
+        /// <summary>
+        /// 缈樺害鎸囨爣
+        /// </summary>
+        public double KurtosisValue { get; set; }
+
+        /// <summary>
+        /// 娉㈠嘲鍥犲瓙
+        /// </summary>
+        public double CFValue { get; set; }
+
         #endregion
 
         #region 鏁版嵁

--
Gitblit v1.9.3