app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetFrequencyConfigService.java
@@ -65,4 +65,15 @@ public GoldCornGetFrequencyConfig getConfig(SystemEnum system, GoldCornGetType type, Date time); /** * @return java.util.List<com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetFrequencyConfig> * @author hxh * @description 根据类型与系统查询 * @date 14:15 2022/4/28 * @param: typeList * @param: system **/ public List<GoldCornGetFrequencyConfig> listByTypes(List<GoldCornGetType> typeList, SystemEnum system, Date date); }