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