Files
zszq-trs/YLErpDAL/Model/GetClientMarginDetailReq.cs

16 lines
340 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YLErp.Model
{
public class GetClientMarginDetailReq
{
public int clientId { get; set; }
public string underlyingCode { get; set; }
public DateTime valueDate { get; set;}
}
}