|
@@ -44,6 +44,11 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
[Column("AMOUNT")] |
|
|
[Column("AMOUNT")] |
|
|
public decimal? Amount { get; set; } |
|
|
public decimal? Amount { get; set; } |
|
|
|
|
|
/// <summary> |
|
|
|
|
|
/// 单位 |
|
|
|
|
|
/// </summary> |
|
|
|
|
|
[Column("UNIT")] |
|
|
|
|
|
public string Unit { get; set; } |
|
|
#endregion |
|
|
#endregion |
|
|
|
|
|
|
|
|
#region 扩展操作 |
|
|
#region 扩展操作 |
|
|