fix sqlserver数据库下bug
This commit is contained in:
@@ -11,7 +11,7 @@ namespace ZR.Model.System
|
||||
public class SysLogininfor: SysBase
|
||||
{
|
||||
//[Key]
|
||||
[SugarColumn(IsPrimaryKey = true)]
|
||||
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
|
||||
public long infoId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user