master
parent
0d49586775
commit
0d9e916f7e
|
|
@ -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; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue