This commit is contained in:
2025-07-01 20:09:17 +08:00
parent 92cda21d4f
commit 2adf97a139
105 changed files with 317 additions and 8468 deletions

View File

@@ -20,7 +20,7 @@ namespace MyCode.Project.Domain.Model
/// Default:
/// Nullable:False
/// </summary>
[SugarColumn(IsPrimaryKey=true)]
[SugarColumn(IsPrimaryKey=true,IsIdentity=true)]
public long FID {get;set;}
/// <summary>