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