Parcourir la source

【修改】经费开支申报明细:实体增加单位字段;

新疆警官学校中职
dyy il y a 1 an
Parent
révision
d7f58257db
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +5
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/FundsApplyDetail/FundsApplyDetailEntity.cs

+ 5
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/FundsApplyDetail/FundsApplyDetailEntity.cs Voir le fichier

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

#region 扩展操作


Chargement…
Annuler
Enregistrer