mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-06 17:26:35 +08:00
大小写问题
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Yi.Framework.DtoModel.ERP.Purchase
|
||||
{
|
||||
/// <summary>
|
||||
/// 回款
|
||||
/// </summary>
|
||||
public class CollectionInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 采购订单id
|
||||
/// </summary>
|
||||
public long PurchaseId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
///回款钱
|
||||
/// </summary>
|
||||
public float CollectionMoney { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user