fix sqlserver数据库下bug

This commit is contained in:
izory
2021-09-06 12:51:17 +08:00
parent 7d90b1d7d2
commit 8be3046ae2
3 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ namespace ZR.Model.System
[SqlSugar.SugarTable("sys_oper_log")]
public class SysOperLog
{
[SqlSugar.SugarColumn(IsPrimaryKey = true)]
[SqlSugar.SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
public long OperId { get; set; }
/** 操作模块 */
//@Excel(name = "操作模块")