From 723d38375c45d24737bfef6f33a9686254abf99b Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 17 十月 2024 13:42:27 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/PhoneCallReqYQVO.java |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/PhoneCallReqYQVO.java b/smartor/src/main/java/com/smartor/domain/PhoneCallReqYQVO.java
index f1fab10..12da5cb 100644
--- a/smartor/src/main/java/com/smartor/domain/PhoneCallReqYQVO.java
+++ b/smartor/src/main/java/com/smartor/domain/PhoneCallReqYQVO.java
@@ -128,4 +128,34 @@
     @ApiModelProperty(value = "褰撳墠鍙ュ瓙鐨勫綍闊虫枃浠惰矾寰勶紝鍙ュ瓙鏈粨鏉熸椂涓虹┖")
     private String recordpath;
 
+    /**
+     * 鏀鹃煶鐨勮矾寰�
+     */
+    @ApiModelProperty(value = "鏀鹃煶鐨勮矾寰�")
+    private String path;
+
+    /**
+     * 鏀鹃煶浜嬩欢鍚嶇О锛孭LAYBACK_START 鎴� PLAYBACK_STOP
+     */
+    @ApiModelProperty(value = "鏀鹃煶浜嬩欢鍚嶇О锛孭LAYBACK_START 鎴� PLAYBACK_STOP")
+    private String evName;
+
+    /**
+     * 鎾斁寮�濮�
+     */
+    @ApiModelProperty(value = "鎾斁寮�濮�")
+    private Boolean playstart;
+
+    /**
+     * 鎾斁缁撴潫
+     */
+    @ApiModelProperty(value = "鎾斁缁撴潫")
+    private Boolean playstop = false;
+
+    /**
+     * 鏀鹃煶鐨勫師濮嬫枃鏈唴瀹�
+     */
+    @ApiModelProperty(value = "鏀鹃煶鐨勫師濮嬫枃鏈唴瀹�")
+    private String origin;
+
 }

--
Gitblit v1.9.3