using HH.WCS.Hexafluo.util;
using HH.WCS.Hexafluo.wms;
using HH.WCS.SJML.Bll;
using SqlSugar;
using System.Collections.Generic;
using System.Linq;
namespace HH.WCS.Hexafluo.core
{
///
/// 定时轮询任务
///
public class Monitor
{
private static object locko3 = new object();
///
/// 入库
///
public static void CheckCamera()
{
try
{
//lock (locko3)
//{
//轮巡二段任务
var State = new List { "未执行", "完成一半" };
var chi = new SqlHelper