Browse Source

Merge branch '长阳分支中职' of http://123.57.209.16:3000/bjquanjiang/DigitalScholl into 长阳分支中职

应县
yxq 1 year ago
parent
commit
e7f5df69bc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/FundsApplyDetail/FundsApplyDetailEntity.cs

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/FundsApplyDetail/FundsApplyDetailEntity.cs View File

@@ -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>


Loading…
Cancel
Save