入库功能

This commit is contained in:
qianhao.xu
2024-03-15 17:55:50 +08:00
parent 9b9aedfa37
commit 2099805a6b
11 changed files with 331 additions and 95 deletions

View File

@@ -7,6 +7,7 @@ using System.Threading.Tasks;
using ZR.Model.MES.qc.DTO;
using ZR.Model.MES.wms;
using ZR.Model.MES.wms.Dto;
using static Org.BouncyCastle.Crypto.Engines.SM2Engine;
namespace ZR.Service.mes.wms.IService
{
@@ -29,6 +30,11 @@ namespace ZR.Service.mes.wms.IService
//获取库位已经存在的货物
public List<WmGoodsNowProduction> Getpackagelist(string location);
//解析外箱标签码
public ResultionPackageCodeDto ResolutionPackage(string code);
public bool IsExistedWarehouse(string originalCode);
}