44323
2023-11-23 acad524bfb7f376c09ff8e6600fab207780156e1
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);
}