创建采购订单接口

This commit is contained in:
橙子
2023-01-04 20:50:10 +08:00
parent e03e584684
commit 7d578ce363
13 changed files with 126 additions and 21 deletions

View File

@@ -45,12 +45,12 @@ namespace Yi.Framework.Model.ERP.Entitys
/// <summary>
/// 总共金额
/// </summary>
public long TotalMoney { get; set; }
public float TotalMoney { get; set; }
/// <summary>
/// 已支付金额
/// </summary>
public long PaidMoney { get; set; }
public float PaidMoney { get; set; }
/// <summary>
/// 采购状态