44323
2023-11-24 ae9bfd2d66f68a553786ac78b12f4390e65e4e09
cloud-server-other/src/main/java/com/dsh/other/service/ISiteBookingService.java
@@ -15,4 +15,6 @@
    List<BillingRequestOfType> queryDatas(Integer appUserId, String monthStart, String monthEnd);
    List<SiteBooking> listAll(SiteBookingQuery query);
    Integer queryByCode(String code);
}