zhibing.pu
2024-06-24 d0bd61d3b3f637750bb21587dfa81503f2d4b6a8
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IUserActivityRegisteredService.java
@@ -15,6 +15,6 @@
     * @return
     * @throws Exception
     */
    List<Map<String, Object>> query(Integer companyId) throws Exception;
    List<Map<String, Object>> query(Integer language, Integer companyId) throws Exception;
}