using HH.WCS.Mobox3.DSZSH.util;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HH.WCS.Mobox3.DSZSH.wms {
///
/// [ 序列号生成 ] 帮助类
///
internal class SYSHelper {
private static object locker = new object();
internal static int GetSerialNumber(string snType, string prefix) {
int result = 0;
lock (locker) {
var db = new SqlHelper