|
|
@@ -11,7 +11,7 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem |
|
|
|
/// 日 期:2022-11-07 12:26 |
|
|
|
/// 描 述:经费申报明细 |
|
|
|
/// </summary> |
|
|
|
public class FundsApplyDetailEntity |
|
|
|
public class FundsApplyDetailEntity |
|
|
|
{ |
|
|
|
#region 实体成员 |
|
|
|
/// <summary> |
|
|
@@ -33,7 +33,7 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem |
|
|
|
/// 数量 |
|
|
|
/// </summary> |
|
|
|
[Column("NUMBER")] |
|
|
|
public int? Number { get; set; } |
|
|
|
public decimal? Number { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// 单价 |
|
|
|
/// </summary> |
|
|
|