This commit is contained in:
geh
2026-03-23 15:22:29 +08:00
parent 94584d242b
commit c38590add8
173 changed files with 19679 additions and 4413 deletions
@@ -375,5 +375,22 @@ namespace Model
get;
set;
}
/// <summary>
/// 处罚人
/// </summary>
public string PunishPerson
{
get;
set;
}
/// <summary>
/// 处罚人名称
/// </summary>
public string PunishPersonName
{
get;
set;
}
}
}