cjl
2023-10-16 0eaefd62a7caa039a4f16e27be279eac5e84da5c
screen-job/src/main/java/com/moral/api/service/HistoryMonthlyService.java
@@ -13,6 +13,7 @@
 */
public interface HistoryMonthlyService extends IService<HistoryMonthly> {
    //月数据统计
    void insertHistoryMonthly();
}