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