“linengliang”
2023-08-23 1d6d68d6643f845f8894294d7ee2269670222e6e
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/SpecialtyInspectionStandardController.java
@@ -13,7 +13,9 @@
import org.jeecg.common.system.query.QueryGenerator;
import org.jeecg.modules.eam.entity.SpecialtyInspectionStandard;
import org.jeecg.modules.eam.entity.SpecialtyInspectionStandardDetail;
import org.jeecg.modules.eam.service.*;
import org.jeecg.modules.eam.service.IEamEquipmentService;
import org.jeecg.modules.eam.service.ISpecialtyInspectionStandardDetailService;
import org.jeecg.modules.eam.service.ISpecialtyInspectionStandardService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.bind.annotation.*;