admin
2025-02-09 39bd9f965dfb48925a66fcd80787144b7541b866
src/main/java/com/taoke/autopay/dao/agent/ChannelAgentMapper.java
@@ -16,9 +16,12 @@
   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{
      public String searchKey;
      public Long id;
      public String name;
      public String alias;