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