Explorar el Código

企微用户设置延迟时间回显

luolinsong hace 2 semanas
padre
commit
80c62bc583
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      fs-service/src/main/java/com/fs/qw/vo/QwUserVO.java

+ 4 - 0
fs-service/src/main/java/com/fs/qw/vo/QwUserVO.java

@@ -118,4 +118,8 @@ public class QwUserVO {
     private Long doctorId;
 
     private Integer videoGetStatus;
+    //延迟开始时间
+    private Integer delayStart;
+    //延迟结束时间
+    private Integer delayEnd;
 }