优化代码注释&命名空间

This commit is contained in:
不做码农
2023-05-04 18:20:18 +08:00
parent 547945d85b
commit a89762e070
47 changed files with 224 additions and 353 deletions

View File

@@ -10,7 +10,6 @@ namespace ZR.Model.System
[Tenant("0")]
public class SysLogininfor
{
//[Key]
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
public long InfoId { get; set; }
@@ -39,8 +38,9 @@ namespace ZR.Model.System
/// </summary>
public string Browser { get; set; }
/** 操作系统 */
//@Excel(name = "操作系统")
/// <summary>
/// 操作系统
/// </summary>
public string Os { get; set; }
/// <summary>