从山证v2.3.0拷贝
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Data;
|
||||
|
||||
namespace YLErp.Modules.MarginModule
|
||||
{
|
||||
/// <summary>
|
||||
/// 预付金参数分页查询参数
|
||||
/// </summary>
|
||||
public class MarginparamsQueryModel : PagedQueryModel
|
||||
{
|
||||
/// <summary>
|
||||
/// 标的代码或品种代码
|
||||
/// </summary>
|
||||
public string Code { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user