修改配置文件
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Apimanager_backend.Dtos
|
||||
{
|
||||
public class UpdateSystemConfigDto
|
||||
{
|
||||
public string ConfigName { get; set; }
|
||||
public string ConfigBody { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user