Administrator
2025-04-20 c95812b953a54e60c916c8ca375101376f58de57
src/main/java/com/taoke/autopay/dao/agent/ChannelAgentMapper.java
@@ -16,6 +16,8 @@
   List<ChannelAgent> list(@Param("query") DaoQuery query);
   List<ChannelAgent> listByIds(@Param("ids") List<Long> ids);
   long count(@Param("query") DaoQuery query);
   public static class DaoQuery{