备料计划查询

This commit is contained in:
mzr 2025-07-08 17:06:07 +08:00
parent a4ceab51c3
commit 9cecd9b315
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ import nccloud.dto.mmpac.pickm.pub.entity.PickmQueryInfoDTO;
import nccloud.framework.core.exception.ExceptionUtils; import nccloud.framework.core.exception.ExceptionUtils;
import nccloud.framework.core.json.IJson; import nccloud.framework.core.json.IJson;
import nccloud.framework.service.ServiceLocator; import nccloud.framework.service.ServiceLocator;
import nccloud.framework.web.action.itf.ICommonAction;
import nccloud.framework.web.container.IRequest; import nccloud.framework.web.container.IRequest;
import nccloud.framework.web.convert.translate.Translator; import nccloud.framework.web.convert.translate.Translator;
import nccloud.framework.web.json.JsonFactory; import nccloud.framework.web.json.JsonFactory;
@ -22,7 +23,7 @@ import nccloud.web.mmpub.pub.action.NCCTempletQueryAction;
* @author mzr * @author mzr
* @date 2025/7/8 * @date 2025/7/8
*/ */
public class PickmItemsQuery { public class PickmItemsQuery implements ICommonAction {
public Object doAction(IRequest request) { public Object doAction(IRequest request) {
String read = request.read(); String read = request.read();
IJson json = JsonFactory.create(); IJson json = JsonFactory.create();