admin
2022-10-28 0e9b6603d4ae9d11c1fbc90257ce816c5807b8ff
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);
}