mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-03 15:46:37 +08:00
9 lines
141 B
C#
9 lines
141 B
C#
|
|
namespace Yi.Furion.Rbac.Application;
|
|||
|
|
|
|||
|
|
public class Mapper : IRegister
|
|||
|
|
{
|
|||
|
|
public void Register(TypeAdapterConfig config)
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|