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