admin
2025-07-30 cc5cf127da76d03ce7086da4d70f34b20e9803e0
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{