领导履职代码迁移

This commit is contained in:
马三炮 2025-05-15 18:03:37 +08:00
parent 8ba385f218
commit 7804bdf251
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
package com.bonus.web.controller.system; package com.bonus.web.controller.system;
import com.bonus.common.config.LdlzConfig; import com.bonus.common.core.utils.StringUtils;
import com.bonus.common.utils.StringUtils; import com.bonus.config.LdlzConfig;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;