This commit is contained in:
jl
2025-06-09 14:59:19 +08:00
parent 285bae186b
commit e923301596
7 changed files with 161 additions and 162 deletions

View File

@ -119,10 +119,10 @@ namespace Epost.BLL
#region
public ResultModel TestStart(string batchno)
public ResultModel TestStart()
{
ResultModel result = comBLL.GetAllLabelList_M(batchno);
ResultModel result = comBLL.GetAllLabelList_M();
return result;
}