master_sxs_new #1

Merged
yanghongwei merged 16 commits from master_sxs_new into master 2024-05-30 14:02:49 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit c07646784f - Show all commits

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; }