From 950a347957e4a8a195bca74e55a70c93639c9e90 Mon Sep 17 00:00:00 2001 From: houjie <714924425@qq.com> Date: 星期六, 19 八月 2023 18:13:33 +0800 Subject: [PATCH] 备件库存: 数据字段类型 totalAuxiliaryQuantity /totalMainQuantity 问题 --- lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/DailyInspectionStandardController.java | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/DailyInspectionStandardController.java b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/DailyInspectionStandardController.java index 403e04f..6707531 100644 --- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/DailyInspectionStandardController.java +++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/DailyInspectionStandardController.java @@ -11,8 +11,11 @@ import org.jeecg.common.aspect.annotation.AutoLog; import org.jeecg.common.system.base.controller.JeecgController; import org.jeecg.common.system.query.QueryGenerator; -import org.jeecg.modules.eam.entity.*; -import org.jeecg.modules.eam.service.*; +import org.jeecg.modules.eam.entity.DailyInspectionStandard; +import org.jeecg.modules.eam.entity.DailyInspectionStandardDetail; +import org.jeecg.modules.eam.service.IDailyInspectionStandardDetailService; +import org.jeecg.modules.eam.service.IDailyInspectionStandardService; +import org.jeecg.modules.eam.service.IEamEquipmentService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.transaction.annotation.Transactional; import org.springframework.web.bind.annotation.*; -- Gitblit v1.9.3