冉成楼 2026-02-04 10:18:56 +08:00
parent 0d49586775
commit 0d9e916f7e
1 changed files with 109 additions and 104 deletions

View File

@ -11,7 +11,8 @@ namespace OpenAuth.Repository.Domain
[SugarTable("mi_violation_report")]
public partial class MiViolationReport
{
public MiViolationReport(){
public MiViolationReport()
{
}
@ -133,6 +134,10 @@ namespace OpenAuth.Repository.Domain
/// Nullable:True
/// </summary>
public string MinePointId { get; set; }
/// <summary>
/// 上报单位
/// </summary>
public string ReportUnit { get; set; }
}
}