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