代码优化

This commit is contained in:
mzr 2025-04-08 13:34:41 +08:00
parent 59964c6254
commit 094a3b4a5a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import nc.vo.pu.m422x.entity.StoreReqAppVO;
import nc.vo.pub.BusinessException;
public interface IQuery422XFor4455 {
StoreReqAppVO[] queryStoreReqAppsFor4455(IQueryScheme var1) throws BusinessException;
StoreReqAppVO[] queryStoreReqAppsFor4455(IQueryScheme queryScheme) throws BusinessException;
AggPickmVO[] queryPickmAppsFor4455(IQueryScheme queryScheme) throws BusinessException;
}