统一AssignmentStatus字段类型,新建枚举,对应状态
This commit is contained in:
@ -231,6 +231,6 @@ namespace QYZH.InteractiveMagazine.Models.Entity
|
||||
/// Default:
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public string AssignmentStatus { get; set; }
|
||||
public int AssignmentStatus { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -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