using HH.WCS.Hexafluo.util;
using HH.WCS.Hexafluo.wms;
using HH.WCS.SJML.Bll;
using HH.WCS.ZCQTJ.Entitys;
using Newtonsoft.Json;
using SqlSugar;
using System.Collections.Generic;
using System.Data;
using System.Linq;
namespace HH.WCS.Hexafluo.core
{
///
/// 定时轮询任务
///
public class MonitorOut
{
private static object locko1 = new object();
///
///出库
///
public static void CheckCamera()
{
try
{
//lock (locko1)
//{
//轮巡二段任务
var chi = new SqlHelper