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