222
This commit is contained in:
@@ -23,5 +23,11 @@ namespace Application.Domain.Entity
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true)]
|
||||
public int? maxWeight { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 船只当前负重
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = true)]
|
||||
public int? shipOnWeight { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user