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