refactor(service): 重命名BaseControllerService为NoScanningBaseControllerService

- 将类BaseControllerService重命名为NoScanningBaseControllerService
- 更新文件名以匹配新的类名
- 保持原有类内部逻辑和注解不变
This commit is contained in:
曹鹏飞 2026-05-30 17:16:25 +08:00
parent 3e5a429ae8
commit abdfe65261
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
import java.math.BigDecimal;
@Component
public class BaseControllerService {
public class NoScanningBaseControllerService {
@Resource
private IWmsQrCodeMasterService qrCodeMasterService;