修改配置文件

This commit is contained in:
南浔
2024-12-08 20:35:47 +08:00
23 changed files with 1368 additions and 11 deletions
@@ -0,0 +1,8 @@
namespace Apimanager_backend.Dtos
{
public class UpdateSystemConfigDto
{
public string ConfigName { get; set; }
public string ConfigBody { get; set; }
}
}