121212133

This commit is contained in:
Putoo
2026-07-10 19:37:38 +08:00
parent 2c1bec379d
commit dec8c2e076
6 changed files with 32 additions and 23 deletions

View File

@@ -18,18 +18,6 @@ namespace Application.Domain.Entity
[SugarColumn(IsNullable = true)]
public int? areaId { get; set; }
/// <summary>
/// lev
/// </summary>
[SugarColumn(IsNullable = true)]
public int? lev { get; set; }
/// <summary>
/// 等级更新时间
/// </summary>
[SugarColumn(IsNullable = true)]
public long? upTime { get; set; }
/// <summary>
/// 人品
/// </summary>

View File

@@ -17,7 +17,6 @@
public decimal luck { get; set; }//幸运
public int weight { get; set; }//负重
public int lev { get; set; }//等级
public long upTime { get; set; }
public int minAtk { get; set; }//最小攻击
public int maxAtk { get; set; }//最大攻击
public int defense { get; set; }//防御