This commit is contained in:
2025-07-18 10:14:39 +08:00
4 changed files with 69 additions and 21 deletions

View File

@@ -16,5 +16,7 @@ namespace MyCode.Project.Domain.Repositories
{
List<CreateAndStockinResp> GetInventoryMovement();
void UpdateStatus(int status, string relDataId);
}
}