修正工序3

This commit is contained in:
qianhao.xu 2024-07-09 11:11:02 +08:00
parent 3d5374839b
commit 42a1a54a2c
3 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ namespace DOAN.Model.MES.base_
/// <summary>
/// 主键
/// </summary>
[SugarColumn(IsPrimaryKey = true, IsIdentity = false)]
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
public int Id { get; set; }
/// <summary>

View File

@ -10,6 +10,7 @@ namespace DOAN.Model.MES.base_
/// <summary>
/// 主键
/// </summary>
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
public int? Id { get; set; }
/// <summary>

View File

@ -10,7 +10,7 @@ namespace DOAN.Model.MES.base_
/// <summary>
/// 主键
/// </summary>
[SugarColumn(IsPrimaryKey = true, IsIdentity = false)]
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
public int Id { get; set; }
/// <summary>