统一AssignmentStatus字段类型,新建枚举,对应状态
This commit is contained in:
@ -171,6 +171,6 @@ namespace QYZH.InteractiveMagazine.Models.Entity
|
||||
/// <summary>
|
||||
/// Assignment status.
|
||||
/// </summary>
|
||||
public string? AssignmentStatus { get; set; }
|
||||
public int? AssignmentStatus { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user