121
This commit is contained in:
@@ -65,5 +65,10 @@ namespace Application.Domain.Entity
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true)]
|
||||
public int? state { get; set; }
|
||||
/// <summary>
|
||||
/// opUser
|
||||
/// </summary>
|
||||
[SugarColumn(Length = 50, IsNullable = true)]
|
||||
public string? opUser { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user