杨前锦
2025-06-04 d44e3abf0d51cfea1ed7df510974d69458cf516d
HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/util/ExcetionHelper.cs
New file
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HH.WCS.Mobox3.FJJT.util
{
    public class ExcetionHelper
    {
        public class BusinessException : Exception
        {
            public BusinessException(string message) : base(message) { }
        }
    }
}