weiximei 6 years ago
parent
commit
44a2f02380

+ 1
- 0
whole-estate/src/main/java/com/example/wholeestate/dao/AppointmentMapper.java View File

@@ -20,5 +20,6 @@ public interface AppointmentMapper extends BaseMapper<Appointment> {
20 20
      * @return
21 21
      */
22 22
     IPage<Appendable> appendableList(Page<Appendable> page);
23
+    
23 24
 
24 25
 }