master
parent
0d88290834
commit
7160584e58
|
|
@ -115,6 +115,8 @@ namespace OpenAuth.App.ServiceApp.Request
|
|||
/// 上报单位
|
||||
/// </summary>
|
||||
public string ReportUnit { get; set; }
|
||||
public string ViolationTypeName { get; set; }
|
||||
public string StatusName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 现场图片
|
||||
|
|
|
|||
|
|
@ -77,8 +77,7 @@ namespace OpenAuth.Repository.Domain
|
|||
/// </summary>
|
||||
public string TypeName { get; set; }
|
||||
|
||||
public string ViolationTypeName { get; set; }
|
||||
public string StatusName { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 导航属性
|
||||
|
|
|
|||
Loading…
Reference in New Issue