111
This commit is contained in:
@@ -60,6 +60,8 @@ namespace Application.Domain.Entity
|
||||
[SugarColumn(IsNullable = true)]
|
||||
public int? state { get; set; }
|
||||
|
||||
[SugarColumn(Length = 50, IsNullable = true)]
|
||||
public string? winCode { get; set; }
|
||||
/// <summary>
|
||||
/// 胜利方
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user