从山证v2.3.0拷贝
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace YLErp.Modules.TradeModule.ApiModule
|
||||
{
|
||||
/// <summary>
|
||||
/// 单笔交易查询
|
||||
/// </summary>
|
||||
public class SingleTradeQueryModel
|
||||
{
|
||||
public string TradeNumber { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user