This commit is contained in:
2025-07-23 11:01:40 +08:00
parent 564f5720af
commit 57ac7284c1
2 changed files with 10 additions and 0 deletions

View File

@@ -110,5 +110,13 @@ namespace MyCode.Project.Domain.Model
/// </summary>
public int? TradeType {get;set;}
/// <summary>
/// Desc:
/// Default:
/// Nullable:False
/// </summary>
[SugarColumn(IsIdentity=true)]
public int Sheet {get;set;}
}
}