Files
zszq-trs/YLErpDAL/Model/HengTaiModel/ReqQryIRSDbReq.cs
T
2024-05-09 14:06:26 +08:00

16 lines
281 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YLErp.Model.HengTaiModel
{
/// <summary>
/// 收益互换查询衡泰db请求
/// </summary>
public class ReqQryIRSDbReq
{
}
}