This commit is contained in:
jl
2025-06-05 15:11:19 +08:00
parent 285bae186b
commit 8c1493f76e
17 changed files with 351 additions and 273 deletions

View File

@ -246,5 +246,14 @@ namespace Epost.BLL
}
#endregion
#region
public bool UpdateQueueByUser(string usercode,string color)
{
return dal.UpdateQueueByUser(usercode,color);
}
#endregion
}
}