备料计划查询
This commit is contained in:
parent
a4ceab51c3
commit
9cecd9b315
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue