用户获取信息返回角色信息

This commit is contained in:
南浔
2024-11-20 17:54:09 +08:00
22 changed files with 1366 additions and 9 deletions
@@ -0,0 +1,8 @@
namespace Apimanager_backend.Dtos
{
public class UpdateSystemConfigDto
{
public string ConfigName { get; set; }
public string ConfigBody { get; set; }
}
}