Commit cd2d9c42 authored by 黄奎's avatar 黄奎

Merge branch 'master' of http://gitlab.oytour.com/Kui2/education

parents 0d34ba67 de63cf60
......@@ -27,5 +27,26 @@ namespace Edu.Common.Enum.Course
/// </summary>
[EnumField("学生退课")]
DropCourse = 3,
/// <summary>
/// 资产采购
/// </summary>
[EnumField("资产采购")]
AssetPurchase = 4,
/// <summary>
/// 耗材采购
/// </summary>
[EnumField("耗材采购")]
SuppliesPurchase = 5,
/// <summary>
/// 耗材成本
/// </summary>
[EnumField("耗材成本")]
SuppliesCost = 6,
/// <summary>
/// 耗材出库
/// </summary>
[EnumField("耗材出库")]
SuppliesStockOut = 7
}
}
......@@ -66,5 +66,10 @@ namespace Edu.Model.Entity.Course
/// 更新时间
/// </summary>
public DateTime UpdateTime { get; set; }
/// <summary>
/// 币种id
/// </summary>
public int CurrencyId { get; set; }
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment