Administrator
2025-03-05 af0be3243ab0d75e38ae8213de461c4a584652f7
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;