From 0a30f9a5e0d91d157724a7afd89bd9263f35c6d9 Mon Sep 17 00:00:00 2001 From: hsy <1029150275@qq.com> Date: 星期三, 26 八月 2026 17:05:18 +0800 Subject: [PATCH] feat(mes): 生产任务报工人下拉源调整为工作站人力配置 --- yudao-module-infra/src/test/resources/codegen/vue2_master_normal/java/InfraStudentServiceImpl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/yudao-module-infra/src/test/resources/codegen/vue2_master_normal/java/InfraStudentServiceImpl b/yudao-module-infra/src/test/resources/codegen/vue2_master_normal/java/InfraStudentServiceImpl index 2b485a4..aaaae1f 100644 --- a/yudao-module-infra/src/test/resources/codegen/vue2_master_normal/java/InfraStudentServiceImpl +++ b/yudao-module-infra/src/test/resources/codegen/vue2_master_normal/java/InfraStudentServiceImpl @@ -1,6 +1,7 @@ package cn.iocoder.yudao.module.infra.service.demo; import cn.hutool.core.collection.CollUtil; +import cn.hutool.core.util.ObjectUtil; import org.springframework.stereotype.Service; import jakarta.annotation.Resource; import org.springframework.validation.annotation.Validated; @@ -27,7 +28,7 @@ /** * 瀛︾敓 Service 瀹炵幇绫� * - * @author 鑺嬮亾婧愮爜 + * @author 瓒呯骇绠$悊鍛� */ @Service @Validated -- Gitblit v1.9.3