feat: enhance user club feature management with sorting and creation timestamps
This commit is contained in:
@@ -11,19 +11,17 @@ public class ClubFeature : BaseAuditableEntity
|
||||
public string Title { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// توضیحات
|
||||
/// توضیحات کوتاه
|
||||
/// </summary>
|
||||
public string? Description { get; set; }
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// وضعیت فعال/غیرفعال
|
||||
/// </summary>
|
||||
public bool IsActive { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// امتیاز لازم برای دریافت (اختیاری)
|
||||
/// </summary>
|
||||
public int? RequiredPoints { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ترتیب نمایش
|
||||
|
||||
Reference in New Issue
Block a user