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