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