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