12121
This commit is contained in:
@@ -12,6 +12,12 @@ namespace Application.Domain.Entity
|
||||
[SugarColumn(IsPrimaryKey = true, Length = 50)]
|
||||
public string tradeId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// areaId
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true)]
|
||||
public int? areaId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// userId
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user