“djh”
2025-11-14 21159397d57fbcde8869977b537422d0130c8068
multi-system/src/main/java/com/gkhy/exam/system/service/TrainPlanService.java
@@ -13,4 +13,6 @@
    CommonResult updateTrainPlan(TrainPlan trainPlan);
    CommonResult deletedTrainPlan(Integer trainPlanId);
    CommonResult selectTrainPlanListByStatus(Integer companyId);
}