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