This commit is contained in:
liqionghai
2025-07-16 14:41:39 +08:00
parent 74123dcad2
commit f4c865ab2c
13 changed files with 262 additions and 16 deletions

View File

@@ -8,10 +8,11 @@ using MyCode.Project.Domain;
using MyCode.Project.Domain.ZHMDModel;
using MyCode.Project.Infrastructure.Common;
using MyCode.Project.Domain.Message;
using MyCode.Project.Domain.Model;
namespace MyCode.Project.Domain.Repositories.ZHMDRepositories
{
public interface IWMStoJackyunInventoryMovementView1Repository
public interface IWMStoJackyunInventoryMovementView2Repository
{
List<WMStoJackyunInventoryMovementView1> GetList(DateTime now);