From 69a1b3bf45738f048361ee4ccb6bdc64fce35720 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 12 三月 2025 11:31:46 +0800
Subject: [PATCH] 更新

---
 server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/vo/DateIntervalVO.java |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/vo/DateIntervalVO.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/vo/DateIntervalVO.java
new file mode 100644
index 0000000..727a985
--- /dev/null
+++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/vo/DateIntervalVO.java
@@ -0,0 +1,34 @@
+package com.doumee.dao.business.vo;
+
+import com.doumee.core.annotation.excel.ExcelColumn;
+import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
+
+/**
+ * Created by IntelliJ IDEA.
+ *
+ * @Author : Rk
+ * @create 2024/5/21 11:01
+ */
+@Data
+public class DateIntervalVO {
+
+    @ApiModelProperty(value = "寮�濮嬫椂闂�(鏃跺垎)")
+    private String startHours;
+    
+    @ApiModelProperty(value = "缁撴潫鏃堕棿(鏃跺垎)")
+    private String endHours;
+
+    @ApiModelProperty(value = "寮�濮嬫椂闂�(鍏�)")
+    private String startTime;
+
+    @ApiModelProperty(value = "缁撴潫鏃堕棿(鍏�)")
+    private String endTime;
+
+    @ApiModelProperty(value = "鏄惁鍗犵敤")
+    private Integer isUse;
+
+    @ApiModelProperty(value = "鐢ㄨ溅璁板綍涓婚敭")
+    private Integer carUseBookId;
+
+}

--
Gitblit v1.9.3