Commit 1c5e53d9 by Neo Turing

优化

parent fab67818
......@@ -1014,4 +1014,23 @@ namespace Kivii.Finances.Transforms
}
#endregion
public class VatInvoice
{
public decimal Amount { get; set; }
/// <summary>
/// 发票号码
/// </summary>
public string SerialCode { get; set; }
/// <summary>
/// 发票代码
/// </summary>
public string SerialNumber { get; set; }
/// <summary>
/// 开票日期
/// </summary>
public DateTime OperateTime { 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