chore:目录重构
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Yi.Framework.Infrastructure.Exceptions
|
||||
{
|
||||
internal interface IHasErrorCode
|
||||
{
|
||||
int Code { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user