冉成楼 2026-02-04 14:09:06 +08:00
parent 3cf15cc403
commit 27bddb013c
4 changed files with 18 additions and 14 deletions

View File

@ -15,12 +15,13 @@ namespace OpenAuth.Repository.Domain
}
/// <summary>
/// Desc:照片ID
/// Default:
/// Nullable:False
/// </summary>
public string Id {get;set;}
/// <summary>
/// Desc:照片ID
/// Default:
/// Nullable:False
/// </summary>
[SugarColumn(IsPrimaryKey = true)]
public string Id {get;set;}
/// <summary>
/// Desc:违法信息id

View File

@ -20,7 +20,8 @@ namespace OpenAuth.Repository.Domain
/// Desc:图片ID
/// Default:
/// Nullable:False
/// </summary>
/// </summary>
[SugarColumn(IsPrimaryKey = true)]
public string Id { get; set; }
/// <summary>

View File

@ -15,12 +15,13 @@ namespace OpenAuth.Repository.Domain
}
/// <summary>
/// Desc:提车信息ID
/// Default:
/// Nullable:False
/// </summary>
public string Id {get;set;}
/// <summary>
/// Desc:提车信息ID
/// Default:
/// Nullable:False
/// </summary>
[SugarColumn(IsPrimaryKey = true)]
public string Id {get;set;}
/// <summary>
/// Desc:违法上报ID

View File

@ -20,7 +20,8 @@ namespace OpenAuth.Repository.Domain
/// Desc:违法上报ID
/// Default:
/// Nullable:False
/// </summary>
/// </summary>
[SugarColumn(IsPrimaryKey = true)]
public string Id { get; set; }
/// <summary>