This commit is contained in:
liqionghai
2025-07-16 17:26:20 +08:00
parent 341163411d
commit 11a0720133
10 changed files with 301 additions and 20 deletions

View File

@@ -8,11 +8,13 @@ using MyCode.Project.Domain;
using MyCode.Project.Domain.Model;
using MyCode.Project.Infrastructure.Common;
using MyCode.Project.Domain.Message;
using MyCode.Project.Domain.Message.Response.JackYun;
namespace MyCode.Project.Domain.Repositories
{
public interface IWMStoJackyunInventoryMovementView1Repository : IRepository<WMStoJackyunInventoryMovementView1>
{
}
List<CreateAndStockinResp> GetInventoryMovement();
}
}