jinpengyong
2022-01-14 f6ecfd331ec959d7daea3fa5ebc262e7a50e4e01
screen-job/src/main/java/com/moral/api/service/HistoryMonthlyService.java
@@ -13,6 +13,7 @@
 */
public interface HistoryMonthlyService extends IService<HistoryMonthly> {
    //月数据统计
    void insertHistoryMonthly();
}