删除AnswerStatus字段

This commit is contained in:
2026-07-01 09:20:07 +08:00
parent 2ca2a4c114
commit b822489111
5 changed files with 19 additions and 70 deletions

View File

@ -96,12 +96,7 @@ namespace QYZH.InteractiveMagazine.Models.Entity
/// <summary>
/// Optimistic concurrency revision.
/// </summary>
public int Revision { get; set; }
/// <summary>
/// Answer status.
/// </summary>
public int AnswerStatus { get; set; }
public int Revision { get; set; }
/// <summary>
/// Answer start time.