优化金蝶获取数据
This commit is contained in:
@@ -41,11 +41,11 @@ namespace WMS.Web.Core.Dto.Erp
|
||||
/// <summary>
|
||||
/// 开始行索引,整型(非必录)
|
||||
/// </summary>
|
||||
public int StartRow { get; set; } = 1;
|
||||
public int StartRow { get; set; } = 0;
|
||||
/// <summary>
|
||||
/// 最大行数,整型,不能超过10000(非必录)
|
||||
/// </summary>
|
||||
public int Limit { get; set; } = 2;
|
||||
public int Limit { get; set; } = 1;
|
||||
|
||||
/// <summary>
|
||||
/// 表单所在的子系统内码,字符串类型(非必录)
|
||||
|
||||
Reference in New Issue
Block a user