admin
2024-08-09 27c6695551c7229786ef2cf7dae722886c9edf53
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{