Commit 36abfea3 by guanzhenshan

增加税务流水模版类型

parent cb946c6c
......@@ -45,7 +45,7 @@ namespace Bailun.DC.Models
/// <summary>
/// 流水数量
/// </summary>
public int log_quantity { get; set; }
public decimal log_quantity { get; set; }
/// <summary>
......
......@@ -64,6 +64,8 @@ namespace Bailun.DC.Models
/// </summary>
public enum Enum_download_type
{
物流账单=1
物流账单=1,
税务流水=2,
}
}
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