增加小格口绑定

This commit is contained in:
jl
2024-01-15 17:37:47 +08:00
parent 36a20b88ce
commit a3c29b5bf8
6 changed files with 92 additions and 49 deletions

View File

@ -246,5 +246,14 @@ namespace Epost.BLL
}
#endregion
#region
public DataTable getQueueList()
{
return dal.getQueueList();
}
#endregion
}
}