This commit is contained in:
Putoo
2026-07-03 18:16:47 +08:00
parent 5eb0bfd792
commit ea32e7046e
29 changed files with 390 additions and 75 deletions

View File

@@ -89,11 +89,7 @@ namespace Application.Domain.Entity
/// </summary>
[SugarColumn(IsNullable = true)]
public string? award { get; set; }
/// <summary>
/// 伤害
/// </summary>
[SugarColumn(IsNullable = true)]
public long? harm { get; set; }
[SugarColumn(IsNullable = true)]
public string? pars { get; set; }
/// <summary>