备料计划转出库申请单文件位置调整

This commit is contained in:
mzr 2025-01-06 09:54:19 +08:00
parent b5ba6250e4
commit 26f4432a6c
4 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,10 @@
// (powered by FernFlower decompiler)
//
package nc.vo.mmpac.pickm.entity;
package nc.vo.pu.m422x.entity;
import nc.vo.mmpac.pickm.entity.PickmHeadVO;
import nc.vo.mmpac.pickm.entity.PickmItemVO;
import nc.vo.pubapp.pattern.model.meta.entity.bill.AbstractBillMeta;
public class PickmAppVOMeta extends AbstractBillMeta {

View File

@ -8,7 +8,6 @@ package nc.vo.pu.m422x.entity;
import nc.vo.annotation.AggVoInfo;
import nc.vo.mmpac.pickm.entity.PickmHeadVO;
import nc.vo.mmpac.pickm.entity.PickmItemVO;
import nc.vo.mmpac.pickm.entity.PickmAppVOMeta;
import nc.vo.pubapp.pattern.model.entity.bill.AbstractBill;
import nc.vo.pubapp.pattern.model.meta.entity.bill.BillMetaFactory;
import nc.vo.pubapp.pattern.model.meta.entity.bill.IBillMeta;