<%= house.getAddress() != null ? house.getAddress() : "暂无地址信息" %>
+diff --git a/HRS/.classpath b/HRS/.classpath
new file mode 100644
index 0000000..cd67f69
--- /dev/null
+++ b/HRS/.classpath
@@ -0,0 +1,17 @@
+
+
| 租客信息 | +房源信息 | +预约时间 | +状态 | +备注 | +操作 | +
|---|---|---|---|---|---|
|
+ <%= tenant.getRealName() != null ? tenant.getRealName() : tenant.getUserName() %> + <%= tenant.getPhone() %> + |
+
+ <%= house.getTitle() %> + <%= house.getArea() %> + |
+ <%= sdf.format(reservation.getReserveTime()) %> | ++ "> + <%= reservation.getStatusText() %> + + | ++ <%= reservation.getRemark() != null ? reservation.getRemark() : "-" %> + | ++ <% if ("0".equals(reservation.getStatus())) { %> + 确认 + 拒绝 + <% } else { %> + 已处理 + <% } %> + | +
暂无预约记录
+<%= house.getAddress() != null ? house.getAddress() : "暂无地址信息" %>
+<%= house.getLandlordName() != null ? house.getLandlordName() : "房东" %>
+📞 <%= house.getLandlordPhone() != null ? house.getLandlordPhone() : "暂无联系方式" %>
+⭐ 认证房东 · 已发布房源
+暂无房源,请稍后再来
+| 房源信息 | +预约时间 | +状态 | +备注 | +操作 | +
|---|---|---|---|---|
|
+
+ <%= house.getTitle() %>
+ + <%= house.getArea() %> | ¥<%= house.getRentPrice() %>/月 + |
+ <%= sdf.format(reservation.getReserveTime()) %> | ++ "> + <%= reservation.getStatusText() %> + + | + ++ <% if ("0".equals(reservation.getStatus())) { %> + 取消 + <% } else { %> + 已处理 + <% } %> + | +
| 租客信息 | +房源信息 | +预约时间 | +状态 | +备注 | +操作 | +
|---|---|---|---|---|---|
|
+ <%= tenant.getRealName() != null ? tenant.getRealName() : tenant.getUserName() %> + <%= tenant.getPhone() %> + |
+
+ <%= house.getTitle() %> + <%= house.getArea() %> + |
+ <%= sdf.format(reservation.getReserveTime()) %> | ++ "> + <%= reservation.getStatusText() %> + + | ++ <%= reservation.getRemark() != null ? reservation.getRemark() : "-" %> + | ++ <% if ("0".equals(reservation.getStatus())) { %> + 确认 + 拒绝 + <% } else { %> + 已处理 + <% } %> + | +
暂无预约记录
+<%= house.getAddress() != null ? house.getAddress() : "暂无地址信息" %>
+<%= house.getLandlordName() != null ? house.getLandlordName() : "房东" %>
+📞 <%= house.getLandlordPhone() != null ? house.getLandlordPhone() : "暂无联系方式" %>
+⭐ 认证房东 · 已发布房源
+暂无房源,请稍后再来
+| 房源信息 | +预约时间 | +状态 | +备注 | +操作 | +
|---|---|---|---|---|
|
+
+ <%= house.getTitle() %>
+ + <%= house.getArea() %> | ¥<%= house.getRentPrice() %>/月 + |
+ <%= sdf.format(reservation.getReserveTime()) %> | ++ "> + <%= reservation.getStatusText() %> + + | + ++ <% if ("0".equals(reservation.getStatus())) { %> + 取消 + <% } else { %> + 已处理 + <% } %> + | +