统一AssignmentStatus字段类型,新建枚举,对应状态

This commit is contained in:
2026-07-07 10:36:14 +08:00
parent 593f95ffaa
commit edc0122a3b
4 changed files with 25 additions and 3 deletions

View File

@ -231,6 +231,6 @@ namespace QYZH.InteractiveMagazine.Models.Entity
/// Default:
/// Nullable:True
/// </summary>
public string AssignmentStatus { get; set; }
public int AssignmentStatus { get; set; }
}
}