schangxiang@126.com
2024-09-11 1f1b1f9a3dcc2151c7c25589e2507b1ddf81a2c2
1
2
3
4
5
6
7
8
9
namespace Furion.Extras.iWare.Wms.Util.LowCode.Front.Model
{
    public class NotFoundFrontException : Exception
    {
        public NotFoundFrontException(string message) : base(message)
        {
        }
    }
}