16 lines
304 B
C#
16 lines
304 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace YLErp.Model.HengTaiModel
|
|
{
|
|
/// <summary>
|
|
/// 收益互换资金流水查询衡泰数据库请求
|
|
/// </summary>
|
|
public class RegIRSAccountDbReq
|
|
{
|
|
}
|
|
}
|