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

16 lines
300 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 ReqQryAssetSwapDbReq
{
}
}