去掉管理员

This commit is contained in:
pangwenpeng 2024-05-30 09:40:16 +08:00
parent 7b283ab0ca
commit c07646784f
1 changed files with 0 additions and 4 deletions

View File

@ -31,10 +31,6 @@ namespace langguanApi.Model.Dto.SystemConfigurationDto
/// </summary>
public string Tel { get; set; }
/// <summary>
/// 是否管理员 0否 1是
/// </summary>
public byte IsAdmin { get; set; }
/// <summary>
/// 是否删除 0否 1是
/// </summary>
public byte IsDel { get; set; }