1.WebSocket登录注册
2.数据重发机制
This commit is contained in:
@ -20,11 +20,15 @@ namespace WCS.BLL.Manager
|
||||
|
||||
public static void InitShelves()
|
||||
{
|
||||
Logs.Write("【InitShelves】开始", LogsType.StartBoot);
|
||||
|
||||
var shelvesInDb = DbHelp.db.Queryable<ShelfInfo>().ToList();
|
||||
foreach (var shelfInDb in shelvesInDb)
|
||||
{
|
||||
Shelves.Add(InitShelf(shelfInDb));
|
||||
}
|
||||
|
||||
Logs.Write("【InitShelves】结束", LogsType.StartBoot);
|
||||
}
|
||||
|
||||
public static IShelfBase InitShelf(ShelfInfo shelfInDb)
|
||||
|
Reference in New Issue
Block a user