This commit is contained in:
Putoo
2026-05-31 16:04:39 +08:00
parent 6fac30c242
commit 3e6fde3681
19 changed files with 560 additions and 16 deletions

View File

@@ -35,5 +35,11 @@ namespace Application.Domain.Entity
/// </summary>
[SugarColumn(IsNullable = true)]
public int? autoDrug { get; set; }
/// <summary>
/// 0 不限制赠送 1限制好友赠送
/// </summary>
[SugarColumn(IsNullable = true)]
public int? giveRole { get; set; }
}
}