using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WGShare.Domain.FriendlyException
{
///
/// 错误代码
///
public class ErrorCode
{
///
/// 业务逻辑错误
///
public const int x1000 = 1000;
}
}