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