Commit 3c1f93ae by guanzhenshan

修复导出凭证没有显示汇率,去掉#号的问题

parent 1585ff04
...@@ -49,6 +49,8 @@ namespace Bailun.DC.Models.Report ...@@ -49,6 +49,8 @@ namespace Bailun.DC.Models.Report
/// 币种名称 /// 币种名称
/// </summary> /// </summary>
public string currencyname { get; set; } public string currencyname { get; set; }
public string text { 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