Merge branch 'dev_add_auth_1029' of http://192.168.5.200:8081/ql/apismnagaer_backend into dev_add_auth_1029

This commit is contained in:
南浔
2024-11-05 00:29:01 +08:00
8 changed files with 124 additions and 79 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
namespace Apimanager_backend.Dtos
using System.ComponentModel.DataAnnotations;
namespace Apimanager_backend.Dtos
{
public class UpdateUserDto
{
public int? userId { get; set; }
public string? password { get; set; }
}
}