refactor(service): 重命名BaseControllerService为NoScanningBaseControllerService
- 将类BaseControllerService重命名为NoScanningBaseControllerService - 更新文件名以匹配新的类名 - 保持原有类内部逻辑和注解不变
This commit is contained in:
parent
3e5a429ae8
commit
abdfe65261
|
|
@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
|
|||
import java.math.BigDecimal;
|
||||
|
||||
@Component
|
||||
public class BaseControllerService {
|
||||
public class NoScanningBaseControllerService {
|
||||
|
||||
@Resource
|
||||
private IWmsQrCodeMasterService qrCodeMasterService;
|
||||
Loading…
Reference in New Issue