接口逻辑修改
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
using QYZH.InteractiveMagazine.Models.Enum;
|
||||
using SqlSugar;
|
||||
|
||||
namespace QYZH.InteractiveMagazine.Models.Entity
|
||||
@ -104,7 +105,7 @@ namespace QYZH.InteractiveMagazine.Models.Entity
|
||||
/// Default:
|
||||
/// Nullable:False
|
||||
/// </summary>
|
||||
public int AnswerStatus { get; set; }
|
||||
public AnswerStatusEnum AnswerStatus { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Desc:作答开始时间
|
||||
|
||||
Reference in New Issue
Block a user