无关风月
2024-09-24 61bbd595ee2bc3c67b40878894dcc07174c6eea6
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);
}